Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-maxbackupstoretain

Mode

string? Mode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-launchprofile-streamconfigurationsessionbackup.html#cfn-nimblestudio-launchprofile-streamconfigurationsessionbackup-mode

Back to top Generated by DocFX