Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.EC2SecurityGroupEgressProperty
- data EC2SecurityGroupEgressProperty = EC2SecurityGroupEgressProperty {
- _eC2SecurityGroupEgressPropertyCidrIp :: Maybe (Val Text)
- _eC2SecurityGroupEgressPropertyCidrIpv6 :: Maybe (Val Text)
- _eC2SecurityGroupEgressPropertyDestinationPrefixListId :: Maybe (Val Text)
- _eC2SecurityGroupEgressPropertyDestinationSecurityGroupId :: Maybe (Val Text)
- _eC2SecurityGroupEgressPropertyFromPort :: Maybe (Val Integer)
- _eC2SecurityGroupEgressPropertyIpProtocol :: Val Text
- _eC2SecurityGroupEgressPropertyToPort :: Maybe (Val Integer)
- ec2SecurityGroupEgressProperty :: Val Text -> EC2SecurityGroupEgressProperty
- ecsgepCidrIp :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Text))
- ecsgepCidrIpv6 :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Text))
- ecsgepDestinationPrefixListId :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Text))
- ecsgepDestinationSecurityGroupId :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Text))
- ecsgepFromPort :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Integer))
- ecsgepIpProtocol :: Lens' EC2SecurityGroupEgressProperty (Val Text)
- ecsgepToPort :: Lens' EC2SecurityGroupEgressProperty (Maybe (Val Integer))
Documentation
data EC2SecurityGroupEgressProperty #
Full data type definition for EC2SecurityGroupEgressProperty. See
ec2SecurityGroupEgressProperty
for a more convenient constructor.
Constructors
ec2SecurityGroupEgressProperty #
Arguments
:: Val Text | |
-> EC2SecurityGroupEgressProperty |
Constructor for EC2SecurityGroupEgressProperty
containing required
fields as arguments.