Interface CfnRuleset.SubstitutionValueProperty

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

@Stability(Stable) public static interface CfnRuleset.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.services.databrew.*;
 SubstitutionValueProperty substitutionValueProperty = SubstitutionValueProperty.builder()
         .value("value")
         .valueReference("valueReference")
         .build();
 

See Also: