AWS Fundamentals Logo
AWS Fundamentals
AWS::RDS::DBSecurityGroupIngress

RDS DBSecurityGroupIngress

Resource Type definition for AWS::RDS::DBSecurityGroupIngress

Properties

5 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DBSecurityGroupName
string
Required
CIDRIP
string
EC2SecurityGroupId
string
EC2SecurityGroupName
string
EC2SecurityGroupOwnerId
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBSecurityGroupIngress

Resources:
  MyResource:
    Type: AWS::RDS::DBSecurityGroupIngress
    Properties:
      DBSecurityGroupName: "my-dbsecuritygroupname"

Get the RDS Cheat Sheet

Everything you need to know about RDS on one page. HD quality, print-friendly.

Download Free Infographic