AWS::RDS::DBSecurityGroupIngressResource Type definition for AWS::RDS::DBSecurityGroupIngress
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DBSecurityGroupName | string | Required |
CIDRIP | string | |
EC2SecurityGroupId | string | |
EC2SecurityGroupName | string | |
EC2SecurityGroupOwnerId | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBSecurityGroupIngress
Resources:
MyResource:
Type: AWS::RDS::DBSecurityGroupIngress
Properties:
DBSecurityGroupName: "my-dbsecuritygroupname"Everything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicId