Module Values.CreateInputRequestSource

The name of the input

Sourcetype nonrec t = {
  1. destinations : InputDestinationRequest.t list option;
    (*

    Destination settings for PUSH type inputs.

    *)
  2. inputDevices : InputDeviceSettings.t list option;
    (*

    Settings for the devices.

    *)
  3. inputSecurityGroups : string list option;
    (*

    A list of security groups referenced by IDs to attach to the input.

    *)
  4. mediaConnectFlows : MediaConnectFlowRequest.t list option;
    (*

    A list of the MediaConnect Flows that you want to use in this input. You can specify as few as one Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a separate Availability Zone as this ensures your EML input is redundant to AZ issues.

    *)
  5. name : string option;
    (*

    Name of the input.

    *)
  6. requestId : string option;
    (*

    Unique identifier of the request to ensure the request is handled exactly once in case of retries.

    *)
  7. roleArn : string option;
    (*

    The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

    *)
  8. sources : InputSourceRequest.t list option;
    (*

    The source URLs for a PULL-type input. Every PULL type input needs exactly two source URLs for redundancy. Only specify sources for PULL type Inputs. Leave Destinations empty.

    *)
  9. tags : Tags.t option;
    (*

    A collection of key-value pairs.

    *)
  10. type_ : InputType.t option;
  11. vpc : InputVpcRequest.t option;
  12. srtSettings : SrtSettingsRequest.t option;
    (*

    The settings associated with an SRT input.

    *)
  13. inputNetworkLocation : InputNetworkLocation.t option;
    (*

    The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem for an input in a customer network.

    *)
  14. multicastSettings : MulticastSettingsCreateRequest.t option;
    (*

    Multicast Input settings.

    *)
  15. smpte2110ReceiverGroupSettings : Smpte2110ReceiverGroupSettings.t option;
    (*

    Include this parameter if the input is a SMPTE 2110 input, to identify the stream sources for this input.

    *)
  16. sdiSources : InputSdiSources.t option;
  17. routerSettings : RouterSettings.t option;
}
Sourceval make : ?destinations:??? -> ?inputDevices:??? -> ?inputSecurityGroups:??? -> ?mediaConnectFlows:??? -> ?name:??? -> ?requestId:??? -> ?roleArn:??? -> ?sources:??? -> ?tags:??? -> ?type_:??? -> ?vpc:??? -> ?srtSettings:??? -> ?inputNetworkLocation:??? -> ?multicastSettings:??? -> ?smpte2110ReceiverGroupSettings:??? -> ?sdiSources:??? -> ?routerSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Integer of int | `String of string ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) 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