View a markdown version of this page

AWS::LicenseManager::LicenseAssetGroup - AWS CloudFormation

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::LicenseAssetGroup

Creates a license asset group.

Syntax

To declare this entity in your 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.