StreamKeyProps

class aws_cdk.aws_ivs.StreamKeyProps(*, channel)

Bases: object

(experimental) Properties for creating a new Stream Key.

Parameters:

channel (IChannel) – (experimental) Channel ARN for the stream.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_ivs as ivs

# channel: ivs.Channel

stream_key_props = ivs.StreamKeyProps(
    channel=channel
)

Attributes

channel

(experimental) Channel ARN for the stream.

Stability:

experimental