interface StatisticOverrideProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.CfnJob.StatisticOverrideProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnJob_StatisticOverrideProperty |
![]() | software.amazon.awscdk.services.databrew.CfnJob.StatisticOverrideProperty |
![]() | aws_cdk.aws_databrew.CfnJob.StatisticOverrideProperty |
![]() | 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
Name | Type | Description |
---|---|---|
parameters | { [string]: string } | IResolvable | A map that includes overrides of an evaluation’s parameters. |
statistic | string | The name of an evaluation. |
parameters
Type:
{ [string]: string } |
IResolvable
A map that includes overrides of an evaluation’s parameters.
statistic
Type:
string
The name of an evaluation.