Interface CfnLaunchProfile.StreamConfigurationSessionBackupProperty

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

@Stability(Stable) public static interface CfnLaunchProfile.StreamConfigurationSessionBackupProperty extends software.amazon.jsii.JsiiSerializable
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.nimblestudio.*;
 StreamConfigurationSessionBackupProperty streamConfigurationSessionBackupProperty = StreamConfigurationSessionBackupProperty.builder()
         .maxBackupsToRetain(123)
         .mode("mode")
         .build();