Values.CreateCustomDomainAssociationResultSourceUsed to create a custom domain name for a cluster. Properties include the custom domain name, the cluster the custom domain is associated with, and the certificate Amazon Resource Name (ARN).
type createCustomDomainAssociationResult = {customDomainName : CustomDomainNameString.t option;The custom domain name for the association result.
*)customDomainCertificateArn : CustomDomainCertificateArnString.t option;The Amazon Resource Name (ARN) for the certificate associated with the custom domain name.
*)clusterIdentifier : String_.t option;The identifier of the cluster that the custom domain is associated with.
*)customDomainCertExpiryTime : String_.t option;The expiration time for the certificate for the custom domain.
*)}and t = {createCustomDomainAssociationResult : createCustomDomainAssociationResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `CustomCnameAssociationFault of CustomCnameAssociationFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `CustomCnameAssociationFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `CustomCnameAssociationFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of CustomDomainNameString.t ]) list ])
list ]