interface ThumbnailConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IVS.CfnStagePropsMixin.ThumbnailConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsivs#CfnStagePropsMixin_ThumbnailConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnStagePropsMixin.ThumbnailConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_ivs.CfnStagePropsMixin.ThumbnailConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ivs » CfnStagePropsMixin » ThumbnailConfigurationProperty |
An object representing a configuration of thumbnails for recorded video.
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/cfn-property-mixins';
const thumbnailConfigurationProperty: ivs.CfnStagePropsMixin.ThumbnailConfigurationProperty = {
participantThumbnailConfiguration: {
recordingMode: 'recordingMode',
storage: ['storage'],
targetIntervalSeconds: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| participant | IResolvable | Participant | Object specifying a configuration of thumbnails for recorded video from an individual participant. |
participantThumbnailConfiguration?
Type:
IResolvable | Participant
(optional)
Object specifying a configuration of thumbnails for recorded video from an individual participant.

.NET
Go
Java
Python
TypeScript