DeliverTaskProps
Properties for defining a DeliverTask.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-delivertask
Initializer
import { DeliverTaskProps } from '@alicloud/ros-cdk-arms'
const deliverTaskProps: DeliverTaskProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
targetList |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | TargetListProperty[] |
Property targetList: The list of the target. |
taskName |
string | @alicloud/ros-cdk-core.IResolvable |
Property taskName: The name of the task. |
dataSourceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dataSourceId: The ID of the data source. |
dataSourceName |
string | @alicloud/ros-cdk-core.IResolvable |
Property dataSourceName: The name of the data source. |
externalLabel |
string | @alicloud/ros-cdk-core.IResolvable |
Property externalLabel: The external label of the task. |
filterList |
string | @alicloud/ros-cdk-core.IResolvable |
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver. |
filterType |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property filterType: Whether the data filtering adopts the whitelist mechanism. |
taskDescription |
string | @alicloud/ros-cdk-core.IResolvable |
Property taskDescription: The description of the task. |
targetListRequired
public readonly targetList: IResolvable | IResolvable | TargetListProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | TargetListProperty[]
Property targetList: The list of the target.
taskNameRequired
public readonly taskName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property taskName: The name of the task.
dataSourceIdOptional
public readonly dataSourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceId: The ID of the data source.
dataSourceNameOptional
public readonly dataSourceName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceName: The name of the data source.
externalLabelOptional
public readonly externalLabel: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property externalLabel: The external label of the task.
filterListOptional
public readonly filterList: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
filterTypeOptional
public readonly filterType: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property filterType: Whether the data filtering adopts the whitelist mechanism.
Default value: true.
taskDescriptionOptional
public readonly taskDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property taskDescription: The description of the task.