aws.iot.list_domain_configurations
Example SQL Queries
SELECT * FROMaws.iot.list_domain_configurations;Description
Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.
Requires permission to access the ListDomainConfigurations action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_type Input Column The type of service delivered by the endpoint. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| domain_configuration_arn The ARN of the domain configuration. | VARCHAR |
| domain_configuration_name The name of the domain configuration. This value must be unique to a region. | VARCHAR |