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.3/services/ec2.ts?docs=full";

Describes the user data for an instance.

interface UserData {
Data?: string | null;
}

§Properties

§
Data?: string | null
[src]

The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.