Class RecoveryGroupEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.RecoveryGroupEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:31.373Z")
@Stability(Experimental)
public class RecoveryGroupEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for RecoveryGroup.
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.*; IRecoveryGroupRef recoveryGroupRef; RecoveryGroupEvents recoveryGroupEvents = RecoveryGroupEvents.fromRecoveryGroup(recoveryGroupRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange event types for RecoveryGroup.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRecoveryGroupEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedRecoveryGroupEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic RecoveryGroupEventsfromRecoveryGroup(IRecoveryGroupRef recoveryGroupRef) (experimental) Create RecoveryGroupEvents from a RecoveryGroup reference.(experimental) EventBridge event pattern for RecoveryGroup Route 53 Application Recovery Controller recovery group readiness status change.route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangePattern(RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangeProps options) (experimental) EventBridge event pattern for RecoveryGroup Route 53 Application Recovery Controller recovery group readiness status change.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
RecoveryGroupEvents
protected RecoveryGroupEvents(software.amazon.jsii.JsiiObjectRef objRef) -
RecoveryGroupEvents
protected RecoveryGroupEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromRecoveryGroup
@Stability(Experimental) @NotNull public static RecoveryGroupEvents fromRecoveryGroup(@NotNull IRecoveryGroupRef recoveryGroupRef) (experimental) Create RecoveryGroupEvents from a RecoveryGroup reference.- Parameters:
recoveryGroupRef- This parameter is required.
-
route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangePattern
@Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangePattern(@Nullable RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangeProps options) (experimental) EventBridge event pattern for RecoveryGroup Route 53 Application Recovery Controller recovery group readiness status change.- Parameters:
options-
-
route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangePattern
@Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChangePattern()(experimental) EventBridge event pattern for RecoveryGroup Route 53 Application Recovery Controller recovery group readiness status change.
-