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.98.0 (build 00b106d)", date="2024-05-08T21:35:12.681Z") @Stability(Stable) public interface IAuroraClusterInstance extends software.amazon.jsii.JsiiSerializable, IResource
An Aurora Cluster Instance.
  • Method Details

    • getDbInstanceArn

      @Stability(Stable) @NotNull String getDbInstanceArn()
      The instance ARN.
    • getDbInstanceEndpointAddress

      @Stability(Stable) @NotNull String getDbInstanceEndpointAddress()
      The instance endpoint address.
    • getDbiResourceId

      @Stability(Stable) @NotNull String getDbiResourceId()
      The instance resource ID.
    • getInstanceIdentifier

      @Stability(Stable) @NotNull String getInstanceIdentifier()
      The instance identifier.
    • getTier

      @Stability(Stable) @NotNull Number getTier()
      Te promotion tier the instance was created in.
    • getType

      @Stability(Stable) @NotNull InstanceType getType()
      The instance type (provisioned vs serverless v2).
    • getInstanceSize

      @Stability(Stable) @Nullable default String getInstanceSize()
      The instance size if the instance is a provisioned type.