DomainState class

Input properties used for looking up and filtering Domain resources.

Constructors

DomainState({Input<String?>? dkimVerificationStatus, Input<String?>? domainName, Input<bool?>? isDefault, Input<bool?>? isTestDomain, Input<String?>? organizationId, Input<String?>? ownershipVerificationStatus, Input<List<DomainRecord>?>? records, Input<String?>? region})
Creates a new DomainState. dkimVerificationStatus DKIM verification status. Values: PENDING, VERIFIED, FAILED. domainName Mail domain name to register. Changing this forces a new resource. isDefault Whether this domain is the default mail domain for the organization. isTestDomain Whether this is the auto-provisioned test domain. organizationId Identifier of the WorkMail organization. Changing this forces a new resource. ownershipVerificationStatus Domain ownership verification status. Values: PENDING, VERIFIED, FAILED. records List of DNS records required for domain verification. See records Block below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
DomainState.fromMap(Map<String, dynamic> map)
factory

Properties

dkimVerificationStatus → Input<String?>?
DKIM verification status. Values: PENDING, VERIFIED, FAILED.
final
domainName → Input<String?>?
Mail domain name to register. Changing this forces a new resource.
final
hashCode int
The hash code for this object.
no setterinherited
isDefault → Input<bool?>?
Whether this domain is the default mail domain for the organization.
final
isTestDomain → Input<bool?>?
Whether this is the auto-provisioned test domain.
final
organizationId → Input<String?>?
Identifier of the WorkMail organization. Changing this forces a new resource.
final
ownershipVerificationStatus → Input<String?>?
Domain ownership verification status. Values: PENDING, VERIFIED, FAILED.
final
records → Input<List<DomainRecord>?>?
List of DNS records required for domain verification. See records Block below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited