Skip to content

EtlProps

Properties for defining a Etl.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl

Initializer

import com.aliyun.ros.cdk.sls.EtlProps;
EtlProps.builder()
    .configuration(IResolvable)
    .configuration(ConfigurationProperty)
    .displayName(java.lang.String)
    .displayName(IResolvable)
    .name(java.lang.String)
    .name(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
    .schedule(IResolvable)
    .schedule(ScheduleProperty)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
configuration com.aliyun.ros.cdk.core.IResolvable OR ConfigurationProperty Property configuration: The configuration of ETL task.
displayName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property displayName: ETL display name.
name java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property name: ETL name.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: Project name.
schedule com.aliyun.ros.cdk.core.IResolvable OR ScheduleProperty Property schedule: Task scheduling strategy.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: ETL description message.

configurationRequired

public java.lang.Object getConfiguration();

Property configuration: The configuration of ETL task.


displayNameRequired

public java.lang.Object getDisplayName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property displayName: ETL display name.


nameRequired

public java.lang.Object getName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property name: ETL name.


projectNameRequired

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectName: Project name.


scheduleRequired

public java.lang.Object getSchedule();

Property schedule: Task scheduling strategy.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: ETL description message.