AWS SDK for .NET Documentation
AuthorizeClusterSecurityGroupIngressRequest Class
AmazonAmazon.Redshift.ModelAuthorizeClusterSecurityGroupIngressRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the AuthorizeClusterSecurityGroupIngress operation. Adds an inbound (ingress) rule to an Amazon Redshift security group. Depending on whether the application accessing your cluster is running on the Internet or an EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR) IP address range or an EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.
Note:
The EC2 security group must be defined in the AWS region where the cluster resides.

For an overview of CIDR blocks, see the Wikipedia article on Classless Inter-Domain Routing.

You must also associate the security group with a cluster so that clients running on these IP addresses or the EC2 instance are authorized to connect to the cluster. For information about managing security groups, go to Working with Security Groups in the Amazon Redshift Management Guide.

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



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

CIDRIP
Gets and sets the property CIDRIP.

The IP range to be added the Amazon Redshift security group.


ClusterSecurityGroupName
Gets and sets the property ClusterSecurityGroupName.

The name of the security group to which the ingress rule is added.


EC2SecurityGroupName
Gets and sets the property EC2SecurityGroupName.

The EC2 security group to be added the Amazon Redshift security group.


EC2SecurityGroupOwnerId
Gets and sets the property EC2SecurityGroupOwnerId.

The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.

Example:

CopyC#
111122223333


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.)
WithCIDRIP(String) Obsolete.
Sets the CIDRIP property

WithClusterSecurityGroupName(String) Obsolete.
Sets the ClusterSecurityGroupName property

WithEC2SecurityGroupName(String) Obsolete.
Sets the EC2SecurityGroupName property

WithEC2SecurityGroupOwnerId(String) Obsolete.
Sets the EC2SecurityGroupOwnerId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 AuthorizeClusterSecurityGroupIngressRequest

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