AWS::LicenseManager::LicenseAssetRuleSetResource schema for AWS::LicenseManager::LicenseAssetRuleSet.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
Rules | Array<LicenseAssetRule> | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LicenseAssetRulesetArn | string | Amazon Resource Name (ARN) of the license asset ruleset. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LicenseManager::LicenseAssetRuleSet
Resources:
MyResource:
Type: AWS::LicenseManager::LicenseAssetRuleSet
Properties:
Name: "my-name"
Rules: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
license-manager:CreateLicenseAssetRulesetlicense-manager:GetLicenseAssetRulesetlicense-manager:TagResourcelicense-manager:GetLicenseAssetRulesetlicense-manager:ListTagsForResourcelicense-manager:UpdateLicenseAssetRulesetlicense-manager:GetLicenseAssetRulesetlicense-manager:TagResourcelicense-manager:UntagResourcelicense-manager:DeleteLicenseAssetRulesetlicense-manager:ListLicenseAssetRulesetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLicenseAssetRulesetArn