This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataBrew::Ruleset SubstitutionValue
A key-value pair to associate an expression's substitution variable names with their values.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Value" :String, "ValueReference" :String}
YAML
Value:StringValueReference:String
Properties
- Value
- 
                    Value or column name. Required: Yes Type: String Minimum: 0Maximum: 1024Update requires: No interruption 
- ValueReference
- 
                    Variable name. Required: Yes Type: String Pattern: ^:[A-Za-z0-9_]+$Minimum: 2Maximum: 128Update requires: No interruption