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:- StringDescription:StringLicenseAssetGroupConfigurations:- LicenseAssetGroupConfigurationName:StringProperties:- LicenseAssetGroupPropertyTags:- Tag
Properties
AssociatedLicenseAssetRulesetARNs-
ARNs of associated license asset rulesets.
Required: Yes
Type: Array of String
Maximum:
2048Update requires: No interruption
Description-
License asset group description.
Required: No
Type: String
Maximum:
1024Update 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:
128Update requires: No interruption
Properties-
License asset group properties.
Required: No
Type: Array of LicenseAssetGroupProperty
Update requires: No interruption
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.