Skip to content

DeliverTaskProps

Properties for defining a DeliverTask.

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

Initializer

import ros_cdk_arms
ros_cdk_arms.DeliverTaskProps(
  target_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, TargetListProperty]]],
  task_name: typing.Union[str, IResolvable],
  data_source_id: typing.Union[str, IResolvable] = None,
  data_source_name: typing.Union[str, IResolvable] = None,
  external_label: typing.Union[str, IResolvable] = None,
  filter_list: typing.Union[str, IResolvable] = None,
  filter_type: typing.Union[bool, IResolvable] = None,
  task_description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
target_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, TargetListProperty]]] Property targetList: The list of the target.
task_name typing.Union[str, ros_cdk_core.IResolvable] Property taskName: The name of the task.
data_source_id typing.Union[str, ros_cdk_core.IResolvable] Property dataSourceId: The ID of the data source.
data_source_name typing.Union[str, ros_cdk_core.IResolvable] Property dataSourceName: The name of the data source.
external_label typing.Union[str, ros_cdk_core.IResolvable] Property externalLabel: The external label of the task.
filter_list typing.Union[str, ros_cdk_core.IResolvable] Property filterList: Set metrics to filter, support for regular expressions, multiple line breaks, and multiple conditions to deliver.
filter_type typing.Union[bool, ros_cdk_core.IResolvable] Property filterType: Whether the data filtering adopts the whitelist mechanism.
task_description typing.Union[str, ros_cdk_core.IResolvable] Property taskDescription: The description of the task.

target_listRequired

target_list: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, TargetListProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, TargetListProperty]]]

Property targetList: The list of the target.


task_nameRequired

task_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property taskName: The name of the task.


data_source_idOptional

data_source_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dataSourceId: The ID of the data source.


data_source_nameOptional

data_source_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dataSourceName: The name of the data source.


external_labelOptional

external_label: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property externalLabel: The external label of the task.


filter_listOptional

filter_list: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


filter_typeOptional

filter_type: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

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

Default value: true.


task_descriptionOptional

task_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property taskDescription: The description of the task.