ChannelIngestEndpointArgs

data class ChannelIngestEndpointArgs(val id: Output<String>, val password: Output<String>, val url: Output<String>, val username: Output<String>) : ConvertibleToJava<ChannelIngestEndpointArgs>

An endpoint for ingesting source content for a Channel.

Constructors

Link copied to clipboard
constructor(id: Output<String>, password: Output<String>, url: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

The system generated unique identifier for the IngestEndpoint

Link copied to clipboard
val password: Output<String>

The system generated password for ingest authentication.

Link copied to clipboard
val url: Output<String>

The ingest URL to which the source stream should be sent.

Link copied to clipboard
val username: Output<String>

The system generated username for ingest authentication.

Functions

Link copied to clipboard
open override fun toJava(): ChannelIngestEndpointArgs