Skip to main content

AWSAutoScalingLaunchTemplateOverrides

No description

type AWSAutoScalingLaunchTemplateOverrides {
instanceRequirements: AWSAutoScalingInstanceRequirements
instanceType: String!
specification: AWSEC2LaunchTemplateVersion
weightedCapacity: String!
}

Fields

AWSAutoScalingLaunchTemplateOverrides.instanceRequirements ● AWSAutoScalingInstanceRequirements object

The instance requirements

AWSAutoScalingLaunchTemplateOverrides.instanceType ● String! non-null scalar

The instance type

AWSAutoScalingLaunchTemplateOverrides.specification ● AWSEC2LaunchTemplateVersion object

Provides the version specified launch template for the specified instance type or set of instance requirements

AWSAutoScalingLaunchTemplateOverrides.weightedCapacity ● String! non-null scalar

If you provide a list of instance types to use, you can specify the number of capacity units provided by each instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic

Member of

AWSAutoScalingLaunchTemplate object