interface SubstitutionValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.CfnRuleset.SubstitutionValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnRuleset_SubstitutionValueProperty |
![]() | software.amazon.awscdk.services.databrew.CfnRuleset.SubstitutionValueProperty |
![]() | aws_cdk.aws_databrew.CfnRuleset.SubstitutionValueProperty |
![]() | 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
Name | Type | Description |
---|---|---|
value | string | Value or column name. |
value | string | Variable name. |
value
Type:
string
Value or column name.
valueReference
Type:
string
Variable name.