Uses of Class
software.amazon.awscdk.services.rds.CfnDBSecurityGroupIngress.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBSecurityGroupIngress.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionThe IP range to authorize.CfnDBSecurityGroupIngress.Builder.dbSecurityGroupName
(String dbSecurityGroupName) The name of the DB security group to add authorization to.CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupId
(String ec2SecurityGroupId) Id of the EC2 security group to authorize.CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupName
(String ec2SecurityGroupName) Name of the EC2 security group to authorize.CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupOwnerId
(String ec2SecurityGroupOwnerId) AWS account number of the owner of the EC2 security group specified in theEC2SecurityGroupName
parameter.