| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.dbSecurityGroupIngress(IResolvable dbSecurityGroupIngress)
Ingress rules to be applied to the DB security group.
|
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.dbSecurityGroupIngress(List<? extends Object> dbSecurityGroupIngress)
Ingress rules to be applied to the DB security group.
|
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.ec2VpcId(String ec2VpcId)
The identifier of an Amazon VPC.
|
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.groupDescription(String groupDescription)
Provides the description of the DB security group.
|
CfnDBSecurityGroup.Builder |
CfnDBSecurityGroup.Builder.tags(List<? extends CfnTag> tags)
Tags to assign to the DB security group.
|
Copyright © 2022. All rights reserved.