ListedRouterInput - AWS Elemental MediaConnect

ListedRouterInput

A summary of a router input, including its name, type, ARN, ID, state, and other key details. This structure is used in the response of the ListRouterInputs operation.

Contents

arn

The Amazon Resource Name (ARN) of the router input.

Type: String

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

Required: Yes

availabilityZone

The Availability Zone of the router input.

Type: String

Required: Yes

createdAt

The timestamp when the router input was created.

Type: Timestamp

Required: Yes

id

The unique identifier of the router input.

Type: String

Required: Yes

inputType

The type of the router input.

Type: String

Valid Values: STANDARD | FAILOVER | MERGE | MEDIACONNECT_FLOW

Required: Yes

maximumBitrate

The maximum bitrate of the router input.

Type: Long

Required: Yes

messageCount

The number of messages associated with the router input.

Type: Integer

Required: Yes

name

The name of the router input.

Type: String

Required: Yes

regionName

The AWS Region where the router input is located.

Type: String

Required: Yes

routedOutputs

The number of router outputs that are associated with this router input.

Type: Integer

Required: Yes

routingScope

Indicates whether the router input is configured for Regional or global routing.

Type: String

Valid Values: REGIONAL | GLOBAL

Required: Yes

state

The overall state of the router input.

Type: String

Valid Values: CREATING | STANDBY | STARTING | ACTIVE | STOPPING | DELETING | UPDATING | ERROR | RECOVERING | MIGRATING

Required: Yes

updatedAt

The timestamp when the router input was last updated.

Type: Timestamp

Required: Yes

maintenanceSchedule

The details of the maintenance schedule for the listed router input.

Type: MaintenanceSchedule object

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

Required: No

maintenanceScheduleType

The type of maintenance schedule currently associated with the listed router input.

Type: String

Valid Values: WINDOW

Required: No

networkInterfaceArn

The ARN of the network interface associated with the router input.

Type: String

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

Required: No

See Also

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