Interface IAuroraClusterInstance.Jsii$Default

All Superinterfaces:
IAuroraClusterInstance, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.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
Internal default implementation for IAuroraClusterInstance.
  • Method Details

    • getNode

      @Stability(Stable) @NotNull default software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface software.constructs.IConstruct.Jsii$Default
      Specified by:
      getNode in interface IResource.Jsii$Default
    • getEnv

      @Stability(Stable) @NotNull default ResourceEnvironment getEnv()
      The environment this resource belongs to.

      For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.

      Specified by:
      getEnv in interface IResource
      Specified by:
      getEnv in interface IResource.Jsii$Default
    • getStack

      @Stability(Stable) @NotNull default Stack getStack()
      The stack in which this resource is defined.
      Specified by:
      getStack in interface IResource
      Specified by:
      getStack in interface IResource.Jsii$Default
    • getDbInstanceArn

      @Stability(Stable) @NotNull default String getDbInstanceArn()
      The instance ARN.
      Specified by:
      getDbInstanceArn in interface IAuroraClusterInstance
    • getDbInstanceEndpointAddress

      @Stability(Stable) @NotNull default String getDbInstanceEndpointAddress()
      The instance endpoint address.
      Specified by:
      getDbInstanceEndpointAddress in interface IAuroraClusterInstance
    • getDbiResourceId

      @Stability(Stable) @NotNull default String getDbiResourceId()
      The instance resource ID.
      Specified by:
      getDbiResourceId in interface IAuroraClusterInstance
    • getInstanceIdentifier

      @Stability(Stable) @NotNull default String getInstanceIdentifier()
      The instance identifier.
      Specified by:
      getInstanceIdentifier in interface IAuroraClusterInstance
    • getTier

      @Stability(Stable) @NotNull default Number getTier()
      The promotion tier the instance was created in.
      Specified by:
      getTier in interface IAuroraClusterInstance
    • getType

      @Stability(Stable) @NotNull default InstanceType getType()
      The instance type (provisioned vs serverless v2).
      Specified by:
      getType in interface IAuroraClusterInstance
    • getInstanceSize

      @Stability(Stable) @Nullable default String getInstanceSize()
      The instance size if the instance is a provisioned type.
      Specified by:
      getInstanceSize in interface IAuroraClusterInstance
    • getPerformanceInsightEncryptionKey

      @Stability(Stable) @Nullable default IKey getPerformanceInsightEncryptionKey()
      The AWS KMS key for encryption of Performance Insights data.
      Specified by:
      getPerformanceInsightEncryptionKey in interface IAuroraClusterInstance
    • getPerformanceInsightRetention

      @Stability(Stable) @Nullable default PerformanceInsightRetention getPerformanceInsightRetention()
      The amount of time, in days, to retain Performance Insights data.
      Specified by:
      getPerformanceInsightRetention in interface IAuroraClusterInstance
    • getPerformanceInsightsEnabled

      @Stability(Stable) @Nullable default Boolean getPerformanceInsightsEnabled()
      Whether Performance Insights is enabled.
      Specified by:
      getPerformanceInsightsEnabled in interface IAuroraClusterInstance
    • applyRemovalPolicy

      @Stability(Stable) default void applyRemovalPolicy(@NotNull RemovalPolicy policy)
      Apply the given removal policy to this resource.

      The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.

      The resource can be deleted (RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).

      Specified by:
      applyRemovalPolicy in interface IResource
      Specified by:
      applyRemovalPolicy in interface IResource.Jsii$Default
      Parameters:
      policy - This parameter is required.