1. Packages
  2. Dynatrace
  3. API Docs
  4. OpenpipelineV2SystemEventsPipelines
Dynatrace v0.32.0 published on Monday, Sep 29, 2025 by Pulumiverse

dynatrace.OpenpipelineV2SystemEventsPipelines

Deploy with Pulumi
dynatrace logo
Dynatrace v0.32.0 published on Monday, Sep 29, 2025 by Pulumiverse

    Create OpenpipelineV2SystemEventsPipelines Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OpenpipelineV2SystemEventsPipelines(name: string, args: OpenpipelineV2SystemEventsPipelinesArgs, opts?: CustomResourceOptions);
    @overload
    def OpenpipelineV2SystemEventsPipelines(resource_name: str,
                                            args: OpenpipelineV2SystemEventsPipelinesArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpenpipelineV2SystemEventsPipelines(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            cost_allocation: Optional[OpenpipelineV2SystemEventsPipelinesCostAllocationArgs] = None,
                                            custom_id: Optional[str] = None,
                                            data_extraction: Optional[OpenpipelineV2SystemEventsPipelinesDataExtractionArgs] = None,
                                            davis: Optional[OpenpipelineV2SystemEventsPipelinesDavisArgs] = None,
                                            display_name: Optional[str] = None,
                                            metric_extraction: Optional[OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs] = None,
                                            processing: Optional[OpenpipelineV2SystemEventsPipelinesProcessingArgs] = None,
                                            product_allocation: Optional[OpenpipelineV2SystemEventsPipelinesProductAllocationArgs] = None,
                                            security_context: Optional[OpenpipelineV2SystemEventsPipelinesSecurityContextArgs] = None,
                                            storage: Optional[OpenpipelineV2SystemEventsPipelinesStorageArgs] = None)
    func NewOpenpipelineV2SystemEventsPipelines(ctx *Context, name string, args OpenpipelineV2SystemEventsPipelinesArgs, opts ...ResourceOption) (*OpenpipelineV2SystemEventsPipelines, error)
    public OpenpipelineV2SystemEventsPipelines(string name, OpenpipelineV2SystemEventsPipelinesArgs args, CustomResourceOptions? opts = null)
    public OpenpipelineV2SystemEventsPipelines(String name, OpenpipelineV2SystemEventsPipelinesArgs args)
    public OpenpipelineV2SystemEventsPipelines(String name, OpenpipelineV2SystemEventsPipelinesArgs args, CustomResourceOptions options)
    
    type: dynatrace:OpenpipelineV2SystemEventsPipelines
    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 OpenpipelineV2SystemEventsPipelinesArgs
    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 OpenpipelineV2SystemEventsPipelinesArgs
    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 OpenpipelineV2SystemEventsPipelinesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpenpipelineV2SystemEventsPipelinesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpenpipelineV2SystemEventsPipelinesArgs
    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 openpipelineV2SystemEventsPipelinesResource = new Dynatrace.OpenpipelineV2SystemEventsPipelines("openpipelineV2SystemEventsPipelinesResource", new()
    {
        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        CustomId = "string",
        DataExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        DisplayName = "string",
        MetricExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        Processing = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
        Storage = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageArgs
        {
            Processors = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsArgs
            {
                Processors = new[]
                {
                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorArgs
                    {
                        Description = "string",
                        Type = "string",
                        Id = "string",
                        Enabled = false,
                        HistogramMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        BucketAssignment = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignmentArgs
                        {
                            BucketName = "string",
                        },
                        CounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricArgs
                        {
                            MetricKey = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                        Dql = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDqlArgs
                        {
                            Script = "string",
                        },
                        CostAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        FieldsAdd = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        FieldsRemove = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemoveArgs
                        {
                            Fields = new[]
                            {
                                "string",
                            },
                        },
                        FieldsRename = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameArgs
                        {
                            Fields = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsArgs
                            {
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                            },
                        },
                        AzureLogForwarding = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            ForwarderConfigId = "string",
                        },
                        Davis = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisArgs
                        {
                            Properties = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesArgs
                            {
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                            },
                        },
                        Matcher = "string",
                        ProductAllocation = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SampleData = "string",
                        SamplingAwareCounterMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricArgs
                        {
                            MetricKey = "string",
                            Aggregation = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Sampling = "string",
                        },
                        SamplingAwareValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricArgs
                        {
                            Measurement = "string",
                            MetricKey = "string",
                            Aggregation = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                            Field = "string",
                            Sampling = "string",
                        },
                        SecurityContext = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextArgs
                        {
                            Value = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        SecurityEvent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventArgs
                        {
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                        },
                        Technology = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnologyArgs
                        {
                            TechnologyId = "string",
                            CustomMatcher = "string",
                        },
                        Bizevent = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventArgs
                        {
                            EventProvider = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                            FieldExtraction = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionArgs
                            {
                                Type = "string",
                                Excludes = new[]
                                {
                                    "string",
                                },
                                Include = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeArgs
                                {
                                    Dimensions = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs
                                        {
                                            SourceFieldName = "string",
                                            DefaultValue = "string",
                                            DestinationFieldName = "string",
                                        },
                                    },
                                },
                            },
                            EventType = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeArgs
                            {
                                Type = "string",
                                Constant = "string",
                                Field = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeFieldArgs
                                {
                                    SourceFieldName = "string",
                                    DefaultValue = "string",
                                },
                                MultiValueConstants = new[]
                                {
                                    "string",
                                },
                            },
                        },
                        ValueMetric = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricArgs
                        {
                            Field = "string",
                            MetricKey = "string",
                            DefaultValue = "string",
                            Dimensions = new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsArgs
                            {
                                Dimensions = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimensionArgs
                                    {
                                        SourceFieldName = "string",
                                        DefaultValue = "string",
                                        DestinationFieldName = "string",
                                    },
                                },
                            },
                        },
                    },
                },
            },
        },
    });
    
    example, err := dynatrace.NewOpenpipelineV2SystemEventsPipelines(ctx, "openpipelineV2SystemEventsPipelinesResource", &dynatrace.OpenpipelineV2SystemEventsPipelinesArgs{
    	CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	CustomId: pulumi.String("string"),
    	DataExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	DisplayName: pulumi.String("string"),
    	MetricExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Processing: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Storage: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageArgs{
    		Processors: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsArgs{
    			Processors: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorArray{
    				&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorArgs{
    					Description: pulumi.String("string"),
    					Type:        pulumi.String("string"),
    					Id:          pulumi.String("string"),
    					Enabled:     pulumi.Bool(false),
    					HistogramMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricArgs{
    						Field:     pulumi.String("string"),
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					BucketAssignment: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignmentArgs{
    						BucketName: pulumi.String("string"),
    					},
    					CounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricArgs{
    						MetricKey: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Dql: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDqlArgs{
    						Script: pulumi.String("string"),
    					},
    					CostAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					FieldsAdd: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsFieldArgs{
    									Name:  pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					FieldsRemove: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemoveArgs{
    						Fields: pulumi.StringArray{
    							pulumi.String("string"),
    						},
    					},
    					FieldsRename: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameArgs{
    						Fields: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsArgs{
    							Fields: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsFieldArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsFieldArgs{
    									FromName: pulumi.String("string"),
    									ToName:   pulumi.String("string"),
    								},
    							},
    						},
    					},
    					AzureLogForwarding: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						ForwarderConfigId: pulumi.String("string"),
    					},
    					Davis: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisArgs{
    						Properties: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesArgs{
    							Properties: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesPropertyArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesPropertyArgs{
    									Key:   pulumi.String("string"),
    									Value: pulumi.String("string"),
    								},
    							},
    						},
    					},
    					Matcher: pulumi.String("string"),
    					ProductAllocation: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SampleData: pulumi.String("string"),
    					SamplingAwareCounterMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricArgs{
    						MetricKey:   pulumi.String("string"),
    						Aggregation: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Sampling: pulumi.String("string"),
    					},
    					SamplingAwareValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricArgs{
    						Measurement:  pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						Aggregation:  pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    						Field:    pulumi.String("string"),
    						Sampling: pulumi.String("string"),
    					},
    					SecurityContext: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextArgs{
    						Value: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					SecurityEvent: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventArgs{
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    					},
    					Technology: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnologyArgs{
    						TechnologyId:  pulumi.String("string"),
    						CustomMatcher: pulumi.String("string"),
    					},
    					Bizevent: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventArgs{
    						EventProvider: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    						FieldExtraction: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionArgs{
    							Type: pulumi.String("string"),
    							Excludes: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    							Include: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeArgs{
    								Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimensionArray{
    									&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs{
    										SourceFieldName:      pulumi.String("string"),
    										DefaultValue:         pulumi.String("string"),
    										DestinationFieldName: pulumi.String("string"),
    									},
    								},
    							},
    						},
    						EventType: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeArgs{
    							Type:     pulumi.String("string"),
    							Constant: pulumi.String("string"),
    							Field: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeFieldArgs{
    								SourceFieldName: pulumi.String("string"),
    								DefaultValue:    pulumi.String("string"),
    							},
    							MultiValueConstants: pulumi.StringArray{
    								pulumi.String("string"),
    							},
    						},
    					},
    					ValueMetric: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricArgs{
    						Field:        pulumi.String("string"),
    						MetricKey:    pulumi.String("string"),
    						DefaultValue: pulumi.String("string"),
    						Dimensions: &dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsArgs{
    							Dimensions: dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimensionArray{
    								&dynatrace.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimensionArgs{
    									SourceFieldName:      pulumi.String("string"),
    									DefaultValue:         pulumi.String("string"),
    									DestinationFieldName: pulumi.String("string"),
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    })
    
    var openpipelineV2SystemEventsPipelinesResource = new OpenpipelineV2SystemEventsPipelines("openpipelineV2SystemEventsPipelinesResource", OpenpipelineV2SystemEventsPipelinesArgs.builder()
        .costAllocation(OpenpipelineV2SystemEventsPipelinesCostAllocationArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .customId("string")
        .dataExtraction(OpenpipelineV2SystemEventsPipelinesDataExtractionArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .davis(OpenpipelineV2SystemEventsPipelinesDavisArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesDavisProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .displayName("string")
        .metricExtraction(OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .processing(OpenpipelineV2SystemEventsPipelinesProcessingArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .productAllocation(OpenpipelineV2SystemEventsPipelinesProductAllocationArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .securityContext(OpenpipelineV2SystemEventsPipelinesSecurityContextArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .storage(OpenpipelineV2SystemEventsPipelinesStorageArgs.builder()
            .processors(OpenpipelineV2SystemEventsPipelinesStorageProcessorsArgs.builder()
                .processors(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorArgs.builder()
                    .description("string")
                    .type("string")
                    .id("string")
                    .enabled(false)
                    .histogramMetric(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .bucketAssignment(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignmentArgs.builder()
                        .bucketName("string")
                        .build())
                    .counterMetric(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricArgs.builder()
                        .metricKey("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .dql(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDqlArgs.builder()
                        .script("string")
                        .build())
                    .costAllocation(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .fieldsAdd(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .fieldsRemove(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemoveArgs.builder()
                        .fields("string")
                        .build())
                    .fieldsRename(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameArgs.builder()
                        .fields(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsArgs.builder()
                            .fields(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .build())
                        .build())
                    .azureLogForwarding(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .forwarderConfigId("string")
                        .build())
                    .davis(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisArgs.builder()
                        .properties(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesArgs.builder()
                            .properties(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .build())
                        .build())
                    .matcher("string")
                    .productAllocation(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .sampleData("string")
                    .samplingAwareCounterMetric(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricArgs.builder()
                        .metricKey("string")
                        .aggregation("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .sampling("string")
                        .build())
                    .samplingAwareValueMetric(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricArgs.builder()
                        .measurement("string")
                        .metricKey("string")
                        .aggregation("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .field("string")
                        .sampling("string")
                        .build())
                    .securityContext(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextArgs.builder()
                        .value(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .securityEvent(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventArgs.builder()
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .build())
                    .technology(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnologyArgs.builder()
                        .technologyId("string")
                        .customMatcher("string")
                        .build())
                    .bizevent(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventArgs.builder()
                        .eventProvider(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .fieldExtraction(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionArgs.builder()
                            .type("string")
                            .excludes("string")
                            .include(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeArgs.builder()
                                .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs.builder()
                                    .sourceFieldName("string")
                                    .defaultValue("string")
                                    .destinationFieldName("string")
                                    .build())
                                .build())
                            .build())
                        .eventType(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeFieldArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .build())
                            .multiValueConstants("string")
                            .build())
                        .build())
                    .valueMetric(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricArgs.builder()
                        .field("string")
                        .metricKey("string")
                        .defaultValue("string")
                        .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsArgs.builder()
                            .dimensions(OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimensionArgs.builder()
                                .sourceFieldName("string")
                                .defaultValue("string")
                                .destinationFieldName("string")
                                .build())
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .build());
    
    openpipeline_v2_system_events_pipelines_resource = dynatrace.OpenpipelineV2SystemEventsPipelines("openpipelineV2SystemEventsPipelinesResource",
        cost_allocation={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        custom_id="string",
        data_extraction={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        davis={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        display_name="string",
        metric_extraction={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        processing={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        product_allocation={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        security_context={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        },
        storage={
            "processors": {
                "processors": [{
                    "description": "string",
                    "type": "string",
                    "id": "string",
                    "enabled": False,
                    "histogram_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "bucket_assignment": {
                        "bucket_name": "string",
                    },
                    "counter_metric": {
                        "metric_key": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                    "dql": {
                        "script": "string",
                    },
                    "cost_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "fields_add": {
                        "fields": {
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "fields_remove": {
                        "fields": ["string"],
                    },
                    "fields_rename": {
                        "fields": {
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                        },
                    },
                    "azure_log_forwarding": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "forwarder_config_id": "string",
                    },
                    "davis": {
                        "properties": {
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                        },
                    },
                    "matcher": "string",
                    "product_allocation": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "sample_data": "string",
                    "sampling_aware_counter_metric": {
                        "metric_key": "string",
                        "aggregation": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "sampling": "string",
                    },
                    "sampling_aware_value_metric": {
                        "measurement": "string",
                        "metric_key": "string",
                        "aggregation": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                        "field": "string",
                        "sampling": "string",
                    },
                    "security_context": {
                        "value": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "security_event": {
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                    },
                    "technology": {
                        "technology_id": "string",
                        "custom_matcher": "string",
                    },
                    "bizevent": {
                        "event_provider": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                        "field_extraction": {
                            "type": "string",
                            "excludes": ["string"],
                            "include": {
                                "dimensions": [{
                                    "source_field_name": "string",
                                    "default_value": "string",
                                    "destination_field_name": "string",
                                }],
                            },
                        },
                        "event_type": {
                            "type": "string",
                            "constant": "string",
                            "field": {
                                "source_field_name": "string",
                                "default_value": "string",
                            },
                            "multi_value_constants": ["string"],
                        },
                    },
                    "value_metric": {
                        "field": "string",
                        "metric_key": "string",
                        "default_value": "string",
                        "dimensions": {
                            "dimensions": [{
                                "source_field_name": "string",
                                "default_value": "string",
                                "destination_field_name": "string",
                            }],
                        },
                    },
                }],
            },
        })
    
    const openpipelineV2SystemEventsPipelinesResource = new dynatrace.OpenpipelineV2SystemEventsPipelines("openpipelineV2SystemEventsPipelinesResource", {
        costAllocation: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        customId: "string",
        dataExtraction: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        davis: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        displayName: "string",
        metricExtraction: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        processing: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        productAllocation: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        securityContext: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
        storage: {
            processors: {
                processors: [{
                    description: "string",
                    type: "string",
                    id: "string",
                    enabled: false,
                    histogramMetric: {
                        field: "string",
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    bucketAssignment: {
                        bucketName: "string",
                    },
                    counterMetric: {
                        metricKey: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                    dql: {
                        script: "string",
                    },
                    costAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    fieldsAdd: {
                        fields: {
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                        },
                    },
                    fieldsRemove: {
                        fields: ["string"],
                    },
                    fieldsRename: {
                        fields: {
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                        },
                    },
                    azureLogForwarding: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        forwarderConfigId: "string",
                    },
                    davis: {
                        properties: {
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                        },
                    },
                    matcher: "string",
                    productAllocation: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    sampleData: "string",
                    samplingAwareCounterMetric: {
                        metricKey: "string",
                        aggregation: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        sampling: "string",
                    },
                    samplingAwareValueMetric: {
                        measurement: "string",
                        metricKey: "string",
                        aggregation: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                        field: "string",
                        sampling: "string",
                    },
                    securityContext: {
                        value: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    securityEvent: {
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                    },
                    technology: {
                        technologyId: "string",
                        customMatcher: "string",
                    },
                    bizevent: {
                        eventProvider: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                        fieldExtraction: {
                            type: "string",
                            excludes: ["string"],
                            include: {
                                dimensions: [{
                                    sourceFieldName: "string",
                                    defaultValue: "string",
                                    destinationFieldName: "string",
                                }],
                            },
                        },
                        eventType: {
                            type: "string",
                            constant: "string",
                            field: {
                                sourceFieldName: "string",
                                defaultValue: "string",
                            },
                            multiValueConstants: ["string"],
                        },
                    },
                    valueMetric: {
                        field: "string",
                        metricKey: "string",
                        defaultValue: "string",
                        dimensions: {
                            dimensions: [{
                                sourceFieldName: "string",
                                defaultValue: "string",
                                destinationFieldName: "string",
                            }],
                        },
                    },
                }],
            },
        },
    });
    
    type: dynatrace:OpenpipelineV2SystemEventsPipelines
    properties:
        costAllocation:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        customId: string
        dataExtraction:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        davis:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        displayName: string
        metricExtraction:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        processing:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        productAllocation:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        securityContext:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
        storage:
            processors:
                processors:
                    - azureLogForwarding:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                        forwarderConfigId: string
                      bizevent:
                        eventProvider:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        eventType:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      bucketAssignment:
                        bucketName: string
                      costAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      counterMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                      davis:
                        properties:
                            properties:
                                - key: string
                                  value: string
                      description: string
                      dql:
                        script: string
                      enabled: false
                      fieldsAdd:
                        fields:
                            fields:
                                - name: string
                                  value: string
                      fieldsRemove:
                        fields:
                            - string
                      fieldsRename:
                        fields:
                            fields:
                                - fromName: string
                                  toName: string
                      histogramMetric:
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
                      id: string
                      matcher: string
                      productAllocation:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      sampleData: string
                      samplingAwareCounterMetric:
                        aggregation: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        metricKey: string
                        sampling: string
                      samplingAwareValueMetric:
                        aggregation: string
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        measurement: string
                        metricKey: string
                        sampling: string
                      securityContext:
                        value:
                            constant: string
                            field:
                                defaultValue: string
                                sourceFieldName: string
                            multiValueConstants:
                                - string
                            type: string
                      securityEvent:
                        fieldExtraction:
                            excludes:
                                - string
                            include:
                                dimensions:
                                    - defaultValue: string
                                      destinationFieldName: string
                                      sourceFieldName: string
                            type: string
                      technology:
                        customMatcher: string
                        technologyId: string
                      type: string
                      valueMetric:
                        defaultValue: string
                        dimensions:
                            dimensions:
                                - defaultValue: string
                                  destinationFieldName: string
                                  sourceFieldName: string
                        field: string
                        metricKey: string
    

    OpenpipelineV2SystemEventsPipelines Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OpenpipelineV2SystemEventsPipelines resource accepts the following input properties:

    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocation
    Cost allocation stage
    CustomId string
    Custom pipeline id
    DataExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtraction
    Data extraction stage
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavis
    Davis event extraction stage
    DisplayName string
    Display name
    MetricExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtraction
    Metrics extraction stage
    Processing Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessing
    Processing stage
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocation
    Product allocation stage
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContext
    Security context stage
    Storage Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorage
    Storage stage
    costAllocation Property Map
    Cost allocation stage
    customId String
    Custom pipeline id
    dataExtraction Property Map
    Data extraction stage
    davis Property Map
    Davis event extraction stage
    displayName String
    Display name
    metricExtraction Property Map
    Metrics extraction stage
    processing Property Map
    Processing stage
    productAllocation Property Map
    Product allocation stage
    securityContext Property Map
    Security context stage
    storage Property Map
    Storage stage

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OpenpipelineV2SystemEventsPipelines 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 OpenpipelineV2SystemEventsPipelines Resource

    Get an existing OpenpipelineV2SystemEventsPipelines 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?: OpenpipelineV2SystemEventsPipelinesState, opts?: CustomResourceOptions): OpenpipelineV2SystemEventsPipelines
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cost_allocation: Optional[OpenpipelineV2SystemEventsPipelinesCostAllocationArgs] = None,
            custom_id: Optional[str] = None,
            data_extraction: Optional[OpenpipelineV2SystemEventsPipelinesDataExtractionArgs] = None,
            davis: Optional[OpenpipelineV2SystemEventsPipelinesDavisArgs] = None,
            display_name: Optional[str] = None,
            metric_extraction: Optional[OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs] = None,
            processing: Optional[OpenpipelineV2SystemEventsPipelinesProcessingArgs] = None,
            product_allocation: Optional[OpenpipelineV2SystemEventsPipelinesProductAllocationArgs] = None,
            security_context: Optional[OpenpipelineV2SystemEventsPipelinesSecurityContextArgs] = None,
            storage: Optional[OpenpipelineV2SystemEventsPipelinesStorageArgs] = None) -> OpenpipelineV2SystemEventsPipelines
    func GetOpenpipelineV2SystemEventsPipelines(ctx *Context, name string, id IDInput, state *OpenpipelineV2SystemEventsPipelinesState, opts ...ResourceOption) (*OpenpipelineV2SystemEventsPipelines, error)
    public static OpenpipelineV2SystemEventsPipelines Get(string name, Input<string> id, OpenpipelineV2SystemEventsPipelinesState? state, CustomResourceOptions? opts = null)
    public static OpenpipelineV2SystemEventsPipelines get(String name, Output<String> id, OpenpipelineV2SystemEventsPipelinesState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:OpenpipelineV2SystemEventsPipelines    get:      id: ${id}
    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.
    The following state arguments are supported:
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocation
    Cost allocation stage
    CustomId string
    Custom pipeline id
    DataExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtraction
    Data extraction stage
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavis
    Davis event extraction stage
    DisplayName string
    Display name
    MetricExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtraction
    Metrics extraction stage
    Processing Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessing
    Processing stage
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocation
    Product allocation stage
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContext
    Security context stage
    Storage Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorage
    Storage stage
    costAllocation Property Map
    Cost allocation stage
    customId String
    Custom pipeline id
    dataExtraction Property Map
    Data extraction stage
    davis Property Map
    Davis event extraction stage
    displayName String
    Display name
    metricExtraction Property Map
    Metrics extraction stage
    processing Property Map
    Processing stage
    productAllocation Property Map
    Product allocation stage
    securityContext Property Map
    Security context stage
    storage Property Map
    Storage stage

    Supporting Types

    OpenpipelineV2SystemEventsPipelinesCostAllocation, OpenpipelineV2SystemEventsPipelinesCostAllocationArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessors, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesCostAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtraction, OpenpipelineV2SystemEventsPipelinesDataExtractionArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessors, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDataExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavis, OpenpipelineV2SystemEventsPipelinesDavisArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesDavisProcessors, OpenpipelineV2SystemEventsPipelinesDavisProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionArgs

    Type string
    Possible Values: Exclude, Include, IncludeAll
    Excludes []string
    Fields
    Include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type string
    Possible Values: Exclude, Include, IncludeAll
    excludes string[]
    Fields
    include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type str
    Possible Values: Exclude, Include, IncludeAll
    excludes Sequence[str]
    Fields
    include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionInclude
    Fields
    type str
    Possible Values: Exclude, Include, IncludeAll
    excludes Sequence[str]
    Fields
    include OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesDavisProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtraction, OpenpipelineV2SystemEventsPipelinesMetricExtractionArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessors, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesMetricExtractionProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessing, OpenpipelineV2SystemEventsPipelinesProcessingArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesProcessingProcessors, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type str
    Possible Values: Exclude, Include, IncludeAll
    excludes Sequence[str]
    Fields
    include OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProcessingProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocation, OpenpipelineV2SystemEventsPipelinesProductAllocationArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessors, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesProductAllocationProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContext, OpenpipelineV2SystemEventsPipelinesSecurityContextArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessors, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesSecurityContextProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorage, OpenpipelineV2SystemEventsPipelinesStorageArgs

    processors Property Map
    Processors of stage

    OpenpipelineV2SystemEventsPipelinesStorageProcessors, OpenpipelineV2SystemEventsPipelinesStorageProcessorsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessor, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorArgs

    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric
    Value metric processor attributes
    Description string
    no documentation available
    Enabled bool
    This setting is enabled (true) or disabled (false)
    Id string
    Processor identifier
    Type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    AzureLogForwarding OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    Bizevent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    BucketAssignment OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    CostAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    CounterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric
    Counter metric processor attributes
    Davis OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis
    Davis event extraction processor attributes
    Dql OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql
    DQL processor attributes
    FieldsAdd OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd
    Fields add processor attributes
    FieldsRemove OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    FieldsRename OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename
    Fields rename processor attributes
    HistogramMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    Matcher string
    See our documentation
    ProductAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation
    Product allocation processor attributes
    SampleData string
    Sample data
    SamplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    SamplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    SecurityContext OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext
    Security context processor attributes
    SecurityEvent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    Technology OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology
    Technology processor attributes
    ValueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric
    Value metric processor attributes
    description string
    no documentation available
    enabled boolean
    This setting is enabled (true) or disabled (false)
    id string
    Processor identifier
    type string
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucketAssignment OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    costAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql
    DQL processor attributes
    fieldsAdd OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fieldsRemove OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fieldsRename OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogramMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher string
    See our documentation
    productAllocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sampleData string
    Sample data
    samplingAwareCounterMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    securityContext OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext
    Security context processor attributes
    securityEvent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology
    Technology processor attributes
    valueMetric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric
    Value metric processor attributes
    description str
    no documentation available
    enabled bool
    This setting is enabled (true) or disabled (false)
    id str
    Processor identifier
    type str
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azure_log_forwarding OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding
    Azure log forwarding processor attributes
    bizevent OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent
    Bizevent extraction processor attributes
    bucket_assignment OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment
    Bucket assignment processor attributes
    cost_allocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation
    Cost allocation processor attributes
    counter_metric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric
    Counter metric processor attributes
    davis OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis
    Davis event extraction processor attributes
    dql OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql
    DQL processor attributes
    fields_add OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd
    Fields add processor attributes
    fields_remove OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove
    Fields remove processor attributes
    fields_rename OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename
    Fields rename processor attributes
    histogram_metric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric
    Histogram metric processor attributes
    matcher str
    See our documentation
    product_allocation OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation
    Product allocation processor attributes
    sample_data str
    Sample data
    sampling_aware_counter_metric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric
    Sampling-aware counter metric processor attributes
    sampling_aware_value_metric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric
    Sampling aware value metric processor attributes
    security_context OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext
    Security context processor attributes
    security_event OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent
    Security event extraction processor attributes
    technology OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology
    Technology processor attributes
    value_metric OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric
    Value metric processor attributes
    description String
    no documentation available
    enabled Boolean
    This setting is enabled (true) or disabled (false)
    id String
    Processor identifier
    type String
    Possible Values: AzureLogForwarding, Bizevent, BucketAssignment, CostAllocation, CounterMetric, Davis, Dql, Drop, FieldsAdd, FieldsRemove, FieldsRename, HistogramMetric, NoStorage, ProductAllocation, SamplingAwareCounterMetric, SamplingAwareValueMetric, SecurityContext, SecurityEvent, Technology, ValueMetric
    azureLogForwarding Property Map
    Azure log forwarding processor attributes
    bizevent Property Map
    Bizevent extraction processor attributes
    bucketAssignment Property Map
    Bucket assignment processor attributes
    costAllocation Property Map
    Cost allocation processor attributes
    counterMetric Property Map
    Counter metric processor attributes
    davis Property Map
    Davis event extraction processor attributes
    dql Property Map
    DQL processor attributes
    fieldsAdd Property Map
    Fields add processor attributes
    fieldsRemove Property Map
    Fields remove processor attributes
    fieldsRename Property Map
    Fields rename processor attributes
    histogramMetric Property Map
    Histogram metric processor attributes
    matcher String
    See our documentation
    productAllocation Property Map
    Product allocation processor attributes
    sampleData String
    Sample data
    samplingAwareCounterMetric Property Map
    Sampling-aware counter metric processor attributes
    samplingAwareValueMetric Property Map
    Sampling aware value metric processor attributes
    securityContext Property Map
    Security context processor attributes
    securityEvent Property Map
    Security event extraction processor attributes
    technology Property Map
    Technology processor attributes
    valueMetric Property Map
    Value metric processor attributes

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwarding, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingArgs

    fieldExtraction Property Map
    Field Extraction
    forwarderConfigId String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtraction, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorAzureLogForwardingFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizevent, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProvider, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventProviderFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventType, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventEventTypeFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtraction, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionArgs

    Type string
    Possible Values: Exclude, Include, IncludeAll
    Excludes []string
    Fields
    Include OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type string
    Possible Values: Exclude, Include, IncludeAll
    excludes string[]
    Fields
    include OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type str
    Possible Values: Exclude, Include, IncludeAll
    excludes Sequence[str]
    Fields
    include OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBizeventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignment, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorBucketAssignmentArgs

    BucketName string
    Bucket name
    BucketName string
    Bucket name
    bucketName String
    Bucket name
    bucketName string
    Bucket name
    bucket_name str
    Bucket name
    bucketName String
    Bucket name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocation, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationArgs

    value Property Map
    The strategy to set the cost allocation field

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValue, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCostAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetric, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricArgs

    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavis, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisArgs

    properties Property Map
    no documentation available

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisProperties, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesProperty, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDavisPropertiesPropertyArgs

    Key string
    no documentation available
    Value string
    no documentation available
    Key string
    no documentation available
    Value string
    no documentation available
    key String
    no documentation available
    value String
    no documentation available
    key string
    no documentation available
    value string
    no documentation available
    key str
    no documentation available
    value str
    no documentation available
    key String
    no documentation available
    value String
    no documentation available

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDql, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorDqlArgs

    Script string
    DQL script
    Script string
    DQL script
    script String
    DQL script
    script string
    DQL script
    script str
    DQL script
    script String
    DQL script

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAdd, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddArgs

    fields Property Map
    Fields to Add

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFields, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsAddFieldsFieldArgs

    Name string
    Fields's name
    Value string
    Field's value
    Name string
    Fields's name
    Value string
    Field's value
    name String
    Fields's name
    value String
    Field's value
    name string
    Fields's name
    value string
    Field's value
    name str
    Fields's name
    value str
    Field's value
    name String
    Fields's name
    value String
    Field's value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemove, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRemoveArgs

    Fields List<string>
    Fields to remove
    Fields []string
    Fields to remove
    fields List<String>
    Fields to remove
    fields string[]
    Fields to remove
    fields Sequence[str]
    Fields to remove
    fields List<String>
    Fields to remove

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRename, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameArgs

    fields Property Map
    Fields to rename

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFields, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorFieldsRenameFieldsFieldArgs

    FromName string
    Fields's name
    ToName string
    New field's name
    FromName string
    Fields's name
    ToName string
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name
    fromName string
    Fields's name
    toName string
    New field's name
    from_name str
    Fields's name
    to_name str
    New field's name
    fromName String
    Fields's name
    toName String
    New field's name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetric, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricArgs

    field String
    Field with metric value
    metricKey String
    Metric key
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensions, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorHistogramMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocation, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationArgs

    value Property Map
    The strategy to set product allocation field

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValue, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorProductAllocationValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetric, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricArgs

    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    Dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    Sampling string
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling string
    Possible Values: Disabled, Enabled
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions
    List of dimensions
    sampling str
    Possible Values: Disabled, Enabled
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    dimensions Property Map
    List of dimensions
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensions, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareCounterMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetric, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricArgs

    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    Measurement string
    Possible Values: Duration, Field
    MetricKey string
    Metric key
    Aggregation string
    Possible Values: Disabled, Enabled
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    Sampling string
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled
    measurement string
    Possible Values: Duration, Field
    metricKey string
    Metric key
    aggregation string
    Possible Values: Disabled, Enabled
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    sampling string
    Possible Values: Disabled, Enabled
    measurement str
    Possible Values: Duration, Field
    metric_key str
    Metric key
    aggregation str
    Possible Values: Disabled, Enabled
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    sampling str
    Possible Values: Disabled, Enabled
    measurement String
    Possible Values: Duration, Field
    metricKey String
    Metric key
    aggregation String
    Possible Values: Disabled, Enabled
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions
    field String
    Field with metric value
    sampling String
    Possible Values: Disabled, Enabled

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSamplingAwareValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContext, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextArgs

    value Property Map
    Security context value assignment

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValue, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueArgs

    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants List<string>
    Constant multi value
    Type string
    Possible Values: Constant, Field, MultiValueConstant
    Constant string
    Constant value
    Field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField
    Value from field
    MultiValueConstants []string
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants List<String>
    Constant multi value
    type string
    Possible Values: Constant, Field, MultiValueConstant
    constant string
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField
    Value from field
    multiValueConstants string[]
    Constant multi value
    type str
    Possible Values: Constant, Field, MultiValueConstant
    constant str
    Constant value
    field OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField
    Value from field
    multi_value_constants Sequence[str]
    Constant multi value
    type String
    Possible Values: Constant, Field, MultiValueConstant
    constant String
    Constant value
    field Property Map
    Value from field
    multiValueConstants List<String>
    Constant multi value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueField, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityContextValueFieldArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    source_field_name str
    Source field name
    default_value str
    Default value
    sourceFieldName String
    Source field name
    defaultValue String
    Default value

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEvent, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtraction, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionArgs

    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionInclude
    Fields
    type String
    Possible Values: Exclude, Include, IncludeAll
    excludes List<String>
    Fields
    include Property Map
    Fields

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionInclude, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorSecurityEventFieldExtractionIncludeDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnology, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorTechnologyArgs

    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    TechnologyId string
    Technology ID
    CustomMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.
    technologyId string
    Technology ID
    customMatcher string
    Custom matching condition which should be used instead of technology matcher.
    technology_id str
    Technology ID
    custom_matcher str
    Custom matching condition which should be used instead of technology matcher.
    technologyId String
    Technology ID
    customMatcher String
    Custom matching condition which should be used instead of technology matcher.

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetric, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricArgs

    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions Pulumiverse.Dynatrace.Inputs.OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions
    List of dimensions
    Field string
    Field with metric value
    MetricKey string
    Metric key
    DefaultValue string
    Default value with metric value
    Dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions
    List of dimensions
    field string
    Field with metric value
    metricKey string
    Metric key
    defaultValue string
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions
    List of dimensions
    field str
    Field with metric value
    metric_key str
    Metric key
    default_value str
    Default value with metric value
    dimensions OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions
    List of dimensions
    field String
    Field with metric value
    metricKey String
    Metric key
    defaultValue String
    Default value with metric value
    dimensions Property Map
    List of dimensions

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensions, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsArgs

    OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimension, OpenpipelineV2SystemEventsPipelinesStorageProcessorsProcessorValueMetricDimensionsDimensionArgs

    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    SourceFieldName string
    Source field name
    DefaultValue string
    Default value
    DestinationFieldName string
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name
    sourceFieldName string
    Source field name
    defaultValue string
    Default value
    destinationFieldName string
    Destination field name
    source_field_name str
    Source field name
    default_value str
    Default value
    destination_field_name str
    Destination field name
    sourceFieldName String
    Source field name
    defaultValue String
    Default value
    destinationFieldName String
    Destination field name

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.32.0 published on Monday, Sep 29, 2025 by Pulumiverse
      Meet Neo: Your AI Platform Teammate