Interface CfnMediaPipelineKinesisVideoStreamPoolMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMediaPipelineKinesisVideoStreamPoolMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-10T17:51:59.764Z")
@Stability(Stable)
public interface CfnMediaPipelineKinesisVideoStreamPoolMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.chime.*;
CfnMediaPipelineKinesisVideoStreamPoolMixinProps cfnMediaPipelineKinesisVideoStreamPoolMixinProps = CfnMediaPipelineKinesisVideoStreamPoolMixinProps.builder()
.poolName("poolName")
.streamConfiguration(StreamConfigurationProperty.builder()
.dataRetentionInHours(123)
.region("region")
.build())
.tags(List.of(TagsItemsProperty.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMediaPipelineKinesisVideoStreamPoolMixinPropsstatic final classAn implementation forCfnMediaPipelineKinesisVideoStreamPoolMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPoolName
The name of the Kinesis Video Stream Pool.- See Also:
-
getStreamConfiguration
The configuration settings for the Kinesis video stream.Returns union: either
IResolvableorCfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty- See Also:
-
getTags
@Stability(Stable) @Nullable default List<CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.TagsItemsProperty> getTags()The tags associated with the Kinesis Video Stream Pool.- See Also:
-
builder
-