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 Amazon 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
Update requires: No interruption
ValueReference-
Variable name.
Required: Yes
Type: String
Update requires: No interruption