IngestConfigurationSummary

Summary information about an IngestConfiguration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Ingest configuration ARN.

Link copied to clipboard

Type of ingest protocol that the user employs for broadcasting.

Link copied to clipboard
val name: String?

Ingest name.

Link copied to clipboard

ID of the participant within the stage.

Link copied to clipboard

ARN of the stage with which the IngestConfiguration is associated.

Link copied to clipboard

State of the ingest configuration. It is ACTIVE if a publisher currently is publishing to the stage associated with the ingest configuration.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String