CustomDomainAssociationState constructor
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.
Implementation
const CustomDomainAssociationState({
this.certificateValidationRecords,
this.dnsTarget,
this.domainName,
this.enableWwwSubdomain,
this.region,
this.serviceArn,
this.status,
});