Class CfnPipe.EcsContainerOverrideProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.EcsContainerOverrideProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.EcsContainerOverrideProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.EcsContainerOverrideProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.EcsContainerOverrideProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.EcsContainerOverrideProperty
An implementation for
CfnPipe.EcsContainerOverrideProperty
-
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.EcsContainerOverrideProperty
CfnPipe.EcsContainerOverrideProperty.Builder, CfnPipe.EcsContainerOverrideProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.EcsContainerOverrideProperty.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 Number
getCpu()
The number ofcpu
units reserved for the container, instead of the default value from the task definition.final Object
The environment variables to send to the container.final Object
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.final Number
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.final Number
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.final String
getName()
The name of the container that receives the override.final Object
The type and amount of a resource to assign to a container, instead of the default value from the task definition.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.EcsContainerOverrideProperty.Builder
.
-
-
Method Details
-
getCommand
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The command to send to the container that overrides the default command from the Docker image or the task definition.You must also specify a container name.
- Specified by:
getCommand
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getCpu
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The number ofcpu
units reserved for the container, instead of the default value from the task definition.You must also specify a container name.
- Specified by:
getCpu
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getEnvironment
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
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. You must also specify a container name.
- Specified by:
getEnvironment
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getEnvironmentFiles
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.- Specified by:
getEnvironmentFiles
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getMemory
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.
- Specified by:
getMemory
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getMemoryReservation
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.You must also specify a container name.
- Specified by:
getMemoryReservation
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getName
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The name of the container that receives the override.This parameter is required if any override is specified.
- Specified by:
getName
in interfaceCfnPipe.EcsContainerOverrideProperty
- See Also:
-
getResourceRequirements
Description copied from interface:CfnPipe.EcsContainerOverrideProperty
The type and amount of a resource to assign to a container, instead of the default value from the task definition.The only supported resource is a GPU.
- Specified by:
getResourceRequirements
in interfaceCfnPipe.EcsContainerOverrideProperty
- 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()
-