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

CreateTagOptionInput

import type { CreateTagOptionInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface CreateTagOptionInput {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The TagOption key.

§
Value: string
[src]

The TagOption value.