Uses of Interface
software.amazon.awscdk.interfaces.rds.IDBClusterRef
Packages that use IDBClusterRef
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IDBClusterRef in software.amazon.awscdk.interfaces.rds
Subinterfaces of IDBClusterRef in software.amazon.awscdk.interfaces.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDBClusterRef.Classes in software.amazon.awscdk.interfaces.rds that implement IDBClusterRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDBClusterRef in software.amazon.awscdk.services.rds
Classes in software.amazon.awscdk.services.rds that implement IDBClusterRefModifier and TypeClassDescriptionclassTheAWS::RDS::DBClusterresource creates an Amazon Aurora DB cluster or Multi-AZ DB cluster.Methods in software.amazon.awscdk.services.rds with parameters of type IDBClusterRefModifier and TypeMethodDescriptionstatic StringCfnDBCluster.arnForDBCluster(IDBClusterRef resource) CfnDBInstance.Builder.dbClusterIdentifier(IDBClusterRef dbClusterIdentifier) The identifier of the DB cluster that this DB instance will belong to.CfnDBInstanceProps.Builder.dbClusterIdentifier(IDBClusterRef dbClusterIdentifier) Sets the value ofCfnDBInstanceProps.getDbClusterIdentifier()CfnGlobalCluster.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CfnGlobalClusterProps.Builder.sourceDbClusterIdentifier(IDBClusterRef sourceDbClusterIdentifier) Sets the value ofCfnGlobalClusterProps.getSourceDbClusterIdentifier()