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. |
Configuration
Required
Configuration interface{}
- Type: interface{}
DisplayName
Required
DisplayName interface{}
- Type: interface{}
Name
Required
Name interface{}
- Type: interface{}
ProjectName
Required
ProjectName interface{}
- Type: interface{}
Schedule
Required
Schedule interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}