Interface IEcsContainerDefinition.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEcsContainerDefinition, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IEcsEc2ContainerDefinition.Jsii$Default, IEcsFargateContainerDefinition.Jsii$Default
All Known Implementing Classes:
IEcsContainerDefinition.Jsii$Proxy, IEcsEc2ContainerDefinition.Jsii$Proxy, IEcsFargateContainerDefinition.Jsii$Proxy
Enclosing interface:
IEcsContainerDefinition

@Internal public static interface IEcsContainerDefinition.Jsii$Default extends IEcsContainerDefinition, software.constructs.IConstruct.Jsii$Default
Internal default implementation for IEcsContainerDefinition.
  • Nested Class Summary

    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
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Add a Volume to this container.
    default List<String>
    The command that's passed to the container.
    default Number
    The number of vCPUs reserved for the container.
    default Boolean
    Whether to enable ecs exec for this container.
    default Map<String,String>
    The environment variables to pass to a container.
    default IRole
    The role used by Amazon ECS container and AWS Fargate agents to make AWS API calls on your behalf.
    The image that this container will run.
    default IRole
    The role that the container can assume.
    Linux-specific modifications that are applied to the container, such as details for device mappings.
    The configuration of the log driver.
    default Size
    The memory hard limit present to the container.
    default Boolean
    Gives the container readonly access to its root filesystem.
    default Map<String,Secret>
    A map from environment variable names to the secrets for the container.
    default String
    The user name to use inside the container.
    default List<EcsVolume>
    The volumes to mount to this container.

    Methods inherited from interface software.constructs.IConstruct.Jsii$Default

    getNode

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson