StreamKeyProps
- class aws_cdk.aws_ivs_alpha.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_alpha as ivs_alpha # channel: ivs_alpha.Channel stream_key_props = ivs_alpha.StreamKeyProps( channel=channel )
Attributes
- channel
(experimental) Channel ARN for the stream.
- Stability:
experimental