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. |
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: The ID of the RDS instance.
DbName
Optional
public object DbName { get; set; }
- Type: object
Property dbName: The names of the databases whose information you want to query.
DbStatus
Optional
public object DbStatus { get; set; }
- Type: object
Property dbStatus: The status of the databases whose information you want to query.
RefreshOptions
Optional
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.