Uses of Interface
software.amazon.awscdk.services.rds.ServerlessV2ClusterInstanceProps
Packages that use ServerlessV2ClusterInstanceProps
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ServerlessV2ClusterInstanceProps in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement ServerlessV2ClusterInstancePropsModifier and TypeClassDescriptionstatic final class
An implementation forServerlessV2ClusterInstanceProps
Methods in software.amazon.awscdk.services.rds that return ServerlessV2ClusterInstancePropsModifier and TypeMethodDescriptionServerlessV2ClusterInstanceProps.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.rds with parameters of type ServerlessV2ClusterInstancePropsModifier and TypeMethodDescriptionstatic IClusterInstance
ClusterInstance.serverlessV2
(String id, ServerlessV2ClusterInstanceProps props) Add a serverless v2 instance to the cluster.