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

CreateEndpointRequest

import type { CreateEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/s3outposts.ts?docs=full";
interface CreateEndpointRequest {
AccessType?: EndpointAccessType | null;
CustomerOwnedIpv4Pool?: string | null;
OutpostId: string;
SecurityGroupId: string;
SubnetId: string;
}

§Properties

§
AccessType?: EndpointAccessType | null
[src]

The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).

Note: Private is the default access type value.

§
CustomerOwnedIpv4Pool?: string | null
[src]

The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.

§
OutpostId: string
[src]

The ID of the Outposts.

§
SecurityGroupId: string
[src]

The ID of the security group to use with the endpoint.

§
SubnetId: string
[src]

The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.