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.deno.dev/v0.4/services/s3control.ts?docs=full";
interface GetAccessPointResult {
AccessPointArn?: string | null;
Alias?: string | null;
Bucket?: string | null;
BucketAccountId?: 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]

The ARN of the access point.

§
Alias?: string | null
[src]

The name or alias of the access point.

§
Bucket?: string | null
[src]

The name of the bucket associated with the specified access point.

§
BucketAccountId?: string | null
[src]

The Amazon Web Services account ID associated with the S3 bucket associated with this access point.

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

The date and time when the specified access point was created.

§
Endpoints: {
[key: string]: string | null | undefined;
}
[src]

The VPC endpoint for the access point.

§
Name?: string | null
[src]

The name of the specified access point.

§
NetworkOrigin?: NetworkOrigin | null
[src]

Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.

This will always be true for an Amazon S3 on Outposts access point

§
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | null
[src]
§
VpcConfiguration?: VpcConfiguration | null
[src]

Contains the virtual private cloud (VPC) configuration for the specified access point.

Note: This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.