AWS::NimbleStudio::LaunchProfile StreamConfigurationSessionBackup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::NimbleStudio::LaunchProfile StreamConfigurationSessionBackup

Configures how streaming sessions are backed up when launched from this launch profile.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxBackupsToRetain" : Number, "Mode" : String }

YAML

MaxBackupsToRetain: Number Mode: String

Properties

MaxBackupsToRetain

The maximum number of backups that each streaming session created from this launch profile can have.

Required: No

Type: Number

Minimum: 0

Maximum: 10

Update requires: No interruption

Mode

Specifies how artists sessions are backed up.

Configures backups for streaming sessions launched with this launch profile. The default value is DEACTIVATED, which means that backups are deactivated. To allow backups, set this value to AUTOMATIC.

Required: No

Type: String

Allowed values: AUTOMATIC | DEACTIVATED

Update requires: No interruption