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

EnableAddOnRequest

import type { EnableAddOnRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface EnableAddOnRequest {
addOnRequest: AddOnRequest;
resourceName: string;
}

§Properties

§
addOnRequest: AddOnRequest
[src]

An array of strings representing the add-on to enable or modify.

§
resourceName: string
[src]

The name of the source resource for which to enable or modify the add-on.