aws.drs.describe_launch_configuration_templates
Example SQL Queries
SELECT * FROMaws.drs.describe_launch_configuration_templates;Description
Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
Table Definition
| Column Name | Column Data Type |
|---|---|
| launch_configuration_template_i_ds Input Column Request to filter Launch Configuration Templates list by Launch Configuration Template ID. | VARCHAR[] |
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 |
| arn ARN of the Launch Configuration Template. | VARCHAR |
| copy_private_ip Copy private IP. | BOOLEAN |
| copy_tags Copy tags. | BOOLEAN |
| export_bucket_arn S3 bucket ARN to export Source Network templates. | VARCHAR |
| launch_configuration_template_id ID of the Launch Configuration Template. | VARCHAR |
| launch_disposition Launch disposition. | VARCHAR |
| launch_into_source_instance DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance. | BOOLEAN |
| licensing Licensing. | STRUCT( |
Show child fields
| |
| post_launch_enabled Post-launch actions activated. | BOOLEAN |
| tags Tags of the Launch Configuration Template. | MAP(VARCHAR, VARCHAR) |
| target_instance_type_right_sizing_method Target instance type right-sizing method. | VARCHAR |