Vpc Config Args
data class VpcConfigArgs(val ipv6AllowedForDualStack: Output<Boolean>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val subnets: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcConfigArgs>
Definition of VpcConfig