Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.EC2SecurityGroupIngress
- data EC2SecurityGroupIngress = EC2SecurityGroupIngress {
- _eC2SecurityGroupIngressCidrIp :: Maybe (Val Text)
- _eC2SecurityGroupIngressCidrIpv6 :: 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))
- 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
Arguments
:: Val Text | |
-> EC2SecurityGroupIngress |
Constructor for EC2SecurityGroupIngress
containing required fields as
arguments.
ecsgiCidrIp :: Lens' EC2SecurityGroupIngress (Maybe (Val Text)) #