AWS Kinesis

List tags for stream

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.

List the tags of a Kinesis data stream.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

streamName [required]

string

limit

number

The maximum number of items to list.

Outputs

Expand All

Champ

Type

Description

hasMoreTags [required]

boolean

If set to true, more tags are available. To request additional tags, set ExclusiveStartTagKey to the key of the last tag returned.

tags [required]

[object]

A list of tags associated with StreamName, starting with the first tag after ExclusiveStartTagKey and up to the specified Limit.

Key [required]

string

A unique identifier for the tag. Maximum length: 128 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

Value

string

An optional string, typically used to describe or define the tag. Maximum length: 256 characters. Valid characters: Unicode letters, digits, white space, _ . / = + - % @

tagValue [required]

object

tagValueList [required]

object

amzRequestId [required]

string