ListedRouterOutput
A summary of a router output, including its name, type, ARN, ID, state, routed state, and other key details. This structure is used in the response of the ListRouterOutputs operation.
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
- 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
- maximumBitrate
-
The maximum bitrate of the router output.
Type: Long
Required: Yes
- messageCount
-
The number of messages associated with the router output.
Type: Integer
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_INPUTRequired: Yes
- regionName
-
The AAWS 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 | UNROUTEDRequired: Yes
- routingScope
-
Indicates whether the router output is configured for Regional or global routing.
Type: String
Valid Values:
REGIONAL | GLOBALRequired: Yes
- state
-
The overall state of the router output.
Type: String
Valid Values:
CREATING | STANDBY | STARTING | ACTIVE | STOPPING | DELETING | UPDATING | ERROR | RECOVERING | MIGRATINGRequired: Yes
- updatedAt
-
The timestamp when the router output was last updated.
Type: Timestamp
Required: Yes
- maintenanceSchedule
-
The details of the maintenance schedule for the listed 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 associated with the listed router output.
Type: String
Valid Values:
WINDOWRequired: No
- networkInterfaceArn
-
The ARN of the network interface associated with the router output.
Type: String
Pattern:
arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}Required: No
- routedInputArn
-
The 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: