interface AndRuleStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.LicenseManager.CfnLicenseAssetRuleSet.AndRuleStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslicensemanager#CfnLicenseAssetRuleSet_AndRuleStatementProperty |
Java | software.amazon.awscdk.services.licensemanager.CfnLicenseAssetRuleSet.AndRuleStatementProperty |
Python | aws_cdk.aws_licensemanager.CfnLicenseAssetRuleSet.AndRuleStatementProperty |
TypeScript | aws-cdk-lib » aws_licensemanager » CfnLicenseAssetRuleSet » AndRuleStatementProperty |
AND rule statement.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_licensemanager as licensemanager } from 'aws-cdk-lib';
const andRuleStatementProperty: licensemanager.CfnLicenseAssetRuleSet.AndRuleStatementProperty = {
matchingRuleStatements: [{
constraint: 'constraint',
keyToMatch: 'keyToMatch',
valueToMatch: ['valueToMatch'],
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| matching | IResolvable | (IResolvable | Matching)[] |
matchingRuleStatements?
Type:
IResolvable | (IResolvable | Matching)[]
(optional)

.NET
Go
Java
Python
TypeScript