Uses of Interface
software.amazon.awscdk.services.neptune.alpha.ISubnetGroup
Packages that use ISubnetGroup
-
Uses of ISubnetGroup in software.amazon.awscdk.services.neptune.alpha
Subinterfaces of ISubnetGroup in software.amazon.awscdk.services.neptune.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISubnetGroup.Classes in software.amazon.awscdk.services.neptune.alpha that implement ISubnetGroupModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Class for creating a RDS DB subnet group.Methods in software.amazon.awscdk.services.neptune.alpha that return ISubnetGroupModifier and TypeMethodDescriptionstatic ISubnetGroupSubnetGroup.fromSubnetGroupName(software.constructs.Construct scope, String id, String subnetGroupName) (experimental) Imports an existing subnet group by name.DatabaseCluster.getSubnetGroup()(experimental) Subnet group used by the DB.default ISubnetGroupDatabaseClusterProps.getSubnetGroup()(experimental) Existing subnet group for the cluster.final ISubnetGroupDatabaseClusterProps.Jsii$Proxy.getSubnetGroup()Methods in software.amazon.awscdk.services.neptune.alpha with parameters of type ISubnetGroupModifier and TypeMethodDescriptionDatabaseCluster.Builder.subnetGroup(ISubnetGroup subnetGroup) (experimental) Existing subnet group for the cluster.DatabaseClusterProps.Builder.subnetGroup(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()