aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty

interface StreamConfigurationSessionBackupProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamConfigurationSessionBackupProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty
Pythonaws_cdk.aws_nimblestudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnLaunchProfile » StreamConfigurationSessionBackupProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const streamConfigurationSessionBackupProperty: nimblestudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty = {
  maxBackupsToRetain: 123,
  mode: 'mode',
};

Properties

NameTypeDescription
maxBackupsToRetain?numberCfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain.
mode?stringCfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode.

maxBackupsToRetain?

Type: number (optional)

CfnLaunchProfile.StreamConfigurationSessionBackupProperty.MaxBackupsToRetain.


mode?

Type: string (optional)

CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Mode.