| 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 | Class and Description |
|---|---|
static class |
ISubnetGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
SubnetGroup
(experimental) Class for creating a RDS DB subnet group.
|
| 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.