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

constructor(description: Output<String>? = null, rules: Output<List<DeliveryRuleArgs>>)

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.

Functions

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