alicloud.cms.HybridMonitorSlsTask
Explore with Pulumi AI
Provides a Cloud Monitor Service Hybrid Monitor Sls Task resource.
For information about Cloud Monitor Service Hybrid Monitor Sls Task and how to use it, see What is Hybrid Monitor Sls Task.
NOTE: Available since v1.179.0.
Create HybridMonitorSlsTask Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HybridMonitorSlsTask(name: string, args: HybridMonitorSlsTaskArgs, opts?: CustomResourceOptions);@overload
def HybridMonitorSlsTask(resource_name: str,
                         args: HybridMonitorSlsTaskArgs,
                         opts: Optional[ResourceOptions] = None)
@overload
def HybridMonitorSlsTask(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         collect_target_type: Optional[str] = None,
                         namespace: Optional[str] = None,
                         sls_process_config: Optional[HybridMonitorSlsTaskSlsProcessConfigArgs] = None,
                         task_name: Optional[str] = None,
                         attach_labels: Optional[Sequence[HybridMonitorSlsTaskAttachLabelArgs]] = None,
                         collect_interval: Optional[int] = None,
                         description: Optional[str] = None)func NewHybridMonitorSlsTask(ctx *Context, name string, args HybridMonitorSlsTaskArgs, opts ...ResourceOption) (*HybridMonitorSlsTask, error)public HybridMonitorSlsTask(string name, HybridMonitorSlsTaskArgs args, CustomResourceOptions? opts = null)
public HybridMonitorSlsTask(String name, HybridMonitorSlsTaskArgs args)
public HybridMonitorSlsTask(String name, HybridMonitorSlsTaskArgs args, CustomResourceOptions options)
type: alicloud:cms:HybridMonitorSlsTask
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
 - The unique name of the resource.
 - args HybridMonitorSlsTaskArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- resource_name str
 - The unique name of the resource.
 - args HybridMonitorSlsTaskArgs
 - The arguments to resource properties.
 - opts ResourceOptions
 - Bag of options to control resource's behavior.
 
- ctx Context
 - Context object for the current deployment.
 - name string
 - The unique name of the resource.
 - args HybridMonitorSlsTaskArgs
 - The arguments to resource properties.
 - opts ResourceOption
 - Bag of options to control resource's behavior.
 
- name string
 - The unique name of the resource.
 - args HybridMonitorSlsTaskArgs
 - The arguments to resource properties.
 - opts CustomResourceOptions
 - Bag of options to control resource's behavior.
 
- name String
 - The unique name of the resource.
 - args HybridMonitorSlsTaskArgs
 - The arguments to resource properties.
 - options CustomResourceOptions
 - Bag of options to control resource's behavior.
 
Constructor example
The following reference example uses placeholder values for all input properties.
var hybridMonitorSlsTaskResource = new AliCloud.Cms.HybridMonitorSlsTask("hybridMonitorSlsTaskResource", new()
{
    CollectTargetType = "string",
    Namespace = "string",
    SlsProcessConfig = new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigArgs
    {
        Expresses = new[]
        {
            new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigExpressArgs
            {
                Alias = "string",
                Express = "string",
            },
        },
        Filter = new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigFilterArgs
        {
            Filters = new[]
            {
                new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs
                {
                    Operator = "string",
                    SlsKeyName = "string",
                    Value = "string",
                },
            },
            Relation = "string",
        },
        GroupBies = new[]
        {
            new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigGroupByArgs
            {
                Alias = "string",
                SlsKeyName = "string",
            },
        },
        Statistics = new[]
        {
            new AliCloud.Cms.Inputs.HybridMonitorSlsTaskSlsProcessConfigStatisticArgs
            {
                Alias = "string",
                Function = "string",
                ParameterOne = "string",
                ParameterTwo = "string",
                SlsKeyName = "string",
            },
        },
    },
    TaskName = "string",
    AttachLabels = new[]
    {
        new AliCloud.Cms.Inputs.HybridMonitorSlsTaskAttachLabelArgs
        {
            Name = "string",
            Value = "string",
        },
    },
    CollectInterval = 0,
    Description = "string",
});
example, err := cms.NewHybridMonitorSlsTask(ctx, "hybridMonitorSlsTaskResource", &cms.HybridMonitorSlsTaskArgs{
	CollectTargetType: pulumi.String("string"),
	Namespace:         pulumi.String("string"),
	SlsProcessConfig: &cms.HybridMonitorSlsTaskSlsProcessConfigArgs{
		Expresses: cms.HybridMonitorSlsTaskSlsProcessConfigExpressArray{
			&cms.HybridMonitorSlsTaskSlsProcessConfigExpressArgs{
				Alias:   pulumi.String("string"),
				Express: pulumi.String("string"),
			},
		},
		Filter: &cms.HybridMonitorSlsTaskSlsProcessConfigFilterArgs{
			Filters: cms.HybridMonitorSlsTaskSlsProcessConfigFilterFilterArray{
				&cms.HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs{
					Operator:   pulumi.String("string"),
					SlsKeyName: pulumi.String("string"),
					Value:      pulumi.String("string"),
				},
			},
			Relation: pulumi.String("string"),
		},
		GroupBies: cms.HybridMonitorSlsTaskSlsProcessConfigGroupByArray{
			&cms.HybridMonitorSlsTaskSlsProcessConfigGroupByArgs{
				Alias:      pulumi.String("string"),
				SlsKeyName: pulumi.String("string"),
			},
		},
		Statistics: cms.HybridMonitorSlsTaskSlsProcessConfigStatisticArray{
			&cms.HybridMonitorSlsTaskSlsProcessConfigStatisticArgs{
				Alias:        pulumi.String("string"),
				Function:     pulumi.String("string"),
				ParameterOne: pulumi.String("string"),
				ParameterTwo: pulumi.String("string"),
				SlsKeyName:   pulumi.String("string"),
			},
		},
	},
	TaskName: pulumi.String("string"),
	AttachLabels: cms.HybridMonitorSlsTaskAttachLabelArray{
		&cms.HybridMonitorSlsTaskAttachLabelArgs{
			Name:  pulumi.String("string"),
			Value: pulumi.String("string"),
		},
	},
	CollectInterval: pulumi.Int(0),
	Description:     pulumi.String("string"),
})
var hybridMonitorSlsTaskResource = new HybridMonitorSlsTask("hybridMonitorSlsTaskResource", HybridMonitorSlsTaskArgs.builder()
    .collectTargetType("string")
    .namespace("string")
    .slsProcessConfig(HybridMonitorSlsTaskSlsProcessConfigArgs.builder()
        .expresses(HybridMonitorSlsTaskSlsProcessConfigExpressArgs.builder()
            .alias("string")
            .express("string")
            .build())
        .filter(HybridMonitorSlsTaskSlsProcessConfigFilterArgs.builder()
            .filters(HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs.builder()
                .operator("string")
                .slsKeyName("string")
                .value("string")
                .build())
            .relation("string")
            .build())
        .groupBies(HybridMonitorSlsTaskSlsProcessConfigGroupByArgs.builder()
            .alias("string")
            .slsKeyName("string")
            .build())
        .statistics(HybridMonitorSlsTaskSlsProcessConfigStatisticArgs.builder()
            .alias("string")
            .function("string")
            .parameterOne("string")
            .parameterTwo("string")
            .slsKeyName("string")
            .build())
        .build())
    .taskName("string")
    .attachLabels(HybridMonitorSlsTaskAttachLabelArgs.builder()
        .name("string")
        .value("string")
        .build())
    .collectInterval(0)
    .description("string")
    .build());
hybrid_monitor_sls_task_resource = alicloud.cms.HybridMonitorSlsTask("hybridMonitorSlsTaskResource",
    collect_target_type="string",
    namespace="string",
    sls_process_config=alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigArgs(
        expresses=[alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigExpressArgs(
            alias="string",
            express="string",
        )],
        filter=alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigFilterArgs(
            filters=[alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs(
                operator="string",
                sls_key_name="string",
                value="string",
            )],
            relation="string",
        ),
        group_bies=[alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigGroupByArgs(
            alias="string",
            sls_key_name="string",
        )],
        statistics=[alicloud.cms.HybridMonitorSlsTaskSlsProcessConfigStatisticArgs(
            alias="string",
            function="string",
            parameter_one="string",
            parameter_two="string",
            sls_key_name="string",
        )],
    ),
    task_name="string",
    attach_labels=[alicloud.cms.HybridMonitorSlsTaskAttachLabelArgs(
        name="string",
        value="string",
    )],
    collect_interval=0,
    description="string")
