Class ReadinessCheckEvents
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.ReadinessCheckEvents
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:31.372Z")
@Stability(Experimental)
public class ReadinessCheckEvents
extends software.amazon.jsii.JsiiObject
(experimental) EventBridge event patterns for ReadinessCheck.
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.*; IReadinessCheckRef readinessCheckRef; ReadinessCheckEvents readinessCheckEvents = ReadinessCheckEvents.fromReadinessCheck(readinessCheckRef);
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(experimental) aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerReadinessCheckStatusChange event types for ReadinessCheck.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReadinessCheckEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedReadinessCheckEvents(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionstatic ReadinessCheckEventsfromReadinessCheck(IReadinessCheckRef readinessCheckRef) (experimental) Create ReadinessCheckEvents from a ReadinessCheck reference.(experimental) EventBridge event pattern for ReadinessCheck Route 53 Application Recovery Controller readiness check status change.route53ApplicationRecoveryControllerReadinessCheckStatusChangePattern(ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps options) (experimental) EventBridge event pattern for ReadinessCheck Route 53 Application Recovery Controller readiness check 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
-
ReadinessCheckEvents
protected ReadinessCheckEvents(software.amazon.jsii.JsiiObjectRef objRef) -
ReadinessCheckEvents
protected ReadinessCheckEvents(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
-
Method Details
-
fromReadinessCheck
@Stability(Experimental) @NotNull public static ReadinessCheckEvents fromReadinessCheck(@NotNull IReadinessCheckRef readinessCheckRef) (experimental) Create ReadinessCheckEvents from a ReadinessCheck reference.- Parameters:
readinessCheckRef- This parameter is required.
-
route53ApplicationRecoveryControllerReadinessCheckStatusChangePattern
@Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerReadinessCheckStatusChangePattern(@Nullable ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps options) (experimental) EventBridge event pattern for ReadinessCheck Route 53 Application Recovery Controller readiness check status change.- Parameters:
options-
-
route53ApplicationRecoveryControllerReadinessCheckStatusChangePattern
@Stability(Experimental) @NotNull public EventPattern route53ApplicationRecoveryControllerReadinessCheckStatusChangePattern()(experimental) EventBridge event pattern for ReadinessCheck Route 53 Application Recovery Controller readiness check status change.
-