Container for the parameters to the AuthorizeCacheSecurityGroupIngress operation.
            
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.
NOTE: You cannot authorize ingress from an Amazon EC2 security group in one Region to an ElastiCache cluster in another Region.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AuthorizeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AuthorizeCacheSecurityGroupIngressRequest()()()() | Initializes a new instance of the AuthorizeCacheSecurityGroupIngressRequest class | 
|  | CacheSecurityGroupName | 
            The cache security group which will allow network ingress.
             
             | 
|  | EC2SecurityGroupName | 
            The Amazon EC2 security group to be authorized for ingress to the cache security group.
             
             | 
|  | EC2SecurityGroupOwnerId | 
            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.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheSecurityGroupName(String) | Obsolete. 
            Sets the CacheSecurityGroupName property
             | 
|  | WithEC2SecurityGroupName(String) | Obsolete. 
            Sets the EC2SecurityGroupName property
             | 
|  | WithEC2SecurityGroupOwnerId(String) | Obsolete. 
            Sets the EC2SecurityGroupOwnerId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | AuthorizeCacheSecurityGroupIngressRequest | |