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

S3DataAccessAsset

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

The Amazon S3 data access that is the asset.

interface S3DataAccessAsset {
Bucket: string;
KeyPrefixes?: string[] | null;
Keys?: string[] | null;
S3AccessPointAlias?: string | null;
S3AccessPointArn?: string | null;
}

§Properties

§
Bucket: string
[src]

The Amazon S3 bucket hosting data to be shared in the S3 data access.

§
KeyPrefixes?: string[] | null
[src]

The Amazon S3 bucket used for hosting shared data in the Amazon S3 data access.

§
Keys?: string[] | null
[src]

S3 keys made available using this asset.

§
S3AccessPointAlias?: string | null
[src]

The automatically-generated bucket-style alias for your Amazon S3 Access Point. Customers can access their entitled data using the S3 Access Point alias.

§
S3AccessPointArn?: string | null
[src]

The ARN for your Amazon S3 Access Point. Customers can also access their entitled data using the S3 Access Point ARN.