

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::LicenseManager::LicenseAssetGroup LicenseAssetGroupProperty
<a name="aws-properties-licensemanager-licenseassetgroup-licenseassetgroupproperty"></a>

License asset group property.

## Syntax
<a name="aws-properties-licensemanager-licenseassetgroup-licenseassetgroupproperty-syntax"></a>

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

### JSON
<a name="aws-properties-licensemanager-licenseassetgroup-licenseassetgroupproperty-syntax.json"></a>

```
{
  "[Key](#cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-key)" : {{String}},
  "[Value](#cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-value)" : {{String}}
}
```

### YAML
<a name="aws-properties-licensemanager-licenseassetgroup-licenseassetgroupproperty-syntax.yaml"></a>

```
  [Key](#cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-key): {{String}}
  [Value](#cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-value): {{String}}
```

## Properties
<a name="aws-properties-licensemanager-licenseassetgroup-licenseassetgroupproperty-properties"></a>

`Key`  <a name="cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-key"></a>
Property key.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-licensemanager-licenseassetgroup-licenseassetgroupproperty-value"></a>
Property value.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)