@Stability(value=Stable)
public static interface CfnRuleset.SubstitutionValueProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleset.SubstitutionValueProperty.Builder
A builder for
CfnRuleset.SubstitutionValueProperty |
static class |
CfnRuleset.SubstitutionValueProperty.Jsii$Proxy
An implementation for
CfnRuleset.SubstitutionValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleset.SubstitutionValueProperty.Builder |
builder() |
String |
getValue()
Value or column name.
|
String |
getValueReference()
Variable name.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) @NotNull String getValueReference()
@Stability(value=Stable) static CfnRuleset.SubstitutionValueProperty.Builder builder()
Copyright © 2022. All rights reserved.