CfnStreamKeyMixinProps
- class aws_cdk.mixins_preview.aws_ivs.mixins.CfnStreamKeyMixinProps(*, channel_arn=None, tags=None)
Bases:
objectProperties for CfnStreamKeyPropsMixin.
- Parameters:
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-streamkey.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ivs import mixins as ivs_mixins cfn_stream_key_mixin_props = ivs_mixins.CfnStreamKeyMixinProps( channel_arn="channelArn", tags=[CfnTag( key="key", value="value" )] )
Attributes
- channel_arn
Channel ARN for the stream.