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

UserData

import type { UserData } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

A script that runs on first launch of an Amazon EC2 instance. Used for configuring the server during launch.

interface UserData {
s3Location?: S3Location | null;
}

§Properties

§
s3Location?: S3Location | null
[src]

Amazon S3 location of the user-data script.