Module Values.CreateRouterOutputRequestSource

Creates a new router output in AWS Elemental MediaConnect.

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

    The name of the router output.

    *)
  2. configuration : RouterOutputConfiguration.t;
    (*

    The configuration settings for the router output.

    *)
  3. maximumBitrate : Long.t;
    (*

    The maximum bitrate for the router output.

    *)
  4. routingScope : RoutingScope.t;
    (*

    Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.

    *)
  5. tier : RouterOutputTier.t;
    (*

    The tier level for the router output.

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

    The Amazon Web Services Region for the router output. Defaults to the current region if not specified.

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

    The Availability Zone where you want to create the router output. This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.

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

    The maintenance configuration settings for the router output, including preferred maintenance windows and schedules.

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

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

    *)
  10. clientToken : String_.t option;
    (*

    A unique identifier for the request to ensure idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?regionName:??? -> ?availabilityZone:??? -> ?maintenanceConfiguration:??? -> ?tags:??? -> ?clientToken:??? -> name:CreateRouterOutputRequestNameString.t -> configuration:RouterOutputConfiguration.t -> maximumBitrate:Long.t -> routingScope:RoutingScope.t -> tier:RouterOutputTier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of CreateRouterOutputRequestNameString.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 ]) list ]) list ]) 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