stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.VPCEndpoint

Description

The AWS::EC2::VPCEndpoint resource creates a VPC endpoint that you can use to establish a private connection between your VPC and another AWS service without requiring access over the Internet, a VPN connection, or AWS Direct Connect.

Synopsis

Documentation

vpcEndpoint Source

Constructor for VPCEndpoint containing required fields as arguments.

vpcePolicyDocument :: Lens' VPCEndpoint (Maybe Object) Source

A policy to attach to the endpoint that controls access to the service. The policy must be valid JSON. The default policy allows full access to the AWS service. For more information, see Controlling Access to Services in the Amazon VPC User Guide.

vpceRouteTableIds :: Lens' VPCEndpoint (Maybe [Val Text]) Source

One or more route table IDs that are used by the VPC to reach the endpoint.

vpceServiceName :: Lens' VPCEndpoint (Val Text) Source

The AWS service to which you want to establish a connection. Specify the service name in the form of com.amazonaws.region.service.

vpceVpcId :: Lens' VPCEndpoint (Val Text) Source

The ID of the VPC in which the endpoint is used.