Interface CfnStage.ThumbnailConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStage.ThumbnailConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStage
@Stability(Stable)
public static interface CfnStage.ThumbnailConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ivs.*;
ThumbnailConfigurationProperty thumbnailConfigurationProperty = ThumbnailConfigurationProperty.builder()
.participantThumbnailConfiguration(ParticipantThumbnailConfigurationProperty.builder()
.recordingMode("recordingMode")
.storage(List.of("storage"))
.targetIntervalSeconds(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStage.ThumbnailConfigurationPropertystatic final classAn implementation forCfnStage.ThumbnailConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParticipantThumbnailConfiguration
Object specifying a configuration of thumbnails for recorded video from an individual participant.Returns union: either
IResolvableorCfnStage.ParticipantThumbnailConfigurationProperty- See Also:
-
builder
-