Uses of Enum
software.amazon.awscdk.services.rds.PerformanceInsightRetention
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of PerformanceInsightRetention in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptiondefault PerformanceInsightRetention
ClusterInstanceOptions.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.ClusterInstanceOptions.Jsii$Proxy.getPerformanceInsightRetention()
ClusterInstanceProps.Jsii$Proxy.getPerformanceInsightRetention()
DatabaseCluster.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.DatabaseClusterFromSnapshot.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.default PerformanceInsightRetention
DatabaseClusterFromSnapshotProps.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.DatabaseClusterFromSnapshotProps.Jsii$Proxy.getPerformanceInsightRetention()
default PerformanceInsightRetention
DatabaseClusterProps.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.DatabaseClusterProps.Jsii$Proxy.getPerformanceInsightRetention()
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getPerformanceInsightRetention()
default PerformanceInsightRetention
DatabaseInstanceNewProps.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.DatabaseInstanceNewProps.Jsii$Proxy.getPerformanceInsightRetention()
DatabaseInstanceProps.Jsii$Proxy.getPerformanceInsightRetention()
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getPerformanceInsightRetention()
DatabaseInstanceSourceProps.Jsii$Proxy.getPerformanceInsightRetention()
default PerformanceInsightRetention
IAuroraClusterInstance.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.default PerformanceInsightRetention
IAuroraClusterInstance.Jsii$Default.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.IAuroraClusterInstance.Jsii$Proxy.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.default PerformanceInsightRetention
InstanceProps.getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.InstanceProps.Jsii$Proxy.getPerformanceInsightRetention()
ProvisionedClusterInstanceProps.Jsii$Proxy.getPerformanceInsightRetention()
ServerlessV2ClusterInstanceProps.Jsii$Proxy.getPerformanceInsightRetention()
static PerformanceInsightRetention
Returns the enum constant of this type with the specified name.static PerformanceInsightRetention[]
PerformanceInsightRetention.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionClusterInstanceOptions.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofClusterInstanceOptions.getPerformanceInsightRetention()
ClusterInstanceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofClusterInstanceOptions.getPerformanceInsightRetention()
DatabaseCluster.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) The amount of time, in days, to retain Performance Insights data.DatabaseClusterFromSnapshot.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) The amount of time, in days, to retain Performance Insights data.DatabaseClusterFromSnapshotProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseClusterFromSnapshotProps.getPerformanceInsightRetention()
DatabaseClusterProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseClusterProps.getPerformanceInsightRetention()
DatabaseInstance.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) The amount of time, in days, to retain Performance Insights data.DatabaseInstanceFromSnapshot.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) The amount of time, in days, to retain Performance Insights data.DatabaseInstanceFromSnapshotProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
DatabaseInstanceNewProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
DatabaseInstanceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
DatabaseInstanceReadReplica.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) The amount of time, in days, to retain Performance Insights data.DatabaseInstanceReadReplicaProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
DatabaseInstanceSourceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofDatabaseInstanceNewProps.getPerformanceInsightRetention()
InstanceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofInstanceProps.getPerformanceInsightRetention()
ProvisionedClusterInstanceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofClusterInstanceOptions.getPerformanceInsightRetention()
ServerlessV2ClusterInstanceProps.Builder.performanceInsightRetention
(PerformanceInsightRetention performanceInsightRetention) Sets the value ofClusterInstanceOptions.getPerformanceInsightRetention()