aws-cdk-lib.aws_databrew.CfnJob.StatisticOverrideProperty

interface StatisticOverrideProperty

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

Override of a particular evaluation for a profile job.

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 statisticOverrideProperty: databrew.CfnJob.StatisticOverrideProperty = {
  parameters: {
    parametersKey: 'parameters',
  },
  statistic: 'statistic',
};

Properties

NameTypeDescription
parametersIResolvable | { [string]: string }A map that includes overrides of an evaluation’s parameters.
statisticstringThe name of an evaluation.

parameters

Type: IResolvable | { [string]: string }

A map that includes overrides of an evaluation’s parameters.


statistic

Type: string

The name of an evaluation.