aws-cdk-lib.aws_databrew.CfnJob.AllowedStatisticsProperty

interface AllowedStatisticsProperty

LanguageType name
.NETAmazon.CDK.AWS.DataBrew.CfnJob.AllowedStatisticsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnJob_AllowedStatisticsProperty
Javasoftware.amazon.awscdk.services.databrew.CfnJob.AllowedStatisticsProperty
Pythonaws_cdk.aws_databrew.CfnJob.AllowedStatisticsProperty
TypeScript aws-cdk-lib » aws_databrew » CfnJob » AllowedStatisticsProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const allowedStatisticsProperty: databrew.CfnJob.AllowedStatisticsProperty = {
  statistics: ['statistics'],
};

Properties

NameTypeDescription
statisticsstring[]One or more column statistics to allow for columns that contain detected entities.

statistics

Type: string[]

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