EfsLocationEc2Config

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Amazon Resource Names (ARNs) of the EC2 Security Groups that are associated with the EFS Mount Target.

Link copied to clipboard

Amazon Resource Name (ARN) of the EC2 Subnet that is associated with the EFS Mount Target.