aws.mgn.list_template_actions
Example SQL Queries
SELECT * FROMaws.mgn.list_template_actionsWHERE"launch_configuration_template_id" = 'VALUE';Description
List template post migration custom actions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| launch_configuration_template_id Required Input Column Launch configuration template ID. | VARCHAR |
| filters Input Column Filters to apply when listing template post migration custom 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_id Template post migration custom action ID. | VARCHAR |
| action_name Template post migration custom action name. | VARCHAR |
| active Template post migration custom action active status. | BOOLEAN |
| category Template post migration custom action category. | VARCHAR |
| description Template post migration custom action description. | VARCHAR |
| document_identifier Template post migration custom action document identifier. | VARCHAR |
| document_version Template post migration custom action document version. | VARCHAR |
| external_parameters Template post migration custom action external parameters. | MAP(VARCHAR, STRUCT( |
| must_succeed_for_cutover Template post migration custom action must succeed for cutover. | BOOLEAN |
| operating_system Operating system eligible for this template post migration custom action. | VARCHAR |
| order Template post migration custom action order. | BIGINT |
| parameters Template post migration custom action parameters. | MAP(VARCHAR, STRUCT( |
| timeout_seconds Template post migration custom action timeout in seconds. | BIGINT |