Values.CreateDomainNameRequestSourceA request to create a new domain name.
type nonrec t = {domainName : String_.t;The name of the DomainName resource.
*)certificateName : String_.t option;The user-friendly name of the certificate that will be used by edge-optimized endpoint or private endpoint for this domain name.
*)certificateBody : String_.t option;[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint or private endpoint for this domain name provided by your certificate authority.
*)certificatePrivateKey : String_.t option;[Deprecated] Your edge-optimized endpoint's domain name certificate's private key.
*)certificateChain : String_.t option;[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
*)certificateArn : String_.t option;The reference to an Amazon Web Services-managed certificate that will be used by edge-optimized endpoint or private endpoint for this domain name. Certificate Manager is the only supported source.
*)regionalCertificateName : String_.t option;The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
*)regionalCertificateArn : String_.t option;The reference to an Amazon Web Services-managed certificate that will be used by regional endpoint for this domain name. Certificate Manager is the only supported source.
*)endpointConfiguration : EndpointConfiguration.t option;The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
*)securityPolicy : SecurityPolicy.t option;The Transport Layer Security (TLS) version + cipher suite for this DomainName.
*)endpointAccessMode : EndpointAccessMode.t option;The endpoint access mode of the DomainName. Only available for DomainNames that use security policies that start with SecurityPolicy_.
*)mutualTlsAuthentication : MutualTlsAuthenticationInput.t option;ownershipVerificationCertificateArn : String_.t option;The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn.
*)policy : String_.t option;A stringified JSON policy document that applies to the execute-api service for this DomainName regardless of the caller and Method configuration. Supported only for private custom domain names.
*)routingMode : RoutingMode.t option;The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs.
*)}val make :
?certificateName:??? ->
?certificateBody:??? ->
?certificatePrivateKey:??? ->
?certificateChain:??? ->
?certificateArn:??? ->
?regionalCertificateName:??? ->
?regionalCertificateArn:??? ->
?endpointConfiguration:??? ->
?tags:??? ->
?securityPolicy:??? ->
?endpointAccessMode:??? ->
?mutualTlsAuthentication:??? ->
?ownershipVerificationCertificateArn:??? ->
?policy:??? ->
?routingMode:??? ->
domainName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string | `String of String_.t ] list
| `String of String_.t ])
list ])
list ]