Values.AssociateCustomDomainResponseSourceAssociate your own domain name with the App Runner subdomain URL of your App Runner service. After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
type nonrec t = {dNSTarget : String_.t option;The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.
*)serviceArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
*)customDomain : CustomDomain.t option;A description of the domain name that's being associated.
*)vpcDNSTargets : VpcDNSTargetList.t option;DNS Target records for the custom domains of this Amazon VPC.
*)}type nonrec error = [ | `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `InvalidStateException of InvalidStateException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidStateException of InvalidStateException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `InvalidStateException of InvalidStateException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AppRunnerResourceArn.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ]
list
| `String of DomainName.t ])
list ])
list ]