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

S3ImportSource

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

The settings for the source S3 bucket.

interface S3ImportSource {
S3BucketAccessRoleArn: string;
S3BucketRegion: string;
S3LocationUri: string;
}

§Properties

§
S3BucketAccessRoleArn: string
[src]

The IAM ARN role used to access the source S3 bucket.

§
S3BucketRegion: string
[src]

The region associated with the source S3 bucket.

§
S3LocationUri: string
[src]

The URI for the source S3 bucket.