const hybridMonitorSlsTaskResource = new alicloud.cms.HybridMonitorSlsTask("hybridMonitorSlsTaskResource", {
    collectTargetType: "string",
    namespace: "string",
    slsProcessConfig: {
        expresses: [{
            alias: "string",
            express: "string",
        }],
        filter: {
            filters: [{
                operator: "string",
                slsKeyName: "string",
                value: "string",
            }],
            relation: "string",
        },
        groupBies: [{
            alias: "string",
            slsKeyName: "string",
        }],
        statistics: [{
            alias: "string",
            "function": "string",
            parameterOne: "string",
            parameterTwo: "string",
            slsKeyName: "string",
        }],
    },
    taskName: "string",
    attachLabels: [{
        name: "string",
        value: "string",
    }],
    collectInterval: 0,
    description: "string",
});
type: alicloud:cms:HybridMonitorSlsTask
properties:
    attachLabels:
        - name: string
          value: string
    collectInterval: 0
    collectTargetType: string
    description: string
    namespace: string
    slsProcessConfig:
        expresses:
            - alias: string
              express: string
        filter:
            filters:
                - operator: string
                  slsKeyName: string
                  value: string
            relation: string
        groupBies:
            - alias: string
              slsKeyName: string
        statistics:
            - alias: string
              function: string
              parameterOne: string
              parameterTwo: string
              slsKeyName: string
    taskName: string
HybridMonitorSlsTask Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The HybridMonitorSlsTask resource accepts the following input properties:
- Collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - Namespace string
 - The name of the namespace.
 - Sls
Process Pulumi.Config Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - Task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - Attach
Labels List<Pulumi.Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Attach Label>  - The label of the monitoring task. See 
attach_labelsbelow. - Collect
Interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - Description string
 - The description of the metric import task.
 
- Collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - Namespace string
 - The name of the namespace.
 - Sls
Process HybridConfig Monitor Sls Task Sls Process Config Args  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - Task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - Attach
Labels []HybridMonitor Sls Task Attach Label Args  - The label of the monitoring task. See 
attach_labelsbelow. - Collect
Interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - Description string
 - The description of the metric import task.
 
- collect
Target StringType  - The type of the collection target, enter the name of the Logstore group.
 - namespace String
 - The name of the namespace.
 - sls
Process HybridConfig Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name String - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - attach
Labels List<HybridMonitor Sls Task Attach Label>  - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval Integer - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - description String
 - The description of the metric import task.
 
- collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - namespace string
 - The name of the namespace.
 - sls
Process HybridConfig Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - attach
Labels HybridMonitor Sls Task Attach Label[]  - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval number - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - description string
 - The description of the metric import task.
 
- collect_
target_ strtype  - The type of the collection target, enter the name of the Logstore group.
 - namespace str
 - The name of the namespace.
 - sls_
process_ Hybridconfig Monitor Sls Task Sls Process Config Args  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task_
name str - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - attach_
labels Sequence[HybridMonitor Sls Task Attach Label Args]  - The label of the monitoring task. See 
attach_labelsbelow. - collect_
interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - description str
 - The description of the metric import task.
 
- collect
Target StringType  - The type of the collection target, enter the name of the Logstore group.
 - namespace String
 - The name of the namespace.
 - sls
Process Property MapConfig  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name String - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 - attach
Labels List<Property Map> - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval Number - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - description String
 - The description of the metric import task.
 
Outputs
All input properties are implicitly available as output properties. Additionally, the HybridMonitorSlsTask resource produces the following output properties:
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- Id string
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
- id string
 - The provider-assigned unique ID for this managed resource.
 
- id str
 - The provider-assigned unique ID for this managed resource.
 
- id String
 - The provider-assigned unique ID for this managed resource.
 
Look up Existing HybridMonitorSlsTask Resource
Get an existing HybridMonitorSlsTask resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: HybridMonitorSlsTaskState, opts?: CustomResourceOptions): HybridMonitorSlsTask@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        attach_labels: Optional[Sequence[HybridMonitorSlsTaskAttachLabelArgs]] = None,
        collect_interval: Optional[int] = None,
        collect_target_type: Optional[str] = None,
        description: Optional[str] = None,
        namespace: Optional[str] = None,
        sls_process_config: Optional[HybridMonitorSlsTaskSlsProcessConfigArgs] = None,
        task_name: Optional[str] = None) -> HybridMonitorSlsTaskfunc GetHybridMonitorSlsTask(ctx *Context, name string, id IDInput, state *HybridMonitorSlsTaskState, opts ...ResourceOption) (*HybridMonitorSlsTask, error)public static HybridMonitorSlsTask Get(string name, Input<string> id, HybridMonitorSlsTaskState? state, CustomResourceOptions? opts = null)public static HybridMonitorSlsTask get(String name, Output<String> id, HybridMonitorSlsTaskState state, CustomResourceOptions options)Resource lookup is not supported in YAML- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- resource_name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- name
 - The unique name of the resulting resource.
 - id
 - The unique provider ID of the resource to lookup.
 - state
 - Any extra arguments used during the lookup.
 - opts
 - A bag of options that control this resource's behavior.
 
- Attach
Labels List<Pulumi.Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Attach Label>  - The label of the monitoring task. See 
attach_labelsbelow. - Collect
Interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - Collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - Description string
 - The description of the metric import task.
 - Namespace string
 - The name of the namespace.
 - Sls
Process Pulumi.Config Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - Task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
- Attach
Labels []HybridMonitor Sls Task Attach Label Args  - The label of the monitoring task. See 
attach_labelsbelow. - Collect
Interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - Collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - Description string
 - The description of the metric import task.
 - Namespace string
 - The name of the namespace.
 - Sls
Process HybridConfig Monitor Sls Task Sls Process Config Args  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - Task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
- attach
Labels List<HybridMonitor Sls Task Attach Label>  - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval Integer - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - collect
Target StringType  - The type of the collection target, enter the name of the Logstore group.
 - description String
 - The description of the metric import task.
 - namespace String
 - The name of the namespace.
 - sls
Process HybridConfig Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name String - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
- attach
Labels HybridMonitor Sls Task Attach Label[]  - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval number - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - collect
Target stringType  - The type of the collection target, enter the name of the Logstore group.
 - description string
 - The description of the metric import task.
 - namespace string
 - The name of the namespace.
 - sls
Process HybridConfig Monitor Sls Task Sls Process Config  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name string - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
- attach_
labels Sequence[HybridMonitor Sls Task Attach Label Args]  - The label of the monitoring task. See 
attach_labelsbelow. - collect_
interval int - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - collect_
target_ strtype  - The type of the collection target, enter the name of the Logstore group.
 - description str
 - The description of the metric import task.
 - namespace str
 - The name of the namespace.
 - sls_
process_ Hybridconfig Monitor Sls Task Sls Process Config Args  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task_
name str - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
- attach
Labels List<Property Map> - The label of the monitoring task. See 
attach_labelsbelow. - collect
Interval Number - The interval at which metrics are collected. Valid values: 
15,60(default value). Unit: seconds. - collect
Target StringType  - The type of the collection target, enter the name of the Logstore group.
 - description String
 - The description of the metric import task.
 - namespace String
 - The name of the namespace.
 - sls
Process Property MapConfig  - The configurations of the logs that are imported from Log Service. See 
sls_process_configbelow. - task
Name String - The name of the metric import task, enter the name of the metric for logs imported from Log Service.
 
Supporting Types
HybridMonitorSlsTaskAttachLabel, HybridMonitorSlsTaskAttachLabelArgs            
HybridMonitorSlsTaskSlsProcessConfig, HybridMonitorSlsTaskSlsProcessConfigArgs              
- Expresses
List<Pulumi.
Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config Express>  - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - Filter
Pulumi.
Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config Filter  - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - Group
Bies List<Pulumi.Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config Group By>  - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - Statistics
List<Pulumi.
Ali Cloud. Cms. Inputs. Hybrid Monitor Sls Task Sls Process Config Statistic>  - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
- Expresses
[]Hybrid
Monitor Sls Task Sls Process Config Express  - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - Filter
Hybrid
Monitor Sls Task Sls Process Config Filter  - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - Group
Bies []HybridMonitor Sls Task Sls Process Config Group By  - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - Statistics
[]Hybrid
Monitor Sls Task Sls Process Config Statistic  - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
- expresses
List<Hybrid
Monitor Sls Task Sls Process Config Express>  - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - filter
Hybrid
Monitor Sls Task Sls Process Config Filter  - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - group
Bies List<HybridMonitor Sls Task Sls Process Config Group By>  - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - statistics
List<Hybrid
Monitor Sls Task Sls Process Config Statistic>  - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
- expresses
Hybrid
Monitor Sls Task Sls Process Config Express[]  - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - filter
Hybrid
Monitor Sls Task Sls Process Config Filter  - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - group
Bies HybridMonitor Sls Task Sls Process Config Group By[]  - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - statistics
Hybrid
Monitor Sls Task Sls Process Config Statistic[]  - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
- expresses
Sequence[Hybrid
Monitor Sls Task Sls Process Config Express]  - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - filter
Hybrid
Monitor Sls Task Sls Process Config Filter  - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - group_
bies Sequence[HybridMonitor Sls Task Sls Process Config Group By]  - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - statistics
Sequence[Hybrid
Monitor Sls Task Sls Process Config Statistic]  - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
- expresses List<Property Map>
 - The extended field that specifies the result of basic operations that are performed on aggregation results.
 - filter Property Map
 - The conditions that are used to filter logs imported from Log Service. See 
filterbelow. - group
Bies List<Property Map> - The dimension based on which data is aggregated. This parameter is equivalent to the GROUP BY clause in SQL. See 
group_bybelow. - statistics List<Property Map>
 - The method that is used to aggregate logs imported from Log Service. See 
statisticsbelow. 
HybridMonitorSlsTaskSlsProcessConfigExpress, HybridMonitorSlsTaskSlsProcessConfigExpressArgs                
HybridMonitorSlsTaskSlsProcessConfigFilter, HybridMonitorSlsTaskSlsProcessConfigFilterArgs                
HybridMonitorSlsTaskSlsProcessConfigFilterFilter, HybridMonitorSlsTaskSlsProcessConfigFilterFilterArgs                  
- Operator string
 - Sls
Key stringName  - Value string
 
- Operator string
 - Sls
Key stringName  - Value string
 
- operator String
 - sls
Key StringName  - value String
 
- operator string
 - sls
Key stringName  - value string
 
- operator str
 - sls_
key_ strname  - value str
 
- operator String
 - sls
Key StringName  - value String
 
HybridMonitorSlsTaskSlsProcessConfigGroupBy, HybridMonitorSlsTaskSlsProcessConfigGroupByArgs                  
- Alias string
 - Sls
Key stringName  
- Alias string
 - Sls
Key stringName  
- alias String
 - sls
Key StringName  
- alias string
 - sls
Key stringName  
- alias str
 - sls_
key_ strname  
- alias String
 - sls
Key StringName  
HybridMonitorSlsTaskSlsProcessConfigStatistic, HybridMonitorSlsTaskSlsProcessConfigStatisticArgs                
- Alias string
 - Function string
 - Parameter
One string - Parameter
Two string - Sls
Key stringName  
- Alias string
 - Function string
 - Parameter
One string - Parameter
Two string - Sls
Key stringName  
- alias String
 - function String
 - parameter
One String - parameter
Two String - sls
Key StringName  
- alias string
 - function string
 - parameter
One string - parameter
Two string - sls
Key stringName  
- alias str
 - function str
 - parameter_
one str - parameter_
two str - sls_
key_ strname  
- alias String
 - function String
 - parameter
One String - parameter
Two String - sls
Key StringName  
Import
Cloud Monitor Service Hybrid Monitor Sls Task can be imported using the id, e.g.
$ pulumi import alicloud:cms/hybridMonitorSlsTask:HybridMonitorSlsTask example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
 - Alibaba Cloud pulumi/pulumi-alicloud
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
alicloudTerraform Provider.