

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

# AWS::SQS::Queue Tag
<a name="aws-properties-sqs-queue-tag"></a>

<a name="aws-properties-sqs-queue-tag-description"></a>The `Tag` property type specifies Property description not available. for an [AWS::SQS::Queue](aws-resource-sqs-queue.md).

## Syntax
<a name="aws-properties-sqs-queue-tag-syntax"></a>

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

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

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

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

```
  [Key](#cfn-sqs-queue-tag-key): String
  [Value](#cfn-sqs-queue-tag-value): String
```

## Properties
<a name="aws-properties-sqs-queue-tag-properties"></a>

`Key`  <a name="cfn-sqs-queue-tag-key"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-sqs-queue-tag-value"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)