Module Values_0.DomainConfigurationSummarySource

The 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

Sourcetype nonrec t = {
  1. domainConfigurationName : ReservedDomainConfigurationName.t option;
    (*

    The name of the domain configuration. This value must be unique to a region.

    *)
  2. domainConfigurationArn : DomainConfigurationArn.t option;
    (*

    The ARN of the domain configuration.

    *)
  3. serviceType : ServiceType.t option;
    (*

    The type of service delivered by the endpoint.

    *)
}
Sourceval make : ?domainConfigurationName:??? -> ?domainConfigurationArn:??? -> ?serviceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ReservedDomainConfigurationName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t