CellEvents
- class aws_cdk.mixins_preview.aws_route53recoveryreadiness.events.CellEvents(*args: Any, **kwargs)
Bases:
object(experimental) EventBridge event patterns for Cell.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_route53recoveryreadiness import events as route53recoveryreadiness_events from aws_cdk.interfaces import aws_route53recoveryreadiness as interfaces_route53recoveryreadiness # cell_ref: interfaces_route53recoveryreadiness.ICellRef cell_events = route53recoveryreadiness_events.CellEvents.from_cell(cell_ref)
Methods
- route53_application_recovery_controller_cell_readiness_status_change_pattern(*, cell_name=None, event_metadata=None, new_state=None, previous_state=None)
(experimental) EventBridge event pattern for Cell Route 53 Application Recovery Controller cell readiness status change.
- Parameters:
cell_name (
Optional[Sequence[str]]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Filter with the Cell referenceevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -new_state (
Union[State,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldprevious_state (
Union[State,Dict[str,Any],None]) – (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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
Static Methods