Interface CfnStage.HlsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStage.HlsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnStage
@Stability(Stable)
public static interface CfnStage.HlsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Object specifying an HLS configuration for individual participant recording.
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.*;
HlsConfigurationProperty hlsConfigurationProperty = HlsConfigurationProperty.builder()
.participantRecordingHlsConfiguration(ParticipantRecordingHlsConfigurationProperty.builder()
.targetSegmentDurationSeconds(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStage.HlsConfigurationPropertystatic final classAn implementation forCfnStage.HlsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParticipantRecordingHlsConfiguration
Object specifying a configuration of participant HLS recordings for individual participant recording.Returns union: either
IResolvableorCfnStage.ParticipantRecordingHlsConfigurationProperty- See Also:
-
builder
-