Skip to content

TablesProps

Properties for defining a Tables.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ots-tables

Initializer

import { datasource } from '@alicloud/ros-cdk-ots'
const tablesProps: datasource.TablesProps = { ... }

Properties

Name Type Description
instanceName string | @alicloud/ros-cdk-core.IResolvable Property instanceName: The name of the instance to which the table belongs.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
tableName string | @alicloud/ros-cdk-core.IResolvable Property tableName: The name of table.

instanceNameRequired

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

Property instanceName: The name of the instance to which the table belongs.


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.


tableNameOptional

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

Property tableName: The name of table.