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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnComputeEnvironment.LaunchTemplateSpecificationProperty
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder, CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder.protectedJsii$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.LaunchTemplateSpecificationPropertyThe ID of the launch template.- Specified by:
getLaunchTemplateIdin interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
-
getLaunchTemplateName
Description copied from interface:CfnComputeEnvironment.LaunchTemplateSpecificationPropertyThe name of the launch template.- Specified by:
getLaunchTemplateNamein interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
-
getVersion
Description copied from interface:CfnComputeEnvironment.LaunchTemplateSpecificationPropertyThe 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
updateToLatestImageVersionparameter for the compute environment is set totrue. During an infrastructure update, if either$Latestor$Defaultis 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:
getVersionin interfaceCfnComputeEnvironment.LaunchTemplateSpecificationProperty
-
$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()
-