Interface CfnRecordingConfigurationPropsMixin.RenditionConfigurationProperty

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

@Stability(Stable) public static interface CfnRecordingConfigurationPropsMixin.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.cfnpropertymixins.services.ivs.*;
 RenditionConfigurationProperty renditionConfigurationProperty = RenditionConfigurationProperty.builder()
         .renditions(List.of("renditions"))
         .renditionSelection("renditionSelection")
         .build();
 

See Also: