AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Applies one or more tags to the specified resources. Note the following:

Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.

Minimum permissions

In addition to the tag:TagResources permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag an Amazon EC2 instance using the TagResources operation, you must have both of the following permissions:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to TagResourcesAsync.

Namespace: Amazon.ResourceGroupsTaggingAPI
Assembly: AWSSDK.ResourceGroupsTaggingAPI.dll
Version: 3.x.y.z

Syntax

C#
public abstract TagResourcesResponse TagResources(
         TagResourcesRequest request
)

Parameters

request
Type: Amazon.ResourceGroupsTaggingAPI.Model.TagResourcesRequest

Container for the necessary parameters to execute the TagResources service method.

Return Value


The response from the TagResources service method, as returned by ResourceGroupsTaggingAPI.

Exceptions

ExceptionCondition
InternalServiceException The request processing failed because of an unknown error, exception, or failure. You can retry the request.
InvalidParameterException This error indicates one of the following: A parameter is missing. A malformed string was supplied for the request parameter. An out-of-range value was supplied for the request parameter. The target ID is invalid, unsupported, or doesn't exist. You can't access the Amazon S3 bucket for report storage. For more information, see Additional Requirements for Organization-wide Tag Compliance Reports in the Organizations User Guide.
ThrottledException The request was denied to limit the frequency of submitted requests.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also