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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnLocationEFSProps
CfnLocationEFSProps.Builder, CfnLocationEFSProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLocationEFSProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLocationEFSProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. - 
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.final ObjectSpecifies the subnet and security groups DataSync uses to access your Amazon EFS file system.final StringSpecifies the ARN for the Amazon EFS file system.final StringSpecifies an AWS Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.final StringSpecifies 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 StringSpecifies a mount path for your Amazon EFS file system.getTags()Specifies the key-value pair that represents a tag that you want to add to the resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet 
- 
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
Constructor that initializes the object based on literal property values passed by theCfnLocationEFSProps.Builder. 
 - 
 - 
Method Details
- 
getEc2Config
Description copied from interface:CfnLocationEFSPropsSpecifies the subnet and security groups DataSync uses to access your Amazon EFS file system.- Specified by:
 getEc2Configin interfaceCfnLocationEFSProps
 - 
getAccessPointArn
Description copied from interface:CfnLocationEFSPropsSpecifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.- Specified by:
 getAccessPointArnin interfaceCfnLocationEFSProps
 - 
getEfsFilesystemArn
Description copied from interface:CfnLocationEFSPropsSpecifies the ARN for the Amazon EFS file system.- Specified by:
 getEfsFilesystemArnin interfaceCfnLocationEFSProps
 - 
getFileSystemAccessRoleArn
Description copied from interface:CfnLocationEFSPropsSpecifies an AWS Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.- Specified by:
 getFileSystemAccessRoleArnin interfaceCfnLocationEFSProps
 - 
getInTransitEncryption
Description copied from interface:CfnLocationEFSPropsSpecifies 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
AccessPointArnor an IAM role usingFileSystemAccessRoleArn, you must set this parameter toTLS1_2.- Specified by:
 getInTransitEncryptionin interfaceCfnLocationEFSProps
 - 
getSubdirectory
Description copied from interface:CfnLocationEFSPropsSpecifies 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:
 getSubdirectoryin interfaceCfnLocationEFSProps
 - 
getTags
Description copied from interface:CfnLocationEFSPropsSpecifies 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:
 getTagsin interfaceCfnLocationEFSProps
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -