LocationEfsEc2ConfigArgs

data class LocationEfsEc2ConfigArgs(val securityGroupArns: Output<List<String>>, val subnetArn: Output<String>) : ConvertibleToJava<LocationEfsEc2ConfigArgs>

The subnet and security group that DataSync uses to access target EFS file system.

Constructors

Link copied to clipboard
constructor(securityGroupArns: Output<List<String>>, subnetArn: Output<String>)

Properties

Link copied to clipboard

The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.

Link copied to clipboard
val subnetArn: Output<String>

The ARN of the subnet that DataSync uses to access the target EFS file system.

Functions

Link copied to clipboard
open override fun toJava(): LocationEfsEc2ConfigArgs