Class EfsVolumeOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.EfsVolumeOptions.Jsii$Proxy
All Implemented Interfaces:
EcsVolumeOptions, EfsVolumeOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EfsVolumeOptions

@Stability(Stable) @Internal public static final class EfsVolumeOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EfsVolumeOptions
An implementation for EfsVolumeOptions
  • 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.amazon.awscdk.services.batch.EfsVolumeOptions

    EfsVolumeOptions.Builder, EfsVolumeOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the EfsVolumeOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The Amazon EFS access point ID to use.
    final String
    the path on the container where this volume is mounted.
    final Boolean
    Enables encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
    The EFS File System that supports this volume.
    final String
    the name of this volume.
    final Boolean
    if set, the container will have readonly access to the volume.
    final String
    The directory within the Amazon EFS file system to mount as the root directory inside the host.
    final Number
    The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
    final Boolean
    Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait