Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2SecurityGroupEgress
- data EC2SecurityGroupEgress = EC2SecurityGroupEgress {
- _eC2SecurityGroupEgressCidrIp :: Maybe (Val Text)
- _eC2SecurityGroupEgressCidrIpv6 :: Maybe (Val Text)
- _eC2SecurityGroupEgressDestinationPrefixListId :: Maybe (Val Text)
- _eC2SecurityGroupEgressDestinationSecurityGroupId :: Maybe (Val Text)
- _eC2SecurityGroupEgressFromPort :: Maybe (Val Integer)
- _eC2SecurityGroupEgressGroupId :: Val Text
- _eC2SecurityGroupEgressIpProtocol :: Val Text
- _eC2SecurityGroupEgressToPort :: Maybe (Val Integer)
- ec2SecurityGroupEgress :: Val Text -> Val Text -> EC2SecurityGroupEgress
- ecsgeCidrIp :: Lens' EC2SecurityGroupEgress (Maybe (Val Text))
- ecsgeCidrIpv6 :: Lens' EC2SecurityGroupEgress (Maybe (Val Text))
- ecsgeDestinationPrefixListId :: Lens' EC2SecurityGroupEgress (Maybe (Val Text))
- ecsgeDestinationSecurityGroupId :: Lens' EC2SecurityGroupEgress (Maybe (Val Text))
- ecsgeFromPort :: Lens' EC2SecurityGroupEgress (Maybe (Val Integer))
- ecsgeGroupId :: Lens' EC2SecurityGroupEgress (Val Text)
- ecsgeIpProtocol :: Lens' EC2SecurityGroupEgress (Val Text)
- ecsgeToPort :: Lens' EC2SecurityGroupEgress (Maybe (Val Integer))
Documentation
data EC2SecurityGroupEgress #
Full data type definition for EC2SecurityGroupEgress. See
ec2SecurityGroupEgress
for a more convenient constructor.
Constructors
Arguments
:: Val Text | |
-> Val Text | |
-> EC2SecurityGroupEgress |
Constructor for EC2SecurityGroupEgress
containing required fields as
arguments.
ecsgeCidrIp :: Lens' EC2SecurityGroupEgress (Maybe (Val Text)) #