AWS::DataBrew::Job AllowedStatistics - AWS CloudFormation

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 AWS 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