interface StreamConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awschime#CfnMediaPipelineKinesisVideoStreamPoolPropsMixin_StreamConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_chime » CfnMediaPipelineKinesisVideoStreamPoolPropsMixin » StreamConfigurationProperty |
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 { aws_chime as chime } from '@aws-cdk/cfn-property-mixins';
const streamConfigurationProperty: chime.CfnMediaPipelineKinesisVideoStreamPoolPropsMixin.StreamConfigurationProperty = {
dataRetentionInHours: 123,
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | number | The amount of time that data is retained, in hours. |
| region? | string | The AWS Region of the video stream. |
dataRetentionInHours?
Type:
number
(optional)
The amount of time that data is retained, in hours.
region?
Type:
string
(optional)
The AWS Region of the video stream.

.NET
Go
Java
Python
TypeScript