AWS::DataBrew::Ruleset SubstitutionValue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String ValueReference: String

Properties

Value

Value or column name.

Required: Yes

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption

ValueReference

Variable name.

Required: Yes

Type: String

Pattern: ^:[A-Za-z0-9_]+$

Minimum: 2

Maximum: 128

Update requires: No interruption