Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.
elasticache_revoke_cache_security_group_ingress(CacheSecurityGroupName,
EC2SecurityGroupName, EC2SecurityGroupOwnerId)
A list with the following syntax:
list(
CacheSecurityGroup = list(
OwnerId = "string",
CacheSecurityGroupName = "string",
Description = "string",
EC2SecurityGroups = list(
list(
Status = "string",
EC2SecurityGroupName = "string",
EC2SecurityGroupOwnerId = "string"
)
),
ARN = "string"
)
)
[required] The name of the cache security group to revoke ingress from.
[required] The name of the Amazon EC2 security group to revoke access from.
[required] 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.
svc$revoke_cache_security_group_ingress(
CacheSecurityGroupName = "string",
EC2SecurityGroupName = "string",
EC2SecurityGroupOwnerId = "string"
)