Class: Aws::RDS::Types::AuthorizeDBSecurityGroupIngressMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidripString

The IP range to authorize.

Returns:

  • (String)


386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 386

class AuthorizeDBSecurityGroupIngressMessage < Struct.new(
  :db_security_group_name,
  :cidrip,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#db_security_group_nameString

The name of the DB security group to add authorization to.

Returns:

  • (String)


386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 386

class AuthorizeDBSecurityGroupIngressMessage < Struct.new(
  :db_security_group_name,
  :cidrip,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_security_group_idString

Id of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

Returns:

  • (String)


386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 386

class AuthorizeDBSecurityGroupIngressMessage < Struct.new(
  :db_security_group_name,
  :cidrip,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_security_group_nameString

Name of the EC2 security group to authorize. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

Returns:

  • (String)


386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 386

class AuthorizeDBSecurityGroupIngressMessage < Struct.new(
  :db_security_group_name,
  :cidrip,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#ec2_security_group_owner_idString

Amazon Web Services account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter. The Amazon Web Services access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId must be provided. Otherwise, EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId must be provided.

Returns:

  • (String)


386
387
388
389
390
391
392
393
394
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 386

class AuthorizeDBSecurityGroupIngressMessage < Struct.new(
  :db_security_group_name,
  :cidrip,
  :ec2_security_group_name,
  :ec2_security_group_id,
  :ec2_security_group_owner_id)
  SENSITIVE = []
  include Aws::Structure
end