FrontdoorRuleActionsRequestHeaderActionArgs

data class FrontdoorRuleActionsRequestHeaderActionArgs(val headerAction: Output<String>, val headerName: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<FrontdoorRuleActionsRequestHeaderActionArgs>

Constructors

constructor(headerAction: Output<String>, headerName: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val headerAction: Output<String>

The action to be taken on the specified header_name. Possible values include Append, Overwrite or Delete.

Link copied to clipboard
val headerName: Output<String>

The name of the header to modify.

Link copied to clipboard
val value: Output<String>? = null

The value to append or overwrite.

Functions

Link copied to clipboard
open override fun toJava(): FrontdoorRuleActionsRequestHeaderActionArgs