GlobalDatabaseNetworksProps
Properties for defining a GlobalDatabaseNetworks.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-globaldatabasenetworks
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb/datasource"
&datasource.GlobalDatabaseNetworksProps {
DbClusterId: interface{},
GdnId: interface{},
RefreshOptions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DbClusterId |
interface{} |
Property dbClusterId: The ID of the cluster. |
GdnId |
interface{} |
Property gdnId: The ID of the GDN. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
DbClusterIdOptional
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: The ID of the cluster.
GdnIdOptional
GdnId interface{}
- Type: interface{}
Property gdnId: The ID of the GDN.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.