java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.CellEvents
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:31.371Z") @Stability(Experimental) public class CellEvents extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for Cell.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.*;
 import software.amazon.awscdk.interfaces.route53recoveryreadiness.*;
 ICellRef cellRef;
 CellEvents cellEvents = CellEvents.fromCell(cellRef);
 
  • Constructor Details

    • CellEvents

      protected CellEvents(software.amazon.jsii.JsiiObjectRef objRef)
    • CellEvents

      protected CellEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
  • Method Details

    • fromCell

      @Stability(Experimental) @NotNull public static CellEvents fromCell(@NotNull ICellRef cellRef)
      (experimental) Create CellEvents from a Cell reference.

      Parameters:
      cellRef - This parameter is required.
    • route53ApplicationRecoveryControllerCellReadinessStatusChangePattern

      @Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerCellReadinessStatusChangePattern(@Nullable CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps options)
      (experimental) EventBridge event pattern for Cell Route 53 Application Recovery Controller cell readiness status change.

      Parameters:
      options -
    • route53ApplicationRecoveryControllerCellReadinessStatusChangePattern

      @Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerCellReadinessStatusChangePattern()
      (experimental) EventBridge event pattern for Cell Route 53 Application Recovery Controller cell readiness status change.