aws.iotsitewise.describe_action
Example SQL Queries
SELECT * FROMaws.iotsitewise.describe_actionWHERE"action_id" = 'VALUE';Description
Retrieves information about an action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action_id Required Input Column The ID of the action. | 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 |
| action_definition_id The ID of the action definition. | VARCHAR |
| action_payload The JSON payload of the action. | STRUCT( |
Show child fields
| |
| execution_time The time the action was executed. | TIMESTAMP_S |
| target_resource The resource the action will be taken on. | STRUCT( |
Show child fields
| |