AWS CodePipeline

List tags for resource

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

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

Inputs

フィールド

種類

説明

region [required]

enum

default: us-east-1

resourceArn [required]

string

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

nextToken

string

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

number

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

Outputs

Expand All

フィールド

種類

説明

amzRequestId [required]

string

tags

[object]

The tags for the resource.

key [required]

string

The tag's key.

value [required]

string

The tag's value.

nextToken

string

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.