Class IEksContainerDefinition.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.IEksContainerDefinition.Jsii$Proxy
All Implemented Interfaces:
IEksContainerDefinition, IEksContainerDefinition.Jsii$Default, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default
Enclosing interface:
IEksContainerDefinition

@Internal public static final class IEksContainerDefinition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IEksContainerDefinition.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.IEksContainerDefinition

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

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