Values.DomainAssociationSourceDescribes the association between a custom domain and an Amplify app.
type nonrec t = {domainAssociationArn : DomainAssociationArn.t option;The Amazon Resource Name (ARN) for the domain association.
*)domainName : DomainName.t option;The name of the domain.
*)enableAutoSubDomain : EnableAutoSubDomain.t option;Enables the automated creation of subdomains for branches.
*)autoSubDomainCreationPatterns : AutoSubDomainCreationPatterns.t option;Sets branch patterns for automatic subdomain creation.
*)autoSubDomainIAMRole : AutoSubDomainIAMRole.t option;The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
*)domainStatus : DomainStatus.t option;The current status of the domain association.
*)updateStatus : UpdateStatus.t option;The status of the domain update operation that is currently in progress. The following list describes the valid update states. REQUESTING_CERTIFICATE The certificate is in the process of being updated. PENDING_VERIFICATION Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate. IMPORTING_CUSTOM_CERTIFICATE Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate. PENDING_DEPLOYMENT Indicates that the subdomain or certificate changes are being propagated. AWAITING_APP_CNAME Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route 53, Amplify handles this for you automatically. For more information about custom domains, see Setting up custom domains in the Amplify Hosting User Guide. UPDATE_COMPLETE The certificate has been associated with a domain. UPDATE_FAILED The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.
*)statusReason : StatusReason.t option;Additional information that describes why the domain association is in the current state.
*)certificateVerificationDNSRecord : CertificateVerificationDNSRecord.t option;The DNS record for certificate verification.
*)subDomains : SubDomains.t option;The subdomains for the domain association.
*)certificate : Certificate.t option;Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you. If you are updating your domain to use a different certificate, certificate points to the new certificate that is being created instead of the current active certificate. Otherwise, certificate points to the current active certificate.
*)}val make :
?domainAssociationArn:??? ->
?domainName:??? ->
?enableAutoSubDomain:??? ->
?autoSubDomainCreationPatterns:??? ->
?autoSubDomainIAMRole:??? ->
?domainStatus:??? ->
?updateStatus:??? ->
?statusReason:??? ->
?certificateVerificationDNSRecord:??? ->
?subDomains:??? ->
?certificate:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of EnableAutoSubDomain.t
| `Enum of string
| `List of
[> `String of AutoSubDomainCreationPattern.t
| `Structure of
(string
* [> `Boolean of Verified.t
| `String of DNSRecord.t
| `Structure of (string * [> `String of DomainPrefix.t ]) list ])
list ]
list
| `String of DomainAssociationArn.t
| `Structure of
(string * [> `Enum of string | `String of CertificateArn.t ]) list ])
list ]