ReceiptRuleAddHeaderActionArgs

data class ReceiptRuleAddHeaderActionArgs(val headerName: Output<String>, val headerValue: Output<String>, val position: Output<Int>) : ConvertibleToJava<ReceiptRuleAddHeaderActionArgs>

Constructors

Link copied to clipboard
constructor(headerName: Output<String>, headerValue: Output<String>, position: Output<Int>)

Properties

Link copied to clipboard
val headerName: Output<String>

The name of the header to add

Link copied to clipboard
val headerValue: Output<String>

The value of the header to add

Link copied to clipboard
val position: Output<Int>

The position of the action in the receipt rule

Functions

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