Skip to content

DrdsDBProps

Properties for defining a DrdsDB.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-drdsdb

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new DrdsDBProps {
    object DrdsDatabaseName,
    object RefreshOptions = null
};

Properties

Name Type Description
DrdsDatabaseName object Property drdsDatabaseName: The name of the Drds database.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DrdsDatabaseNameRequired

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

Property drdsDatabaseName: The name of the Drds database.


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.