Class CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.BatchContainerOverridesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.BatchContainerOverridesProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.BatchContainerOverridesProperty
An implementation for
CfnPipe.BatchContainerOverridesProperty
-
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.pipes.CfnPipe.BatchContainerOverridesProperty
CfnPipe.BatchContainerOverridesProperty.Builder, CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.BatchContainerOverridesProperty.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 command to send to the container that overrides the default command from the Docker image or the task definition.final Object
The environment variables to send to the container.final String
The instance type to use for a multi-node parallel job.final Object
The type and amount of resources to assign to a container.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 theCfnPipe.BatchContainerOverridesProperty.Builder
.
-
-
Method Details
-
getCommand
Description copied from interface:CfnPipe.BatchContainerOverridesProperty
The command to send to the container that overrides the default command from the Docker image or the task definition.- Specified by:
getCommand
in interfaceCfnPipe.BatchContainerOverridesProperty
- See Also:
-
getEnvironment
Description copied from interface:CfnPipe.BatchContainerOverridesProperty
The environment variables to send to the container.You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition.
Environment variables cannot start with "
AWS Batch
". This naming convention is reserved for variables that AWS Batch sets.- Specified by:
getEnvironment
in interfaceCfnPipe.BatchContainerOverridesProperty
- See Also:
-
getInstanceType
Description copied from interface:CfnPipe.BatchContainerOverridesProperty
The instance type to use for a multi-node parallel job.This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.
- Specified by:
getInstanceType
in interfaceCfnPipe.BatchContainerOverridesProperty
- See Also:
-
getResourceRequirements
Description copied from interface:CfnPipe.BatchContainerOverridesProperty
The type and amount of resources to assign to a container.This overrides the settings in the job definition. The supported resources include
GPU
,MEMORY
, andVCPU
.- Specified by:
getResourceRequirements
in interfaceCfnPipe.BatchContainerOverridesProperty
- 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()
-