interface ThumbnailConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.ThumbnailConfiguration |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#ThumbnailConfiguration |
Java | software.amazon.awscdk.services.medialive.alpha.ThumbnailConfiguration |
Python | aws_cdk.aws_medialive_alpha.ThumbnailConfiguration |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป ThumbnailConfiguration |
Thumbnail configuration for the channel.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const thumbnailState: medialive_alpha.ThumbnailState;
const thumbnailConfiguration: medialive_alpha.ThumbnailConfiguration = {
state: thumbnailState,
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | Thumbnail | Whether to enable thumbnail generation. |
state?
Type:
Thumbnail
(optional, default: ThumbnailState.AUTO)
Whether to enable thumbnail generation.

.NET
Go
Java
Python
TypeScript (