Interface CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Jsii$Proxy
- Enclosing class:
CfnLicenseAssetRuleSetPropsMixin
@Stability(Stable)
public static interface CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty
extends software.amazon.jsii.JsiiSerializable
OR 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.cfnpropertymixins.services.licensemanager.*;
OrRuleStatementProperty orRuleStatementProperty = OrRuleStatementProperty.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 forCfnLicenseAssetRuleSetPropsMixin.OrRuleStatementPropertystatic final classAn implementation forCfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLicenseAssetRuleSetPropsMixin.MatchingRuleStatementProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMatchingRuleStatements
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnLicenseAssetRuleSetPropsMixin.MatchingRuleStatementProperty>- See Also:
-
builder
@Stability(Stable) static CfnLicenseAssetRuleSetPropsMixin.OrRuleStatementProperty.Builder builder()
-