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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.CfnPipe.EcsContainerOverrideProperty
CfnPipe.EcsContainerOverrideProperty.Builder, CfnPipe.EcsContainerOverrideProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.EcsContainerOverrideProperty.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 NumbergetCpu()The number ofcpuunits reserved for the container, instead of the default value from the task definition.final ObjectThe environment variables to send to the container.final ObjectA list of files containing the environment variables to pass to a container, instead of the value from the container definition.final NumberThe hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.final NumberThe soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.final StringgetName()The name of the container that receives the override.final ObjectThe type and amount of a resource to assign to a container, instead of the default value from the task definition.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.EcsContainerOverrideProperty.Builder.
-
-
Method Details
-
getCommand
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe 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:
getCommandin interfaceCfnPipe.EcsContainerOverrideProperty
-
getCpu
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe number ofcpuunits reserved for the container, instead of the default value from the task definition.You must also specify a container name.
- Specified by:
getCpuin interfaceCfnPipe.EcsContainerOverrideProperty
-
getEnvironment
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe 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:
getEnvironmentin interfaceCfnPipe.EcsContainerOverrideProperty
-
getEnvironmentFiles
Description copied from interface:CfnPipe.EcsContainerOverridePropertyA list of files containing the environment variables to pass to a container, instead of the value from the container definition.- Specified by:
getEnvironmentFilesin interfaceCfnPipe.EcsContainerOverrideProperty
-
getMemory
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe 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:
getMemoryin interfaceCfnPipe.EcsContainerOverrideProperty
-
getMemoryReservation
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe 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:
getMemoryReservationin interfaceCfnPipe.EcsContainerOverrideProperty
-
getName
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe name of the container that receives the override.This parameter is required if any override is specified.
- Specified by:
getNamein interfaceCfnPipe.EcsContainerOverrideProperty
-
getResourceRequirements
Description copied from interface:CfnPipe.EcsContainerOverridePropertyThe 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:
getResourceRequirementsin interfaceCfnPipe.EcsContainerOverrideProperty
-
$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()
-