Skip to content

DeliverTaskProps

Properties for defining a DeliverTask.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.DeliverTaskProps {
    TargetList: interface{},
    TaskName: interface{},
    DataSourceId: interface{},
    DataSourceName: interface{},
    ExternalLabel: interface{},
    FilterList: interface{},
    FilterType: interface{},
    TaskDescription: interface{},
}

Properties

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

TargetListRequired

TargetList interface{}
  • Type: interface{}

Property targetList: The list of the target.


TaskNameRequired

TaskName interface{}
  • Type: interface{}

Property taskName: The name of the task.


DataSourceIdOptional

DataSourceId interface{}
  • Type: interface{}

Property dataSourceId: The ID of the data source.


DataSourceNameOptional

DataSourceName interface{}
  • Type: interface{}

Property dataSourceName: The name of the data source.


ExternalLabelOptional

ExternalLabel interface{}
  • Type: interface{}

Property externalLabel: The external label of the task.


FilterListOptional

FilterList interface{}
  • Type: interface{}

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


FilterTypeOptional

FilterType interface{}
  • Type: interface{}

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

Default value: true.


TaskDescriptionOptional

TaskDescription interface{}
  • Type: interface{}

Property taskDescription: The description of the task.