tags property

Map<String, String>? tags
final

Metadata to assign to AppConfig resources. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Implementation

final Map<String, String>? tags;