Skip to content

DrdsDBProps

Properties for defining a DrdsDB.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-drds'
const drdsDBProps: datasource.DrdsDBProps = { ... }

Properties

Name Type Description
drdsDatabaseName string | @alicloud/ros-cdk-core.IResolvable Property drdsDatabaseName: The name of the Drds database.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

drdsDatabaseNameRequired

public readonly drdsDatabaseName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property drdsDatabaseName: The name of the Drds database.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.