Interface CfnLicenseAssetRuleSet.AndRuleStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicenseAssetRuleSet.AndRuleStatementProperty.Jsii$Proxy
- Enclosing class:
CfnLicenseAssetRuleSet
@Stability(Stable)
public static interface CfnLicenseAssetRuleSet.AndRuleStatementProperty
extends software.amazon.jsii.JsiiSerializable
AND 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.*;
AndRuleStatementProperty andRuleStatementProperty = AndRuleStatementProperty.builder()
.matchingRuleStatements(List.of(MatchingRuleStatementProperty.builder()
.constraint("constraint")
.keyToMatch("keyToMatch")
.valueToMatch(List.of("valueToMatch"))
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicenseAssetRuleSet.AndRuleStatementPropertystatic final classAn implementation forCfnLicenseAssetRuleSet.AndRuleStatementProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLicenseAssetRuleSet.MatchingRuleStatementProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMatchingRuleStatements
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLicenseAssetRuleSet.MatchingRuleStatementProperty>- See Also:
-
builder
-