AWS SDK for .NET Documentation
AuthorizeCacheSecurityGroupIngressRequest Class
AmazonAmazon.ElastiCache.ModelAuthorizeCacheSecurityGroupIngressRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class AuthorizeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 AuthorizeCacheSecurityGroupIngressRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)