amazonka-elasticache-1.3.4: Amazon ElastiCache SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Contents

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.

See: AWS API Reference for RevokeCacheSecurityGroupIngress.

Synopsis

Creating a Request

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.

Destructuring the Response

revokeCacheSecurityGroupIngressResponse Source

Creates a value of RevokeCacheSecurityGroupIngressResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses