amazonka-ec2-1.1.0: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateVPCEndpoint

Contents

Description

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.

See: AWS API Reference for CreateVPCEndpoint.

Synopsis

Creating a Request

createVPCEndpoint Source

Creates a value of CreateVPCEndpoint with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cvePolicyDocument :: Lens' CreateVPCEndpoint (Maybe Text) Source

A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

cveClientToken :: Lens' CreateVPCEndpoint (Maybe Text) Source

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

cveDryRun :: Lens' CreateVPCEndpoint (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

cveRouteTableIds :: Lens' CreateVPCEndpoint [Text] Source

One or more route table IDs.

cveVPCId :: Lens' CreateVPCEndpoint Text Source

The ID of the VPC in which the endpoint will be used.

cveServiceName :: Lens' CreateVPCEndpoint Text Source

The AWS service name, in the form 'com.amazonaws.region.service'. To get a list of available services, use the DescribeVpcEndpointServices request.

Destructuring the Response

createVPCEndpointResponse Source

Creates a value of CreateVPCEndpointResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

cversClientToken :: Lens' CreateVPCEndpointResponse (Maybe Text) Source

Unique, case-sensitive identifier you provide to ensure the idempotency of the request.