Skip to content

Tag

Metadata Entry spec for stack tag.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new Tag {
    string Key,
    string Value
};

Properties

Name Type Description
Key string Tag key.
Value string Tag value.

KeyRequired

public string Key { get; set; }
  • Type: string

Tag key.


ValueRequired

public string Value { get; set; }
  • Type: string

Tag value.