TagCopyimport type { Tag } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";Tag is an AWS tag representation. interface Tag {key?: string;value?: string;}§Properties§key?: string[src]Required. Key of tag. §value?: string[src]Required. Value of tag.