DomainPermissionsState constructor
const
DomainPermissionsState({})
Creates a new DomainPermissionsState.
domain The name of the domain on which to set the resource policy.
domainOwner The account number of the AWS account that owns the domain.
policyDocument A JSON policy string to be set as the access control resource policy on the provided domain.
policyRevision The current revision of the resource policy to be set. This revision is used for optimistic locking, which prevents others from overwriting your changes to the domain's resource policy.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
resourceArn The ARN of the resource associated with the resource policy.
Implementation
const DomainPermissionsState({
this.domain,
this.domainOwner,
this.policyDocument,
this.policyRevision,
this.region,
this.resourceArn,
});