interface GlobalAuroraUngracefulProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.GlobalAuroraUngracefulProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_GlobalAuroraUngracefulProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty |
TypeScript | aws-cdk-lib » aws_arcregionswitch » CfnPlan » GlobalAuroraUngracefulProperty |
Configuration for handling failures when performing operations on Aurora global databases.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const globalAuroraUngracefulProperty: arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty = {
ungraceful: 'ungraceful',
};
Properties
| Name | Type | Description |
|---|---|---|
| ungraceful? | string | The settings for ungraceful execution. |
ungraceful?
Type:
string
(optional)
The settings for ungraceful execution.

.NET
Go
Java
Python
TypeScript