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

SpotFleetTagSpecification

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

The tags for a Spot Fleet resource.

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

§Properties

§
ResourceType?: ResourceType | null
[src]

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData.

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

The tags.