| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service 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
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)
Imports an existing subnet group by name.
|
default ISubnetGroup |
ServerlessClusterFromSnapshotProps.getSubnetGroup()
Existing subnet group for the cluster.
|
ISubnetGroup |
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup() |
protected ISubnetGroup |
DatabaseClusterFromSnapshot.getSubnetGroup() |
default ISubnetGroup |
DatabaseClusterProps.getSubnetGroup()
Existing subnet group for the cluster.
|
ISubnetGroup |
DatabaseClusterProps.Jsii$Proxy.getSubnetGroup() |
default ISubnetGroup |
DatabaseClusterFromSnapshotProps.getSubnetGroup()
Existing subnet group for the cluster.
|
ISubnetGroup |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup() |
ISubnetGroup |
DatabaseInstanceProps.Jsii$Proxy.getSubnetGroup() |
ISubnetGroup |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getSubnetGroup() |
ISubnetGroup |
DatabaseInstanceSourceProps.Jsii$Proxy.getSubnetGroup() |
ISubnetGroup |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getSubnetGroup() |
default ISubnetGroup |
DatabaseInstanceNewProps.getSubnetGroup()
Existing subnet group for the instance.
|
ISubnetGroup |
DatabaseInstanceNewProps.Jsii$Proxy.getSubnetGroup() |
protected ISubnetGroup |
DatabaseCluster.getSubnetGroup() |
default ISubnetGroup |
ServerlessClusterProps.getSubnetGroup()
Existing subnet group for the cluster.
|
ISubnetGroup |
ServerlessClusterProps.Jsii$Proxy.getSubnetGroup() |
| Modifier and Type | Method and Description |
|---|---|
ServerlessClusterFromSnapshotProps.Builder |
ServerlessClusterFromSnapshotProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
ServerlessClusterFromSnapshotProps.getSubnetGroup() |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the cluster.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseClusterProps.getSubnetGroup() |
ServerlessClusterFromSnapshot.Builder |
ServerlessClusterFromSnapshot.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the cluster.
|
ServerlessCluster.Builder |
ServerlessCluster.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the cluster.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the instance.
|
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseClusterFromSnapshotProps.getSubnetGroup() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseInstanceNewProps.getSubnetGroup() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseInstanceNewProps.getSubnetGroup() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseInstanceNewProps.getSubnetGroup() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseInstanceNewProps.getSubnetGroup() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
DatabaseInstanceNewProps.getSubnetGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the cluster.
|
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the instance.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.subnetGroup(ISubnetGroup subnetGroup)
Sets the value of
ServerlessClusterProps.getSubnetGroup() |
DatabaseInstance.Builder |
DatabaseInstance.Builder.subnetGroup(ISubnetGroup subnetGroup)
Existing subnet group for the instance.
|
Copyright © 2022. All rights reserved.