This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::LicenseManager::LicenseAssetRuleSet LicenseRuleStatement
License rule statement.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AndRuleStatement" :AndRuleStatement, "MatchingRuleStatement" :MatchingRuleStatement, "OrRuleStatement" :OrRuleStatement}
YAML
AndRuleStatement:AndRuleStatementMatchingRuleStatement:MatchingRuleStatementOrRuleStatement:OrRuleStatement
Properties
AndRuleStatement-
AND rule statement.
Required: No
Type: AndRuleStatement
Update requires: No interruption
MatchingRuleStatement-
Matching rule statement.
Required: No
Type: MatchingRuleStatement
Update requires: No interruption
OrRuleStatement-
OR rule statement.
Required: No
Type: OrRuleStatement
Update requires: No interruption