VpcInterfaceRequest

The details of the VPC interfaces that you want to add to the flow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name for the VPC interface. This name must be unique within the flow.

Link copied to clipboard

The type of network interface.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.

Link copied to clipboard

A virtual firewall to control inbound and outbound traffic.

Link copied to clipboard

The subnet IDs that you want to use for your VPC interface. A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String