| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2SecurityGroupEgress
Synopsis
- data EC2SecurityGroupEgress = EC2SecurityGroupEgress {
- _eC2SecurityGroupEgressCidrIp :: Maybe (Val Text)
- _eC2SecurityGroupEgressCidrIpv6 :: Maybe (Val Text)
- _eC2SecurityGroupEgressDescription :: 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))
- ecsgeDescription :: 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
Instances
| Eq EC2SecurityGroupEgress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupEgress Methods (==) :: EC2SecurityGroupEgress -> EC2SecurityGroupEgress -> Bool # (/=) :: EC2SecurityGroupEgress -> EC2SecurityGroupEgress -> Bool # | |
| Show EC2SecurityGroupEgress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupEgress Methods showsPrec :: Int -> EC2SecurityGroupEgress -> ShowS # show :: EC2SecurityGroupEgress -> String # showList :: [EC2SecurityGroupEgress] -> ShowS # | |
| ToJSON EC2SecurityGroupEgress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupEgress Methods toJSON :: EC2SecurityGroupEgress -> Value # toEncoding :: EC2SecurityGroupEgress -> Encoding # toJSONList :: [EC2SecurityGroupEgress] -> Value # | |
| FromJSON EC2SecurityGroupEgress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupEgress Methods parseJSON :: Value -> Parser EC2SecurityGroupEgress # parseJSONList :: Value -> Parser [EC2SecurityGroupEgress] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> EC2SecurityGroupEgress |
Constructor for EC2SecurityGroupEgress containing required fields as
arguments.
ecsgeCidrIp :: Lens' EC2SecurityGroupEgress (Maybe (Val Text)) #