EtlProps
Properties for defining a Etl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.EtlProps {
Configuration: interface{},
DisplayName: interface{},
Name: interface{},
ProjectName: interface{},
Schedule: interface{},
Description: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Configuration |
interface{} |
Property configuration: The configuration of ETL task. |
DisplayName |
interface{} |
Property displayName: ETL display name. |
Name |
interface{} |
Property name: ETL name. |
ProjectName |
interface{} |
Property projectName: Project name. |
Schedule |
interface{} |
Property schedule: Task scheduling strategy. |
Description |
interface{} |
Property description: ETL description message. |
ConfigurationRequired
Configuration interface{}
- Type: interface{}
Property configuration: The configuration of ETL task.
DisplayNameRequired
DisplayName interface{}
- Type: interface{}
Property displayName: ETL display name.
NameRequired
Name interface{}
- Type: interface{}
Property name: ETL name.
ProjectNameRequired
ProjectName interface{}
- Type: interface{}
Property projectName: Project name.
ScheduleRequired
Schedule interface{}
- Type: interface{}
Property schedule: Task scheduling strategy.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: ETL description message.