paws.security.identity (version 0.1.0)

clouddirectory_list_tags_for_resource: Returns tags for a resource

Description

Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call.

Usage

clouddirectory_list_tags_for_resource(ResourceArn, NextToken,
  MaxResults)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

NextToken

The pagination token. This is for future use. Currently pagination is not supported for tagging.

MaxResults

The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

Request syntax

svc$list_tags_for_resource(
  ResourceArn = "string",
  NextToken = "string",
  MaxResults = 123
)