AWS::Backup::Framework ControlInputParameter - 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::Backup::Framework ControlInputParameter

The parameters for a control. A control can have zero, one, or more than one parameter. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year.

Syntax

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

JSON

{ "ParameterName" : String, "ParameterValue" : String }

YAML

ParameterName: String ParameterValue: String

Properties

ParameterName

The name of a parameter, for example, BackupPlanFrequency.

Required: Yes

Type: String

Update requires: No interruption

ParameterValue

The value of parameter, for example, hourly.

Required: Yes

Type: String

Update requires: No interruption