CfnMediaPipelineKinesisVideoStreamPoolMixinProps
- class aws_cdk.cfn_property_mixins.aws_chime.CfnMediaPipelineKinesisVideoStreamPoolMixinProps(*, pool_name=None, stream_configuration=None, tags=None)
Bases:
objectProperties for CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.
- Parameters:
pool_name (
Optional[str]) – The name of the Kinesis Video Stream Pool.stream_configuration (
Union[IResolvable,StreamConfigurationProperty,Dict[str,Any],None]) – The configuration settings for the Kinesis video stream.tags (
Optional[Sequence[Union[TagsItemsProperty,Dict[str,Any]]]]) – The tags associated with the Kinesis Video Stream Pool.
- See:
- 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.cfn_property_mixins import aws_chime as chime cfn_media_pipeline_kinesis_video_stream_pool_mixin_props = chime.CfnMediaPipelineKinesisVideoStreamPoolMixinProps( pool_name="poolName", stream_configuration=chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty( data_retention_in_hours=123, region="region" ), tags=[chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.TagsItemsProperty( key="key", value="value" )] )
Attributes
- pool_name
The name of the Kinesis Video Stream Pool.
- stream_configuration
The configuration settings for the Kinesis video stream.
- tags
The tags associated with the Kinesis Video Stream Pool.