Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface TagFilter

A tag key and optional list of possible values that you can use to filter results for tagged resources.

Hierarchy

  • TagFilter

Properties

Properties

tagKey?: string

The tag key. This must have a valid string value and can't be empty.

tagValues?: string[]

A list of zero or more tag values. If no values are provided, then the filter matches any tag with the specified key, regardless of its value.