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
show all
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

Instance Attribute Details

#domain_configuration_arnString

The ARN of the domain configuration.

Returns:

  • (String)

    The ARN of the domain configuration.

#domain_configuration_nameString

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

Returns:

  • (String)

    The name of the domain configuration.

#service_typeString

The type of service delivered by the endpoint.

Possible values:

  • DATA
  • CREDENTIAL_PROVIDER
  • JOBS

Returns:

  • (String)

    The type of service delivered by the endpoint.