public static final class CfnLocationEFSProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationEFSProps
CfnLocationEFSProps
CfnLocationEFSProps.Builder, CfnLocationEFSProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getEc2Config()
The subnet and security group that the Amazon EFS file system uses.
|
java.lang.String |
getEfsFilesystemArn()
The Amazon Resource Name (ARN) for the Amazon EFS file system.
|
java.lang.String |
getSubdirectory()
A subdirectory in the location’s path.
|
java.util.List<CfnTag> |
getTags()
The key-value pair that represents a tag that you want to add to the resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEc2Config()
CfnLocationEFSProps
The 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 CfnLocationEFSProps
public final java.lang.String getEfsFilesystemArn()
CfnLocationEFSProps
getEfsFilesystemArn
in interface CfnLocationEFSProps
public final java.lang.String getSubdirectory()
CfnLocationEFSProps
This 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.
Subdirectory
must be specified with forward slashes. For example,/path/to/folder
.
getSubdirectory
in interface CfnLocationEFSProps
public final java.util.List<CfnTag> getTags()
CfnLocationEFSProps
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.
getTags
in interface CfnLocationEFSProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()