Values_1.CreateDomainConfigurationRequestSourceCreates a domain configuration. Requires permission to access the CreateDomainConfiguration action.
type nonrec t = {domainConfigurationName : Values_0.DomainConfigurationName.t;The name of the domain configuration. This value must be unique to a region.
*)domainName : Values_0.DomainName.t option;The name of the domain.
*)serverCertificateArns : Values_0.ServerCertificateArns.t option;The ARNs of the certificates that IoT passes to the device during the TLS handshake. Currently you can specify only one certificate ARN. This value is not required for Amazon Web Services-managed domains.
*)validationCertificateArn : Values_0.AcmCertificateArn.t option;The certificate used to validate the server certificate and prove domain name ownership. This certificate must be signed by a public certificate authority. This value is not required for Amazon Web Services-managed domains.
*)serviceType : Values_0.ServiceType.t option;The type of service delivered by the endpoint. Amazon Web Services IoT Core currently supports only the DATA service type.
*)tlsConfig : Values_0.TlsConfig.t option;An object that specifies the TLS configuration for a domain.
*)serverCertificateConfig : Values_0.ServerCertificateConfig.t option;The server certificate configuration.
*)authenticationType : Values_0.AuthenticationType.t option;An enumerated string that speciļ¬es the authentication type. CUSTOM_AUTH_X509 - Use custom authentication and authorization with additional details from the X.509 client certificate. CUSTOM_AUTH - Use custom authentication and authorization. For more information, see Custom authentication and authorization. AWS_X509 - Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates. AWS_SIGV4 - Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles. DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.
*)applicationProtocol : Values_0.ApplicationProtocol.t option;An enumerated string that speciļ¬es the application-layer protocol. SECURE_MQTT - MQTT over TLS. MQTT_WSS - MQTT over WebSocket. HTTPS - HTTP over TLS. DEFAULT - Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.
*)clientCertificateConfig : Values_0.ClientCertificateConfig.t option;An object that speciļ¬es the client certificate conļ¬guration for a domain.
*)}val make :
?domainName:??? ->
?serverCertificateArns:??? ->
?validationCertificateArn:??? ->
?authorizerConfig:??? ->
?serviceType:??? ->
?tags:??? ->
?tlsConfig:??? ->
?serverCertificateConfig:??? ->
?authenticationType:??? ->
?applicationProtocol:??? ->
?clientCertificateConfig:??? ->
domainConfigurationName:Values_0.DomainConfigurationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.DomainConfigurationName.t
| `Structure of
(string * [> `Boolean of bool | `String of string ]) list ])
list ]