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. |
targetList
Required
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.
taskName
Required
public readonly taskName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property taskName: The name of the task.
dataSourceId
Optional
public readonly dataSourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceId: The ID of the data source.
dataSourceName
Optional
public readonly dataSourceName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dataSourceName: The name of the data source.
externalLabel
Optional
public readonly externalLabel: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property externalLabel: The external label of the task.
filterList
Optional
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.
filterType
Optional
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.
taskDescription
Optional
public readonly taskDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property taskDescription: The description of the task.