Comment on page
CloudFormationParameter Object
Parameters for a CloudFormation stack.
Key (name) of the CloudFormation parameter.
Type:
string
Required: Yes
Value of the CloudFormation parameter. Required when
usePreviousValue
is false
.Type:
string
Required: Conditional
Indicates that the previous value for the key will be used.
Type:
boolean
Required: No
Default:
false
{
"key": "param1",
"value": "value1",
"usePreviousValue": false
}