CustomDomainAssociationState class

Input properties used for looking up and filtering CustomDomainAssociation resources.

Constructors

CustomDomainAssociationState({Input<List<CustomDomainAssociationCertificateValidationRecord>?>? certificateValidationRecords, Input<String?>? dnsTarget, Input<String?>? domainName, Input<bool?>? enableWwwSubdomain, Input<String?>? region, Input<String?>? serviceArn, Input<String?>? status})
Creates a new CustomDomainAssociationState. certificateValidationRecords Set of certificate CNAME records used for this domain name. See certificateValidationRecords Block below for more details. dnsTarget 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. domainName Custom domain endpoint to association. Specify a base domain e.g., example.com or a subdomain e.g., subdomain.example.com. enableWwwSubdomain Whether to associate the subdomain with the App Runner service in addition to the base domain. Defaults to true. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. serviceArn ARN of the App Runner service. status Current state of the certificate CNAME record validation. It should change to SUCCESS after 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 certificateValidationRecords Block 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.com or 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 SUCCESS after 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