AWS SDK Version 4 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.

Assigns one or more tags (key-value pairs) to the specified Entity Resolution resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. In Entity Resolution, SchemaMapping and MatchingWorkflow can be tagged. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can use the TagResource action with a resource that already has tags. If you specify a new tag key, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

Note:

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

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

Syntax

C#
public abstract TagResourceResponse TagResource(
         TagResourceRequest request
)

Parameters

request
Type: Amazon.EntityResolution.Model.TagResourceRequest

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

Return Value


The response from the TagResource service method, as returned by EntityResolution.

Exceptions

ExceptionCondition
InternalServerException This exception occurs when there is an internal failure in the Entity Resolution service.
ResourceNotFoundException The resource couldn't be found.
ValidationException The input fails to satisfy the constraints specified by Entity Resolution.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also