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

S3BucketRepository

import type { S3BucketRepository } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";

Information about an associated repository in an S3 bucket. The associated repository contains a source code .zip file and a build artifacts .zip file that contains .jar or .class files.

interface S3BucketRepository {
Details?: S3RepositoryDetails | null;
Name: string;
}

§Properties

§
Details?: S3RepositoryDetails | null
[src]

An S3RepositoryDetails object that specifies the name of an S3 bucket and a CodeArtifacts object. The CodeArtifacts object includes the S3 object keys for a source code .zip file and for a build artifacts .zip file.

§
Name: string
[src]

The name of the repository when the ProviderType is S3Bucket.