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

Stratosphere.EC2.SecurityGroup.EgressProperty

Documentation

data EgressProperty Source #

Constructors

EgressProperty

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-securitygroup-egress.html

Fields

Instances

Instances details
ToJSON EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Show EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Eq EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

ToResourceProperties EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Property "CidrIp" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "CidrIp" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Property "CidrIpv6" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "CidrIpv6" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Property "Description" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "Description" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "Description" EgressProperty = Value Text
Property "DestinationPrefixListId" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "DestinationPrefixListId" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "DestinationPrefixListId" EgressProperty = Value Text

Methods

set :: PropertyType "DestinationPrefixListId" EgressProperty -> EgressProperty -> EgressProperty #

Property "DestinationSecurityGroupId" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "DestinationSecurityGroupId" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "DestinationSecurityGroupId" EgressProperty = Value Text

Methods

set :: PropertyType "DestinationSecurityGroupId" EgressProperty -> EgressProperty -> EgressProperty #

Property "FromPort" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "FromPort" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Property "IpProtocol" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "IpProtocol" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Property "ToPort" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

Associated Types

type PropertyType "ToPort" EgressProperty 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "CidrIp" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "CidrIpv6" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "Description" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "Description" EgressProperty = Value Text
type PropertyType "DestinationPrefixListId" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "DestinationPrefixListId" EgressProperty = Value Text
type PropertyType "DestinationSecurityGroupId" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "DestinationSecurityGroupId" EgressProperty = Value Text
type PropertyType "FromPort" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "IpProtocol" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty

type PropertyType "ToPort" EgressProperty Source # 
Instance details

Defined in Stratosphere.EC2.SecurityGroup.EgressProperty