You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::AuthorizeClusterSecurityGroupIngressMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AuthorizeClusterSecurityGroupIngressMessage as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

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

Returns:

  • (String)

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

#cluster_security_group_nameString

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

Returns:

  • (String)

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

#ec2_security_group_nameString

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

Returns:

  • (String)

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

#ec2_security_group_owner_idString

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

Returns:

  • (String)

    The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.