Interface IAuroraClusterInstance
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAuroraClusterInstance.Jsii$Default
- All Known Implementing Classes:
IAuroraClusterInstance.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:14.889Z")
@Stability(Stable)
public interface IAuroraClusterInstance
extends software.amazon.jsii.JsiiSerializable, IResource
An Aurora Cluster Instance.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAuroraClusterInstance
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe instance ARN.The instance endpoint address.The instance resource ID.The instance identifier.default String
The instance size if the instance is a provisioned type.default IKey
The AWS KMS key for encryption of Performance Insights data.default PerformanceInsightRetention
The amount of time, in days, to retain Performance Insights data.default Boolean
Whether Performance Insights is enabled.getTier()
The promotion tier the instance was created in.getType()
The instance type (provisioned vs serverless v2).Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbInstanceArn
The instance ARN. -
getDbInstanceEndpointAddress
The instance endpoint address. -
getDbiResourceId
The instance resource ID. -
getInstanceIdentifier
The instance identifier. -
getTier
The promotion tier the instance was created in. -
getType
The instance type (provisioned vs serverless v2). -
getInstanceSize
The instance size if the instance is a provisioned type. -
getPerformanceInsightEncryptionKey
The AWS KMS key for encryption of Performance Insights data. -
getPerformanceInsightRetention
The amount of time, in days, to retain Performance Insights data. -
getPerformanceInsightsEnabled
Whether Performance Insights is enabled.
-