interface AndRuleStatementProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.LicenseManager.CfnLicenseAssetRuleSetPropsMixin.AndRuleStatementProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslicensemanager#CfnLicenseAssetRuleSetPropsMixin_AndRuleStatementProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicenseAssetRuleSetPropsMixin.AndRuleStatementProperty |
Python | aws_cdk.cfn_property_mixins.aws_licensemanager.CfnLicenseAssetRuleSetPropsMixin.AndRuleStatementProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_licensemanager » CfnLicenseAssetRuleSetPropsMixin » 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/cfn-property-mixins';
const andRuleStatementProperty: licensemanager.CfnLicenseAssetRuleSetPropsMixin.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