Class IDatabaseCluster.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.IDatabaseCluster.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IDBClusterRef,IDBClusterRef.Jsii$Default,IResource,IResource.Jsii$Default,IConnectable,IConnectable.Jsii$Default,IDatabaseCluster,IDatabaseCluster.Jsii$Default,ISecretAttachmentTarget,ISecretAttachmentTarget.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IDatabaseCluster
@Internal
public static final class IDatabaseCluster.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IDatabaseCluster.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IDatabaseCluster
IDatabaseCluster.Jsii$Default, IDatabaseCluster.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.rds.IDBClusterRef
IDBClusterRef.Jsii$Default, IDBClusterRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget
ISecretAttachmentTarget.Jsii$Default, ISecretAttachmentTarget.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this DBCluster.final MetricThe percentage of CPU utilization.final MetricThe number of database connections in use.final MetricThe average number of deadlocks in the database per second.final MetricThe amount of time that the instance has been running, in seconds.final MetricThe amount of available random access memory, in bytes.final MetricThe amount of local storage available, in bytes.final MetricThe amount of network throughput received from clients by each instance, in bytes per second.final MetricThe amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.final MetricThe amount of network throughput sent to clients by each instance, in bytes per second.final MetricThe total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.final MetricThe total amount of backup storage in bytes for which you are billed.final MetricThe amount of storage used by your Aurora DB instance, in bytes.final MetricThe number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.final MetricThe number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awscdk.services.ec2.IConnectable.Jsii$Default
getConnectionsMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.services.rds.IDatabaseCluster.Jsii$Default
addProxy, getClusterArn, getClusterEndpoint, getClusterIdentifier, getClusterReadEndpoint, getClusterResourceIdentifier, getEngine, getInstanceEndpoints, getInstanceIdentifiers, grantConnect, grantDataApiAccess, metric, metricCPUUtilization, metricDatabaseConnections, metricDeadlocks, metricEngineUptime, metricFreeableMemory, metricFreeLocalStorage, metricNetworkReceiveThroughput, metricNetworkThroughput, metricNetworkTransmitThroughput, metricSnapshotStorageUsed, metricTotalBackupStorageBilled, metricVolumeBytesUsed, metricVolumeReadIOPs, metricVolumeWriteIOPsMethods inherited from interface software.amazon.awscdk.interfaces.rds.IDBClusterRef.Jsii$Default
getDbClusterRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget.Jsii$Default
asSecretAttachmentTargetMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
Return the given named metric for this DBCluster.- Specified by:
metricin interfaceIDatabaseCluster- Specified by:
metricin interfaceIDatabaseCluster.Jsii$Default- Parameters:
metricName- This parameter is required.
-
metricCPUUtilization
The percentage of CPU utilization.Average over 5 minutes
- Specified by:
metricCPUUtilizationin interfaceIDatabaseCluster- Specified by:
metricCPUUtilizationin interfaceIDatabaseCluster.Jsii$Default
-
metricDatabaseConnections
The number of database connections in use.Average over 5 minutes
- Specified by:
metricDatabaseConnectionsin interfaceIDatabaseCluster- Specified by:
metricDatabaseConnectionsin interfaceIDatabaseCluster.Jsii$Default
-
metricDeadlocks
The average number of deadlocks in the database per second.Average over 5 minutes
- Specified by:
metricDeadlocksin interfaceIDatabaseCluster- Specified by:
metricDeadlocksin interfaceIDatabaseCluster.Jsii$Default
-
metricEngineUptime
The amount of time that the instance has been running, in seconds.Average over 5 minutes
- Specified by:
metricEngineUptimein interfaceIDatabaseCluster- Specified by:
metricEngineUptimein interfaceIDatabaseCluster.Jsii$Default
-
metricFreeableMemory
The amount of available random access memory, in bytes.Average over 5 minutes
- Specified by:
metricFreeableMemoryin interfaceIDatabaseCluster- Specified by:
metricFreeableMemoryin interfaceIDatabaseCluster.Jsii$Default
-
metricFreeLocalStorage
The amount of local storage available, in bytes.Average over 5 minutes
- Specified by:
metricFreeLocalStoragein interfaceIDatabaseCluster- Specified by:
metricFreeLocalStoragein interfaceIDatabaseCluster.Jsii$Default
-
metricNetworkReceiveThroughput
The amount of network throughput received from clients by each instance, in bytes per second.Average over 5 minutes
- Specified by:
metricNetworkReceiveThroughputin interfaceIDatabaseCluster- Specified by:
metricNetworkReceiveThroughputin interfaceIDatabaseCluster.Jsii$Default
-
metricNetworkThroughput
The amount of network throughput both received from and transmitted to clients by each instance, in bytes per second.Average over 5 minutes
- Specified by:
metricNetworkThroughputin interfaceIDatabaseCluster- Specified by:
metricNetworkThroughputin interfaceIDatabaseCluster.Jsii$Default
-
metricNetworkTransmitThroughput
The amount of network throughput sent to clients by each instance, in bytes per second.Average over 5 minutes
- Specified by:
metricNetworkTransmitThroughputin interfaceIDatabaseCluster- Specified by:
metricNetworkTransmitThroughputin interfaceIDatabaseCluster.Jsii$Default
-
metricSnapshotStorageUsed
The total amount of backup storage in bytes consumed by all Aurora snapshots outside its backup retention window.Average over 5 minutes
- Specified by:
metricSnapshotStorageUsedin interfaceIDatabaseCluster- Specified by:
metricSnapshotStorageUsedin interfaceIDatabaseCluster.Jsii$Default
-
metricTotalBackupStorageBilled
The total amount of backup storage in bytes for which you are billed.Average over 5 minutes
- Specified by:
metricTotalBackupStorageBilledin interfaceIDatabaseCluster- Specified by:
metricTotalBackupStorageBilledin interfaceIDatabaseCluster.Jsii$Default
-
metricVolumeBytesUsed
The amount of storage used by your Aurora DB instance, in bytes.Average over 5 minutes
- Specified by:
metricVolumeBytesUsedin interfaceIDatabaseCluster- Specified by:
metricVolumeBytesUsedin interfaceIDatabaseCluster.Jsii$Default
-
metricVolumeReadIOPs
The number of billed read I/O operations from a cluster volume, reported at 5-minute intervals.Average over 5 minutes
- Specified by:
metricVolumeReadIOPsin interfaceIDatabaseCluster- Specified by:
metricVolumeReadIOPsin interfaceIDatabaseCluster.Jsii$Default
-
metricVolumeWriteIOPs
The number of write disk I/O operations to the cluster volume, reported at 5-minute intervals.Average over 5 minutes
- Specified by:
metricVolumeWriteIOPsin interfaceIDatabaseCluster- Specified by:
metricVolumeWriteIOPsin interfaceIDatabaseCluster.Jsii$Default
-