Tag
Metadata Entry spec for stack tag.
Initializer
import { Tag } from '@alicloud/ros-cdk-assembly-schema'
const tag: Tag = { ... }
Properties
Name | Type | Description |
---|---|---|
key |
string |
Tag key. |
value |
string |
Tag value. |
key
Required
public readonly key: string;
- Type: string
Tag key.
value
Required
public readonly value: string;
- Type: string
Tag value.