Interface CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps.Jsii$Proxy
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.*;
Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps route53ApplicationRecoveryControllerCellReadinessStatusChangeProps = Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps.builder()
.cellName(List.of("cellName"))
.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())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) cell-name property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) new-state property.(experimental) previous-state property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCellName
(experimental) cell-name property.Specify an array of string values to match this event if the actual value of cell-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 Cell reference
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getNewState
@Stability(Experimental) @Nullable default CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.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 CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.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
-
builder
@Stability(Experimental) static CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps.Builder builder()- Returns:
- a
CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps.BuilderofCellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps
-