Uses of Interface
software.amazon.awscdk.services.rds.CfnDBInstanceProps
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBInstanceProps in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBInstanceProps.Builder.build()
Builds the configured instance.protected CfnDBInstanceProps
DatabaseInstance.getNewCfnProps()
protected CfnDBInstanceProps
DatabaseInstanceFromSnapshot.getNewCfnProps()
protected CfnDBInstanceProps
DatabaseInstanceReadReplica.getNewCfnProps()
protected CfnDBInstanceProps
DatabaseInstance.getSourceCfnProps()
protected CfnDBInstanceProps
DatabaseInstanceFromSnapshot.getSourceCfnProps()
ModifierConstructorDescriptionCfnDBInstance
(Construct scope, String id, CfnDBInstanceProps props) Create a newAWS::RDS::DBInstance
.