Skip to content

GlobalDatabaseNetworkProps

Properties for defining a GlobalDatabaseNetwork.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-globaldatabasenetwork

Initializer

import ros_cdk_polardb
ros_cdk_polardb.GlobalDatabaseNetworkProps(
  db_cluster_id: typing.Union[str, IResolvable],
  gdn_description: typing.Union[str, IResolvable] = None,
  resource_group_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
db_cluster_id typing.Union[str, ros_cdk_core.IResolvable] Property dbClusterId: The ID of the primary cluster.
gdn_description typing.Union[str, ros_cdk_core.IResolvable] Property gdnDescription: The description of the GDN.
resource_group_id typing.Union[str, ros_cdk_core.IResolvable] Property resourceGroupId: The ID of the resource group.

db_cluster_idRequired

db_cluster_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dbClusterId: The ID of the primary cluster.


gdn_descriptionOptional

gdn_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property gdnDescription: The description of the GDN.


resource_group_idOptional

resource_group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property resourceGroupId: The ID of the resource group.