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

RegisterInstanceTagAttributeRequest

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

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

interface RegisterInstanceTagAttributeRequest {
IncludeAllTagsOfInstance?: boolean | null;
InstanceTagKeys?: string[] | null;
}

§Properties

§
IncludeAllTagsOfInstance?: boolean | null
[src]

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

§
InstanceTagKeys?: string[] | null
[src]

The tag keys to register.