ChannelVpc

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
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

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

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