Class Tag
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
public class Tag
- Inheritance
-
Tag
- Inherited Members
Constructors
Tag()
public Tag()
Properties
Key
Gets and sets the property Key.
A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
public string Key { get; set; }
Property Value
Value
Gets and sets the property Value.
The value for the specified tag key.
public string Value { get; set; }