RouterOutput - AWS Elemental MediaConnect

RouterOutput

A router output in AWS Elemental MediaConnect. A router output is a destination for media content that can receive input from one or more router inputs.

Contents

arn

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

Type: String

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

Required: Yes

availabilityZone

The Availability Zone of the router output.

Type: String

Required: Yes

configuration

The configuration settings for a router output.

Type: RouterOutputConfiguration 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 output was created.

Type: Timestamp

Required: Yes

id

The unique identifier of the router output.

Type: String

Required: Yes

maintenanceConfiguration

The maintenance configuration settings applied to this router output.

Type: MaintenanceConfiguration object

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

Required: Yes

maintenanceType

The type of maintenance configuration applied to this router output.

Type: String

Valid Values: PREFERRED_DAY_TIME | DEFAULT

Required: Yes

maximumBitrate

The maximum bitrate for the router output.

Type: Long

Required: Yes

messages

The messages associated with the router output.

Type: Array of RouterOutputMessage objects

Required: Yes

name

The name of the router output.

Type: String

Required: Yes

outputType

The type of the router output.

Type: String

Valid Values: STANDARD | MEDIACONNECT_FLOW | MEDIALIVE_INPUT

Required: Yes

regionName

The AWS Region where the router output is located.

Type: String

Required: Yes

routedState

The current state of the association between the router output and its input.

Type: String

Valid Values: ROUTED | ROUTING | UNROUTED

Required: Yes

routingScope

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

Type: String

Valid Values: REGIONAL | GLOBAL

Required: Yes

state

The overall state of the router output.

Type: String

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

Required: Yes

streamDetails

Information about the router output's stream, including connection state and destination details. The specific details provided vary based on the router output type.

Type: RouterOutputStreamDetails object

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

Required: Yes

tags

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

Type: String to string map

Required: Yes

tier

The tier level of the router output.

Type: String

Valid Values: OUTPUT_100 | OUTPUT_50 | OUTPUT_20

Required: Yes

updatedAt

The timestamp when the router output was last updated.

Type: Timestamp

Required: Yes

ipAddress

The IP address of the router output.

Type: String

Required: No

maintenanceSchedule

The current maintenance schedule details for this router output.

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 in effect for this router output.

Type: String

Valid Values: WINDOW

Required: No

routedInputArn

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

Type: String

Pattern: arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerInput:[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: