aws.iot.describe_event_configurations
Example SQL Queries
SELECT * FROMaws.iot.describe_event_configurations;Description
Describes event configurations.
Requires permission to access the DescribeEventConfigurations action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| creation_date The creation date of the event configuration. | TIMESTAMP_S |
| event_configurations The event configurations. | MAP(VARCHAR, STRUCT( |
| last_modified_date The date the event configurations were last modified. | TIMESTAMP_S |