Values.IngestConfigurationSourceObject specifying an ingest configuration.
type nonrec t = {name : IngestConfigurationName.t option;Ingest name
*)arn : IngestConfigurationArn.t option;Ingest configuration ARN.
*)ingestProtocol : IngestProtocol.t option;Type of ingest protocol that the user employs for broadcasting.
*)streamKey : StreamKey.t option;Ingest-key value for the RTMP(S) protocol.
*)stageArn : IngestConfigurationStageArn.t option;ARN of the stage with which the IngestConfiguration is associated.
*)participantId : ParticipantId.t option;ID of the participant within the stage.
*)state : IngestConfigurationState.t option;State of the ingest configuration. It is ACTIVE if a publisher currently is publishing to the stage associated with the ingest configuration.
*)userId : UserId.t option;Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
*)redundantIngest : RedundantIngest.t option;Indicates whether redundant ingest is enabled for the ingest configuration.
*)redundantIngestCredentials : RedundantIngestCredentials.t option;A list of redundant ingest credentials, present only when redundantIngest is set to true. See Redundant Ingest in IVS RTMP Publishing for details.
*)attributes : ParticipantAttributes.t option;Application-provided attributes to to store in the IngestConfiguration and attach to a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RedundantIngest.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of ParticipantId.t ]) list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of IngestConfigurationName.t ])
list ]