LogDeliveryDestinationPolicyState constructor
const
LogDeliveryDestinationPolicyState({})
Creates a new LogDeliveryDestinationPolicyState.
deliveryDestinationName The name of the delivery destination to assign this policy to.
deliveryDestinationPolicy The contents of the policy.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const LogDeliveryDestinationPolicyState({
this.deliveryDestinationName,
this.deliveryDestinationPolicy,
this.region,
});