/AWS1/CL_IOTDOMAINCONFSUMMARY¶
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
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainconfigurationname TYPE /AWS1/IOTRSVDDOMAINCONFNAME /AWS1/IOTRSVDDOMAINCONFNAME¶
The name of the domain configuration. This value must be unique to a region.
iv_domainconfigurationarn TYPE /AWS1/IOTDOMAINCONFARN /AWS1/IOTDOMAINCONFARN¶
The ARN of the domain configuration.
iv_servicetype TYPE /AWS1/IOTSERVICETYPE /AWS1/IOTSERVICETYPE¶
The type of service delivered by the endpoint.
Queryable Attributes¶
domainConfigurationName¶
The name of the domain configuration. This value must be unique to a region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINCONFIGURATIONNAME() |
Getter for DOMAINCONFIGURATIONNAME, with configurable defaul |
ASK_DOMAINCONFIGURATIONNAME() |
Getter for DOMAINCONFIGURATIONNAME w/ exceptions if field ha |
HAS_DOMAINCONFIGURATIONNAME() |
Determine if DOMAINCONFIGURATIONNAME has a value |
domainConfigurationArn¶
The ARN of the domain configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINCONFIGURATIONARN() |
Getter for DOMAINCONFIGURATIONARN, with configurable default |
ASK_DOMAINCONFIGURATIONARN() |
Getter for DOMAINCONFIGURATIONARN w/ exceptions if field has |
HAS_DOMAINCONFIGURATIONARN() |
Determine if DOMAINCONFIGURATIONARN has a value |
serviceType¶
The type of service delivered by the endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICETYPE() |
Getter for SERVICETYPE, with configurable default |
ASK_SERVICETYPE() |
Getter for SERVICETYPE w/ exceptions if field has no value |
HAS_SERVICETYPE() |
Determine if SERVICETYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DOMAINCONFIGURATIONS¶
TYPES TT_DOMAINCONFIGURATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTDOMAINCONFSUMMARY WITH DEFAULT KEY
.