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

S3ArtifactLocation

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

The location of the S3 bucket that contains a revision.

interface S3ArtifactLocation {
bucketName: string;
objectKey: string;
}

§Properties

§
bucketName: string
[src]

The name of the S3 bucket.

§
objectKey: string
[src]

The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.