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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMediaPipelineKinesisVideoStreamPool.StreamConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegion
The AWS Region of the video stream.- See Also:
-
getDataRetentionInHours
The amount of time that data is retained, in hours.- See Also:
-
builder
@Stability(Stable) static CfnMediaPipelineKinesisVideoStreamPool.StreamConfigurationProperty.Builder builder()
-