Class CfnLocationEFSProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLocationEFSProps.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
    Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.
    final Object
    Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
    final String
    Specifies the ARN for the Amazon EFS file system.
    final String
    Specifies an AWS Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
    final String
    Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.
    final String
    Specifies a mount path for your Amazon EFS file system.
    final List<CfnTag>
    Specifies the key-value pair that represents a tag that you want to add to the resource.
    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
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnLocationEFSProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLocationEFSProps.Builder.
  • Method Details

    • getEc2Config

      public final Object getEc2Config()
      Description copied from interface: CfnLocationEFSProps
      Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
      Specified by:
      getEc2Config in interface CfnLocationEFSProps
    • getAccessPointArn

      public final String getAccessPointArn()
      Description copied from interface: CfnLocationEFSProps
      Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.
      Specified by:
      getAccessPointArn in interface CfnLocationEFSProps
    • getEfsFilesystemArn

      public final String getEfsFilesystemArn()
      Description copied from interface: CfnLocationEFSProps
      Specifies the ARN for the Amazon EFS file system.
      Specified by:
      getEfsFilesystemArn in interface CfnLocationEFSProps
    • getFileSystemAccessRoleArn

      public final String getFileSystemAccessRoleArn()
      Description copied from interface: CfnLocationEFSProps
      Specifies an AWS Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
      Specified by:
      getFileSystemAccessRoleArn in interface CfnLocationEFSProps
    • getInTransitEncryption

      public final String getInTransitEncryption()
      Description copied from interface: CfnLocationEFSProps
      Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.

      If you specify an access point using AccessPointArn or an IAM role using FileSystemAccessRoleArn , you must set this parameter to TLS1_2 .

      Specified by:
      getInTransitEncryption in interface CfnLocationEFSProps
    • getSubdirectory

      public final String getSubdirectory()
      Description copied from interface: CfnLocationEFSProps
      Specifies a mount path for your Amazon EFS file system.

      This is where DataSync reads or writes data (depending on if this is a source or destination location). By default, DataSync uses the root directory, but you can also include subdirectories.

      You must specify a value with forward slashes (for example, /path/to/folder ).

      Specified by:
      getSubdirectory in interface CfnLocationEFSProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnLocationEFSProps
      Specifies the key-value pair that represents a tag that you want to add to the resource.

      The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.

      Specified by:
      getTags in interface CfnLocationEFSProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object