tags property

List<Tag>? tags
final

An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.

Implementation

final List<Tag>? tags;