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 Amazon EC2 instance, you can authorize inbound access to either a Classless Interdomain Routing (CIDR)/Internet Protocol (IP) range or to an Amazon EC2 security group. You can add as many as 20 ingress rules to an Amazon Redshift security group.
See https://www.paws-r-sdk.com/docs/redshift_authorize_cluster_security_group_ingress/ for full documentation.
redshift_authorize_cluster_security_group_ingress(
ClusterSecurityGroupName,
CIDRIP = NULL,
EC2SecurityGroupName = NULL,
EC2SecurityGroupOwnerId = NULL
)
[required] The name of the security group to which the ingress rule is added.
The IP range to be added the Amazon Redshift security group.
The EC2 security group to be added the Amazon Redshift security group.
The Amazon Web Services account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The Amazon Web Services Access Key ID is not an acceptable value.
Example: 111122223333