CustomDomainAssociationState class
Input properties used for looking up and filtering CustomDomainAssociation resources.
Constructors
-
CustomDomainAssociationState({Input<
List< ? certificateValidationRecords, Input<CustomDomainAssociationCertificateValidationRecord> ?>String?> ? dnsTarget, Input<String?> ? domainName, Input<bool?> ? enableWwwSubdomain, Input<String?> ? region, Input<String?> ? serviceArn, Input<String?> ? status}) -
Creates a new CustomDomainAssociationState.
certificateValidationRecordsSet of certificate CNAME records used for this domain name. SeecertificateValidationRecordsBlock below for more details.dnsTargetApp Runner subdomain of the App Runner service. The custom domain name is mapped to this target name. Attribute only available if resource created (not imported) with this provider.domainNameCustom domain endpoint to association. Specify a base domain e.g.,example.comor a subdomain e.g.,subdomain.example.com.enableWwwSubdomainWhether to associate the subdomain with the App Runner service in addition to the base domain. Defaults totrue.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.serviceArnARN of the App Runner service.statusCurrent state of the certificate CNAME record validation. It should change toSUCCESSafter App Runner completes validation with your DNS.const -
CustomDomainAssociationState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
certificateValidationRecords
→ Input<
List< ?CustomDomainAssociationCertificateValidationRecord> ?> -
Set of certificate CNAME records used for this domain name. See
certificateValidationRecordsBlock below for more details.final -
dnsTarget
→ Input<
String?> ? -
App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name. Attribute only available if resource created (not imported) with this provider.
final
-
domainName
→ Input<
String?> ? -
Custom domain endpoint to association. Specify a base domain e.g.,
example.comor a subdomain e.g.,subdomain.example.com.final -
enableWwwSubdomain
→ Input<
bool?> ? -
Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to
true.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
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
-
serviceArn
→ Input<
String?> ? -
ARN of the App Runner service.
final
-
status
→ Input<
String?> ? -
Current state of the certificate CNAME record validation. It should change to
SUCCESSafter App Runner completes validation with your DNS.final
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