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

S3Location

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

The Amazon S3 artifact location for an action's artifacts.

interface S3Location {
bucket?: string | null;
key?: string | null;
}

§Properties

§
bucket?: string | null
[src]

The Amazon S3 artifact bucket for an action's artifacts.

§
key?: string | null
[src]

The artifact name.