Values.CreateDomainNameInputSourceRepresents the input parameters for a CreateDomainName request.
type nonrec t = {domainName : StringWithLengthBetween1And512.t;The domain name.
*)domainNameConfigurations : DomainNameConfigurations.t option;The domain name configurations.
*)mutualTlsAuthentication : MutualTlsAuthenticationInput.t option;The mutual TLS authentication configuration for a custom domain name.
*)routingMode : RoutingMode.t option;The routing mode.
*)}val make :
?domainNameConfigurations:??? ->
?mutualTlsAuthentication:??? ->
?routingMode:??? ->
?tags:??? ->
domainName:StringWithLengthBetween1And512.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Timestamp of string ])
list ]
list
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And1600.t ])
list
| `String of StringWithLengthBetween1And512.t
| `Structure of
(string * [> `String of UriWithLengthBetween1And2048.t ]) list ])
list ]