Skip to content

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.

configurationRequired

configuration: typing.Union[IResolvable, ConfigurationProperty]

Property configuration: The configuration of ETL task.


display_nameRequired

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

Property displayName: ETL display name.


nameRequired

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

Property name: ETL name.


project_nameRequired

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

Property projectName: Project name.


scheduleRequired

schedule: typing.Union[IResolvable, ScheduleProperty]

Property schedule: Task scheduling strategy.


descriptionOptional

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

Property description: ETL description message.