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

CreateAccessPointResult

import type { CreateAccessPointResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface CreateAccessPointResult {
AccessPointArn?: string | null;
Alias?: string | null;
}

§Properties

§
AccessPointArn?: string | null
[src]

The ARN of the access point.

Note: This is only supported by Amazon S3 on Outposts.

§
Alias?: string | null
[src]

The name or alias of the access point.