amazonka-redshift-1.3.6: Amazon Redshift SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Redshift.AuthorizeClusterSecurityGroupIngress

Contents

Description

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.

See: AWS API Reference for AuthorizeClusterSecurityGroupIngress.

Synopsis

Creating a Request

Request Lenses

acsgiEC2SecurityGroupOwnerId :: Lens' AuthorizeClusterSecurityGroupIngress (Maybe Text) Source

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'

acsgiEC2SecurityGroupName :: Lens' AuthorizeClusterSecurityGroupIngress (Maybe Text) Source

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

acsgiCIdRIP :: Lens' AuthorizeClusterSecurityGroupIngress (Maybe Text) Source

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

acsgiClusterSecurityGroupName :: Lens' AuthorizeClusterSecurityGroupIngress Text Source

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

Destructuring the Response

authorizeClusterSecurityGroupIngressResponse Source

Creates a value of AuthorizeClusterSecurityGroupIngressResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses