RosEtlProps
Properties for defining a RosEtl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl
Initializer
import ros_cdk_sls
ros_cdk_sls.RosEtlProps(
configuration: typing.Union[IResolvable, ConfigurationProperty],
display_name: typing.Union[str, IResolvable],
name: typing.Union[str, IResolvable],
project_name: typing.Union[str, IResolvable],
schedule: typing.Union[IResolvable, ScheduleProperty],
description: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
configuration |
typing.Union[ros_cdk_core.IResolvable, ConfigurationProperty] |
No description. |
display_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
schedule |
typing.Union[ros_cdk_core.IResolvable, ScheduleProperty] |
No description. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
No description. |
configuration
Required
configuration: typing.Union[IResolvable, ConfigurationProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ConfigurationProperty]
display_name
Required
display_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
project_name
Required
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
schedule
Required
schedule: typing.Union[IResolvable, ScheduleProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ScheduleProperty]
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]