Interface CfnMediaPipelineKinesisVideoStreamPool.StreamConfigurationProperty

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

@Stability(Stable) public static interface CfnMediaPipelineKinesisVideoStreamPool.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.services.chime.*;
 StreamConfigurationProperty streamConfigurationProperty = StreamConfigurationProperty.builder()
         .region("region")
         // the properties below are optional
         .dataRetentionInHours(123)
         .build();
 

See Also: