1. Packages
  2. Dynatrace
  3. API Docs
  4. OpenpipelineDavisEvents
Dynatrace v0.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse

dynatrace.OpenpipelineDavisEvents

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse

    Create OpenpipelineDavisEvents Resource

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

    Constructor syntax

    new OpenpipelineDavisEvents(name: string, args?: OpenpipelineDavisEventsArgs, opts?: CustomResourceOptions);
    @overload
    def OpenpipelineDavisEvents(resource_name: str,
                                args: Optional[OpenpipelineDavisEventsArgs] = None,
                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpenpipelineDavisEvents(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                endpoints: Optional[OpenpipelineDavisEventsEndpointsArgs] = None,
                                pipelines: Optional[OpenpipelineDavisEventsPipelinesArgs] = None,
                                routing: Optional[OpenpipelineDavisEventsRoutingArgs] = None)
    func NewOpenpipelineDavisEvents(ctx *Context, name string, args *OpenpipelineDavisEventsArgs, opts ...ResourceOption) (*OpenpipelineDavisEvents, error)
    public OpenpipelineDavisEvents(string name, OpenpipelineDavisEventsArgs? args = null, CustomResourceOptions? opts = null)
    public OpenpipelineDavisEvents(String name, OpenpipelineDavisEventsArgs args)
    public OpenpipelineDavisEvents(String name, OpenpipelineDavisEventsArgs args, CustomResourceOptions options)
    
    type: dynatrace:OpenpipelineDavisEvents
    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 OpenpipelineDavisEventsArgs
    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 OpenpipelineDavisEventsArgs
    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 OpenpipelineDavisEventsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpenpipelineDavisEventsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpenpipelineDavisEventsArgs
    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 openpipelineDavisEventsResource = new Dynatrace.OpenpipelineDavisEvents("openpipelineDavisEventsResource", new()
    {
        Endpoints = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsArgs
        {
            Endpoints = new[]
            {
                new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointArgs
                {
                    DisplayName = "string",
                    Enabled = false,
                    Routing = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointRoutingArgs
                    {
                        Type = "string",
                        PipelineId = "string",
                    },
                    Segment = "string",
                    DefaultBucket = "string",
                    Processors = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorArgs
                            {
                                DqlProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
                                {
                                    Description = "string",
                                    DqlScript = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                DropProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
                                        {
                                            Name = "string",
                                            Value = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
                                        {
                                            FromName = "string",
                                            ToName = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                },
            },
        },
        Pipelines = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesArgs
        {
            Pipelines = new[]
            {
                new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineArgs
                {
                    DisplayName = "string",
                    Enabled = false,
                    Id = "string",
                    DataExtraction = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorArgs
                            {
                                BizeventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    EventProvider = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    EventType = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    FieldExtraction = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
                                    {
                                        Semantic = "string",
                                        Fields = new[]
                                        {
                                            "string",
                                        },
                                    },
                                    SampleData = "string",
                                },
                                DavisEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    Properties = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
                                        {
                                            Key = "string",
                                            Value = "string",
                                        },
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    MetricExtraction = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorArgs
                            {
                                CounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    MetricKey = "string",
                                    Dimensions = new[]
                                    {
                                        "string",
                                    },
                                    SampleData = "string",
                                },
                                ValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Field = "string",
                                    Id = "string",
                                    Matcher = "string",
                                    MetricKey = "string",
                                    Dimensions = new[]
                                    {
                                        "string",
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    Processing = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorArgs
                            {
                                DqlProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
                                {
                                    Description = "string",
                                    DqlScript = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                DropProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
                                        {
                                            Name = "string",
                                            Value = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
                                        {
                                            FromName = "string",
                                            ToName = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    TechnologyId = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    SecurityContext = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorArgs
                            {
                                SecurityContextProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    Value = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    Storage = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorageArgs
                    {
                        CatchAllBucketName = "string",
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorArgs
                            {
                                BucketAssignmentProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
                                {
                                    BucketName = "string",
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                NoStorageProcessor = new Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                },
            },
        },
        Routing = new Dynatrace.Inputs.OpenpipelineDavisEventsRoutingArgs
        {
            Entries = new[]
            {
                new Dynatrace.Inputs.OpenpipelineDavisEventsRoutingEntryArgs
                {
                    Enabled = false,
                    Matcher = "string",
                    Note = "string",
                    PipelineId = "string",
                },
            },
        },
    });
    
    example, err := dynatrace.NewOpenpipelineDavisEvents(ctx, "openpipelineDavisEventsResource", &dynatrace.OpenpipelineDavisEventsArgs{
    	Endpoints: &dynatrace.OpenpipelineDavisEventsEndpointsArgs{
    		Endpoints: dynatrace.OpenpipelineDavisEventsEndpointsEndpointArray{
    			&dynatrace.OpenpipelineDavisEventsEndpointsEndpointArgs{
    				DisplayName: pulumi.String("string"),
    				Enabled:     pulumi.Bool(false),
    				Routing: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointRoutingArgs{
    					Type:       pulumi.String("string"),
    					PipelineId: pulumi.String("string"),
    				},
    				Segment:       pulumi.String("string"),
    				DefaultBucket: pulumi.String("string"),
    				Processors: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsArgs{
    					Processors: dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorArgs{
    							DqlProcessor: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs{
    								Description: pulumi.String("string"),
    								DqlScript:   pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							DropProcessor: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							FieldsAddProcessor: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArray{
    									&dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs{
    										Name:  pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRemoveProcessor: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRenameProcessor: &dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArray{
    									&dynatrace.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs{
    										FromName: pulumi.String("string"),
    										ToName:   pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Pipelines: &dynatrace.OpenpipelineDavisEventsPipelinesArgs{
    		Pipelines: dynatrace.OpenpipelineDavisEventsPipelinesPipelineArray{
    			&dynatrace.OpenpipelineDavisEventsPipelinesPipelineArgs{
    				DisplayName: pulumi.String("string"),
    				Enabled:     pulumi.Bool(false),
    				Id:          pulumi.String("string"),
    				DataExtraction: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionArgs{
    					Processors: dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorArgs{
    							BizeventExtractionProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								EventProvider: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								EventType: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								Id:      pulumi.String("string"),
    								Matcher: pulumi.String("string"),
    								FieldExtraction: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs{
    									Semantic: pulumi.String("string"),
    									Fields: pulumi.StringArray{
    										pulumi.String("string"),
    									},
    								},
    								SampleData: pulumi.String("string"),
    							},
    							DavisEventExtractionProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								Properties: dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArray{
    									&dynatrace.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs{
    										Key:   pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				MetricExtraction: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionArgs{
    					Processors: dynatrace.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorArgs{
    							CounterMetricExtractionProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								MetricKey:   pulumi.String("string"),
    								Dimensions: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    							ValueMetricExtractionProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Field:       pulumi.String("string"),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								MetricKey:   pulumi.String("string"),
    								Dimensions: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				Processing: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingArgs{
    					Processors: dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorArgs{
    							DqlProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs{
    								Description: pulumi.String("string"),
    								DqlScript:   pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							DropProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							FieldsAddProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArray{
    									&dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs{
    										Name:  pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRemoveProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRenameProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArray{
    									&dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs{
    										FromName: pulumi.String("string"),
    										ToName:   pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							TechnologyProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs{
    								Description:  pulumi.String("string"),
    								Enabled:      pulumi.Bool(false),
    								Id:           pulumi.String("string"),
    								Matcher:      pulumi.String("string"),
    								TechnologyId: pulumi.String("string"),
    								SampleData:   pulumi.String("string"),
    							},
    						},
    					},
    				},
    				SecurityContext: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineSecurityContextArgs{
    					Processors: dynatrace.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorArgs{
    							SecurityContextProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								Value: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				Storage: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineStorageArgs{
    					CatchAllBucketName: pulumi.String("string"),
    					Processors: dynatrace.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorArray{
    						&dynatrace.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorArgs{
    							BucketAssignmentProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs{
    								BucketName:  pulumi.String("string"),
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							NoStorageProcessor: &dynatrace.OpenpipelineDavisEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Routing: &dynatrace.OpenpipelineDavisEventsRoutingArgs{
    		Entries: dynatrace.OpenpipelineDavisEventsRoutingEntryArray{
    			&dynatrace.OpenpipelineDavisEventsRoutingEntryArgs{
    				Enabled:    pulumi.Bool(false),
    				Matcher:    pulumi.String("string"),
    				Note:       pulumi.String("string"),
    				PipelineId: pulumi.String("string"),
    			},
    		},
    	},
    })
    
    var openpipelineDavisEventsResource = new OpenpipelineDavisEvents("openpipelineDavisEventsResource", OpenpipelineDavisEventsArgs.builder()
        .endpoints(OpenpipelineDavisEventsEndpointsArgs.builder()
            .endpoints(OpenpipelineDavisEventsEndpointsEndpointArgs.builder()
                .displayName("string")
                .enabled(false)
                .routing(OpenpipelineDavisEventsEndpointsEndpointRoutingArgs.builder()
                    .type("string")
                    .pipelineId("string")
                    .build())
                .segment("string")
                .defaultBucket("string")
                .processors(OpenpipelineDavisEventsEndpointsEndpointProcessorsArgs.builder()
                    .processors(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorArgs.builder()
                        .dqlProcessor(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs.builder()
                            .description("string")
                            .dqlScript("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .dropProcessor(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsAddProcessor(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRemoveProcessor(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields("string")
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRenameProcessor(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .pipelines(OpenpipelineDavisEventsPipelinesArgs.builder()
            .pipelines(OpenpipelineDavisEventsPipelinesPipelineArgs.builder()
                .displayName("string")
                .enabled(false)
                .id("string")
                .dataExtraction(OpenpipelineDavisEventsPipelinesPipelineDataExtractionArgs.builder()
                    .processors(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorArgs.builder()
                        .bizeventExtractionProcessor(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .eventProvider(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .eventType(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .fieldExtraction(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs.builder()
                                .semantic("string")
                                .fields("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .davisEventExtractionProcessor(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .properties(OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .metricExtraction(OpenpipelineDavisEventsPipelinesPipelineMetricExtractionArgs.builder()
                    .processors(OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorArgs.builder()
                        .counterMetricExtractionProcessor(OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .metricKey("string")
                            .dimensions("string")
                            .sampleData("string")
                            .build())
                        .valueMetricExtractionProcessor(OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .field("string")
                            .id("string")
                            .matcher("string")
                            .metricKey("string")
                            .dimensions("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .processing(OpenpipelineDavisEventsPipelinesPipelineProcessingArgs.builder()
                    .processors(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorArgs.builder()
                        .dqlProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs.builder()
                            .description("string")
                            .dqlScript("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .dropProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsAddProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRemoveProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields("string")
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRenameProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .technologyProcessor(OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .technologyId("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .securityContext(OpenpipelineDavisEventsPipelinesPipelineSecurityContextArgs.builder()
                    .processors(OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorArgs.builder()
                        .securityContextProcessor(OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .value(OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .storage(OpenpipelineDavisEventsPipelinesPipelineStorageArgs.builder()
                    .catchAllBucketName("string")
                    .processors(OpenpipelineDavisEventsPipelinesPipelineStorageProcessorArgs.builder()
                        .bucketAssignmentProcessor(OpenpipelineDavisEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs.builder()
                            .bucketName("string")
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .noStorageProcessor(OpenpipelineDavisEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .routing(OpenpipelineDavisEventsRoutingArgs.builder()
            .entries(OpenpipelineDavisEventsRoutingEntryArgs.builder()
                .enabled(false)
                .matcher("string")
                .note("string")
                .pipelineId("string")
                .build())
            .build())
        .build());
    
    openpipeline_davis_events_resource = dynatrace.OpenpipelineDavisEvents("openpipelineDavisEventsResource",
        endpoints={
            "endpoints": [{
                "display_name": "string",
                "enabled": False,
                "routing": {
                    "type": "string",
                    "pipeline_id": "string",
                },
                "segment": "string",
                "default_bucket": "string",
                "processors": {
                    "processors": [{
                        "dql_processor": {
                            "description": "string",
                            "dql_script": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "drop_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_add_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_remove_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": ["string"],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_rename_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                    }],
                },
            }],
        },
        pipelines={
            "pipelines": [{
                "display_name": "string",
                "enabled": False,
                "id": "string",
                "data_extraction": {
                    "processors": [{
                        "bizevent_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "event_provider": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "event_type": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "id": "string",
                            "matcher": "string",
                            "field_extraction": {
                                "semantic": "string",
                                "fields": ["string"],
                            },
                            "sample_data": "string",
                        },
                        "davis_event_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                            "sample_data": "string",
                        },
                    }],
                },
                "metric_extraction": {
                    "processors": [{
                        "counter_metric_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "metric_key": "string",
                            "dimensions": ["string"],
                            "sample_data": "string",
                        },
                        "value_metric_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "field": "string",
                            "id": "string",
                            "matcher": "string",
                            "metric_key": "string",
                            "dimensions": ["string"],
                            "sample_data": "string",
                        },
                    }],
                },
                "processing": {
                    "processors": [{
                        "dql_processor": {
                            "description": "string",
                            "dql_script": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "drop_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_add_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_remove_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": ["string"],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_rename_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "technology_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "technology_id": "string",
                            "sample_data": "string",
                        },
                    }],
                },
                "security_context": {
                    "processors": [{
                        "security_context_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "value": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "sample_data": "string",
                        },
                    }],
                },
                "storage": {
                    "catch_all_bucket_name": "string",
                    "processors": [{
                        "bucket_assignment_processor": {
                            "bucket_name": "string",
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "no_storage_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                    }],
                },
            }],
        },
        routing={
            "entries": [{
                "enabled": False,
                "matcher": "string",
                "note": "string",
                "pipeline_id": "string",
            }],
        })
    
    const openpipelineDavisEventsResource = new dynatrace.OpenpipelineDavisEvents("openpipelineDavisEventsResource", {
        endpoints: {
            endpoints: [{
                displayName: "string",
                enabled: false,
                routing: {
                    type: "string",
                    pipelineId: "string",
                },
                segment: "string",
                defaultBucket: "string",
                processors: {
                    processors: [{
                        dqlProcessor: {
                            description: "string",
                            dqlScript: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        dropProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsAddProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRemoveProcessor: {
                            description: "string",
                            enabled: false,
                            fields: ["string"],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRenameProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                    }],
                },
            }],
        },
        pipelines: {
            pipelines: [{
                displayName: "string",
                enabled: false,
                id: "string",
                dataExtraction: {
                    processors: [{
                        bizeventExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            eventProvider: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            eventType: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            id: "string",
                            matcher: "string",
                            fieldExtraction: {
                                semantic: "string",
                                fields: ["string"],
                            },
                            sampleData: "string",
                        },
                        davisEventExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                            sampleData: "string",
                        },
                    }],
                },
                metricExtraction: {
                    processors: [{
                        counterMetricExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            metricKey: "string",
                            dimensions: ["string"],
                            sampleData: "string",
                        },
                        valueMetricExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            field: "string",
                            id: "string",
                            matcher: "string",
                            metricKey: "string",
                            dimensions: ["string"],
                            sampleData: "string",
                        },
                    }],
                },
                processing: {
                    processors: [{
                        dqlProcessor: {
                            description: "string",
                            dqlScript: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        dropProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsAddProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRemoveProcessor: {
                            description: "string",
                            enabled: false,
                            fields: ["string"],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRenameProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        technologyProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            technologyId: "string",
                            sampleData: "string",
                        },
                    }],
                },
                securityContext: {
                    processors: [{
                        securityContextProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            value: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            sampleData: "string",
                        },
                    }],
                },
                storage: {
                    catchAllBucketName: "string",
                    processors: [{
                        bucketAssignmentProcessor: {
                            bucketName: "string",
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        noStorageProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                    }],
                },
            }],
        },
        routing: {
            entries: [{
                enabled: false,
                matcher: "string",
                note: "string",
                pipelineId: "string",
            }],
        },
    });
    
    type: dynatrace:OpenpipelineDavisEvents
    properties:
        endpoints:
            endpoints:
                - defaultBucket: string
                  displayName: string
                  enabled: false
                  processors:
                    processors:
                        - dqlProcessor:
                            description: string
                            dqlScript: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          dropProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsAddProcessor:
                            description: string
                            enabled: false
                            fields:
                                - name: string
                                  value: string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRemoveProcessor:
                            description: string
                            enabled: false
                            fields:
                                - string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRenameProcessor:
                            description: string
                            enabled: false
                            fields:
                                - fromName: string
                                  toName: string
                            id: string
                            matcher: string
                            sampleData: string
                  routing:
                    pipelineId: string
                    type: string
                  segment: string
        pipelines:
            pipelines:
                - dataExtraction:
                    processors:
                        - bizeventExtractionProcessor:
                            description: string
                            enabled: false
                            eventProvider:
                                constant: string
                                field: string
                                type: string
                            eventType:
                                constant: string
                                field: string
                                type: string
                            fieldExtraction:
                                fields:
                                    - string
                                semantic: string
                            id: string
                            matcher: string
                            sampleData: string
                          davisEventExtractionProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            properties:
                                - key: string
                                  value: string
                            sampleData: string
                  displayName: string
                  enabled: false
                  id: string
                  metricExtraction:
                    processors:
                        - counterMetricExtractionProcessor:
                            description: string
                            dimensions:
                                - string
                            enabled: false
                            id: string
                            matcher: string
                            metricKey: string
                            sampleData: string
                          valueMetricExtractionProcessor:
                            description: string
                            dimensions:
                                - string
                            enabled: false
                            field: string
                            id: string
                            matcher: string
                            metricKey: string
                            sampleData: string
                  processing:
                    processors:
                        - dqlProcessor:
                            description: string
                            dqlScript: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          dropProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsAddProcessor:
                            description: string
                            enabled: false
                            fields:
                                - name: string
                                  value: string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRemoveProcessor:
                            description: string
                            enabled: false
                            fields:
                                - string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRenameProcessor:
                            description: string
                            enabled: false
                            fields:
                                - fromName: string
                                  toName: string
                            id: string
                            matcher: string
                            sampleData: string
                          technologyProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                            technologyId: string
                  securityContext:
                    processors:
                        - securityContextProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                            value:
                                constant: string
                                field: string
                                type: string
                  storage:
                    catchAllBucketName: string
                    processors:
                        - bucketAssignmentProcessor:
                            bucketName: string
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          noStorageProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
        routing:
            entries:
                - enabled: false
                  matcher: string
                  note: string
                  pipelineId: string
    

    OpenpipelineDavisEvents 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 OpenpipelineDavisEvents resource accepts the following input properties:

    Endpoints OpenpipelineDavisEventsEndpointsArgs
    List of all ingest sources of the configuration
    Pipelines OpenpipelineDavisEventsPipelinesArgs
    List of all pipelines of the configuration
    Routing OpenpipelineDavisEventsRoutingArgs
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRouting
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRouting
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpointsArgs
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelinesArgs
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRoutingArgs
    Dynamic routing definition
    endpoints Property Map
    List of all ingest sources of the configuration
    pipelines Property Map
    List of all pipelines of the configuration
    routing Property Map
    Dynamic routing definition

    Outputs

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

    Get an existing OpenpipelineDavisEvents 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?: OpenpipelineDavisEventsState, opts?: CustomResourceOptions): OpenpipelineDavisEvents
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            endpoints: Optional[OpenpipelineDavisEventsEndpointsArgs] = None,
            pipelines: Optional[OpenpipelineDavisEventsPipelinesArgs] = None,
            routing: Optional[OpenpipelineDavisEventsRoutingArgs] = None) -> OpenpipelineDavisEvents
    func GetOpenpipelineDavisEvents(ctx *Context, name string, id IDInput, state *OpenpipelineDavisEventsState, opts ...ResourceOption) (*OpenpipelineDavisEvents, error)
    public static OpenpipelineDavisEvents Get(string name, Input<string> id, OpenpipelineDavisEventsState? state, CustomResourceOptions? opts = null)
    public static OpenpipelineDavisEvents get(String name, Output<String> id, OpenpipelineDavisEventsState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:OpenpipelineDavisEvents    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:
    Endpoints OpenpipelineDavisEventsEndpointsArgs
    List of all ingest sources of the configuration
    Pipelines OpenpipelineDavisEventsPipelinesArgs
    List of all pipelines of the configuration
    Routing OpenpipelineDavisEventsRoutingArgs
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRouting
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRouting
    Dynamic routing definition
    endpoints OpenpipelineDavisEventsEndpointsArgs
    List of all ingest sources of the configuration
    pipelines OpenpipelineDavisEventsPipelinesArgs
    List of all pipelines of the configuration
    routing OpenpipelineDavisEventsRoutingArgs
    Dynamic routing definition
    endpoints Property Map
    List of all ingest sources of the configuration
    pipelines Property Map
    List of all pipelines of the configuration
    routing Property Map
    Dynamic routing definition

    Supporting Types

    OpenpipelineDavisEventsEndpoints, OpenpipelineDavisEventsEndpointsArgs

    Endpoints []OpenpipelineDavisEventsEndpointsEndpoint
    Definition of a single ingest source
    endpoints List<OpenpipelineDavisEventsEndpointsEndpoint>
    Definition of a single ingest source
    endpoints OpenpipelineDavisEventsEndpointsEndpoint[]
    Definition of a single ingest source
    endpoints List<Property Map>
    Definition of a single ingest source

    OpenpipelineDavisEventsEndpointsEndpoint, OpenpipelineDavisEventsEndpointsEndpointArgs

    DisplayName string
    Display name of the ingest source
    Enabled bool
    Indicates if the object is active
    Routing Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    Segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    DefaultBucket string
    The default bucket assigned to records for the ingest source
    Processors Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    DisplayName string
    Display name of the ingest source
    Enabled bool
    Indicates if the object is active
    Routing OpenpipelineDavisEventsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    Segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    DefaultBucket string
    The default bucket assigned to records for the ingest source
    Processors OpenpipelineDavisEventsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName String
    Display name of the ingest source
    enabled Boolean
    Indicates if the object is active
    routing OpenpipelineDavisEventsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment String
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket String
    The default bucket assigned to records for the ingest source
    processors OpenpipelineDavisEventsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName string
    Display name of the ingest source
    enabled boolean
    Indicates if the object is active
    routing OpenpipelineDavisEventsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket string
    The default bucket assigned to records for the ingest source
    processors OpenpipelineDavisEventsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    display_name str
    Display name of the ingest source
    enabled bool
    Indicates if the object is active
    routing OpenpipelineDavisEventsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment str
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    default_bucket str
    The default bucket assigned to records for the ingest source
    processors OpenpipelineDavisEventsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName String
    Display name of the ingest source
    enabled Boolean
    Indicates if the object is active
    routing Property Map
    Routing strategy, either dynamic or static
    segment String
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket String
    The default bucket assigned to records for the ingest source
    processors Property Map
    The pre-processing done in the ingest source

    OpenpipelineDavisEventsEndpointsEndpointProcessors, OpenpipelineDavisEventsEndpointsEndpointProcessorsArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    Processors []OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors List<OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor[]
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors Sequence[OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor]
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors List<Property Map>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorArgs

    DqlProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessor
    Processor to apply a DQL script
    DropProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessor
    Processor to drop the record either during the processing stage or at the endpoint
    FieldsAddProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessor
    Processor to add fields
    FieldsRemoveProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor
    Processor to remove fields
    FieldsRenameProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor
    Processor to rename fields
    dqlProcessor Property Map
    Processor to apply a DQL script
    dropProcessor Property Map
    Processor to drop the record either during the processing stage or at the endpoint
    fieldsAddProcessor Property Map
    Processor to add fields
    fieldsRemoveProcessor Property Map
    Processor to remove fields
    fieldsRenameProcessor Property Map
    Processor to rename fields

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs

    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    dqlScript string
    The DQL script to apply on the record
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    dql_script str
    The DQL script to apply on the record
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs

    Name string
    Name of the field
    Value string
    Value to assign to the field
    Name string
    Name of the field
    Value string
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field
    name string
    Name of the field
    value string
    Value to assign to the field
    name str
    Name of the field
    value str
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<string>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []string
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields string[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[str]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField>
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField[]
    Field to rename on the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField]
    Field to rename on the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField, OpenpipelineDavisEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs

    FromName string
    The field to rename
    ToName string
    The new field name
    FromName string
    The field to rename
    ToName string
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name
    fromName string
    The field to rename
    toName string
    The new field name
    from_name str
    The field to rename
    to_name str
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name

    OpenpipelineDavisEventsEndpointsEndpointRouting, OpenpipelineDavisEventsEndpointsEndpointRoutingArgs

    Type string
    Type of routing, static or dynamic
    PipelineId string
    Pipeline ID of the static routing
    Type string
    Type of routing, static or dynamic
    PipelineId string
    Pipeline ID of the static routing
    type String
    Type of routing, static or dynamic
    pipelineId String
    Pipeline ID of the static routing
    type string
    Type of routing, static or dynamic
    pipelineId string
    Pipeline ID of the static routing
    type str
    Type of routing, static or dynamic
    pipeline_id str
    Pipeline ID of the static routing
    type String
    Type of routing, static or dynamic
    pipelineId String
    Pipeline ID of the static routing

    OpenpipelineDavisEventsPipelines, OpenpipelineDavisEventsPipelinesArgs

    pipelines List<Property Map>
    Definition of a single pipeline

    OpenpipelineDavisEventsPipelinesPipeline, OpenpipelineDavisEventsPipelinesPipelineArgs

    DisplayName string
    Display name of the pipeline
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the pipeline
    DataExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    MetricExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    Processing Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    Storage Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    DisplayName string
    Display name of the pipeline
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the pipeline
    DataExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    MetricExtraction OpenpipelineDavisEventsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    Processing OpenpipelineDavisEventsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    SecurityContext OpenpipelineDavisEventsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    Storage OpenpipelineDavisEventsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName String
    Display name of the pipeline
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the pipeline
    dataExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metricExtraction OpenpipelineDavisEventsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineDavisEventsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    securityContext OpenpipelineDavisEventsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineDavisEventsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName string
    Display name of the pipeline
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the pipeline
    dataExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metricExtraction OpenpipelineDavisEventsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineDavisEventsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    securityContext OpenpipelineDavisEventsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineDavisEventsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    display_name str
    Display name of the pipeline
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the pipeline
    data_extraction OpenpipelineDavisEventsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metric_extraction OpenpipelineDavisEventsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineDavisEventsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    security_context OpenpipelineDavisEventsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineDavisEventsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName String
    Display name of the pipeline
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the pipeline
    dataExtraction Property Map
    Data extraction stage configuration of the pipeline
    metricExtraction Property Map
    Metric extraction stage configuration of the pipeline
    processing Property Map
    Processing stage configuration of the pipeline
    securityContext Property Map
    Security context stage configuration of the pipeline
    storage Property Map
    Data extraction stage configuration of the pipeline

    OpenpipelineDavisEventsPipelinesPipelineDataExtraction, OpenpipelineDavisEventsPipelinesPipelineDataExtractionArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    Processors []OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors List<OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor[]
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors Sequence[OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor]
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors List<Property Map>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorArgs

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    EventProvider Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    EventType Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    FieldExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    Definition of the field extraction
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    EventProvider OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    EventType OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    FieldExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    Definition of the field extraction
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    eventProvider OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    eventType OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    fieldExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    Definition of the field extraction
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    eventProvider OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    eventType OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    fieldExtraction OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    Definition of the field extraction
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    event_provider OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    event_type OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    field_extraction OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    Definition of the field extraction
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    eventProvider Property Map
    Strategy to assign a value
    eventType Property Map
    Strategy to assign a value
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    fieldExtraction Property Map
    Definition of the field extraction
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs

    Semantic string
    Defines how the fields of the source record should be extracted
    Fields List<string>
    Unique fields to include/exclude in the extracted record
    Semantic string
    Defines how the fields of the source record should be extracted
    Fields []string
    Unique fields to include/exclude in the extracted record
    semantic String
    Defines how the fields of the source record should be extracted
    fields List<String>
    Unique fields to include/exclude in the extracted record
    semantic string
    Defines how the fields of the source record should be extracted
    fields string[]
    Unique fields to include/exclude in the extracted record
    semantic str
    Defines how the fields of the source record should be extracted
    fields Sequence[str]
    Unique fields to include/exclude in the extracted record
    semantic String
    Defines how the fields of the source record should be extracted
    fields List<String>
    Unique fields to include/exclude in the extracted record

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Properties List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty>
    List of properties for the extracted davis event
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Properties []OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty
    List of properties for the extracted davis event
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    properties List<OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty>
    List of properties for the extracted davis event
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    properties OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty[]
    List of properties for the extracted davis event
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    properties Sequence[OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty]
    List of properties for the extracted davis event
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    properties List<Property Map>
    List of properties for the extracted davis event
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty, OpenpipelineDavisEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs

    Key string
    The key to set on the davis event
    Value string
    The value assigned to the key
    Key string
    The key to set on the davis event
    Value string
    The value assigned to the key
    key String
    The key to set on the davis event
    value String
    The value assigned to the key
    key string
    The key to set on the davis event
    value string
    The value assigned to the key
    key str
    The key to set on the davis event
    value str
    The value assigned to the key
    key String
    The key to set on the davis event
    value String
    The value assigned to the key

    OpenpipelineDavisEventsPipelinesPipelineMetricExtraction, OpenpipelineDavisEventsPipelinesPipelineMetricExtractionArgs

    processors List<Property Map>
    Data extraction processor to use

    OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorArgs

    counterMetricExtractionProcessor Property Map
    Processor to write the occurrences as a metric
    valueMetricExtractionProcessor Property Map
    Processor to extract a value from a field as a metric

    OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions List<string>
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions []string
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    metricKey string
    The key of the metric to write
    dimensions string[]
    List of dimensions to add to the metric
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    metric_key str
    The key of the metric to write
    dimensions Sequence[str]
    List of dimensions to add to the metric
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessor, OpenpipelineDavisEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Field string
    The field to extract the value for the metric
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions List<string>
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Field string
    The field to extract the value for the metric
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions []string
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    field String
    The field to extract the value for the metric
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    field string
    The field to extract the value for the metric
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    metricKey string
    The key of the metric to write
    dimensions string[]
    List of dimensions to add to the metric
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    field str
    The field to extract the value for the metric
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    metric_key str
    The key of the metric to write
    dimensions Sequence[str]
    List of dimensions to add to the metric
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    field String
    The field to extract the value for the metric
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessing, OpenpipelineDavisEventsPipelinesPipelineProcessingArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    Processors []OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors List<OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor[]
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors Sequence[OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor]
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors List<Property Map>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorArgs

    DqlProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessor
    Processor to apply a DQL script
    DropProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessor
    Processor to drop the record either during the processing stage or at the endpoint
    FieldsAddProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor
    Processor to add fields
    FieldsRemoveProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor
    Processor to remove fields
    FieldsRenameProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor
    Processor to rename fields
    TechnologyProcessor Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessor
    Processor to apply a technology processors
    dql_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessor
    Processor to apply a DQL script
    drop_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessor
    Processor to drop the record either during the processing stage or at the endpoint
    fields_add_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor
    Processor to add fields
    fields_remove_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor
    Processor to remove fields
    fields_rename_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor
    Processor to rename fields
    technology_processor OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessor
    Processor to apply a technology processors
    dqlProcessor Property Map
    Processor to apply a DQL script
    dropProcessor Property Map
    Processor to drop the record either during the processing stage or at the endpoint
    fieldsAddProcessor Property Map
    Processor to add fields
    fieldsRemoveProcessor Property Map
    Processor to remove fields
    fieldsRenameProcessor Property Map
    Processor to rename fields
    technologyProcessor Property Map
    Processor to apply a technology processors

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs

    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    dqlScript string
    The DQL script to apply on the record
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    dql_script str
    The DQL script to apply on the record
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorDropProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs

    Name string
    Name of the field
    Value string
    Value to assign to the field
    Name string
    Name of the field
    Value string
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field
    name string
    Name of the field
    value string
    Value to assign to the field
    name str
    Name of the field
    value str
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<string>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []string
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields string[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[str]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField>
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField[]
    Field to rename on the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField]
    Field to rename on the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs

    FromName string
    The field to rename
    ToName string
    The new field name
    FromName string
    The field to rename
    ToName string
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name
    fromName string
    The field to rename
    toName string
    The new field name
    from_name str
    The field to rename
    to_name str
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name

    OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessor, OpenpipelineDavisEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    TechnologyId string
    The reference identifier to a specific technology. This technology is applied on the record.
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    TechnologyId string
    The reference identifier to a specific technology. This technology is applied on the record.
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    technologyId String
    The reference identifier to a specific technology. This technology is applied on the record.
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    technologyId string
    The reference identifier to a specific technology. This technology is applied on the record.
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    technology_id str
    The reference identifier to a specific technology. This technology is applied on the record.
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    technologyId String
    The reference identifier to a specific technology. This technology is applied on the record.
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineSecurityContext, OpenpipelineDavisEventsPipelinesPipelineSecurityContextArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    Processors []OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors List<OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor[]
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors Sequence[OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor]
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors List<Property Map>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.

    OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessor, OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorArgs

    securityContextProcessor Property Map
    Processor to set the security context field

    OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessor, OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Value Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Value OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    value OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    value OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    value OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    value Property Map
    Strategy to assign a value
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue, OpenpipelineDavisEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineDavisEventsPipelinesPipelineStorage, OpenpipelineDavisEventsPipelinesPipelineStorageArgs

    CatchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineDavisEventsPipelinesPipelineStorageProcessor>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    CatchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    Processors []OpenpipelineDavisEventsPipelinesPipelineStorageProcessor
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName String
    Default bucket assigned to records which do not match any other storage processor
    processors List<OpenpipelineDavisEventsPipelinesPipelineStorageProcessor>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    processors OpenpipelineDavisEventsPipelinesPipelineStorageProcessor[]
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catch_all_bucket_name str
    Default bucket assigned to records which do not match any other storage processor
    processors Sequence[OpenpipelineDavisEventsPipelinesPipelineStorageProcessor]
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName String
    Default bucket assigned to records which do not match any other storage processor
    processors List<Property Map>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.

    OpenpipelineDavisEventsPipelinesPipelineStorageProcessor, OpenpipelineDavisEventsPipelinesPipelineStorageProcessorArgs

    bucketAssignmentProcessor Property Map
    Processor to assign a bucket
    noStorageProcessor Property Map
    Processor to skip storage assignment

    OpenpipelineDavisEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessor, OpenpipelineDavisEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs

    BucketName string
    Bucket that is assigned when the record is matched
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    BucketName string
    Bucket that is assigned when the record is matched
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    bucketName String
    Bucket that is assigned when the record is matched
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    bucketName string
    Bucket that is assigned when the record is matched
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    bucket_name str
    Bucket that is assigned when the record is matched
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    bucketName String
    Bucket that is assigned when the record is matched
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsPipelinesPipelineStorageProcessorNoStorageProcessor, OpenpipelineDavisEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineDavisEventsRouting, OpenpipelineDavisEventsRoutingArgs

    entries List<Property Map>
    Dynamic routing entry

    OpenpipelineDavisEventsRoutingEntry, OpenpipelineDavisEventsRoutingEntryArgs

    Enabled bool
    Indicates if the object is active
    Matcher string
    Matching condition to apply on incoming records
    Note string
    Unique note describing the dynamic route
    PipelineId string
    Identifier of the pipeline the record is routed into
    Enabled bool
    Indicates if the object is active
    Matcher string
    Matching condition to apply on incoming records
    Note string
    Unique note describing the dynamic route
    PipelineId string
    Identifier of the pipeline the record is routed into
    enabled Boolean
    Indicates if the object is active
    matcher String
    Matching condition to apply on incoming records
    note String
    Unique note describing the dynamic route
    pipelineId String
    Identifier of the pipeline the record is routed into
    enabled boolean
    Indicates if the object is active
    matcher string
    Matching condition to apply on incoming records
    note string
    Unique note describing the dynamic route
    pipelineId string
    Identifier of the pipeline the record is routed into
    enabled bool
    Indicates if the object is active
    matcher str
    Matching condition to apply on incoming records
    note str
    Unique note describing the dynamic route
    pipeline_id str
    Identifier of the pipeline the record is routed into
    enabled Boolean
    Indicates if the object is active
    matcher String
    Matching condition to apply on incoming records
    note String
    Unique note describing the dynamic route
    pipelineId String
    Identifier of the pipeline the record is routed into

    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.31.0 published on Tuesday, Sep 23, 2025 by Pulumiverse