Module Values.RouterOutputSource

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.

Sourcetype nonrec t = {
  1. name : String_.t option;
    (*

    The name of the router output.

    *)
  2. arn : RouterOutputArn.t option;
    (*

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

    *)
  3. id : String_.t option;
    (*

    The unique identifier of the router output.

    *)
  4. state : RouterOutputState.t option;
    (*

    The overall state of the router output.

    *)
  5. outputType : RouterOutputType.t option;
    (*

    The type of the router output.

    *)
  6. configuration : RouterOutputConfiguration.t option;
  7. routedState : RouterOutputRoutedState.t option;
    (*

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

    *)
  8. regionName : String_.t option;
    (*

    The Amazon Web Services Region where the router output is located.

    *)
  9. availabilityZone : String_.t option;
    (*

    The Availability Zone of the router output.

    *)
  10. maximumBitrate : Long.t option;
    (*

    The maximum bitrate for the router output.

    *)
  11. routingScope : RoutingScope.t option;
    (*

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

    *)
  12. tier : RouterOutputTier.t option;
    (*

    The tier level of the router output.

    *)
  13. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the router output was created.

    *)
  14. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the router output was last updated.

    *)
  15. messages : RouterOutputMessages.t option;
    (*

    The messages associated with the router output.

    *)
  16. tags : (String_.t * String_.t) list option;
    (*

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

    *)
  17. streamDetails : RouterOutputStreamDetails.t option;
  18. ipAddress : String_.t option;
    (*

    The IP address of the router output.

    *)
  19. routedInputArn : RouterInputArn.t option;
    (*

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

    *)
  20. maintenanceType : MaintenanceType.t option;
    (*

    The type of maintenance configuration applied to this router output.

    *)
  21. maintenanceConfiguration : MaintenanceConfiguration.t option;
    (*

    The maintenance configuration settings applied to this router output.

    *)
  22. maintenanceScheduleType : MaintenanceScheduleType.t option;
    (*

    The type of maintenance schedule currently in effect for this router output.

    *)
  23. maintenanceSchedule : MaintenanceSchedule.t option;
    (*

    The current maintenance schedule details for this router output.

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> ?id:??? -> ?state:??? -> ?outputType:??? -> ?configuration:??? -> ?routedState:??? -> ?regionName:??? -> ?availabilityZone:??? -> ?maximumBitrate:??? -> ?routingScope:??? -> ?tier:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?messages:??? -> ?tags:??? -> ?streamDetails:??? -> ?ipAddress:??? -> ?routedInputArn:??? -> ?maintenanceType:??? -> ?maintenanceConfiguration:??? -> ?maintenanceScheduleType:??? -> ?maintenanceSchedule:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RistRouterOutputConfigurationDestinationPortInteger.t | `Long of SrtListenerRouterOutputConfigurationMinimumLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t