Class LaunchTemplateOverrides.Jsii$Proxy
- All Implemented Interfaces:
LaunchTemplateOverrides
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LaunchTemplateOverrides
LaunchTemplateOverrides
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.LaunchTemplateOverrides
LaunchTemplateOverrides.Builder, LaunchTemplateOverrides.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLaunchTemplateOverrides.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The instance requirements.final InstanceType
The instance type, such as m3.xlarge.final ILaunchTemplate
Provides the launch template to be used when launching the instance type.final Number
The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLaunchTemplateOverrides.Builder
.
-
-
Method Details
-
getInstanceRequirements
Description copied from interface:LaunchTemplateOverrides
The instance requirements.Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types.
You can specify up to four separate sets of instance requirements per Auto Scaling group. This is useful for provisioning instances from different Amazon Machine Images (AMIs) in the same Auto Scaling group. To do this, create the AMIs and create a new launch template for each AMI. Then, create a compatible set of instance requirements for each launch template.
You must specify one of instanceRequirements or instanceType.
Default: - Do not override instance type
- Specified by:
getInstanceRequirements
in interfaceLaunchTemplateOverrides
-
getInstanceType
Description copied from interface:LaunchTemplateOverrides
The instance type, such as m3.xlarge. You must use an instance type that is supported in your requested Region and Availability Zones.You must specify one of instanceRequirements or instanceType.
Default: - Do not override instance type
- Specified by:
getInstanceType
in interfaceLaunchTemplateOverrides
-
getLaunchTemplate
Description copied from interface:LaunchTemplateOverrides
Provides the launch template to be used when launching the instance type.For example, some instance types might require a launch template with a different AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's defined for your mixed instances policy.
Default: - Do not override launch template
- Specified by:
getLaunchTemplate
in interfaceLaunchTemplateOverrides
-
getWeightedCapacity
Description copied from interface:LaunchTemplateOverrides
The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.When a Spot or On-Demand Instance is provisioned, the capacity units count toward the desired capacity. Amazon EC2 Auto Scaling provisions instances until the desired capacity is totally fulfilled, even if this results in an overage. Value must be in the range of 1 to 999.
For example, If there are 2 units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the desired capacity is exceeded by 3 units.
Default: - Do not provide weight
- Specified by:
getWeightedCapacity
in interfaceLaunchTemplateOverrides
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-