Values_0.DomainConfigurationSummarySourceThe summary of a domain configuration. A domain configuration specifies custom IoT-specific information about a domain. A domain configuration can be associated with an Amazon Web Services-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint. Data Jobs CredentialProvider
type nonrec t = {domainConfigurationName : ReservedDomainConfigurationName.t option;The name of the domain configuration. This value must be unique to a region.
*)domainConfigurationArn : DomainConfigurationArn.t option;The ARN of the domain configuration.
*)serviceType : ServiceType.t option;The type of service delivered by the endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ReservedDomainConfigurationName.t ])
list ]