UNPKG

491 BTypeScriptView Raw
1/**
2 * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
3 */
4export interface CfnTag {
5 /**
6 * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key
7 */
8 readonly key: string;
9 /**
10 * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value
11 */
12 readonly value: string;
13}