C# Class Amazon.EC2.Model.CreateVpcEndpointRequest

Container for the parameters to the CreateVpcEndpoint operation. 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.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetClientToken ( ) : bool
IsSetPolicyDocument ( ) : bool
IsSetRouteTableIds ( ) : bool
IsSetServiceName ( ) : bool
IsSetVpcId ( ) : bool