interface GlobalAuroraUngracefulProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_GlobalAuroraUngracefulProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.GlobalAuroraUngracefulProperty |
![]() | 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.