GetIngestConfigurationResult

data class GetIngestConfigurationResult(val arn: String? = null, val participantId: String? = null, val stageArn: String? = null, val state: IngestConfigurationState? = null, val streamKey: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, participantId: String? = null, stageArn: String? = null, state: IngestConfigurationState? = null, streamKey: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

IngestConfiguration ARN is automatically generated on creation and assigned as the unique identifier.

Link copied to clipboard
val participantId: String? = null

Participant Id is automatically generated on creation and assigned.

Link copied to clipboard
val stageArn: String? = null

Stage ARN. A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).

Link copied to clipboard

State of IngestConfiguration which determines whether IngestConfiguration is in use or not.

Link copied to clipboard
val streamKey: String? = null

Stream-key value.

Link copied to clipboard
val tags: List<Tag>? = null

A list of key-value pairs that contain metadata for the asset model.