Interface CfnRulesetPropsMixin.SubstitutionValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRulesetPropsMixin.SubstitutionValueProperty.Jsii$Proxy
Enclosing class:
CfnRulesetPropsMixin

@Stability(Stable) public static interface CfnRulesetPropsMixin.SubstitutionValueProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.databrew.*;
 SubstitutionValueProperty substitutionValueProperty = SubstitutionValueProperty.builder()
         .value("value")
         .valueReference("valueReference")
         .build();
 

See Also: