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

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.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-CreateVpcEndpoint.html

Synopsis

Request

Request constructor

Request lenses

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.

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.

cveRouteTableIds :: Lens' CreateVpcEndpoint [Text] Source

One or more route table IDs.

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.

cveVpcId :: Lens' CreateVpcEndpoint Text Source

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

Response

Response constructor

Response lenses

cverClientToken :: Lens' CreateVpcEndpointResponse (Maybe Text) Source

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