Uses of Interface
software.amazon.awscdk.services.neptune.alpha.ISubnetGroup
-
Uses of ISubnetGroup in software.amazon.awscdk.services.neptune.alpha
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
(experimental) Class for creating a RDS DB subnet group.Modifier and TypeMethodDescriptionstatic ISubnetGroup
SubnetGroup.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 ISubnetGroup
DatabaseClusterProps.getSubnetGroup()
(experimental) Existing subnet group for the cluster.final ISubnetGroup
DatabaseClusterProps.Jsii$Proxy.getSubnetGroup()
Modifier and TypeMethodDescriptionDatabaseCluster.Builder.subnetGroup
(ISubnetGroup subnetGroup) (experimental) Existing subnet group for the cluster.DatabaseClusterProps.Builder.subnetGroup
(ISubnetGroup subnetGroup) Sets the value ofDatabaseClusterProps.getSubnetGroup()