class Route53ApplicationRecoveryControllerCellReadinessStatusChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryReadiness.Events.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53recoveryreadiness/events#Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Java | software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Python | aws_cdk.mixins_preview.aws_route53recoveryreadiness.events.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
TypeScript | @aws-cdk/mixins-preview » aws_route53recoveryreadiness » events » Route53ApplicationRecoveryControllerCellReadinessStatusChange |
EventBridge event pattern for aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerCellReadinessStatusChange.
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 route53ApplicationRecoveryControllerCellReadinessStatusChange = new route53recoveryreadiness_events.Route53ApplicationRecoveryControllerCellReadinessStatusChange();
Initializer
new Route53ApplicationRecoveryControllerCellReadinessStatusChange()
Methods
| Name | Description |
|---|---|
| static route53 | EventBridge event pattern for Route 53 Application Recovery Controller cell readiness status change. |
static route53ApplicationRecoveryControllerCellReadinessStatusChangePattern(options?)
public static route53ApplicationRecoveryControllerCellReadinessStatusChangePattern(options?: Route53ApplicationRecoveryControllerCellReadinessStatusChangeProps): EventPattern
Parameters
Returns
EventBridge event pattern for Route 53 Application Recovery Controller cell readiness status change.

.NET
Go
Java
Python
TypeScript