Interface IEcsFargateContainerDefinition
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEcsContainerDefinition,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEcsFargateContainerDefinition.Jsii$Default
- All Known Implementing Classes:
EcsFargateContainerDefinition,IEcsFargateContainerDefinition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:05.771Z")
@Stability(Stable)
public interface IEcsFargateContainerDefinition
extends software.amazon.jsii.JsiiSerializable, IEcsContainerDefinition
A container orchestrated by ECS that uses Fargate resources and is orchestrated by ECS.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEcsFargateContainerDefinition.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault BooleanIndicates whether the job has a public IP address.default SizeThe size for ephemeral storage.default CpuArchitectureThe vCPU architecture of Fargate Runtime.default OperatingSystemFamilyThe operating system for the compute environment.default FargatePlatformVersionWhich version of Fargate to use when running this container.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.services.batch.IEcsContainerDefinition
addVolume, getCommand, getCpu, getEnableExecuteCommand, getEnvironment, getExecutionRole, getImage, getJobRole, getLinuxParameters, getLogDriverConfig, getMemory, getReadonlyRootFilesystem, getSecrets, getUser, getVolumesMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssignPublicIp
Indicates whether the job has a public IP address.For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet.
Default: false
- See Also:
-
getEphemeralStorageSize
The size for ephemeral storage.Default: - 20 GiB
-
getFargateCpuArchitecture
The vCPU architecture of Fargate Runtime.Default: - X86_64
-
getFargateOperatingSystemFamily
The operating system for the compute environment.Default: - LINUX
-
getFargatePlatformVersion
Which version of Fargate to use when running this container.Default: LATEST
-