Uses of Interface
software.amazon.awscdk.interfaces.rds.IDBSubnetGroupRef
Packages that use IDBSubnetGroupRef
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDBSubnetGroupRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IDBSubnetGroupRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBSubnetGroupRef.Classes in software.amazon.awscdk.interfaces.rds that implement IDBSubnetGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBSubnetGroupRef in software.amazon.awscdk.services.rds
Subinterfaces of IDBSubnetGroupRef in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptioninterfaceInterface for a subnet group.static interfaceInternal default implementation forISubnetGroup.Classes in software.amazon.awscdk.services.rds that implement IDBSubnetGroupRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBSubnetGroupresource creates a database subnet group.static final classA proxy class which represents a concrete javascript instance of this type.classClass for creating a RDS DB subnet group.Methods in software.amazon.awscdk.services.rds that return IDBSubnetGroupRefModifier and TypeMethodDescriptiondefault IDBSubnetGroupRefClusterInstanceBindOptions.getSubnetGroup()Existing subnet group for the cluster.final IDBSubnetGroupRefClusterInstanceBindOptions.Jsii$Proxy.getSubnetGroup()default IDBSubnetGroupRefDatabaseClusterFromSnapshotProps.getSubnetGroup()Existing subnet group for the cluster.final IDBSubnetGroupRefDatabaseClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default IDBSubnetGroupRefDatabaseClusterProps.getSubnetGroup()Existing subnet group for the cluster.final IDBSubnetGroupRefDatabaseClusterProps.Jsii$Proxy.getSubnetGroup()final IDBSubnetGroupRefDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default IDBSubnetGroupRefDatabaseInstanceNewProps.getSubnetGroup()Existing subnet group for the instance.final IDBSubnetGroupRefDatabaseInstanceNewProps.Jsii$Proxy.getSubnetGroup()final IDBSubnetGroupRefDatabaseInstanceProps.Jsii$Proxy.getSubnetGroup()final IDBSubnetGroupRefDatabaseInstanceReadReplicaProps.Jsii$Proxy.getSubnetGroup()final IDBSubnetGroupRefDatabaseInstanceSourceProps.Jsii$Proxy.getSubnetGroup()default IDBSubnetGroupRefServerlessClusterFromSnapshotProps.getSubnetGroup()Existing subnet group for the cluster.final IDBSubnetGroupRefServerlessClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default IDBSubnetGroupRefServerlessClusterProps.getSubnetGroup()Existing subnet group for the cluster.final IDBSubnetGroupRefServerlessClusterProps.Jsii$Proxy.getSubnetGroup()protected IDBSubnetGroupRefDatabaseCluster.getSubnetGroupRef()protected IDBSubnetGroupRefDatabaseClusterFromSnapshot.getSubnetGroupRef()Methods in software.amazon.awscdk.services.rds with parameters of type IDBSubnetGroupRefModifier and TypeMethodDescriptionCfnDBCluster.Builder.dbSubnetGroupName(IDBSubnetGroupRef dbSubnetGroupName) A DB subnet group that you want to associate with this DB cluster.CfnDBClusterProps.Builder.dbSubnetGroupName(IDBSubnetGroupRef dbSubnetGroupName) Sets the value ofCfnDBClusterProps.getDbSubnetGroupName()CfnDBInstance.Builder.dbSubnetGroupName(IDBSubnetGroupRef dbSubnetGroupName) A DB subnet group to associate with the DB instance.CfnDBInstanceProps.Builder.dbSubnetGroupName(IDBSubnetGroupRef dbSubnetGroupName) Sets the value ofCfnDBInstanceProps.getDbSubnetGroupName()ClusterInstanceBindOptions.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofClusterInstanceBindOptions.getSubnetGroup()DatabaseCluster.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the cluster.DatabaseClusterFromSnapshot.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the cluster.DatabaseClusterFromSnapshotProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseClusterFromSnapshotProps.getSubnetGroup()DatabaseClusterProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()DatabaseInstance.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the instance.DatabaseInstanceFromSnapshot.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the instance.DatabaseInstanceFromSnapshotProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()DatabaseInstanceNewProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()DatabaseInstanceProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()DatabaseInstanceReadReplica.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the instance.DatabaseInstanceReadReplicaProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()DatabaseInstanceSourceProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofDatabaseInstanceNewProps.getSubnetGroup()ServerlessCluster.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the cluster.ServerlessClusterFromSnapshot.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Existing subnet group for the cluster.ServerlessClusterFromSnapshotProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofServerlessClusterFromSnapshotProps.getSubnetGroup()ServerlessClusterProps.Builder.subnetGroup(IDBSubnetGroupRef subnetGroup) Sets the value ofServerlessClusterProps.getSubnetGroup()