AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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. 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 Cluster Management Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Redshift.AmazonRedshiftRequest
      Amazon.Redshift.Model.AuthorizeClusterSecurityGroupIngressRequest

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AuthorizeClusterSecurityGroupIngressRequest : AmazonRedshiftRequest
         IRequestEvents

The AuthorizeClusterSecurityGroupIngressRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CIDRIP System.String Gets and sets the property CIDRIP.

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

Public Property ClusterSecurityGroupName System.String Gets and sets the property ClusterSecurityGroupName.

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

Public Property EC2SecurityGroupName System.String Gets and sets the property EC2SecurityGroupName.

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

Public Property EC2SecurityGroupOwnerId System.String 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: 111122223333

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8