interface ThumbnailConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.CfnStage.ThumbnailConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#CfnStage_ThumbnailConfigurationProperty |
![]() | software.amazon.awscdk.services.ivs.CfnStage.ThumbnailConfigurationProperty |
![]() | aws_cdk.aws_ivs.CfnStage.ThumbnailConfigurationProperty |
![]() | aws-cdk-lib » aws_ivs » CfnStage » ThumbnailConfigurationProperty |
A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const thumbnailConfigurationProperty: ivs.CfnStage.ThumbnailConfigurationProperty = {
participantThumbnailConfiguration: {
recordingMode: 'recordingMode',
storage: ['storage'],
targetIntervalSeconds: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
participant | IResolvable | Participant | An object representing a configuration of thumbnails for recorded video from an individual participant. |
participantThumbnailConfiguration?
Type:
IResolvable
|
Participant
(optional)
An object representing a configuration of thumbnails for recorded video from an individual participant.