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

S3Config

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

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.

For detailed information about using such a role, see Creating a Location for Amazon S3 in the DataSync User Guide.

interface S3Config {
BucketAccessRoleArn: string;
}

§Properties

§
BucketAccessRoleArn: string
[src]

The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3 operation.