Class CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datasync.CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLocationEFS.Ec2ConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocationEFS.Ec2ConfigProperty
@Stability(Stable)
@Internal
public static final class CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocationEFS.Ec2ConfigProperty
An implementation for
CfnLocationEFS.Ec2ConfigProperty
-
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.CfnLocationEFS.Ec2ConfigProperty
CfnLocationEFS.Ec2ConfigProperty.Builder, CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLocationEFS.Ec2ConfigProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.final String
Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.final int
hashCode()
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 theCfnLocationEFS.Ec2ConfigProperty.Builder
.
-
-
Method Details
-
getSecurityGroupArns
Description copied from interface:CfnLocationEFS.Ec2ConfigProperty
Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.- Specified by:
getSecurityGroupArns
in interfaceCfnLocationEFS.Ec2ConfigProperty
-
getSubnetArn
Description copied from interface:CfnLocationEFS.Ec2ConfigProperty
Specifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.The subnet must be located:
- In the same virtual private cloud (VPC) as the Amazon EFS file system.
- In the same Availability Zone as at least one mount target for the Amazon EFS file system.
You don't need to specify a subnet that includes a file system mount target.
- Specified by:
getSubnetArn
in interfaceCfnLocationEFS.Ec2ConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-