EfsLocationEc2ConfigArgs

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

Constructors

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

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
val subnetArn: Output<String>

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

Functions

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