keyspaces_list_tags_for_resource {paws.database}R 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.


[Package paws.database version 0.9.0 Index]