FlowVpcInterface

data class FlowVpcInterface(val name: String, val networkInterfaceIds: List<String>? = null, val networkInterfaceType: FlowVpcInterfaceNetworkInterfaceType? = null, val roleArn: String, val securityGroupIds: List<String>, val subnetId: String)

The details of a VPC interface.

Constructors

Link copied to clipboard
constructor(name: String, networkInterfaceIds: List<String>? = null, networkInterfaceType: FlowVpcInterfaceNetworkInterfaceType? = null, roleArn: String, securityGroupIds: List<String>, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable and has to be a unique against other VpcInterfaces in this Flow.

Link copied to clipboard

IDs of the network interfaces created in customer's account by MediaConnect.

Link copied to clipboard

The type of network adapter that you want MediaConnect to use on this interface. If you don't set this value, it defaults to ENA.

Link copied to clipboard

Role Arn MediaConnect can assume to create ENIs in customer's account.

Link copied to clipboard

Security Group IDs to be used on ENI.

Link copied to clipboard

Subnet must be in the AZ of the Flow