Class CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.BatchContainerOverridesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.BatchContainerOverridesProperty
CfnPipe.BatchContainerOverridesProperty-
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.pipes.CfnPipe.BatchContainerOverridesProperty
CfnPipe.BatchContainerOverridesProperty.Builder, CfnPipe.BatchContainerOverridesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.BatchContainerOverridesProperty.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 booleanThe command to send to the container that overrides the default command from the Docker image or the task definition.final ObjectThe environment variables to send to the container.final StringThe instance type to use for a multi-node parallel job.final ObjectThe type and amount of resources to assign to a container.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 theCfnPipe.BatchContainerOverridesProperty.Builder.
-
-
Method Details
-
getCommand
Description copied from interface:CfnPipe.BatchContainerOverridesPropertyThe command to send to the container that overrides the default command from the Docker image or the task definition.- Specified by:
getCommandin interfaceCfnPipe.BatchContainerOverridesProperty- See Also:
-
getEnvironment
Description copied from interface:CfnPipe.BatchContainerOverridesPropertyThe 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipe.BatchEnvironmentVariableProperty>- Specified by:
getEnvironmentin interfaceCfnPipe.BatchContainerOverridesProperty- See Also:
-
getInstanceType
Description copied from interface:CfnPipe.BatchContainerOverridesPropertyThe 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:
getInstanceTypein interfaceCfnPipe.BatchContainerOverridesProperty- See Also:
-
getResourceRequirements
Description copied from interface:CfnPipe.BatchContainerOverridesPropertyThe 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipe.BatchResourceRequirementProperty>- Specified by:
getResourceRequirementsin interfaceCfnPipe.BatchContainerOverridesProperty- 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()
-