public static final class CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationEFS.Ec2ConfigProperty
CfnLocationEFS.Ec2ConfigProperty
CfnLocationEFS.Ec2ConfigProperty.Builder, CfnLocationEFS.Ec2ConfigProperty.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.util.List<java.lang.String> |
getSecurityGroupArns()
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
|
java.lang.String |
getSubnetArn()
The Amazon Resource Name (ARN) of the subnet that DataSync uses to access the target EFS file system.
|
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.util.List<java.lang.String> getSecurityGroupArns()
CfnLocationEFS.Ec2ConfigProperty
Pattern : ^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\-0-9]*:[0-9]{12}:security-group/.*$
getSecurityGroupArns
in interface CfnLocationEFS.Ec2ConfigProperty
public final java.lang.String getSubnetArn()
CfnLocationEFS.Ec2ConfigProperty
getSubnetArn
in interface CfnLocationEFS.Ec2ConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()