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
Configures how streaming sessions are backed up when launched from this launch profile.

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();
 

See Also: