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< ? records, Input<DomainRecord> ?>String?> ? region}) -
Creates a new DomainState.
dkimVerificationStatusDKIM verification status. Values:PENDING,VERIFIED,FAILED.domainNameMail domain name to register. Changing this forces a new resource.isDefaultWhether this domain is the default mail domain for the organization.isTestDomainWhether this is the auto-provisioned test domain.organizationIdIdentifier of the WorkMail organization. Changing this forces a new resource.ownershipVerificationStatusDomain ownership verification status. Values:PENDING,VERIFIED,FAILED.recordsList of DNS records required for domain verification. SeerecordsBlock below.regionRegion 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
recordsBlock 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