VpcInterface

The settings for a VPC source.

Types

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

Properties

Link copied to clipboard
val name: String?

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 interface.

Link copied to clipboard

A role Arn MediaConnect can assume to create ENIs in your 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.

Functions

Link copied to clipboard
inline fun copy(block: VpcInterface.Builder.() -> Unit = {}): VpcInterface
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