Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBSecurityGroupIngressPropsMixin.Builder
Packages that use CfnDBSecurityGroupIngressPropsMixin.Builder
-
Uses of CfnDBSecurityGroupIngressPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnDBSecurityGroupIngressPropsMixin.BuilderModifier and TypeMethodDescriptionThe IP range to authorize.CfnDBSecurityGroupIngressPropsMixin.Builder.create()CfnDBSecurityGroupIngressPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBSecurityGroupIngressPropsMixin.Builder.dbSecurityGroupName(String dbSecurityGroupName) The name of the DB security group to add authorization to.CfnDBSecurityGroupIngressPropsMixin.Builder.ec2SecurityGroupId(String ec2SecurityGroupId) Id of the EC2 security group to authorize.CfnDBSecurityGroupIngressPropsMixin.Builder.ec2SecurityGroupName(String ec2SecurityGroupName) Name of the EC2 security group to authorize.CfnDBSecurityGroupIngressPropsMixin.Builder.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) AWS account number of the owner of the EC2 security group specified in theEC2SecurityGroupNameparameter.