Skip to content

DatabasesProps

Properties for defining a Databases.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rds-databases

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new DatabasesProps {
    object DbInstanceId,
    object DbName = null,
    object DbStatus = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object Property dbInstanceId: The ID of the RDS instance.
DbName object Property dbName: The names of the databases whose information you want to query.
DbStatus object Property dbStatus: The status of the databases whose information you want to query.
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 RDS instance.


DbNameOptional

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

Property dbName: The names of the databases whose information you want to query.


DbStatusOptional

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

Property dbStatus: The status of the databases whose information you want to query.


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.