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

S3Resource

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

(Discontinued) Contains information about the S3 resource. This data type is used as a request parameter in the DisassociateS3Resources action and can be used as a response parameter in the AssociateS3Resources and UpdateS3Resources actions.

interface S3Resource {
bucketName: string;
prefix?: string | null;
}

§Properties

§
bucketName: string
[src]

(Discontinued) The name of the S3 bucket.

§
prefix?: string | null
[src]

(Discontinued) The prefix of the S3 bucket.