AWS::DataBrew::Dataset FilterValue - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DataBrew::Dataset FilterValue

Represents a single entry in the ValuesMap of a FilterExpression. A FilterValue associates the name of a substitution variable in an expression to its value.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Value" : String, "ValueReference" : String }

YAML

Value: String ValueReference: String

Properties

Value

The value to be associated with the substitution variable.

Required: Yes

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption

ValueReference

The substitution variable reference.

Required: Yes

Type: String

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

Minimum: 2

Maximum: 128

Update requires: No interruption