

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::AppConfig::DeploymentStrategy Tag
<a name="aws-properties-appconfig-deploymentstrategy-tag"></a>

Metadata to assign to the deployment strategy. Tags help organize and categorize your Amazon AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

## Syntax
<a name="aws-properties-appconfig-deploymentstrategy-tag-syntax"></a>

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

### JSON
<a name="aws-properties-appconfig-deploymentstrategy-tag-syntax.json"></a>

```
{
  "[Key](#cfn-appconfig-deploymentstrategy-tag-key)" : String,
  "[Value](#cfn-appconfig-deploymentstrategy-tag-value)" : String
}
```

### YAML
<a name="aws-properties-appconfig-deploymentstrategy-tag-syntax.yaml"></a>

```
  [Key](#cfn-appconfig-deploymentstrategy-tag-key): String
  [Value](#cfn-appconfig-deploymentstrategy-tag-value): String
```

## Properties
<a name="aws-properties-appconfig-deploymentstrategy-tag-properties"></a>

`Key`  <a name="cfn-appconfig-deploymentstrategy-tag-key"></a>
The tag 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-appconfig-deploymentstrategy-tag-value"></a>
An optional tag 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)