class Route53ApplicationRecoveryControllerCellReadinessStatusChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Route53RecoveryReadiness.Events.CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsroute53recoveryreadiness/events#CellEvents_Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Java | software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
Python | aws_cdk.mixins_preview.aws_route53recoveryreadiness.events.CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange |
TypeScript | @aws-cdk/mixins-preview » aws_route53recoveryreadiness » events » CellEvents » Route53ApplicationRecoveryControllerCellReadinessStatusChange |
aws.route53recoveryreadiness@Route53ApplicationRecoveryControllerCellReadinessStatusChange event types for Cell.
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.CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange();
Initializer
new Route53ApplicationRecoveryControllerCellReadinessStatusChange()

.NET
Go
Java
Python
TypeScript