RouterNetworkInterface - AWS Elemental MediaConnect

RouterNetworkInterface

A router network interface in AWS Elemental MediaConnect. A router network interface is a network interface that can be associated with one or more router inputs and outputs.

Contents

arn

The Amazon Resource Name (ARN) of the router network interface.

Type: String

Pattern: arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}

Required: Yes

associatedInputCount

The number of router inputs associated with the network interface.

Type: Integer

Required: Yes

associatedOutputCount

The number of router outputs associated with the network interface.

Type: Integer

Required: Yes

configuration

The configuration settings for a router network interface.

Type: RouterNetworkInterfaceConfiguration object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

createdAt

The timestamp when the router network interface was created.

Type: Timestamp

Required: Yes

id

The unique identifier of the router network interface.

Type: String

Required: Yes

name

The name of the router network interface.

Type: String

Required: Yes

networkInterfaceType

The type of the router network interface.

Type: String

Valid Values: PUBLIC | VPC

Required: Yes

regionName

The AWS Region where the router network interface is located.

Type: String

Required: Yes

state

The current state of the router network interface.

Type: String

Valid Values: CREATING | ACTIVE | UPDATING | DELETING | ERROR | RECOVERING

Required: Yes

tags

Key-value pairs that can be used to tag and organize this router network interface.

Type: String to string map

Required: Yes

updatedAt

The timestamp when the router network interface was last updated.

Type: Timestamp

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: