Class IEcsContainerDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.IEcsContainerDefinition.Jsii$Proxy
- All Implemented Interfaces:
IEcsContainerDefinition
,IEcsContainerDefinition.Jsii$Default
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IEcsContainerDefinition
@Internal
public static final class IEcsContainerDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IEcsContainerDefinition.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.IEcsContainerDefinition
IEcsContainerDefinition.Jsii$Default, IEcsContainerDefinition.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Add a Volume to this container.The command that's passed to the container.final Number
getCpu()
The number of vCPUs reserved for the container.The environment variables to pass to a container.final IRole
The role used by Amazon ECS container and AWS Fargate agents to make AWS API calls on your behalf.final ContainerImage
getImage()
The image that this container will run.final IRole
The role that the container can assume.final LinuxParameters
Linux-specific modifications that are applied to the container, such as details for device mappings.final LogDriverConfig
The configuration of the log driver.final Size
The memory hard limit present to the container.final software.constructs.Node
getNode()
The tree node.final Boolean
Gives the container readonly access to its root filesystem.A map from environment variable names to the secrets for the container.final String
getUser()
The user name to use inside the container.The volumes to mount to this container.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getNode
@Stability(Stable) @NotNull public final software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIEcsContainerDefinition.Jsii$Default
-
getCpu
The number of vCPUs reserved for the container.Each vCPU is equivalent to 1,024 CPU shares. For containers running on EC2 resources, you must specify at least one vCPU.
- Specified by:
getCpu
in interfaceIEcsContainerDefinition
- Specified by:
getCpu
in interfaceIEcsContainerDefinition.Jsii$Default
-
getExecutionRole
The role used by Amazon ECS container and AWS Fargate agents to make AWS API calls on your behalf.- Specified by:
getExecutionRole
in interfaceIEcsContainerDefinition
- Specified by:
getExecutionRole
in interfaceIEcsContainerDefinition.Jsii$Default
- See Also:
-
getImage
The image that this container will run.- Specified by:
getImage
in interfaceIEcsContainerDefinition
- Specified by:
getImage
in interfaceIEcsContainerDefinition.Jsii$Default
-
getMemory
The memory hard limit present to the container.If your container attempts to exceed the memory specified, the container is terminated. You must specify at least 4 MiB of memory for a job.
- Specified by:
getMemory
in interfaceIEcsContainerDefinition
- Specified by:
getMemory
in interfaceIEcsContainerDefinition.Jsii$Default
-
getVolumes
The volumes to mount to this container.Automatically added to the job definition.
Default: - no volumes
- Specified by:
getVolumes
in interfaceIEcsContainerDefinition
- Specified by:
getVolumes
in interfaceIEcsContainerDefinition.Jsii$Default
-
getCommand
The command that's passed to the container.- Specified by:
getCommand
in interfaceIEcsContainerDefinition
- Specified by:
getCommand
in interfaceIEcsContainerDefinition.Jsii$Default
- See Also:
-
getEnvironment
The environment variables to pass to a container.Cannot start with
AWS_BATCH
. We don't recommend using plaintext environment variables for sensitive information, such as credential data.Default: - no environment variables
- Specified by:
getEnvironment
in interfaceIEcsContainerDefinition
- Specified by:
getEnvironment
in interfaceIEcsContainerDefinition.Jsii$Default
-
getJobRole
The role that the container can assume.Default: - no jobRole
- Specified by:
getJobRole
in interfaceIEcsContainerDefinition
- Specified by:
getJobRole
in interfaceIEcsContainerDefinition.Jsii$Default
- See Also:
-
getLinuxParameters
Linux-specific modifications that are applied to the container, such as details for device mappings.Default: none
- Specified by:
getLinuxParameters
in interfaceIEcsContainerDefinition
- Specified by:
getLinuxParameters
in interfaceIEcsContainerDefinition.Jsii$Default
-
getLogDriverConfig
The configuration of the log driver.- Specified by:
getLogDriverConfig
in interfaceIEcsContainerDefinition
- Specified by:
getLogDriverConfig
in interfaceIEcsContainerDefinition.Jsii$Default
-
getReadonlyRootFilesystem
Gives the container readonly access to its root filesystem.Default: false
- Specified by:
getReadonlyRootFilesystem
in interfaceIEcsContainerDefinition
- Specified by:
getReadonlyRootFilesystem
in interfaceIEcsContainerDefinition.Jsii$Default
-
getSecrets
A map from environment variable names to the secrets for the container.Allows your job definitions to reference the secret by the environment variable name defined in this property.
Default: - no secrets
- Specified by:
getSecrets
in interfaceIEcsContainerDefinition
- Specified by:
getSecrets
in interfaceIEcsContainerDefinition.Jsii$Default
- See Also:
-
getUser
The user name to use inside the container.Default: - no user
- Specified by:
getUser
in interfaceIEcsContainerDefinition
- Specified by:
getUser
in interfaceIEcsContainerDefinition.Jsii$Default
-
addVolume
Add a Volume to this container.- Specified by:
addVolume
in interfaceIEcsContainerDefinition
- Specified by:
addVolume
in interfaceIEcsContainerDefinition.Jsii$Default
- Parameters:
volume
- This parameter is required.
-