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. |
TargetList
Required
TargetList interface{}
- Type: interface{}
Property targetList: The list of the target.
TaskName
Required
TaskName interface{}
- Type: interface{}
Property taskName: The name of the task.
DataSourceId
Optional
DataSourceId interface{}
- Type: interface{}
Property dataSourceId: The ID of the data source.
DataSourceName
Optional
DataSourceName interface{}
- Type: interface{}
Property dataSourceName: The name of the data source.
ExternalLabel
Optional
ExternalLabel interface{}
- Type: interface{}
Property externalLabel: The external label of the task.
FilterList
Optional
FilterList interface{}
- Type: interface{}
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
FilterType
Optional
FilterType interface{}
- Type: interface{}
Property filterType: Whether the data filtering adopts the whitelist mechanism.
Default value: true.
TaskDescription
Optional
TaskDescription interface{}
- Type: interface{}
Property taskDescription: The description of the task.