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

GetAccessPointResult

import type { GetAccessPointResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/s3control.ts";
interface GetAccessPointResult {
AccessPointArn?: string | null;
Alias?: string | null;
Bucket?: string | null;
CreationDate?: Date | number | null;
Endpoints: {
[key: string]: string | null | undefined;
}
;
Name?: string | null;
NetworkOrigin?: NetworkOrigin | null;
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | null;
VpcConfiguration?: VpcConfiguration | null;
}

§Properties

§
AccessPointArn?: string | null
[src]
§
Alias?: string | null
[src]
§
Bucket?: string | null
[src]
§
CreationDate?: Date | number | null
[src]
§
Endpoints: {
[key: string]: string | null | undefined;
}
[src]
§
Name?: string | null
[src]
§
NetworkOrigin?: NetworkOrigin | null
[src]
§
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | null
[src]
§
VpcConfiguration?: VpcConfiguration | null
[src]