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.89.0 (build 2f74b3e)", date="2023-10-26T00:56:12.810Z") @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.