| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISubnetGroup.Jsii$Default
Internal default implementation for
ISubnetGroup. |
| Modifier and Type | Method and Description |
|---|---|
static ISubnetGroup |
SubnetGroup.fromSubnetGroupName(software.constructs.Construct scope,
String id,
String subnetGroupName)
(experimental) Imports an existing subnet group by name.
|
ISubnetGroup |
DatabaseCluster.getSubnetGroup()
(experimental) Subnet group used by the DB.
|
default ISubnetGroup |
DatabaseClusterProps.getSubnetGroup()
(experimental) Existing subnet group for the cluster.
|
ISubnetGroup |
DatabaseClusterProps.Jsii$Proxy.getSubnetGroup() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseCluster.Builder |
DatabaseCluster.Builder.subnetGroup(ISubnetGroup subnetGroup)
(experimental) Existing subnet group for the cluster.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseClusterProps.getSubnetGroup() |
Copyright © 2022. All rights reserved.