DefaultDomainState constructor

const DefaultDomainState({
  1. Input<String?>? domainName,
  2. Input<String?>? organizationId,
  3. Input<String?>? region,
})

Creates a new DefaultDomainState. domainName Mail domain name to set as the default. organizationId Identifier of the WorkMail organization. Changing this forces a new resource. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const DefaultDomainState({
  this.domainName,
  this.organizationId,
  this.region,
});