AWSEC2LaunchTemplateVersion
No description
type AWSEC2LaunchTemplateVersion {
id: String!
name: String!
description: String!
defaultVersion: Boolean!
number: Int64!
createdAt: DateTime
createdBy: String!
details: AWSEC2LaunchTemplateData
}
Fields
AWSEC2LaunchTemplateVersion.id ● String! non-null scalar
The ID of the launch template
AWSEC2LaunchTemplateVersion.name ● String! non-null scalar
The name of the launch template
AWSEC2LaunchTemplateVersion.description ● String! non-null scalar
The description for the version
AWSEC2LaunchTemplateVersion.defaultVersion ● Boolean! non-null scalar
Indicates whether the version is the default version
AWSEC2LaunchTemplateVersion.number ● Int64! non-null scalar
The time the version was created
AWSEC2LaunchTemplateVersion.createdAt ● DateTime scalar
The time the version was created
AWSEC2LaunchTemplateVersion.createdBy ● String! non-null scalar
The principal that created the version
AWSEC2LaunchTemplateVersion.details ● AWSEC2LaunchTemplateData object
The details of the launch template in the version
Member of
AWSAutoScalingGroup object ● AWSAutoScalingInstance object ● AWSAutoScalingLaunchTemplate object ● AWSAutoScalingLaunchTemplateOverrides object ● AWSEC2LaunchTemplate object