interface SubstitutionValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataBrew.Mixins.CfnRulesetPropsMixin.SubstitutionValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatabrew/mixins#CfnRulesetPropsMixin_SubstitutionValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.databrew.mixins.CfnRulesetPropsMixin.SubstitutionValueProperty |
Python | aws_cdk.mixins_preview.aws_databrew.mixins.CfnRulesetPropsMixin.SubstitutionValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_databrew » mixins » CfnRulesetPropsMixin » 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 { mixins as databrew_mixins } from '@aws-cdk/mixins-preview/aws-databrew';
const substitutionValueProperty: databrew_mixins.CfnRulesetPropsMixin.SubstitutionValueProperty = {
value: 'value',
valueReference: 'valueReference',
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | string | Value or column name. |
| value | string | Variable name. |
value?
Type:
string
(optional)
Value or column name.
valueReference?
Type:
string
(optional)
Variable name.

.NET
Go
Java
Python
TypeScript