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

CreateGatewayRequest

import type { CreateGatewayRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface CreateGatewayRequest {
gatewayName: string;
gatewayPlatform: GatewayPlatform;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
gatewayName: string
[src]

A unique, friendly name for the gateway.

§
gatewayPlatform: GatewayPlatform
[src]

The gateway's platform. You can only specify one platform in a gateway.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of key-value pairs that contain metadata for the gateway. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.