Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.91 KB

aws_db_security_group.md

File metadata and controls

41 lines (29 loc) · 1.91 KB

Document: "rds"

Path: "https://github.com/aws/aws-sdk-go-v2/tree/master/models/apis/rds/2014-10-31/api-2.json")

DBSecurityGroup

aws_db_security_group {
  db_security_group_description => "db_security_group_description (optional)",
  db_security_group_name => "db_security_group_name (optional)",
  filters => "Filters (optional)",
  max_records => "MaxRecords (optional)",
  tags => "Tags (optional)",
}
Name Type Required
db_security_group_description String false
db_security_group_name String false
filters FilterList false
max_records IntegerOptional false
tags TagList false

CRUD operations

Here is a list of endpoints that we use to create, read, update and delete the DBSecurityGroup

Operation Path Verb Description OperationID
Create / POST

Creates a new DB security group. DB security groups control access to a DB instance.

A DB security group controls access to EC2-Classic DB instances that are not in a VPC.

CreateDBSecurityGroup
List - list all / POST

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

DescribeDBSecurityGroups
List - get one ``
List - get list using params / POST

Returns a list of DBSecurityGroup descriptions. If a DBSecurityGroupName is specified, the list will contain only the descriptions of the specified DB security group.

DescribeDBSecurityGroups
Update ``
Delete / POST

Deletes a DB security group.

The specified DB security group must not be associated with any DB instances.

DeleteDBSecurityGroup