class Aws::Redshift::Types::AuthorizeClusterSecurityGroupIngressMessage

@note When making an API call, you may pass AuthorizeClusterSecurityGroupIngressMessage

data as a hash:

    {
      cluster_security_group_name: "String", # required
      cidrip: "String",
      ec2_security_group_name: "String",
      ec2_security_group_owner_id: "String",
    }

@!attribute [rw] cluster_security_group_name

The name of the security group to which the ingress rule is added.
@return [String]

@!attribute [rw] cidrip

The IP range to be added the Amazon Redshift security group.
@return [String]

@!attribute [rw] ec2_security_group_name

The EC2 security group to be added the Amazon Redshift security
group.
@return [String]

@!attribute [rw] ec2_security_group_owner_id

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`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizeClusterSecurityGroupIngressMessage AWS API Documentation

Constants

SENSITIVE