| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ElastiCacheSecurityGroupIngress
Synopsis
- data ElastiCacheSecurityGroupIngress = ElastiCacheSecurityGroupIngress {}
- elastiCacheSecurityGroupIngress :: Val Text -> Val Text -> ElastiCacheSecurityGroupIngress
- ecsgiCacheSecurityGroupName :: Lens' ElastiCacheSecurityGroupIngress (Val Text)
- ecsgiEC2SecurityGroupName :: Lens' ElastiCacheSecurityGroupIngress (Val Text)
- ecsgiEC2SecurityGroupOwnerId :: Lens' ElastiCacheSecurityGroupIngress (Maybe (Val Text))
Documentation
data ElastiCacheSecurityGroupIngress #
Full data type definition for ElastiCacheSecurityGroupIngress. See
elastiCacheSecurityGroupIngress for a more convenient constructor.
Constructors
| ElastiCacheSecurityGroupIngress | |
Instances
elastiCacheSecurityGroupIngress #
Arguments
| :: Val Text | |
| -> Val Text | |
| -> ElastiCacheSecurityGroupIngress |
Constructor for ElastiCacheSecurityGroupIngress containing required
fields as arguments.