class ThumbnailState
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.ThumbnailState |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#ThumbnailState |
Java | software.amazon.awscdk.services.medialive.alpha.ThumbnailState |
Python | aws_cdk.aws_medialive_alpha.ThumbnailState |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป ThumbnailState |
Thumbnail state.
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';
const thumbnailState = medialive_alpha.ThumbnailState.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static AUTO | Thumbnail | Enable thumbnail generation. |
| static DISABLED | Thumbnail | Disable thumbnail generation. |
value
Type:
string
The underlying string value passed to CloudFormation.
static AUTO
Type:
Thumbnail
Enable thumbnail generation.
static DISABLED
Type:
Thumbnail
Disable thumbnail generation.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): ThumbnailState
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (