Uses of Interface
software.amazon.awscdk.services.rds.ISubnetGroup
Packages that use ISubnetGroup
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ISubnetGroup in software.amazon.awscdk.services.rds
Subinterfaces of ISubnetGroup in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISubnetGroup.Classes in software.amazon.awscdk.services.rds that implement ISubnetGroupModifier and TypeClassDescriptionstatic 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 ISubnetGroupModifier and TypeMethodDescriptionstatic ISubnetGroupSubnetGroup.fromSubnetGroupName(software.constructs.Construct scope, String id, String subnetGroupName) Imports an existing subnet group by name.default ISubnetGroupClusterInstanceBindOptions.getSubnetGroup()Existing subnet group for the cluster.final ISubnetGroupClusterInstanceBindOptions.Jsii$Proxy.getSubnetGroup()protected ISubnetGroupDatabaseCluster.getSubnetGroup()protected ISubnetGroupDatabaseClusterFromSnapshot.getSubnetGroup()default ISubnetGroupDatabaseClusterFromSnapshotProps.getSubnetGroup()Existing subnet group for the cluster.final ISubnetGroupDatabaseClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default ISubnetGroupDatabaseClusterProps.getSubnetGroup()Existing subnet group for the cluster.final ISubnetGroupDatabaseClusterProps.Jsii$Proxy.getSubnetGroup()final ISubnetGroupDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default ISubnetGroupDatabaseInstanceNewProps.getSubnetGroup()Existing subnet group for the instance.final ISubnetGroupDatabaseInstanceNewProps.Jsii$Proxy.getSubnetGroup()final ISubnetGroupDatabaseInstanceProps.Jsii$Proxy.getSubnetGroup()final ISubnetGroupDatabaseInstanceReadReplicaProps.Jsii$Proxy.getSubnetGroup()final ISubnetGroupDatabaseInstanceSourceProps.Jsii$Proxy.getSubnetGroup()default ISubnetGroupServerlessClusterFromSnapshotProps.getSubnetGroup()Existing subnet group for the cluster.final ISubnetGroupServerlessClusterFromSnapshotProps.Jsii$Proxy.getSubnetGroup()default ISubnetGroupServerlessClusterProps.getSubnetGroup()Existing subnet group for the cluster.final ISubnetGroupServerlessClusterProps.Jsii$Proxy.getSubnetGroup()Methods in software.amazon.awscdk.services.rds with parameters of type ISubnetGroupModifier and TypeMethodDescriptionClusterInstanceBindOptions.Builder.subnetGroup(ISubnetGroup subnetGroup) Sets the value ofClusterInstanceBindOptions.getSubnetGroup()DatabaseCluster.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()