ChannelVpcArgs

data class ChannelVpcArgs(val availabilityZones: Output<List<String>>? = null, val networkInterfaceIds: Output<List<String>>? = null, val publicAddressAllocationIds: Output<List<String>>, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>) : ConvertibleToJava<ChannelVpcArgs>

Constructors

Link copied to clipboard
constructor(availabilityZones: Output<List<String>>? = null, networkInterfaceIds: Output<List<String>>? = null, publicAddressAllocationIds: Output<List<String>>, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>)

Properties

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

List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels.

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

A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used.

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

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).

Functions

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