Module Values.CreateRouterInputRequestSource

Creates a new router input in AWS Elemental MediaConnect.

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

    The name of the router input.

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

    The configuration settings for the router input, which can include the protocol, network interface, and other details.

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

    The maximum bitrate for the router input.

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

    Specifies whether the router input can be assigned to outputs in different Regions. REGIONAL (default) - connects only to outputs in same Region. GLOBAL - connects to outputs in any Region.

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

    The tier level for the router input.

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

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

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

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

    *)
  8. transitEncryption : RouterInputTransitEncryption.t option;
    (*

    The transit encryption settings for the router input.

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

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

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

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

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

    A unique identifier for the request to ensure idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?regionName:??? -> ?availabilityZone:??? -> ?transitEncryption:??? -> ?maintenanceConfiguration:??? -> ?tags:??? -> ?clientToken:??? -> name:CreateRouterInputRequestNameString.t -> configuration:RouterInputConfiguration.t -> maximumBitrate:Long.t -> routingScope:RoutingScope.t -> tier:RouterInputTier.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 CreateRouterInputRequestNameString.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of FailoverRouterInputConfigurationPrimarySourceIndexInteger.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `String of SecretArn.t | `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.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