StaticDeliveryAttributeMappingArgs

data class StaticDeliveryAttributeMappingArgs(val isSecret: Output<Boolean>? = null, val name: Output<String>? = null, val type: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<StaticDeliveryAttributeMappingArgs>

Static delivery attribute mapping details.

Constructors

Link copied to clipboard
constructor(isSecret: Output<Boolean>? = null, name: Output<String>? = null, type: Output<String>, value: Output<String>? = null)

Properties

Link copied to clipboard
val isSecret: Output<Boolean>? = null

Boolean flag to tell if the attribute contains sensitive information .

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

Name of the delivery attribute or header.

Link copied to clipboard
val type: Output<String>

Type of the delivery attribute or header name. Expected value is 'Static'.

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

Value of the delivery attribute.

Functions

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