LogDestinationPolicyState constructor
const
LogDestinationPolicyState({})
Creates a new LogDestinationPolicyState.
accessPolicy The policy document. This is a JSON formatted string.
destinationName A name for the subscription filter
forceUpdate Specify true if you are updating an existing destination policy to grant permission to an organization ID instead of granting permission to individual AWS accounts.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const LogDestinationPolicyState({
this.accessPolicy,
this.destinationName,
this.forceUpdate,
this.region,
});