GlobalDatabaseNetworkProps
Properties for defining a GlobalDatabaseNetwork
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-globaldatabasenetwork
Initializer
import { GlobalDatabaseNetworkProps } from '@alicloud/ros-cdk-polardb'
const globalDatabaseNetworkProps: GlobalDatabaseNetworkProps = { ... }
Properties
Name | Type | Description |
---|---|---|
dbClusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbClusterId: The ID of the primary cluster. |
gdnDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property gdnDescription: The description of the GDN. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
dbClusterId
Required
public readonly dbClusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbClusterId: The ID of the primary cluster.
gdnDescription
Optional
public readonly gdnDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gdnDescription: The description of the GDN.
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The ID of the resource group.