Resource Type: rds_db_securitygroup

Defined in:
lib/puppet/type/rds_db_securitygroup.rb
Providers:
v2

Overview

Type representing an RDS instance.

Properties

  • description

    The description of a DB Security group.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • ip_ranges

    The IP ranges allowed to access the RDS instance.

  • owner_id

    The ID of the owner of this DB Security Group.

  • region

    The region in which to create the db_securitygroup.

  • security_groups

    The EC2 Security Groups assigned to this RDS DB security group.

Parameters

  • name (namevar)

    The name of the DB Security Group (also known as the db_security_group_name).

  • provider

    The specific backend to use for this ‘rds_db_securitygroup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.