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

UserBucketDetails

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

Describes the Amazon S3 bucket for the disk image.

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

§Properties

§
S3Bucket?: string | null
[src]

The Amazon S3 bucket from which the disk image was created.

§
S3Key?: string | null
[src]

The file name of the disk image.