RosEtlProps
Properties for defining a RosEtl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosEtlProps {
Configuration: interface{},
DisplayName: interface{},
Name: interface{},
ProjectName: interface{},
Schedule: interface{},
Description: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Configuration |
interface{} |
No description. |
DisplayName |
interface{} |
No description. |
Name |
interface{} |
No description. |
ProjectName |
interface{} |
No description. |
Schedule |
interface{} |
No description. |
Description |
interface{} |
No description. |
ConfigurationRequired
Configuration interface{}
- Type: interface{}
DisplayNameRequired
DisplayName interface{}
- Type: interface{}
NameRequired
Name interface{}
- Type: interface{}
ProjectNameRequired
ProjectName interface{}
- Type: interface{}
ScheduleRequired
Schedule interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}