AWS::LicenseManager::LicenseAssetRuleSet

LicenseManager LicenseAssetRuleSet

Resource schema for AWS::LicenseManager::LicenseAssetRuleSet.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Rules
Array<LicenseAssetRule>
Required
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LicenseAssetRulesetArnstringAmazon Resource Name (ARN) of the license asset ruleset.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

license-manager:CreateLicenseAssetRulesetlicense-manager:GetLicenseAssetRulesetlicense-manager:TagResource

read

license-manager:GetLicenseAssetRulesetlicense-manager:ListTagsForResource

update

license-manager:UpdateLicenseAssetRulesetlicense-manager:GetLicenseAssetRulesetlicense-manager:TagResourcelicense-manager:UntagResource

delete

license-manager:DeleteLicenseAssetRuleset

list

license-manager:ListLicenseAssetRulesets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLicenseManager
Properties5
Required2
TaggingSupported
Primary IDLicenseAssetRulesetArn

Supported Operations

CreateReadUpdateDeleteList

Related Resources

External Links