AWS CodePipeline

List tags for resource

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

Inputs

Champ

Type

Description

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

Champ

Type

Description

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.