SetTagsForResource
Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
Request Syntax
{
"resourceArn": "string
",
"tags": [
{
"key": "string
",
"value": "string
"
}
]
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- resourceArn
-
The ARN of the assessment template that you want to set tags to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 300.
Required: Yes
-
A collection of key and value pairs that you want to set to the assessment template.
Type: Array of Tag objects
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Required: No
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.
- InternalException
-
Internal server error.
HTTP Status Code: 500
- InvalidInputException
-
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
HTTP Status Code: 400
- NoSuchEntityException
-
The request was rejected because it referenced an entity that does not exist. The error code describes the entity.
HTTP Status Code: 400
- ServiceTemporarilyUnavailableException
-
The serice is temporary unavailable.
HTTP Status Code: 400
Examples
Example
This example illustrates one usage of SetTagsForResource.
Sample Request
POST / HTTP/1.1
Host: inspector.us-west-2.amazonaws.com
Accept-Encoding: identity
Content-Length: 144
X-Amz-Target: InspectorService.SetTagsForResource
X-Amz-Date: 20160331T185018Z
User-Agent: aws-cli/1.10.12 Python/2.7.9 Windows/7 botocore/1.4.3
Content-Type: application/x-amz-json-1.1
Authorization: AUTHPARAMS
{
"resourceArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2Kz0",
"tags": [
{
"key": "Example",
"value": "example"
}
]
}
Sample Response
HTTP/1.1 200 OK
x-amzn-RequestId: 6a3f5af3-f771-11e5-8599-f1b50afafb5a
Content-Type: application/x-amz-json-1.1
Content-Length: 0
Date: Thu, 31 Mar 2016 18:50:18 GMT
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: