Interface IEksContainerDefinition.Jsii$Default

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

@Internal public static interface IEksContainerDefinition.Jsii$Default extends IEksContainerDefinition, software.constructs.IConstruct.Jsii$Default
Internal default implementation for IEksContainerDefinition.
  • 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.IEksContainerDefinition

    IEksContainerDefinition.Jsii$Default, IEksContainerDefinition.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Mount a Volume to this container.
    default List<String>
    An array of arguments to the entrypoint.
    default List<String>
    The entrypoint for the container.
    default Number
    The hard limit of CPUs to present to this container.
    default Number
    The soft limit of CPUs to reserve for the container Must be an even multiple of 0.25.
    default Map<String,String>
    The environment variables to pass to this container.
    default Number
    The hard limit of GPUs to present to this container.
    default Number
    The soft limit of CPUs to reserve for the container Must be an even multiple of 0.25.
    The image that this container will run.
    The image pull policy for this container.
    default Size
    The amount (in MiB) of memory to present to the container.
    default Size
    The soft limit (in MiB) of memory to reserve for the container.
    default String
    The name of this container.
    default Boolean
    If specified, gives this container elevated permissions on the host container instance.
    default Boolean
    If specified, gives this container readonly access to its root file system.
    default Number
    If specified, the container is run as the specified group ID (gid).
    default Boolean
    If specified, the container is run as a user with a uid other than 0.
    default Number
    If specified, this container is run as the specified user ID (uid).
    default List<EksVolume>
    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