aws.drs.list_launch_actions
Example SQL Queries
SELECT * FROMaws.drs.list_launch_actionsWHERE"resource_id" = 'VALUE';Description
Lists resource launch actions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column Launch configuration template Id or Source Server Id | VARCHAR |
| filters Input Column Filters to apply when listing resource launch actions. | STRUCT( |
Show child fields
| |
| _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_code Launch action code. | VARCHAR |
| action_id Launch action Id. | VARCHAR |
| action_version Launch action version. | VARCHAR |
| active Whether the launch action is active. | BOOLEAN |
| category Launch action category. | VARCHAR |
| description Launch action description. | VARCHAR |
| name Launch action name. | VARCHAR |
| optional Whether the launch will not be marked as failed if this action fails. | BOOLEAN |
| order Launch action order. | BIGINT |
| parameters Launch action parameters. | MAP(VARCHAR, STRUCT( |
| type Launch action type. | VARCHAR |