You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::DomainConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DomainConfigurationSummary
- Defined in:
- (unknown)
Overview
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 AWS-managed domain (for example, dbc123defghijk.iot.us-west-2.amazonaws.com), a customer managed domain, or a default endpoint.
-
Data
-
Jobs
-
CredentialProvider
The domain configuration feature is in public preview and is subject to change.
Instance Attribute Summary collapse
-
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
-
#domain_configuration_name ⇒ String
The name of the domain configuration.
-
#service_type ⇒ String
The type of service delivered by the endpoint.
Instance Attribute Details
#domain_configuration_arn ⇒ String
The ARN of the domain configuration.
#domain_configuration_name ⇒ String
The name of the domain configuration. This value must be unique to a region.
#service_type ⇒ String
The type of service delivered by the endpoint.
Possible values:
- DATA
- CREDENTIAL_PROVIDER
- JOBS