Interface CfnStage.AutoParticipantRecordingConfigurationProperty

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

@Stability(Stable) public static interface CfnStage.AutoParticipantRecordingConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The AWS::IVS::AutoParticipantRecordingConfiguration property type describes a 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.*;
 AutoParticipantRecordingConfigurationProperty autoParticipantRecordingConfigurationProperty = AutoParticipantRecordingConfigurationProperty.builder()
         .storageConfigurationArn("storageConfigurationArn")
         // the properties below are optional
         .mediaTypes(List.of("mediaTypes"))
         .build();
 

See Also: