Interface CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnMediaPipelineKinesisVideoStreamPoolPropsMixin

@Stability(Stable) public static interface CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration settings for the Kinesis video stream.

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.*;
 StreamConfigurationProperty streamConfigurationProperty = StreamConfigurationProperty.builder()
         .dataRetentionInHours(123)
         .region("region")
         .build();
 

See Also: