com.pulumi.consul.inputs.ConfigEntryServiceSplitterSplitResponseHeadersArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.consul.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ConfigEntryServiceSplitterSplitResponseHeadersArgs extends com.pulumi.resources.ResourceArgs {
public static final ConfigEntryServiceSplitterSplitResponseHeadersArgs Empty = new ConfigEntryServiceSplitterSplitResponseHeadersArgs();
/**
* Map of one or more key-value pairs. Defines a set of key-value pairs to add to the header. Use header names as the keys. Header names are not case-sensitive. If header values with the same name already exist, the value is appended and Consul applies both headers.
*
*/
@Import(name="add")
private @Nullable Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy