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.3/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 on-premise network connectivity for the Outpost endpoint. To access the endpoint from an on-premises network, you must specify the access type and provide the customer owned IPv4 pool.

§
CustomerOwnedIpv4Pool?: string | null
[src]

The ID of the customer-owned IPv4 pool for the endpoint. IP addresses will be allocated from this pool for the endpoint.

§
OutpostId: string
[src]

The ID of the AWS 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 the Amazon S3 on Outposts provisioned.