Channel

class Channel : KotlinCustomResource

Resource Type definition for AWS::IVS::Channel

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val authorized: Output<Boolean>?

Whether the channel is authorized.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ingestEndpoint: Output<String>

Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.

Link copied to clipboard
val insecureIngest: Output<Boolean>?

Whether the channel allows insecure ingest.

Link copied to clipboard

Channel latency mode.

Link copied to clipboard
val name: Output<String>?

Channel

Link copied to clipboard
val playbackUrl: Output<String>

Channel Playback URL.

Link copied to clipboard
val preset: Output<ChannelPreset>?

Optional transcode preset for the channel. This is selectable only for ADVANCED_HD and ADVANCED_SD channel types. For those channel types, the default preset is HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD), preset is the empty string ("").

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Recording Configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (recording is disabled).

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

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

Link copied to clipboard
val type: Output<ChannelType>?

Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately.

Link copied to clipboard
val urn: Output<String>