| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.cidrip(String cidrip)
The IP range to authorize.
|
static CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.dbSecurityGroupName(String dbSecurityGroupName)
The name of the DB security group to add authorization to.
|
CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupId(String ec2SecurityGroupId)
Id of the EC2 security group to authorize.
|
CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupName(String ec2SecurityGroupName)
Name of the EC2 security group to authorize.
|
CfnDBSecurityGroupIngress.Builder |
CfnDBSecurityGroupIngress.Builder.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
AWS account number of the owner of the EC2 security group specified in the `EC2SecurityGroupName` parameter.
|
Copyright © 2022. All rights reserved.