Skip to content

DeliverTaskProps

Properties for defining a DeliverTask.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-delivertask

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new DeliverTaskProps {
    object TargetList,
    object TaskName,
    object DataSourceId = null,
    object DataSourceName = null,
    object ExternalLabel = null,
    object FilterList = null,
    object FilterType = null,
    object TaskDescription = null
};

Properties

Name Type Description
TargetList object Property targetList: The list of the target.
TaskName object Property taskName: The name of the task.
DataSourceId object Property dataSourceId: The ID of the data source.
DataSourceName object Property dataSourceName: The name of the data source.
ExternalLabel object Property externalLabel: The external label of the task.
FilterList object Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
FilterType object Property filterType: Whether the data filtering adopts the whitelist mechanism.
TaskDescription object Property taskDescription: The description of the task.

TargetListRequired

public object TargetList { get; set; }
  • Type: object

Property targetList: The list of the target.


TaskNameRequired

public object TaskName { get; set; }
  • Type: object

Property taskName: The name of the task.


DataSourceIdOptional

public object DataSourceId { get; set; }
  • Type: object

Property dataSourceId: The ID of the data source.


DataSourceNameOptional

public object DataSourceName { get; set; }
  • Type: object

Property dataSourceName: The name of the data source.


ExternalLabelOptional

public object ExternalLabel { get; set; }
  • Type: object

Property externalLabel: The external label of the task.


FilterListOptional

public object FilterList { get; set; }
  • Type: object

Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.


FilterTypeOptional

public object FilterType { get; set; }
  • Type: object

Property filterType: Whether the data filtering adopts the whitelist mechanism.

Default value: true.


TaskDescriptionOptional

public object TaskDescription { get; set; }
  • Type: object

Property taskDescription: The description of the task.