AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Creates a VPC endpoint for a specified AWS service. An endpoint enables you to create a private connection between your VPC and another AWS service in your account. You can specify an endpoint policy to attach to the endpoint that will control access to the service from your VPC. You can also specify the VPC route tables that use the endpoint.

Currently, only endpoints to Amazon S3 are supported.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateVpcEndpointResponse CreateVpcEndpoint(
         CreateVpcEndpointRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateVpcEndpointRequest

Container for the necessary parameters to execute the CreateVpcEndpoint service method.

Return Value
Type: Amazon.EC2.Model.CreateVpcEndpointResponse
The response from the CreateVpcEndpoint service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5