interface GlobalAuroraConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.GlobalAuroraConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_GlobalAuroraConfigurationProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.GlobalAuroraConfigurationProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.GlobalAuroraConfigurationProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » GlobalAuroraConfigurationProperty |
Configuration for Amazon Aurora global databases used in a Region switch plan.
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 globalAuroraConfigurationProperty: arcregionswitch.CfnPlan.GlobalAuroraConfigurationProperty = {
behavior: 'behavior',
databaseClusterArns: ['databaseClusterArns'],
globalClusterIdentifier: 'globalClusterIdentifier',
// the properties below are optional
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
timeoutMinutes: 123,
ungraceful: {
ungraceful: 'ungraceful',
},
};
Properties
Name | Type | Description |
---|---|---|
behavior | string | The behavior for a global database, that is, only allow switchover or also allow failover. |
database | string[] | The database cluster Amazon Resource Names (ARNs) for a global database. |
global | string | The global cluster identifier for a global database. |
cross | string | The cross account role for the configuration. |
external | string | The external ID (secret key) for the configuration. |
timeout | number | The timeout value specified for the configuration. |
ungraceful? | IResolvable | Global | The settings for ungraceful execution. |
behavior
Type:
string
The behavior for a global database, that is, only allow switchover or also allow failover.
databaseClusterArns
Type:
string[]
The database cluster Amazon Resource Names (ARNs) for a global database.
globalClusterIdentifier
Type:
string
The global cluster identifier for a global database.
crossAccountRole?
Type:
string
(optional)
The cross account role for the configuration.
externalId?
Type:
string
(optional)
The external ID (secret key) for the configuration.
timeoutMinutes?
Type:
number
(optional, default: 60)
The timeout value specified for the configuration.
ungraceful?
Type:
IResolvable
|
Global
(optional)
The settings for ungraceful execution.