| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.EC2SecurityGroupIngress
Synopsis
- data EC2SecurityGroupIngress = EC2SecurityGroupIngress {
- _eC2SecurityGroupIngressCidrIp :: Maybe (Val Text)
- _eC2SecurityGroupIngressCidrIpv6 :: Maybe (Val Text)
- _eC2SecurityGroupIngressDescription :: Maybe (Val Text)
- _eC2SecurityGroupIngressFromPort :: Maybe (Val Integer)
- _eC2SecurityGroupIngressGroupId :: Maybe (Val Text)
- _eC2SecurityGroupIngressGroupName :: Maybe (Val Text)
- _eC2SecurityGroupIngressIpProtocol :: Val Text
- _eC2SecurityGroupIngressSourceSecurityGroupId :: Maybe (Val Text)
- _eC2SecurityGroupIngressSourceSecurityGroupName :: Maybe (Val Text)
- _eC2SecurityGroupIngressSourceSecurityGroupOwnerId :: Maybe (Val Text)
- _eC2SecurityGroupIngressToPort :: Maybe (Val Integer)
- ec2SecurityGroupIngress :: Val Text -> EC2SecurityGroupIngress
- ecsgiCidrIp :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiCidrIpv6 :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiDescription :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiFromPort :: Lens' EC2SecurityGroupIngress (Maybe (Val Integer))
- ecsgiGroupId :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiGroupName :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiIpProtocol :: Lens' EC2SecurityGroupIngress (Val Text)
- ecsgiSourceSecurityGroupId :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiSourceSecurityGroupName :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiSourceSecurityGroupOwnerId :: Lens' EC2SecurityGroupIngress (Maybe (Val Text))
- ecsgiToPort :: Lens' EC2SecurityGroupIngress (Maybe (Val Integer))
Documentation
data EC2SecurityGroupIngress #
Full data type definition for EC2SecurityGroupIngress. See
ec2SecurityGroupIngress for a more convenient constructor.
Constructors
Instances
| Eq EC2SecurityGroupIngress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupIngress Methods (==) :: EC2SecurityGroupIngress -> EC2SecurityGroupIngress -> Bool # (/=) :: EC2SecurityGroupIngress -> EC2SecurityGroupIngress -> Bool # | |
| Show EC2SecurityGroupIngress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupIngress Methods showsPrec :: Int -> EC2SecurityGroupIngress -> ShowS # show :: EC2SecurityGroupIngress -> String # showList :: [EC2SecurityGroupIngress] -> ShowS # | |
| ToJSON EC2SecurityGroupIngress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupIngress Methods toJSON :: EC2SecurityGroupIngress -> Value # toEncoding :: EC2SecurityGroupIngress -> Encoding # toJSONList :: [EC2SecurityGroupIngress] -> Value # | |
| FromJSON EC2SecurityGroupIngress # | |
Defined in Stratosphere.Resources.EC2SecurityGroupIngress Methods parseJSON :: Value -> Parser EC2SecurityGroupIngress # parseJSONList :: Value -> Parser [EC2SecurityGroupIngress] # | |
Arguments
| :: Val Text | |
| -> EC2SecurityGroupIngress |
Constructor for EC2SecurityGroupIngress containing required fields as
arguments.
ecsgiCidrIp :: Lens' EC2SecurityGroupIngress (Maybe (Val Text)) #