RosEtlProps
Properties for defining a RosEtl.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-etl
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new RosEtlProps {
object Configuration,
object DisplayName,
object Name,
object ProjectName,
object Schedule,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
Configuration |
object |
No description. |
DisplayName |
object |
No description. |
Name |
object |
No description. |
ProjectName |
object |
No description. |
Schedule |
object |
No description. |
Description |
object |
No description. |
ConfigurationRequired
public object Configuration { get; set; }
- Type: object
DisplayNameRequired
public object DisplayName { get; set; }
- Type: object
NameRequired
public object Name { get; set; }
- Type: object
ProjectNameRequired
public object ProjectName { get; set; }
- Type: object
ScheduleRequired
public object Schedule { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object