DataSourcesProperty
Initializer
import { DataSourcesProperty } from '@alicloud/ros-cdk-paidlc'
const dataSourcesProperty: DataSourcesProperty = { ... }
Properties
| Name |
Type |
Description |
dataSourceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
mountPath |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dataSourceIdRequired
public readonly dataSourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
mountPathOptional
public readonly mountPath: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable