LocationEfsEc2Config

data class LocationEfsEc2Config(val securityGroupArns: List<String>, val subnetArn: String)

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

Constructors

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

Types

Link copied to clipboard
object Companion

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

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