Uses of Interface
software.amazon.awscdk.services.rds.CfnDBClusterProps
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBClusterProps in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBClusterProps.Builder.build()
Builds the configured instance.protected CfnDBClusterProps
DatabaseCluster.getNewCfnProps()
protected CfnDBClusterProps
DatabaseClusterFromSnapshot.getNewCfnProps()
protected CfnDBClusterProps
ServerlessCluster.getNewCfnProps()
protected CfnDBClusterProps
ServerlessClusterFromSnapshot.getNewCfnProps()
ModifierConstructorDescriptionCfnDBCluster
(Construct scope, String id, CfnDBClusterProps props) Create a newAWS::RDS::DBCluster
.