codepipeline_list_tags_for_resource {paws.developer.tools}R Documentation

Gets the set of key-value pairs (metadata) that are used to manage the resource

Description

Gets the set of key-value pairs (metadata) that are used to manage the resource.

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

Usage

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

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource to get tags for.

nextToken

The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

maxResults

The maximum number of results to return in a single call.


[Package paws.developer.tools version 0.9.0 Index]