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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.datasync.CfnLocationEFS.Ec2ConfigProperty
CfnLocationEFS.Ec2ConfigProperty.Builder, CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLocationEFS.Ec2ConfigProperty.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 booleanSpecifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.final StringSpecifies the ARN of a subnet where DataSync creates the network interfaces for managing traffic during your transfer.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 theCfnLocationEFS.Ec2ConfigProperty.Builder.
-
-
Method Details
-
getSecurityGroupArns
Description copied from interface:CfnLocationEFS.Ec2ConfigPropertySpecifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.- Specified by:
getSecurityGroupArnsin interfaceCfnLocationEFS.Ec2ConfigProperty- See Also:
-
getSubnetArn
Description copied from interface:CfnLocationEFS.Ec2ConfigPropertySpecifies 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:
getSubnetArnin interfaceCfnLocationEFS.Ec2ConfigProperty- See Also:
-
$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()
-