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