Interface CfnLaunchProfile.IStreamConfigurationSessionBackupProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLaunchProfile.IStreamConfigurationSessionBackupProperty
Syntax (vb)
Public Interface CfnLaunchProfile.IStreamConfigurationSessionBackupProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.NimbleStudio;
var streamConfigurationSessionBackupProperty = new StreamConfigurationSessionBackupProperty {
MaxBackupsToRetain = 123,
Mode = "mode"
};
Synopsis
Properties
MaxBackupsToRetain | |
Mode |
Properties
MaxBackupsToRetain
double? MaxBackupsToRetain { get; }