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. |
Configuration
Required
Configuration interface{}
- Type: interface{}
Property configuration: The configuration of ETL task.
DisplayName
Required
DisplayName interface{}
- Type: interface{}
Property displayName: ETL display name.
Name
Required
Name interface{}
- Type: interface{}
Property name: ETL name.
ProjectName
Required
ProjectName interface{}
- Type: interface{}
Property projectName: Project name.
Schedule
Required
Schedule interface{}
- Type: interface{}
Property schedule: Task scheduling strategy.
Description
Optional
Description interface{}
- Type: interface{}
Property description: ETL description message.