TablesProps
Properties for defining a Tables.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ots-tables
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots/datasource"
&datasource.TablesProps {
InstanceName: interface{},
RefreshOptions: interface{},
TableName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
InstanceName |
interface{} |
Property instanceName: The name of the instance to which the table belongs. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
TableName |
interface{} |
Property tableName: The name of table. |
InstanceNameRequired
InstanceName interface{}
- Type: interface{}
Property instanceName: The name of the instance to which the table belongs.
RefreshOptionsOptional
RefreshOptions interface{}
- Type: interface{}
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
TableName interface{}
- Type: interface{}
Property tableName: The name of table.