Interface CfnStage.ParticipantRecordingHlsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStage.ParticipantRecordingHlsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnStage

@Stability(Stable) public static interface CfnStage.ParticipantRecordingHlsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Object specifying a configuration of participant HLS recordings 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.*;
 ParticipantRecordingHlsConfigurationProperty participantRecordingHlsConfigurationProperty = ParticipantRecordingHlsConfigurationProperty.builder()
         .targetSegmentDurationSeconds(123)
         .build();
 

See Also: