Flow Vpc Interface
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.
Properties
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
Security Group IDs to be used on ENI.