Interface ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Jsii$Proxy
- Enclosing class:
ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange
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.*;
Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps = Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.newState(State.builder()
.readinessStatus(List.of("readinessStatus"))
.build())
.previousState(State.builder()
.readinessStatus(List.of("readinessStatus"))
.build())
.readinessCheckName(List.of("readinessCheckName"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) new-state property.(experimental) previous-state property.(experimental) readiness-check-name property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getNewState
@Stability(Experimental) @Nullable default ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State getNewState()(experimental) new-state property.Specify an array of string values to match this event if the actual value of new-state is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPreviousState
@Stability(Experimental) @Nullable default ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State getPreviousState()(experimental) previous-state property.Specify an array of string values to match this event if the actual value of previous-state is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getReadinessCheckName
(experimental) readiness-check-name property.Specify an array of string values to match this event if the actual value of readiness-check-name is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the ReadinessCheck reference
-
builder
@Stability(Experimental) static ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder builder()- Returns:
- a
ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.BuilderofReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
-