codedeploy_list_tags_for_resource {paws.developer.tools}R Documentation

Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN)

Description

Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources.

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

Usage

codedeploy_list_tags_for_resource(ResourceArn, NextToken = NULL)

Arguments

ResourceArn

[required] The ARN of a CodeDeploy resource. list_tags_for_resource returns all the tags associated with the resource that is identified by the ResourceArn.

NextToken

An identifier returned from the previous list_tags_for_resource call. It can be used to return the next set of applications in the list.


[Package paws.developer.tools version 0.7.0 Index]