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

UserBucket

import type { UserBucket } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the Amazon S3 bucket for the disk image.

interface UserBucket {
S3Bucket?: string | null;
S3Key?: string | null;
}

§Properties

§
S3Bucket?: string | null
[src]

The name of the Amazon S3 bucket where the disk image is located.

§
S3Key?: string | null
[src]

The file name of the disk image.