Table: aws_ec2_launch_template_versions
This table shows data for Amazon Elastic Compute Cloud (EC2) Launch Template Versions.
The composite primary key for this table is (arn, version_number).
Relations
This table depends on aws_ec2_launch_templates.
Columns
Name | Type |
---|---|
_cq_id | uuid |
_cq_parent_id | uuid |
account_id | utf8 |
region | utf8 |
arn (PK) | utf8 |
version_number (PK) | int64 |
create_time | timestamp[us, tz=UTC] |
created_by | utf8 |
default_version | bool |
launch_template_data | json |
launch_template_id | utf8 |
launch_template_name | utf8 |
version_description | utf8 |