EndpointPropertiesUpdateParametersDeliveryPolicyArgs

data class EndpointPropertiesUpdateParametersDeliveryPolicyArgs(val description: Output<String>? = null, val rules: Output<List<DeliveryRuleArgs>>) : ConvertibleToJava<EndpointPropertiesUpdateParametersDeliveryPolicyArgs>

A policy that specifies the delivery rules to be used for an endpoint.

Constructors

Functions

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

Properties

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

User-friendly description of the policy.

Link copied to clipboard

A list of the delivery rules.