Skip to content

aws.mgn.describe_launch_configuration_templates

Example SQL Queries

SELECT * FROM
aws.mgn.describe_launch_configuration_templates;

Description

Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs

Table Definition

Column NameColumn 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
launch_configuration_template_i_ds[]
_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(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
arn

ARN of the Launch Configuration Template.

VARCHAR
associate_public_ip_address

Associate public Ip address.

BOOLEAN
boot_mode

Launch configuration template boot mode.

VARCHAR
copy_private_ip

Copy private Ip.

BOOLEAN
copy_tags

Copy tags.

BOOLEAN
ec2_launch_template_id

EC2 launch template ID.

VARCHAR
enable_map_auto_tagging

Enable map auto tagging.

BOOLEAN
large_volume_conf

Large volume config.

STRUCT(
"iops" BIGINT,
"throughput" BIGINT,
"volume_type" VARCHAR
)
Show child fields
large_volume_conf.iops

Launch template disk iops configuration.

large_volume_conf.throughput

Launch template disk throughput configuration.

large_volume_conf.volume_type

Launch template disk volume type configuration.

launch_configuration_template_id

ID of the Launch Configuration Template.

VARCHAR
launch_disposition

Launch disposition.

VARCHAR
licensing

Configure Licensing.

STRUCT(
"os_byol" BOOLEAN
)
Show child fields
licensing.os_byol

Configure BYOL OS licensing.

map_auto_tagging_mpe_id

Launch configuration template map auto tagging MPE ID.

VARCHAR
post_launch_actions

Post Launch Actions of the Launch Configuration Template.

STRUCT(
"cloud_watch_log_group_name" VARCHAR,
"deployment" VARCHAR,
"s3_log_bucket" VARCHAR,
"s3_output_key_prefix" VARCHAR,
"ssm_documents" STRUCT(
"action_name" VARCHAR,
"external_parameters" MAP(VARCHAR, STRUCT(
"dynamic_path" VARCHAR
)),
"must_succeed_for_cutover" BOOLEAN,
"parameters" MAP(VARCHAR, STRUCT(
"parameter_name" VARCHAR,
"parameter_type" VARCHAR
)[]),
"ssm_document_name" VARCHAR,
"timeout_seconds" BIGINT
)[]
)
Show child fields
post_launch_actions.cloud_watch_log_group_name

AWS Systems Manager Command's CloudWatch log group name.

post_launch_actions.deployment

Deployment type in which AWS Systems Manager Documents will be executed.

post_launch_actions.s3_log_bucket

AWS Systems Manager Command's logs S3 log bucket.

post_launch_actions.s3_output_key_prefix

AWS Systems Manager Command's logs S3 output key prefix.

post_launch_actions.ssm_documents[]
Show child fields
post_launch_actions.ssm_documents[].action_name

User-friendly name for the AWS Systems Manager Document.

post_launch_actions.ssm_documents[].external_parameters

AWS Systems Manager Document external parameters.

post_launch_actions.ssm_documents[].must_succeed_for_cutover

If true, Cutover will not be enabled if the document has failed.

post_launch_actions.ssm_documents[].parameters

AWS Systems Manager Document parameters.

post_launch_actions.ssm_documents[].ssm_document_name

AWS Systems Manager Document name or full ARN.

post_launch_actions.ssm_documents[].timeout_seconds

AWS Systems Manager Document timeout seconds.

small_volume_conf

Small volume config.

STRUCT(
"iops" BIGINT,
"throughput" BIGINT,
"volume_type" VARCHAR
)
Show child fields
small_volume_conf.iops

Launch template disk iops configuration.

small_volume_conf.throughput

Launch template disk throughput configuration.

small_volume_conf.volume_type

Launch template disk volume type configuration.

small_volume_max_size

Small volume maximum size.

BIGINT
tags

Tags of the Launch Configuration Template.

MAP(VARCHAR, VARCHAR)
target_instance_type_right_sizing_method

Target instance type right-sizing method.

VARCHAR