Module Values.CreateChannelSource

Placeholder documentation for CreateChannel

Sourcetype nonrec t = {
  1. cdiInputSpecification : CdiInputSpecification.t option;
    (*

    Specification of CDI inputs for this channel

    *)
  2. channelClass : ChannelClass.t option;
    (*

    The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

    *)
  3. destinations : OutputDestination.t list option;
  4. encoderSettings : EncoderSettings.t option;
  5. inputAttachments : InputAttachment.t list option;
    (*

    List of input attachments for channel.

    *)
  6. inputSpecification : InputSpecification.t option;
    (*

    Specification of network and file inputs for this channel

    *)
  7. logLevel : LogLevel.t option;
    (*

    The log level to write to CloudWatch Logs.

    *)
  8. maintenance : MaintenanceCreateSettings.t option;
    (*

    Maintenance settings for this channel.

    *)
  9. name : string option;
    (*

    Name of channel.

    *)
  10. requestId : string option;
    (*

    Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

    *)
  11. reserved : string option;
    (*

    Deprecated field that's only usable by whitelisted customers.

    *)
  12. roleArn : string option;
    (*

    An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.

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

    A collection of key-value pairs.

    *)
  14. vpc : VpcOutputSettings.t option;
    (*

    Settings for the VPC outputs

    *)
  15. anywhereSettings : AnywhereSettings.t option;
    (*

    The Elemental Anywhere settings for this channel.

    *)
  16. channelEngineVersion : ChannelEngineVersionRequest.t option;
    (*

    The desired engine version for this channel.

    *)
  17. dryRun : bool option;
  18. linkedChannelSettings : LinkedChannelSettings.t option;
    (*

    The linked channel settings for the channel.

    *)
  19. channelSecurityGroups : string list option;
    (*

    A list of IDs for all the Input Security Groups attached to the channel.

    *)
  20. inferenceSettings : InferenceSettings.t option;
    (*

    Include this setting to include Elemental Inference features in this channel.

    *)
}
Sourceval make : ?cdiInputSpecification:??? -> ?channelClass:??? -> ?destinations:??? -> ?encoderSettings:??? -> ?inputAttachments:??? -> ?inputSpecification:??? -> ?logLevel:??? -> ?maintenance:??? -> ?name:??? -> ?requestId:??? -> ?reserved:??? -> ?roleArn:??? -> ?tags:??? -> ?vpc:??? -> ?anywhereSettings:??? -> ?channelEngineVersion:??? -> ?dryRun:??? -> ?linkedChannelSettings:??? -> ?channelSecurityGroups:??? -> ?inferenceSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list ]) list ]) 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 * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) 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