@Stability(value=Stable) @Internal public static final class CfnLocationEFSProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationEFSProps
CfnLocationEFSPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnLocationEFSProps.Builder, CfnLocationEFSProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLocationEFSProps.Builder builder)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccessPointArn()
`AWS::DataSync::LocationEFS.AccessPointArn`.
|
Object |
getEc2Config()
The subnet and security group that the Amazon EFS file system uses.
|
String |
getEfsFilesystemArn()
The Amazon Resource Name (ARN) for the Amazon EFS file system.
|
String |
getFileSystemAccessRoleArn()
`AWS::DataSync::LocationEFS.FileSystemAccessRoleArn`.
|
String |
getInTransitEncryption()
`AWS::DataSync::LocationEFS.InTransitEncryption`.
|
String |
getSubdirectory()
A subdirectory in the location’s path.
|
List<CfnTag> |
getTags()
The key-value pair that represents a tag that you want to add to the resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLocationEFSProps.Builder builder)
CfnLocationEFSProps.Builder.public final Object getEc2Config()
CfnLocationEFSPropsThe security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.
The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows:
For information about security groups and mount targets, see Security Groups for Amazon EC2 Instances and Mount Targets in the Amazon EFS User Guide.
getEc2Config in interface CfnLocationEFSPropspublic final String getEfsFilesystemArn()
CfnLocationEFSPropsgetEfsFilesystemArn in interface CfnLocationEFSPropspublic final String getAccessPointArn()
CfnLocationEFSPropsgetAccessPointArn in interface CfnLocationEFSPropspublic final String getFileSystemAccessRoleArn()
CfnLocationEFSPropsgetFileSystemAccessRoleArn in interface CfnLocationEFSPropspublic final String getInTransitEncryption()
CfnLocationEFSPropsgetInTransitEncryption in interface CfnLocationEFSPropspublic final String getSubdirectory()
CfnLocationEFSPropsThis subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, AWS DataSync uses the root directory.
Subdirectorymust be specified with forward slashes. For example,/path/to/folder.
getSubdirectory in interface CfnLocationEFSPropspublic final List<CfnTag> getTags()
CfnLocationEFSPropsThe 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.
getTags in interface CfnLocationEFSProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.