DeliveryDestinationDestinationPolicyArgs

data class DeliveryDestinationDestinationPolicyArgs(val deliveryDestinationName: Output<String>? = null, val deliveryDestinationPolicy: Output<Any>? = null) : ConvertibleToJava<DeliveryDestinationDestinationPolicyArgs>

Constructors

Link copied to clipboard
constructor(deliveryDestinationName: Output<String>? = null, deliveryDestinationPolicy: Output<Any>? = null)

Properties

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

The name of the delivery destination to assign this policy to

Link copied to clipboard
val deliveryDestinationPolicy: Output<Any>? = null

The contents of the policy attached to the delivery destination

Functions

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