| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune 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)
Provides the description of the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name of the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.subnetIds(List<String> subnetIds)
The Amazon EC2 subnet IDs for the DB subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
The tags that you want to attach to the DB subnet group.
|
Copyright © 2022. All rights reserved.