MemoryDB / Client / tag_resource
tag_resource¶
- MemoryDB.Client.tag_resource(**kwargs)¶
Use this operation to add tags to a resource. A tag is a key-value pair where the key and value are case-sensitive. You can use tags to categorize and track all your MemoryDB resources. For more information, see Tagging your MemoryDB resources.
When you add tags to multi region clusters, you might not immediately see the latest effective tags in the ListTags API response due to it being eventually consistent specifically for multi region clusters. For more information, see Tagging your MemoryDB resources.
You can specify cost-allocation tags for your MemoryDB resources, Amazon generates a cost allocation report as a comma-separated value (CSV) file with your usage and costs aggregated by your tags. You can apply tags that represent business categories (such as cost centers, application names, or owners) to organize your costs across multiple services. For more information, see Using Cost Allocation Tags.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( ResourceArn='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ] )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the resource to which the tags are to be added.
Tags (list) –
[REQUIRED]
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
(dict) –
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see Tagging your MemoryDB resources
Key (string) –
The key for the tag. May not be null.
Value (string) –
The tag’s value. May be null.
- Return type:
dict
- Returns:
Response Syntax
{ 'TagList': [ { 'Key': 'string', 'Value': 'string' }, ] }
Response Structure
(dict) –
TagList (list) –
A list of tags as key-value pairs.
(dict) –
A tag that can be added to an MemoryDB resource. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your MemoryDB resources. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. A tag with a null Value is permitted. For more information, see Tagging your MemoryDB resources
Key (string) –
The key for the tag. May not be null.
Value (string) –
The tag’s value. May be null.
Exceptions
MemoryDB.Client.exceptions.ClusterNotFoundFault
MemoryDB.Client.exceptions.ParameterGroupNotFoundFault
MemoryDB.Client.exceptions.SubnetGroupNotFoundFault
MemoryDB.Client.exceptions.InvalidClusterStateFault
MemoryDB.Client.exceptions.SnapshotNotFoundFault
MemoryDB.Client.exceptions.UserNotFoundFault
MemoryDB.Client.exceptions.ACLNotFoundFault
MemoryDB.Client.exceptions.MultiRegionClusterNotFoundFault
MemoryDB.Client.exceptions.MultiRegionParameterGroupNotFoundFault
MemoryDB.Client.exceptions.TagQuotaPerResourceExceeded
MemoryDB.Client.exceptions.InvalidARNFault
MemoryDB.Client.exceptions.ServiceLinkedRoleNotFoundFault
MemoryDB.Client.exceptions.InvalidParameterValueException