

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::AppRunner::VpcConnector Tag
<a name="aws-properties-apprunner-vpcconnector-tag"></a>

Describes a tag that is applied to an AWS App Runner resource. A tag is a metadata item consisting of a key-value pair.

## Syntax
<a name="aws-properties-apprunner-vpcconnector-tag-syntax"></a>

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

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

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

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

```
  [Key](#cfn-apprunner-vpcconnector-tag-key): String
  [Value](#cfn-apprunner-vpcconnector-tag-value): String
```

## Properties
<a name="aws-properties-apprunner-vpcconnector-tag-properties"></a>

`Key`  <a name="cfn-apprunner-vpcconnector-tag-key"></a>
The key of the tag assigned to the `VpcConnector` resource of the App Runner service.  
*Required*: No  
*Type*: String  
*Pattern*: `^(?!aws:).+`  
*Minimum*: `1`  
*Maximum*: `128`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Value`  <a name="cfn-apprunner-vpcconnector-tag-value"></a>
The value of the tag assigned to the `VpcConnector` resource of the App Runner service.  
*Required*: No  
*Type*: String  
*Pattern*: `.*`  
*Minimum*: `0`  
*Maximum*: `256`  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)