View a markdown version of this page

AWS::LicenseManager::LicenseAssetGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::LicenseManager::LicenseAssetGroup

Creates a license asset group.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::LicenseManager::LicenseAssetGroup", "Properties" : { "AssociatedLicenseAssetRulesetARNs" : [ String, ... ], "Description" : String, "LicenseAssetGroupConfigurations" : [ LicenseAssetGroupConfiguration, ... ], "Name" : String, "Properties" : [ LicenseAssetGroupProperty, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::LicenseManager::LicenseAssetGroup Properties: AssociatedLicenseAssetRulesetARNs: - String Description: String LicenseAssetGroupConfigurations: - LicenseAssetGroupConfiguration Name: String Properties: - LicenseAssetGroupProperty Tags: - Tag

Properties

AssociatedLicenseAssetRulesetARNs

ARNs of associated license asset rulesets.

Required: Yes

Type: Array of String

Maximum: 2048

Update requires: No interruption

Description

License asset group description.

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

LicenseAssetGroupConfigurations

License asset group configurations.

Required: Yes

Type: Array of LicenseAssetGroupConfiguration

Update requires: Replacement

Name

License asset group name.

Required: Yes

Type: String

Maximum: 128

Update requires: No interruption

Properties

License asset group properties.

Required: No

Type: Array of LicenseAssetGroupProperty

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

LicenseAssetGroupArn

Amazon Resource Name (ARN) of the license asset group.