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.

Authorizes ingress to a CacheSecurityGroup using EC2 Security Groups as authorization (therefore the application using the cache must be running on EC2 clusters). This API requires the following parameters: EC2SecurityGroupName and EC2SecurityGroupOwnerId.

NOTE: You cannot authorize ingress from an EC2 security group in one Region to an Amazon Cache Cluster in another.

Declaration Syntax
C#
public class AuthorizeCacheSecurityGroupIngressRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AuthorizeCacheSecurityGroupIngressRequest()()()()
Initializes a new instance of the AuthorizeCacheSecurityGroupIngressRequest class

CacheSecurityGroupName
The name of the Cache Security Group to authorize.

EC2SecurityGroupName
Name of the EC2 Security Group to include in the authorization.

EC2SecurityGroupOwnerId
AWS Account Number of the owner of the security group specified in the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

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)
Sets the CacheSecurityGroupName property

WithEC2SecurityGroupName(String)
Sets the EC2SecurityGroupName property

WithEC2SecurityGroupOwnerId(String)
Sets the EC2SecurityGroupOwnerId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AuthorizeCacheSecurityGroupIngressRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)