interface StreamConfigurationSessionBackupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_StreamConfigurationSessionBackupProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.StreamConfigurationSessionBackupProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| max | number | |
| mode? | string |
maxBackupsToRetain?
Type:
number
(optional)
mode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript