Creates a global database network (GDN) for PolarDB.
Syntax
{
"Type": "ALIYUN::POLARDB::GlobalDatabaseNetwork",
"Properties": {
"ResourceGroupId": String,
"DbClusterId": String,
"GdnDescription": String
}
}
Properties
|
Property |
Type |
Required |
Editable |
Description |
Constraint |
|
ResourceGroupId |
String |
No |
Yes |
The ID of the resource group. |
None. |
|
DbClusterId |
String |
Yes |
No |
The ID of the primary cluster. |
None. |
|
GdnDescription |
String |
No |
Yes |
The description of the GDN. |
The description must meet the following requirements:
|
Return values
Fn::GetAtt
-
Connections: the connection information of the GDN.
-
DbClusters: the clusters included in the GDN.
-
DbVersion: the database engine version.
-
CreateTime: the time when the GDN was created.
-
GdnId: the ID of the GDN.
-
DbType: the database engine type.
-
GdnDescription: the description of the GDN.