Skip to content

DrdsInstanceProps

Properties for defining a DrdsInstance.

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

Initializer

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

Properties

Name Type Description
DrdsInstanceId object Property drdsInstanceId: The ID of the Drds instance.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DrdsInstanceIdRequired

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

Property drdsInstanceId: The ID of the Drds 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.