interface State
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryReadiness.Events.RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.State |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53recoveryreadiness/events#RecoveryGroupEvents_Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange_State |
Java | software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.State |
Python | aws_cdk.mixins_preview.aws_route53recoveryreadiness.events.RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.State |
TypeScript | @aws-cdk/mixins-preview » aws_route53recoveryreadiness » events » RecoveryGroupEvents » Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange » State |
Type definition for State.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as route53recoveryreadiness_events } from '@aws-cdk/mixins-preview/aws-route53recoveryreadiness';
const state: route53recoveryreadiness_events.RecoveryGroupEvents.Route53ApplicationRecoveryControllerRecoveryGroupReadinessStatusChange.State = {
readinessStatus: ['readinessStatus'],
};
Properties
| Name | Type | Description |
|---|---|---|
| readiness | string[] | readiness-status property. |
readinessStatus?
Type:
string[]
(optional, default: Do not filter on this field)
readiness-status property.
Specify an array of string values to match this event if the actual value of readiness-status is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript