Interface CfnLicenseAssetRuleSet.MatchingRuleStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicenseAssetRuleSet.MatchingRuleStatementProperty.Jsii$Proxy
- Enclosing class:
CfnLicenseAssetRuleSet
@Stability(Stable)
public static interface CfnLicenseAssetRuleSet.MatchingRuleStatementProperty
extends software.amazon.jsii.JsiiSerializable
Matching rule statement.
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.licensemanager.*;
MatchingRuleStatementProperty matchingRuleStatementProperty = MatchingRuleStatementProperty.builder()
.constraint("constraint")
.keyToMatch("keyToMatch")
.valueToMatch(List.of("valueToMatch"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicenseAssetRuleSet.MatchingRuleStatementPropertystatic final classAn implementation forCfnLicenseAssetRuleSet.MatchingRuleStatementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConstraint
Constraint (e.g. Equals, Not_Equals).- See Also:
-
getKeyToMatch
Key to match.- See Also:
-
getValueToMatch
Values to match.- See Also:
-
builder
-