Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Tag

import type { Tag } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";

This property corresponds to the AWS CloudFormation Tag Data Type.

interface Tag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.

§
Value: string
[src]

This property corresponds to the content of the same name for the AWS CloudFormation Tag Data Type.