keyspaces_list_tags_for_resource: Returns a list of all tags associated with the specified...

View source: R/keyspaces_operations.R

keyspaces_list_tags_for_resourceR Documentation

Returns a list of all tags associated with the specified Amazon Keyspaces resource

Description

Returns a list of all tags associated with the specified Amazon Keyspaces resource.

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

Usage

keyspaces_list_tags_for_resource(
  resourceArn,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.

nextToken

The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.

maxResults

The total number of tags to return in the output. If the total number of tags available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as an argument of a subsequent API invocation.


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