DeliverTaskProps
Properties for defining a DeliverTask
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-delivertask
Initializer
import com.aliyun.ros.cdk.arms.DeliverTaskProps;
DeliverTaskProps.builder()
.targetList(IResolvable)
.targetList(java.util.List<IResolvable)
.targetList(TargetListProperty>)
.taskName(java.lang.String)
.taskName(IResolvable)
// .dataSourceId(java.lang.String)
// .dataSourceId(IResolvable)
// .dataSourceName(java.lang.String)
// .dataSourceName(IResolvable)
// .externalLabel(java.lang.String)
// .externalLabel(IResolvable)
// .filterList(java.lang.String)
// .filterList(IResolvable)
// .filterType(java.lang.Boolean)
// .filterType(IResolvable)
// .taskDescription(java.lang.String)
// .taskDescription(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
targetList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property targetList: The list of the target. |
taskName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property taskName: The name of the task. |
dataSourceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dataSourceId: The ID of the data source. |
dataSourceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dataSourceName: The name of the data source. |
externalLabel |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property externalLabel: The external label of the task. |
filterList |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver. |
filterType |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property filterType: Whether the data filtering adopts the whitelist mechanism. |
taskDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property taskDescription: The description of the task. |
targetList
Required
public java.lang.Object getTargetList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
TargetListProperty>
Property targetList: The list of the target.
taskName
Required
public java.lang.Object getTaskName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property taskName: The name of the task.
dataSourceId
Optional
public java.lang.Object getDataSourceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dataSourceId: The ID of the data source.
dataSourceName
Optional
public java.lang.Object getDataSourceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dataSourceName: The name of the data source.
externalLabel
Optional
public java.lang.Object getExternalLabel();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property externalLabel: The external label of the task.
filterList
Optional
public java.lang.Object getFilterList();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
filterType
Optional
public java.lang.Object getFilterType();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property filterType: Whether the data filtering adopts the whitelist mechanism.
Default value: true.
taskDescription
Optional
public java.lang.Object getTaskDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property taskDescription: The description of the task.