Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress
Description
The RevokeCacheSecurityGroupIngress action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized.
- data RevokeCacheSecurityGroupIngress
- revokeCacheSecurityGroupIngress :: Text -> Text -> Text -> RevokeCacheSecurityGroupIngress
- rcsgiCacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text
- rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text
- rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text
- data RevokeCacheSecurityGroupIngressResponse
- revokeCacheSecurityGroupIngressResponse :: RevokeCacheSecurityGroupIngressResponse
- rcsgirCacheSecurityGroup :: Lens' RevokeCacheSecurityGroupIngressResponse (Maybe CacheSecurityGroup)
Request
data RevokeCacheSecurityGroupIngress Source
Instances
Request constructor
revokeCacheSecurityGroupIngress Source
Arguments
:: Text | |
-> Text | |
-> Text | |
-> RevokeCacheSecurityGroupIngress |
RevokeCacheSecurityGroupIngress
constructor.
The fields accessible through corresponding lenses are:
rcsgiCacheSecurityGroupName
::
Text
rcsgiEC2SecurityGroupName
::
Text
rcsgiEC2SecurityGroupOwnerId
::
Text
Request lenses
rcsgiCacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source
The name of the cache security group to revoke ingress from.
rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source
The name of the Amazon EC2 security group to revoke access from.
rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text Source
The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.
Response
Response constructor
revokeCacheSecurityGroupIngressResponse :: RevokeCacheSecurityGroupIngressResponse Source
RevokeCacheSecurityGroupIngressResponse
constructor.
The fields accessible through corresponding lenses are: