Uses of Enum
software.amazon.awscdk.services.rds.EngineLifecycleSupport
Packages that use EngineLifecycleSupport
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of EngineLifecycleSupport in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return EngineLifecycleSupportModifier and TypeMethodDescriptiondefault EngineLifecycleSupport
DatabaseClusterFromSnapshotProps.getEngineLifecycleSupport()
The life cycle type for this DB cluster.final EngineLifecycleSupport
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getEngineLifecycleSupport()
default EngineLifecycleSupport
DatabaseClusterProps.getEngineLifecycleSupport()
The life cycle type for this DB cluster.final EngineLifecycleSupport
DatabaseClusterProps.Jsii$Proxy.getEngineLifecycleSupport()
final EngineLifecycleSupport
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getEngineLifecycleSupport()
default EngineLifecycleSupport
DatabaseInstanceNewProps.getEngineLifecycleSupport()
The life cycle type for this DB instance.final EngineLifecycleSupport
DatabaseInstanceNewProps.Jsii$Proxy.getEngineLifecycleSupport()
final EngineLifecycleSupport
DatabaseInstanceProps.Jsii$Proxy.getEngineLifecycleSupport()
final EngineLifecycleSupport
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getEngineLifecycleSupport()
final EngineLifecycleSupport
DatabaseInstanceSourceProps.Jsii$Proxy.getEngineLifecycleSupport()
static EngineLifecycleSupport
Returns the enum constant of this type with the specified name.static EngineLifecycleSupport[]
EngineLifecycleSupport.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.rds with parameters of type EngineLifecycleSupportModifier and TypeMethodDescriptionDatabaseCluster.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB cluster.DatabaseClusterFromSnapshot.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB cluster.DatabaseClusterFromSnapshotProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseClusterFromSnapshotProps.getEngineLifecycleSupport()
DatabaseClusterProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseClusterProps.getEngineLifecycleSupport()
DatabaseInstance.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceFromSnapshot.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceFromSnapshotProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()
DatabaseInstanceNewProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()
DatabaseInstanceProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()
DatabaseInstanceReadReplica.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) The life cycle type for this DB instance.DatabaseInstanceReadReplicaProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()
DatabaseInstanceSourceProps.Builder.engineLifecycleSupport
(EngineLifecycleSupport engineLifecycleSupport) Sets the value ofDatabaseInstanceNewProps.getEngineLifecycleSupport()