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

CreateGatewayInput

import type { CreateGatewayInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface CreateGatewayInput {
ActivationKey: string;
GatewayDisplayName: string;
GatewayType: GatewayType;
Tags?: Tag[] | null;
}

§Properties

§
ActivationKey: string
[src]

The activation key of the created gateway.

§
GatewayDisplayName: string
[src]

The display name of the created gateway.

§
GatewayType: GatewayType
[src]

The type of created gateway.

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

A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.