VpcConfigArgs

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

Constructors

Link copied to clipboard
constructor(ipv6AllowedForDualStack: Output<Boolean>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, subnets: Output<List<String>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val ipv6AllowedForDualStack: Output<Boolean>? = null

Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of VPC security group IDs.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

A list of VPC subnet IDs.

Link copied to clipboard
val subnets: Output<List<String>>? = null

A list of one or more subnet IDs in your Amazon VPC.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the Amazon VPC.

Functions

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