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
  • 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

      protected Jsii$Proxy(CfnLocationEFS.Ec2ConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLocationEFS.Ec2ConfigProperty.Builder.
  • Method Details

    • getSecurityGroupArns

      public final List<String> 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 interface CfnLocationEFS.Ec2ConfigProperty
    • getSubnetArn

      public final String 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 interface CfnLocationEFS.Ec2ConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object