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

Endpoint

import type { Endpoint } from "https://aws-api.deno.dev/v0.3/services/s3outposts.ts?docs=full";

Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.

interface Endpoint {
AccessType?: EndpointAccessType | null;
CidrBlock?: string | null;
CreationTime?: Date | number | null;
CustomerOwnedIpv4Pool?: string | null;
EndpointArn?: string | null;
NetworkInterfaces?: NetworkInterface[] | null;
OutpostsId?: string | null;
SecurityGroupId?: string | null;
Status?: EndpointStatus | null;
SubnetId?: string | null;
VpcId?: string | null;
}

§Properties

§
AccessType?: EndpointAccessType | null
[src]
§
CidrBlock?: string | null
[src]

The VPC CIDR committed by this endpoint.

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

The time the endpoint was created.

§
CustomerOwnedIpv4Pool?: string | null
[src]

The ID of the customer-owned IPv4 pool used for the endpoint.

§
EndpointArn?: string | null
[src]

The Amazon Resource Name (ARN) of the endpoint.

§
NetworkInterfaces?: NetworkInterface[] | null
[src]

The network interface of the endpoint.

§
OutpostsId?: string | null
[src]

The ID of the AWS Outposts.

§
SecurityGroupId?: string | null
[src]

The ID of the security group used for the endpoint.

§
Status?: EndpointStatus | null
[src]

The status of the endpoint.

§
SubnetId?: string | null
[src]

The ID of the subnet used for the endpoint.

§
VpcId?: string | null
[src]

The ID of the VPC used for the endpoint.