| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.RedshiftClusterSecurityGroupIngress
Synopsis
- data RedshiftClusterSecurityGroupIngress = RedshiftClusterSecurityGroupIngress {}
- redshiftClusterSecurityGroupIngress :: Val Text -> RedshiftClusterSecurityGroupIngress
- rcsgiCIDRIP :: Lens' RedshiftClusterSecurityGroupIngress (Maybe (Val Text))
- rcsgiClusterSecurityGroupName :: Lens' RedshiftClusterSecurityGroupIngress (Val Text)
- rcsgiEC2SecurityGroupName :: Lens' RedshiftClusterSecurityGroupIngress (Maybe (Val Text))
- rcsgiEC2SecurityGroupOwnerId :: Lens' RedshiftClusterSecurityGroupIngress (Maybe (Val Text))
Documentation
data RedshiftClusterSecurityGroupIngress #
Full data type definition for RedshiftClusterSecurityGroupIngress. See
redshiftClusterSecurityGroupIngress for a more convenient constructor.
Constructors
| RedshiftClusterSecurityGroupIngress | |
Instances
redshiftClusterSecurityGroupIngress #
Constructor for RedshiftClusterSecurityGroupIngress containing required
fields as arguments.