http Headers
suspend fun httpHeaders(value: Output<List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgs>>)
suspend fun httpHeaders(value: List<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgs>?)
Parameters
value
Specifies a list of HTTP/HTTPS headers to insert. One or more http_headers
blocks as defined below.
suspend fun httpHeaders(vararg values: Output<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgs>)
suspend fun httpHeaders(values: List<Output<FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgs>>)
suspend fun httpHeaders(vararg values: FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgs)
Parameters
values
Specifies a list of HTTP/HTTPS headers to insert. One or more http_headers
blocks as defined below.
suspend fun httpHeaders(argument: List<suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgsBuilder.() -> Unit>)
suspend fun httpHeaders(vararg argument: suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgsBuilder.() -> Unit)
suspend fun httpHeaders(argument: suspend FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleHttpHeaderArgsBuilder.() -> Unit)
Parameters
argument
Specifies a list of HTTP/HTTPS headers to insert. One or more http_headers
blocks as defined below.