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::Job ColumnStatisticsConfiguration
Configuration for column evaluations for a profile job. ColumnStatisticsConfiguration can be used to select evaluations and override parameters of evaluations for particular columns.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Selectors" :[ ColumnSelector, ... ], "Statistics" :StatisticsConfiguration}
Properties
Selectors-
List of column selectors. Selectors can be used to select columns from the dataset. When selectors are undefined, configuration will be applied to all supported columns.
Required: No
Type: Array of ColumnSelector
Minimum:
1Update requires: No interruption
Statistics-
Configuration for evaluations. Statistics can be used to select evaluations and override parameters of evaluations.
Required: Yes
Type: StatisticsConfiguration
Update requires: No interruption