AWS::Backup::Framework ControlInputParameter - AWS CloudFormation (original) (raw)
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 AWS 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
AWS::Backup::Framework
ControlScope
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.