aws-cdk-lib.aws_databrew.CfnRuleset.SubstitutionValueProperty

interface SubstitutionValueProperty

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

A key-value pair to associate an expression's substitution variable names with their values.

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 substitutionValueProperty: databrew.CfnRuleset.SubstitutionValueProperty = {
  value: 'value',
  valueReference: 'valueReference',
};

Properties

NameTypeDescription
valuestringValue or column name.
valueReferencestringVariable name.

value

Type: string

Value or column name.


valueReference

Type: string

Variable name.