Values.IngestConfigurationSummarySourceSummary information about an IngestConfiguration.
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.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RedundantIngest.t
| `Enum of string
| `String of IngestConfigurationName.t ])
list ]