stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.VPCEndpoint

Documentation

data VPCEndpoint Source #

Constructors

VPCEndpoint

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html

Fields

Instances

Instances details
ToJSON VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Show VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Eq VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

ToResourceProperties VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Property "DnsOptions" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "DnsOptions" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Methods

set :: PropertyType "DnsOptions" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "IpAddressType" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "IpAddressType" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "IpAddressType" VPCEndpoint = Value Text

Methods

set :: PropertyType "IpAddressType" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "PolicyDocument" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "PolicyDocument" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "PolicyDocument" VPCEndpoint = Object

Methods

set :: PropertyType "PolicyDocument" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "PrivateDnsEnabled" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "PrivateDnsEnabled" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "PrivateDnsEnabled" VPCEndpoint = Value Bool

Methods

set :: PropertyType "PrivateDnsEnabled" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "ResourceConfigurationArn" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "ResourceConfigurationArn" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ResourceConfigurationArn" VPCEndpoint = Value Text

Methods

set :: PropertyType "ResourceConfigurationArn" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "RouteTableIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "RouteTableIds" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "RouteTableIds" VPCEndpoint = ValueList Text

Methods

set :: PropertyType "RouteTableIds" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "SecurityGroupIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "SecurityGroupIds" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "SecurityGroupIds" VPCEndpoint = ValueList Text

Methods

set :: PropertyType "SecurityGroupIds" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "ServiceName" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "ServiceName" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceName" VPCEndpoint = Value Text

Methods

set :: PropertyType "ServiceName" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "ServiceNetworkArn" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "ServiceNetworkArn" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceNetworkArn" VPCEndpoint = Value Text

Methods

set :: PropertyType "ServiceNetworkArn" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "ServiceRegion" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "ServiceRegion" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceRegion" VPCEndpoint = Value Text

Methods

set :: PropertyType "ServiceRegion" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "SubnetIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "SubnetIds" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Methods

set :: PropertyType "SubnetIds" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "Tags" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "Tags" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "Tags" VPCEndpoint = [Tag]
Property "VpcEndpointType" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "VpcEndpointType" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "VpcEndpointType" VPCEndpoint = Value Text

Methods

set :: PropertyType "VpcEndpointType" VPCEndpoint -> VPCEndpoint -> VPCEndpoint #

Property "VpcId" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

Associated Types

type PropertyType "VpcId" VPCEndpoint 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "DnsOptions" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "IpAddressType" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "IpAddressType" VPCEndpoint = Value Text
type PropertyType "PolicyDocument" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "PolicyDocument" VPCEndpoint = Object
type PropertyType "PrivateDnsEnabled" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "PrivateDnsEnabled" VPCEndpoint = Value Bool
type PropertyType "ResourceConfigurationArn" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ResourceConfigurationArn" VPCEndpoint = Value Text
type PropertyType "RouteTableIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "RouteTableIds" VPCEndpoint = ValueList Text
type PropertyType "SecurityGroupIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "SecurityGroupIds" VPCEndpoint = ValueList Text
type PropertyType "ServiceName" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceName" VPCEndpoint = Value Text
type PropertyType "ServiceNetworkArn" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceNetworkArn" VPCEndpoint = Value Text
type PropertyType "ServiceRegion" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "ServiceRegion" VPCEndpoint = Value Text
type PropertyType "SubnetIds" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "Tags" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "Tags" VPCEndpoint = [Tag]
type PropertyType "VpcEndpointType" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint

type PropertyType "VpcEndpointType" VPCEndpoint = Value Text
type PropertyType "VpcId" VPCEndpoint Source # 
Instance details

Defined in Stratosphere.EC2.VPCEndpoint