AWS::DataBrew::Job AllowedStatistics - 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::Job AllowedStatistics

Configuration of statistics that are allowed to be run on columns that contain detected entities. When undefined, no statistics will be computed on columns that contain detected entities.

Syntax

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

JSON

{ "Statistics" : [ String, ... ] }

YAML

Statistics: - String

Properties

Statistics

One or more column statistics to allow for columns that contain detected entities.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: No interruption