Skip to content

DataSourcesProperty

Initializer

import ros_cdk_paidlc
ros_cdk_paidlc.RosJob.DataSourcesProperty(
  data_source_id: typing.Union[str, IResolvable],
  mount_path: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
data_source_id typing.Union[str, ros_cdk_core.IResolvable] No description.
mount_path typing.Union[str, ros_cdk_core.IResolvable] No description.

data_source_idRequired

data_source_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

mount_pathOptional

mount_path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]