Uses of Interface
software.amazon.awscdk.services.rds.ISubnetGroup
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ISubnetGroup in software.amazon.awscdk.services.rds
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISubnetGroup
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Class for creating a RDS DB subnet group.Modifier and TypeMethodDescriptionstatic ISubnetGroup
SubnetGroup.fromSubnetGroupName
(software.constructs.Construct scope, String id, String subnetGroupName) Imports an existing subnet group by name.protected ISubnetGroup
DatabaseCluster.getSubnetGroup()
protected ISubnetGroup
DatabaseClusterFromSnapshot.getSubnetGroup()
default ISubnetGroup
DatabaseClusterFromSnapshotProps.getSubnetGroup()
Existing subnet group for the cluster.final ISubnetGroup
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()
default ISubnetGroup
DatabaseClusterProps.getSubnetGroup()
Existing subnet group for the cluster.final ISubnetGroup
DatabaseClusterProps.Jsii$Proxy.getSubnetGroup()
final ISubnetGroup
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getSubnetGroup()
default ISubnetGroup
DatabaseInstanceNewProps.getSubnetGroup()
Existing subnet group for the instance.final ISubnetGroup
DatabaseInstanceNewProps.Jsii$Proxy.getSubnetGroup()
final ISubnetGroup
DatabaseInstanceProps.Jsii$Proxy.getSubnetGroup()
final ISubnetGroup
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getSubnetGroup()
final ISubnetGroup
DatabaseInstanceSourceProps.Jsii$Proxy.getSubnetGroup()
default ISubnetGroup
ServerlessClusterFromSnapshotProps.getSubnetGroup()
Existing subnet group for the cluster.final ISubnetGroup
ServerlessClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()
default ISubnetGroup
ServerlessClusterProps.getSubnetGroup()
Existing subnet group for the cluster.final ISubnetGroup
ServerlessClusterProps.Jsii$Proxy.getSubnetGroup()
Modifier and TypeMethodDescriptionDatabaseCluster.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the cluster.DatabaseClusterFromSnapshot.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the cluster.DatabaseClusterFromSnapshotProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterFromSnapshotProps.getSubnetGroup()
DatabaseClusterProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()
DatabaseInstance.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the instance.DatabaseInstanceFromSnapshot.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the instance.DatabaseInstanceFromSnapshotProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
DatabaseInstanceNewProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
DatabaseInstanceProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
DatabaseInstanceReadReplica.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the instance.DatabaseInstanceReadReplicaProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
DatabaseInstanceSourceProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()
ServerlessCluster.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the cluster.ServerlessClusterFromSnapshot.Builder.subnetGroup
(ISubnetGroup subnetGroup) Existing subnet group for the cluster.ServerlessClusterFromSnapshotProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofServerlessClusterFromSnapshotProps.getSubnetGroup()
ServerlessClusterProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofServerlessClusterProps.getSubnetGroup()