interface StreamConfigurationSessionBackupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionBackupProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnLaunchProfilePropsMixin_StreamConfigurationSessionBackupProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionBackupProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnLaunchProfilePropsMixin.StreamConfigurationSessionBackupProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnLaunchProfilePropsMixin » StreamConfigurationSessionBackupProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const streamConfigurationSessionBackupProperty: nimblestudio_mixins.CfnLaunchProfilePropsMixin.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