| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name for the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.subnetIds(List<String> subnetIds)
The EC2 Subnet IDs for the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
Tags to assign to the DB subnet group.
|
Copyright © 2022. All rights reserved.