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

GetAccessPointForObjectLambdaResult

import type { GetAccessPointForObjectLambdaResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface GetAccessPointForObjectLambdaResult {
CreationDate?: Date | number | null;
Name?: string | null;
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]

The date and time when the specified Object Lambda Access Point was created.

§
Name?: string | null
[src]

The name of the Object Lambda Access Point.

§
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | null
[src]

Configuration to block all public access. This setting is turned on and can not be edited.