Amazon.ElastiCache.AmazonElastiCacheClient.AuthorizeCacheSecurityGroupIngress C# (CSharp) 메소드

AuthorizeCacheSecurityGroupIngress() 공개 메소드

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.

You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.

/// The specified Amazon EC2 security group is already authorized for the specified cache /// security group. /// /// The requested cache security group name does not refer to an existing cache security /// group. /// /// The current state of the cache security group does not allow deletion. /// /// Two or more incompatible parameters were specified. /// /// The value for a parameter is invalid. ///
public AuthorizeCacheSecurityGroupIngress ( AuthorizeCacheSecurityGroupIngressRequest request ) : AuthorizeCacheSecurityGroupIngressResponse
request AuthorizeCacheSecurityGroupIngressRequest Container for the necessary parameters to execute the AuthorizeCacheSecurityGroupIngress service method.
리턴 AuthorizeCacheSecurityGroupIngressResponse
        public AuthorizeCacheSecurityGroupIngressResponse AuthorizeCacheSecurityGroupIngress(AuthorizeCacheSecurityGroupIngressRequest request)
        {
            var marshaller = new AuthorizeCacheSecurityGroupIngressRequestMarshaller();
            var unmarshaller = AuthorizeCacheSecurityGroupIngressResponseUnmarshaller.Instance;

            return Invoke<AuthorizeCacheSecurityGroupIngressRequest,AuthorizeCacheSecurityGroupIngressResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient