amazonka-elasticache-0.1.4: Amazon ElastiCache SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.AuthorizeCacheSecurityGroupIngress

Contents

Description

The AuthorizeCacheSecurityGroupIngress operation allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism.

http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_AuthorizeCacheSecurityGroupIngress.html

Synopsis

Request

Request constructor

Request lenses

acsgiCacheSecurityGroupName :: Lens' AuthorizeCacheSecurityGroupIngress Text Source

The cache security group which will allow network ingress.

acsgiEC2SecurityGroupName :: Lens' AuthorizeCacheSecurityGroupIngress Text Source

The Amazon EC2 security group to be authorized for ingress to the cache security group.

acsgiEC2SecurityGroupOwnerId :: Lens' AuthorizeCacheSecurityGroupIngress 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

Response lenses