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

Stratosphere.EC2.VPNConnection

Documentation

data VPNConnection Source #

Constructors

VPNConnection

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

Fields

Instances

Instances details
ToJSON VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Show VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Eq VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

ToResourceProperties VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Property "CustomerGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "CustomerGatewayId" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "CustomerGatewayId" VPNConnection = Value Text

Methods

set :: PropertyType "CustomerGatewayId" VPNConnection -> VPNConnection -> VPNConnection #

Property "EnableAcceleration" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "EnableAcceleration" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "EnableAcceleration" VPNConnection = Value Bool

Methods

set :: PropertyType "EnableAcceleration" VPNConnection -> VPNConnection -> VPNConnection #

Property "LocalIpv4NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "LocalIpv4NetworkCidr" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "LocalIpv4NetworkCidr" VPNConnection = Value Text

Methods

set :: PropertyType "LocalIpv4NetworkCidr" VPNConnection -> VPNConnection -> VPNConnection #

Property "LocalIpv6NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "LocalIpv6NetworkCidr" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "LocalIpv6NetworkCidr" VPNConnection = Value Text

Methods

set :: PropertyType "LocalIpv6NetworkCidr" VPNConnection -> VPNConnection -> VPNConnection #

Property "OutsideIpAddressType" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "OutsideIpAddressType" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "OutsideIpAddressType" VPNConnection = Value Text

Methods

set :: PropertyType "OutsideIpAddressType" VPNConnection -> VPNConnection -> VPNConnection #

Property "PreSharedKeyStorage" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "PreSharedKeyStorage" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "PreSharedKeyStorage" VPNConnection = Value Text

Methods

set :: PropertyType "PreSharedKeyStorage" VPNConnection -> VPNConnection -> VPNConnection #

Property "RemoteIpv4NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "RemoteIpv4NetworkCidr" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "RemoteIpv4NetworkCidr" VPNConnection = Value Text

Methods

set :: PropertyType "RemoteIpv4NetworkCidr" VPNConnection -> VPNConnection -> VPNConnection #

Property "RemoteIpv6NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "RemoteIpv6NetworkCidr" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "RemoteIpv6NetworkCidr" VPNConnection = Value Text

Methods

set :: PropertyType "RemoteIpv6NetworkCidr" VPNConnection -> VPNConnection -> VPNConnection #

Property "StaticRoutesOnly" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "StaticRoutesOnly" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "StaticRoutesOnly" VPNConnection = Value Bool

Methods

set :: PropertyType "StaticRoutesOnly" VPNConnection -> VPNConnection -> VPNConnection #

Property "Tags" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "Tags" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Property "TransitGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "TransitGatewayId" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TransitGatewayId" VPNConnection = Value Text

Methods

set :: PropertyType "TransitGatewayId" VPNConnection -> VPNConnection -> VPNConnection #

Property "TransportTransitGatewayAttachmentId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "TransportTransitGatewayAttachmentId" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TransportTransitGatewayAttachmentId" VPNConnection = Value Text

Methods

set :: PropertyType "TransportTransitGatewayAttachmentId" VPNConnection -> VPNConnection -> VPNConnection #

Property "TunnelInsideIpVersion" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "TunnelInsideIpVersion" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TunnelInsideIpVersion" VPNConnection = Value Text

Methods

set :: PropertyType "TunnelInsideIpVersion" VPNConnection -> VPNConnection -> VPNConnection #

Property "Type" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "Type" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Property "VpnGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "VpnGatewayId" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "VpnGatewayId" VPNConnection = Value Text
Property "VpnTunnelOptionsSpecifications" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

Associated Types

type PropertyType "VpnTunnelOptionsSpecifications" VPNConnection 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "VpnTunnelOptionsSpecifications" VPNConnection = [VpnTunnelOptionsSpecificationProperty]

Methods

set :: PropertyType "VpnTunnelOptionsSpecifications" VPNConnection -> VPNConnection -> VPNConnection #

type PropertyType "CustomerGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "CustomerGatewayId" VPNConnection = Value Text
type PropertyType "EnableAcceleration" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "EnableAcceleration" VPNConnection = Value Bool
type PropertyType "LocalIpv4NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "LocalIpv4NetworkCidr" VPNConnection = Value Text
type PropertyType "LocalIpv6NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "LocalIpv6NetworkCidr" VPNConnection = Value Text
type PropertyType "OutsideIpAddressType" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "OutsideIpAddressType" VPNConnection = Value Text
type PropertyType "PreSharedKeyStorage" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "PreSharedKeyStorage" VPNConnection = Value Text
type PropertyType "RemoteIpv4NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "RemoteIpv4NetworkCidr" VPNConnection = Value Text
type PropertyType "RemoteIpv6NetworkCidr" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "RemoteIpv6NetworkCidr" VPNConnection = Value Text
type PropertyType "StaticRoutesOnly" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "StaticRoutesOnly" VPNConnection = Value Bool
type PropertyType "Tags" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TransitGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TransitGatewayId" VPNConnection = Value Text
type PropertyType "TransportTransitGatewayAttachmentId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TransportTransitGatewayAttachmentId" VPNConnection = Value Text
type PropertyType "TunnelInsideIpVersion" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "TunnelInsideIpVersion" VPNConnection = Value Text
type PropertyType "Type" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "VpnGatewayId" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "VpnGatewayId" VPNConnection = Value Text
type PropertyType "VpnTunnelOptionsSpecifications" VPNConnection Source # 
Instance details

Defined in Stratosphere.EC2.VPNConnection

type PropertyType "VpnTunnelOptionsSpecifications" VPNConnection = [VpnTunnelOptionsSpecificationProperty]