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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.LaunchTemplateOverrides
LaunchTemplateOverrides.Builder, LaunchTemplateOverrides.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLaunchTemplateOverrides.Builder.protectedJsii$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.JsonNodefinal booleanfinal InstanceTypeThe instance type, such as m3.xlarge.final ILaunchTemplateProvides the launch template to be used when launching the instance type.final NumberThe number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic.final inthashCode()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
-
getInstanceType
Description copied from interface:LaunchTemplateOverridesThe instance type, such as m3.xlarge. You must use an instance type that is supported in your requested Region and Availability Zones.Default: - Do not override instance type
- Specified by:
getInstanceTypein interfaceLaunchTemplateOverrides
-
getLaunchTemplate
Description copied from interface:LaunchTemplateOverridesProvides 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:
getLaunchTemplatein interfaceLaunchTemplateOverrides
-
getWeightedCapacity
Description copied from interface:LaunchTemplateOverridesThe 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:
getWeightedCapacityin interfaceLaunchTemplateOverrides- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-