dynamodb_list_tags_of_resource: List all tags on an Amazon DynamoDB resource

View source: R/dynamodb_operations.R

dynamodb_list_tags_of_resourceR Documentation

List all tags on an Amazon DynamoDB resource

Description

List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 times per second, per account.

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

Usage

dynamodb_list_tags_of_resource(ResourceArn, NextToken = NULL)

Arguments

ResourceArn

[required] The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

NextToken

An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.


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