Class CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeEnvironment.LaunchTemplateSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeEnvironment.LaunchTemplateSpecificationProperty
CfnComputeEnvironment.LaunchTemplateSpecificationProperty
-
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.batch.CfnComputeEnvironment.LaunchTemplateSpecificationProperty
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder, CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder
.
-
-
Method Details
-
getLaunchTemplateId
Description copied from interface:CfnComputeEnvironment.LaunchTemplateSpecificationProperty
The ID of the launch template.- Specified by:
getLaunchTemplateId
in interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
- See Also:
-
getLaunchTemplateName
Description copied from interface:CfnComputeEnvironment.LaunchTemplateSpecificationProperty
The name of the launch template.- Specified by:
getLaunchTemplateName
in interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
- See Also:
-
getVersion
Description copied from interface:CfnComputeEnvironment.LaunchTemplateSpecificationProperty
The version number of the launch template,$Latest
, or$Default
.If the value is
$Latest
, the latest version of the launch template is used. If the value is$Default
, the default version of the launch template is used.If the AMI ID that's used in a compute environment is from the launch template, the AMI isn't changed when the compute environment is updated. It's only changed if the
updateToLatestImageVersion
parameter for the compute environment is set totrue
. During an infrastructure update, if either$Latest
or$Default
is specified, AWS Batch re-evaluates the launch template version, and it might use a different version of the launch template. This is the case even if the launch template isn't specified in the update. When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the AWS Batch User Guide .Default:
$Default
.- Specified by:
getVersion
in interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
- 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()
-