Interface CfnLocationEFS.Ec2ConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocationEFS.Ec2ConfigProperty.Jsii$Proxy
Enclosing class:
CfnLocationEFS

@Stability(Stable) public static interface CfnLocationEFS.Ec2ConfigProperty extends software.amazon.jsii.JsiiSerializable
The subnet and security groups that AWS DataSync uses to access your Amazon EFS file system.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datasync.*;
 Ec2ConfigProperty ec2ConfigProperty = Ec2ConfigProperty.builder()
         .securityGroupArns(List.of("securityGroupArns"))
         .subnetArn("subnetArn")
         .build();
 

See Also: