Interface IAuroraClusterInstance.Jsii$Default
- All Superinterfaces:
IAuroraClusterInstance,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,IDBInstanceRef,IDBInstanceRef.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IAuroraClusterInstance.Jsii$Proxy
- Enclosing interface:
IAuroraClusterInstance
@Internal
public static interface IAuroraClusterInstance.Jsii$Default
extends IAuroraClusterInstance, IResource.Jsii$Default, IDBInstanceRef.Jsii$Default
Internal default implementation for
IAuroraClusterInstance.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IAuroraClusterInstance
IAuroraClusterInstance.Jsii$Default, IAuroraClusterInstance.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.interfaces.rds.IDBInstanceRef
IDBInstanceRef.Jsii$Default, IDBInstanceRef.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$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe instance ARN.default StringThe instance endpoint address.default StringThe instance resource ID.default StringThe instance identifier.default StringThe instance size if the instance is a provisioned type.default IKeyThe AWS KMS key for encryption of Performance Insights data.default PerformanceInsightRetentionThe amount of time, in days, to retain Performance Insights data.default BooleanWhether Performance Insights is enabled.default NumbergetTier()The promotion tier the instance was created in.default InstanceTypegetType()The instance type (provisioned vs serverless v2).Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.rds.IDBInstanceRef.Jsii$Default
getDbInstanceRefMethods 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.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbInstanceArn
The instance ARN.- Specified by:
getDbInstanceArnin interfaceIAuroraClusterInstance
-
getDbInstanceEndpointAddress
The instance endpoint address.- Specified by:
getDbInstanceEndpointAddressin interfaceIAuroraClusterInstance
-
getDbiResourceId
The instance resource ID.- Specified by:
getDbiResourceIdin interfaceIAuroraClusterInstance
-
getInstanceIdentifier
The instance identifier.- Specified by:
getInstanceIdentifierin interfaceIAuroraClusterInstance
-
getTier
The promotion tier the instance was created in.- Specified by:
getTierin interfaceIAuroraClusterInstance
-
getType
The instance type (provisioned vs serverless v2).- Specified by:
getTypein interfaceIAuroraClusterInstance
-
getInstanceSize
The instance size if the instance is a provisioned type.- Specified by:
getInstanceSizein interfaceIAuroraClusterInstance
-
getPerformanceInsightEncryptionKey
The AWS KMS key for encryption of Performance Insights data.- Specified by:
getPerformanceInsightEncryptionKeyin interfaceIAuroraClusterInstance
-
getPerformanceInsightRetention
The amount of time, in days, to retain Performance Insights data.- Specified by:
getPerformanceInsightRetentionin interfaceIAuroraClusterInstance
-
getPerformanceInsightsEnabled
Whether Performance Insights is enabled.- Specified by:
getPerformanceInsightsEnabledin interfaceIAuroraClusterInstance
-