RosProjectProps
Properties for defining a RosProject.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-sls-project
Initializer
import { datasource } from '@alicloud/ros-cdk-sls'
const rosProjectProps: datasource.RosProjectProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
projectName |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
projectNameRequired
public readonly projectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptionsOptional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable