Interface CfnRecordingConfiguration.RenditionConfigurationProperty

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

@Stability(Stable) public static interface CfnRecordingConfiguration.RenditionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The RenditionConfiguration property type describes which renditions should be recorded for a stream.

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.*;
 RenditionConfigurationProperty renditionConfigurationProperty = RenditionConfigurationProperty.builder()
         .renditions(List.of("renditions"))
         .renditionSelection("renditionSelection")
         .build();
 

See Also: