TagResource
Adds the specified tag keys and values to the specified resource share. The tags are attached only to the resource share, not to the resources that are in the resource share.
Request Syntax
POST /tagresource HTTP/1.1
Content-type: application/json
{
"resourceShareArn": "string
",
"tags": [
{
"key": "string
",
"value": "string
"
}
]
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- resourceShareArn
-
Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.
Type: String
Required: Yes
- tags
-
A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.
Type: Array of Tag objects
Required: Yes
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterException
-
A parameter is not valid.
HTTP Status Code: 400
- MalformedArnException
-
The format of an Amazon Resource Name (ARN) is not valid.
HTTP Status Code: 400
- ResourceArnNotFoundException
-
The specified Amazon Resource Name (ARN) was not found.
HTTP Status Code: 400
- ServerInternalException
-
The service could not respond to the request due to an internal problem.
HTTP Status Code: 500
- ServiceUnavailableException
-
The service is not available.
HTTP Status Code: 503
- TagLimitExceededException
-
This request would exceed the limit for tags for your account.
HTTP Status Code: 400
- TagPolicyViolationException
-
The specified tag key is a reserved word and can't be used.
HTTP Status Code: 400
- UnknownResourceException
-
A specified resource was not found.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: