EtlProps
Properties for defining a Etl
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl
Initializer
import ros_cdk_sls
ros_cdk_sls.EtlProps(
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] |
Property configuration: The configuration of ETL task. |
display_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property displayName: ETL display name. |
name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property name: ETL name. |
project_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property projectName: Project name. |
schedule |
typing.Union[ros_cdk_core.IResolvable, ScheduleProperty] |
Property schedule: Task scheduling strategy. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: ETL description message. |
configuration
Required
configuration: typing.Union[IResolvable, ConfigurationProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ConfigurationProperty]
Property configuration: The configuration of ETL task.
display_name
Required
display_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property displayName: ETL display name.
name
Required
name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property name: ETL name.
project_name
Required
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property projectName: Project name.
schedule
Required
schedule: typing.Union[IResolvable, ScheduleProperty]
- Type: typing.Union[ros_cdk_core.IResolvable, ScheduleProperty]
Property schedule: Task scheduling strategy.
description
Optional
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property description: ETL description message.