Interface CfnDomain.MatchingRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.MatchingRuleProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.MatchingRuleProperty
extends software.amazon.jsii.JsiiSerializable
Specifies how the rule-based matching process should match profiles.
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.customerprofiles.*; MatchingRuleProperty matchingRuleProperty = MatchingRuleProperty.builder() .rule(List.of("rule")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.MatchingRuleProperty
static final class
An implementation forCfnDomain.MatchingRuleProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRule
A single rule level of theMatchRules
.Configures how the rule-based matching process should match profiles.
- See Also:
-
builder
-