Skip to content

DatabaseProps

Properties for defining a Database.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardbx-database

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardbx;
new DatabaseProps {
    object DbInstanceId,
    object PolarDbxDatabaseName,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object Property dbInstanceId: The ID of the PolarDB-X 2.0 instance.
PolarDbxDatabaseName object Property polarDbxDatabaseName: The name of the PolarDB-X 2.0 instance.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DbInstanceIdRequired

public object DbInstanceId { get; set; }
  • Type: object

Property dbInstanceId: The ID of the PolarDB-X 2.0 instance.


PolarDbxDatabaseNameRequired

public object PolarDbxDatabaseName { get; set; }
  • Type: object

Property polarDbxDatabaseName: The name of the PolarDB-X 2.0 instance.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.