aws.iotsitewise.list_actions
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_actionsWHERE"target_resource_type" = 'VALUE'AND "target_resource_id" = 'VALUE';Description
Retrieves a paginated list of actions for a specific target resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| target_resource_id Required Input Column The ID of the target resource. | VARCHAR |
| target_resource_type Required Input Column The type of resource. | 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_id The ID of the action. | VARCHAR |
| target_resource The resource the action will be taken on. | STRUCT( |
Show child fields
| |