Interface CfnDomainPropsMixin.MatchingRuleProperty

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

@Stability(Stable) public static interface CfnDomainPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
 MatchingRuleProperty matchingRuleProperty = MatchingRuleProperty.builder()
         .rule(List.of("rule"))
         .build();
 

See Also: