Skip to content

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.

configurationRequired

configuration: typing.Union[IResolvable, ConfigurationProperty]

display_nameRequired

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

nameRequired

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

project_nameRequired

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

scheduleRequired

schedule: typing.Union[IResolvable, ScheduleProperty]

descriptionOptional

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