memorydb_tag_resource: A tag is a key-value pair where the key and value are...

View source: R/memorydb_operations.R

memorydb_tag_resourceR Documentation

A tag is a key-value pair where the key and value are case-sensitive

Description

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. When you add or remove tags on clusters, those actions will be replicated to all nodes in the cluster. For more information, see Resource-level permissions.

See https://www.paws-r-sdk.com/docs/memorydb_tag_resource/ for full documentation.

Usage

memorydb_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to which the tags are to be added

Tags

[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.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.