Class CfnJobDefinition.FargatePlatformConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.FargatePlatformConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.FargatePlatformConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.FargatePlatformConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.FargatePlatformConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.FargatePlatformConfigurationProperty
An implementation for
CfnJobDefinition.FargatePlatformConfigurationProperty
-
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.CfnJobDefinition.FargatePlatformConfigurationProperty
CfnJobDefinition.FargatePlatformConfigurationProperty.Builder, CfnJobDefinition.FargatePlatformConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.FargatePlatformConfigurationProperty.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 theCfnJobDefinition.FargatePlatformConfigurationProperty.Builder
.
-
-
Method Details
-
getPlatformVersion
Description copied from interface:CfnJobDefinition.FargatePlatformConfigurationProperty
The AWS Fargate platform version where the jobs are running.A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the
LATEST
platform version is used by default. This uses a recent, approved version of the AWS Fargate platform for compute resources. For more information, see AWS Fargate platform versions in the Amazon Elastic Container Service Developer Guide .- Specified by:
getPlatformVersion
in interfaceCfnJobDefinition.FargatePlatformConfigurationProperty
- 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()
-