Uses of Interface
software.amazon.awscdk.services.rds.DatabaseClusterAttributes
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseClusterAttributes in software.amazon.awscdk.services.rds
Modifier and TypeClassDescriptionstatic final class
An implementation forDatabaseClusterAttributes
Modifier and TypeMethodDescriptionDatabaseClusterAttributes.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic IDatabaseCluster
DatabaseCluster.fromDatabaseClusterAttributes
(software.constructs.Construct scope, String id, DatabaseClusterAttributes attrs) Import an existing DatabaseCluster from properties.