| 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(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.