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

LaunchTemplateTagSpecificationRequest

import type { LaunchTemplateTagSpecificationRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

The tags specification for the launch template.

interface LaunchTemplateTagSpecificationRequest {
ResourceType?: ResourceType | null;
Tags?: Tag[] | null;
}

§Properties

§
ResourceType?: ResourceType | null
[src]

The type of resource to tag. Currently, the resource types that support tagging on creation are instance and volume. To tag a resource after it has been created, see CreateTags.

§
Tags?: Tag[] | null
[src]

The tags to apply to the resource.