1. Packages
  2. Dynatrace
  3. API Docs
  4. OpenpipelineSdlcEvents
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.OpenpipelineSdlcEvents

Explore with Pulumi AI

Create OpenpipelineSdlcEvents Resource

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

Constructor syntax

new OpenpipelineSdlcEvents(name: string, args?: OpenpipelineSdlcEventsArgs, opts?: CustomResourceOptions);
@overload
def OpenpipelineSdlcEvents(resource_name: str,
                           args: Optional[OpenpipelineSdlcEventsArgs] = None,
                           opts: Optional[ResourceOptions] = None)

@overload
def OpenpipelineSdlcEvents(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           endpoints: Optional[OpenpipelineSdlcEventsEndpointsArgs] = None,
                           pipelines: Optional[OpenpipelineSdlcEventsPipelinesArgs] = None,
                           routing: Optional[OpenpipelineSdlcEventsRoutingArgs] = None)
func NewOpenpipelineSdlcEvents(ctx *Context, name string, args *OpenpipelineSdlcEventsArgs, opts ...ResourceOption) (*OpenpipelineSdlcEvents, error)
public OpenpipelineSdlcEvents(string name, OpenpipelineSdlcEventsArgs? args = null, CustomResourceOptions? opts = null)
public OpenpipelineSdlcEvents(String name, OpenpipelineSdlcEventsArgs args)
public OpenpipelineSdlcEvents(String name, OpenpipelineSdlcEventsArgs args, CustomResourceOptions options)
type: dynatrace:OpenpipelineSdlcEvents
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args OpenpipelineSdlcEventsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args OpenpipelineSdlcEventsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args OpenpipelineSdlcEventsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args OpenpipelineSdlcEventsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. OpenpipelineSdlcEventsArgs
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 openpipelineSdlcEventsResource = new Dynatrace.OpenpipelineSdlcEvents("openpipelineSdlcEventsResource", new()
{
    Endpoints = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsArgs
    {
        Endpoints = new[]
        {
            new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointArgs
            {
                DisplayName = "string",
                Enabled = false,
                Routing = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointRoutingArgs
                {
                    Type = "string",
                    PipelineId = "string",
                },
                Segment = "string",
                DefaultBucket = "string",
                Processors = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsArgs
                {
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorArgs
                        {
                            DqlProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
                            {
                                Description = "string",
                                DqlScript = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    "string",
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                        },
                    },
                },
            },
        },
    },
    Pipelines = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesArgs
    {
        Pipelines = new[]
        {
            new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineArgs
            {
                DisplayName = "string",
                Enabled = false,
                Id = "string",
                DataExtraction = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionArgs
                {
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorArgs
                        {
                            BizeventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                EventProvider = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
                                {
                                    Type = "string",
                                    Constant = "string",
                                    Field = "string",
                                },
                                EventType = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
                                {
                                    Type = "string",
                                    Constant = "string",
                                    Field = "string",
                                },
                                Id = "string",
                                Matcher = "string",
                                FieldExtraction = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
                                {
                                    Fields = new[]
                                    {
                                        "string",
                                    },
                                    Semantic = "string",
                                },
                                SampleData = "string",
                            },
                            DavisEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                Properties = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
                                    {
                                        Key = "string",
                                        Value = "string",
                                    },
                                },
                                SampleData = "string",
                            },
                        },
                    },
                },
                MetricExtraction = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionArgs
                {
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorArgs
                        {
                            CounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                MetricKey = "string",
                                Dimensions = new[]
                                {
                                    "string",
                                },
                                SampleData = "string",
                            },
                            ValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Field = "string",
                                Id = "string",
                                Matcher = "string",
                                MetricKey = "string",
                                Dimensions = new[]
                                {
                                    "string",
                                },
                                SampleData = "string",
                            },
                        },
                    },
                },
                Processing = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingArgs
                {
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorArgs
                        {
                            DqlProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
                            {
                                Description = "string",
                                DqlScript = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
                                    {
                                        Name = "string",
                                        Value = "string",
                                    },
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    "string",
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Fields = new[]
                                {
                                    new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
                                    {
                                        FromName = "string",
                                        ToName = "string",
                                    },
                                },
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                TechnologyId = "string",
                                SampleData = "string",
                            },
                        },
                    },
                },
                SecurityContext = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextArgs
                {
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorArgs
                        {
                            SecurityContextProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                Value = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
                                {
                                    Type = "string",
                                    Constant = "string",
                                    Field = "string",
                                },
                                SampleData = "string",
                            },
                        },
                    },
                },
                Storage = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorageArgs
                {
                    CatchAllBucketName = "string",
                    Processors = new[]
                    {
                        new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorArgs
                        {
                            BucketAssignmentProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
                            {
                                BucketName = "string",
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                            NoStorageProcessor = new Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
                            {
                                Description = "string",
                                Enabled = false,
                                Id = "string",
                                Matcher = "string",
                                SampleData = "string",
                            },
                        },
                    },
                },
            },
        },
    },
    Routing = new Dynatrace.Inputs.OpenpipelineSdlcEventsRoutingArgs
    {
        Entries = new[]
        {
            new Dynatrace.Inputs.OpenpipelineSdlcEventsRoutingEntryArgs
            {
                Enabled = false,
                Matcher = "string",
                Note = "string",
                PipelineId = "string",
            },
        },
    },
});
Copy
example, err := dynatrace.NewOpenpipelineSdlcEvents(ctx, "openpipelineSdlcEventsResource", &dynatrace.OpenpipelineSdlcEventsArgs{
	Endpoints: &dynatrace.OpenpipelineSdlcEventsEndpointsArgs{
		Endpoints: dynatrace.OpenpipelineSdlcEventsEndpointsEndpointArray{
			&dynatrace.OpenpipelineSdlcEventsEndpointsEndpointArgs{
				DisplayName: pulumi.String("string"),
				Enabled:     pulumi.Bool(false),
				Routing: &dynatrace.OpenpipelineSdlcEventsEndpointsEndpointRoutingArgs{
					Type:       pulumi.String("string"),
					PipelineId: pulumi.String("string"),
				},
				Segment:       pulumi.String("string"),
				DefaultBucket: pulumi.String("string"),
				Processors: &dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsArgs{
					Processors: dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorArgs{
							DqlProcessor: &dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs{
								Description: pulumi.String("string"),
								DqlScript:   pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Id:          pulumi.String("string"),
								Matcher:     pulumi.String("string"),
								SampleData:  pulumi.String("string"),
							},
							FieldsAddProcessor: &dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Fields: dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArray{
									&dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs{
										Name:  pulumi.String("string"),
										Value: pulumi.String("string"),
									},
								},
								Id:         pulumi.String("string"),
								Matcher:    pulumi.String("string"),
								SampleData: pulumi.String("string"),
							},
							FieldsRemoveProcessor: &dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs{
								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.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Fields: dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArray{
									&dynatrace.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs{
										FromName: pulumi.String("string"),
										ToName:   pulumi.String("string"),
									},
								},
								Id:         pulumi.String("string"),
								Matcher:    pulumi.String("string"),
								SampleData: pulumi.String("string"),
							},
						},
					},
				},
			},
		},
	},
	Pipelines: &dynatrace.OpenpipelineSdlcEventsPipelinesArgs{
		Pipelines: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineArray{
			&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineArgs{
				DisplayName: pulumi.String("string"),
				Enabled:     pulumi.Bool(false),
				Id:          pulumi.String("string"),
				DataExtraction: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionArgs{
					Processors: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorArgs{
							BizeventExtractionProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								EventProvider: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs{
									Type:     pulumi.String("string"),
									Constant: pulumi.String("string"),
									Field:    pulumi.String("string"),
								},
								EventType: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs{
									Type:     pulumi.String("string"),
									Constant: pulumi.String("string"),
									Field:    pulumi.String("string"),
								},
								Id:      pulumi.String("string"),
								Matcher: pulumi.String("string"),
								FieldExtraction: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs{
									Fields: pulumi.StringArray{
										pulumi.String("string"),
									},
									Semantic: pulumi.String("string"),
								},
								SampleData: pulumi.String("string"),
							},
							DavisEventExtractionProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Id:          pulumi.String("string"),
								Matcher:     pulumi.String("string"),
								Properties: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArray{
									&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs{
										Key:   pulumi.String("string"),
										Value: pulumi.String("string"),
									},
								},
								SampleData: pulumi.String("string"),
							},
						},
					},
				},
				MetricExtraction: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionArgs{
					Processors: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorArgs{
							CounterMetricExtractionProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs{
								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.OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs{
								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.OpenpipelineSdlcEventsPipelinesPipelineProcessingArgs{
					Processors: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorArgs{
							DqlProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs{
								Description: pulumi.String("string"),
								DqlScript:   pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Id:          pulumi.String("string"),
								Matcher:     pulumi.String("string"),
								SampleData:  pulumi.String("string"),
							},
							FieldsAddProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Fields: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArray{
									&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs{
										Name:  pulumi.String("string"),
										Value: pulumi.String("string"),
									},
								},
								Id:         pulumi.String("string"),
								Matcher:    pulumi.String("string"),
								SampleData: pulumi.String("string"),
							},
							FieldsRemoveProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs{
								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.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Fields: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArray{
									&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs{
										FromName: pulumi.String("string"),
										ToName:   pulumi.String("string"),
									},
								},
								Id:         pulumi.String("string"),
								Matcher:    pulumi.String("string"),
								SampleData: pulumi.String("string"),
							},
							TechnologyProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs{
								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.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextArgs{
					Processors: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorArgs{
							SecurityContextProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Id:          pulumi.String("string"),
								Matcher:     pulumi.String("string"),
								Value: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs{
									Type:     pulumi.String("string"),
									Constant: pulumi.String("string"),
									Field:    pulumi.String("string"),
								},
								SampleData: pulumi.String("string"),
							},
						},
					},
				},
				Storage: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineStorageArgs{
					CatchAllBucketName: pulumi.String("string"),
					Processors: dynatrace.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorArray{
						&dynatrace.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorArgs{
							BucketAssignmentProcessor: &dynatrace.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs{
								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.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs{
								Description: pulumi.String("string"),
								Enabled:     pulumi.Bool(false),
								Id:          pulumi.String("string"),
								Matcher:     pulumi.String("string"),
								SampleData:  pulumi.String("string"),
							},
						},
					},
				},
			},
		},
	},
	Routing: &dynatrace.OpenpipelineSdlcEventsRoutingArgs{
		Entries: dynatrace.OpenpipelineSdlcEventsRoutingEntryArray{
			&dynatrace.OpenpipelineSdlcEventsRoutingEntryArgs{
				Enabled:    pulumi.Bool(false),
				Matcher:    pulumi.String("string"),
				Note:       pulumi.String("string"),
				PipelineId: pulumi.String("string"),
			},
		},
	},
})
Copy
var openpipelineSdlcEventsResource = new OpenpipelineSdlcEvents("openpipelineSdlcEventsResource", OpenpipelineSdlcEventsArgs.builder()
    .endpoints(OpenpipelineSdlcEventsEndpointsArgs.builder()
        .endpoints(OpenpipelineSdlcEventsEndpointsEndpointArgs.builder()
            .displayName("string")
            .enabled(false)
            .routing(OpenpipelineSdlcEventsEndpointsEndpointRoutingArgs.builder()
                .type("string")
                .pipelineId("string")
                .build())
            .segment("string")
            .defaultBucket("string")
            .processors(OpenpipelineSdlcEventsEndpointsEndpointProcessorsArgs.builder()
                .processors(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorArgs.builder()
                    .dqlProcessor(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs.builder()
                        .description("string")
                        .dqlScript("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsAddProcessor(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs.builder()
                            .name("string")
                            .value("string")
                            .build())
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsRemoveProcessor(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields("string")
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsRenameProcessor(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields(OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs.builder()
                            .fromName("string")
                            .toName("string")
                            .build())
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .build())
        .build())
    .pipelines(OpenpipelineSdlcEventsPipelinesArgs.builder()
        .pipelines(OpenpipelineSdlcEventsPipelinesPipelineArgs.builder()
            .displayName("string")
            .enabled(false)
            .id("string")
            .dataExtraction(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionArgs.builder()
                .processors(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorArgs.builder()
                    .bizeventExtractionProcessor(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .eventProvider(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs.builder()
                            .type("string")
                            .constant("string")
                            .field("string")
                            .build())
                        .eventType(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs.builder()
                            .type("string")
                            .constant("string")
                            .field("string")
                            .build())
                        .id("string")
                        .matcher("string")
                        .fieldExtraction(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs.builder()
                            .fields("string")
                            .semantic("string")
                            .build())
                        .sampleData("string")
                        .build())
                    .davisEventExtractionProcessor(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .properties(OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs.builder()
                            .key("string")
                            .value("string")
                            .build())
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .metricExtraction(OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionArgs.builder()
                .processors(OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorArgs.builder()
                    .counterMetricExtractionProcessor(OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .metricKey("string")
                        .dimensions("string")
                        .sampleData("string")
                        .build())
                    .valueMetricExtractionProcessor(OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .field("string")
                        .id("string")
                        .matcher("string")
                        .metricKey("string")
                        .dimensions("string")
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .processing(OpenpipelineSdlcEventsPipelinesPipelineProcessingArgs.builder()
                .processors(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorArgs.builder()
                    .dqlProcessor(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs.builder()
                        .description("string")
                        .dqlScript("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsAddProcessor(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs.builder()
                            .name("string")
                            .value("string")
                            .build())
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsRemoveProcessor(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields("string")
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .fieldsRenameProcessor(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .fields(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs.builder()
                            .fromName("string")
                            .toName("string")
                            .build())
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .technologyProcessor(OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .technologyId("string")
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .securityContext(OpenpipelineSdlcEventsPipelinesPipelineSecurityContextArgs.builder()
                .processors(OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorArgs.builder()
                    .securityContextProcessor(OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .value(OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs.builder()
                            .type("string")
                            .constant("string")
                            .field("string")
                            .build())
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .storage(OpenpipelineSdlcEventsPipelinesPipelineStorageArgs.builder()
                .catchAllBucketName("string")
                .processors(OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorArgs.builder()
                    .bucketAssignmentProcessor(OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs.builder()
                        .bucketName("string")
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .noStorageProcessor(OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs.builder()
                        .description("string")
                        .enabled(false)
                        .id("string")
                        .matcher("string")
                        .sampleData("string")
                        .build())
                    .build())
                .build())
            .build())
        .build())
    .routing(OpenpipelineSdlcEventsRoutingArgs.builder()
        .entries(OpenpipelineSdlcEventsRoutingEntryArgs.builder()
            .enabled(false)
            .matcher("string")
            .note("string")
            .pipelineId("string")
            .build())
        .build())
    .build());
Copy
openpipeline_sdlc_events_resource = dynatrace.OpenpipelineSdlcEvents("openpipelineSdlcEventsResource",
    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",
                    },
                    "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": {
                            "fields": ["string"],
                            "semantic": "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",
                    },
                    "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",
        }],
    })
Copy
const openpipelineSdlcEventsResource = new dynatrace.OpenpipelineSdlcEvents("openpipelineSdlcEventsResource", {
    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",
                    },
                    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: {
                            fields: ["string"],
                            semantic: "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",
                    },
                    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",
        }],
    },
});
Copy
type: dynatrace:OpenpipelineSdlcEvents
properties:
    endpoints:
        endpoints:
            - defaultBucket: string
              displayName: string
              enabled: false
              processors:
                processors:
                    - dqlProcessor:
                        description: string
                        dqlScript: 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
                      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
Copy

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

Endpoints OpenpipelineSdlcEventsEndpointsArgs
List of all ingest sources of the configuration
Pipelines OpenpipelineSdlcEventsPipelinesArgs
List of all pipelines of the configuration
Routing OpenpipelineSdlcEventsRoutingArgs
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpoints
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelines
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRouting
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpoints
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelines
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRouting
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpointsArgs
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelinesArgs
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRoutingArgs
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 OpenpipelineSdlcEvents 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 OpenpipelineSdlcEvents Resource

Get an existing OpenpipelineSdlcEvents 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?: OpenpipelineSdlcEventsState, opts?: CustomResourceOptions): OpenpipelineSdlcEvents
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        endpoints: Optional[OpenpipelineSdlcEventsEndpointsArgs] = None,
        pipelines: Optional[OpenpipelineSdlcEventsPipelinesArgs] = None,
        routing: Optional[OpenpipelineSdlcEventsRoutingArgs] = None) -> OpenpipelineSdlcEvents
func GetOpenpipelineSdlcEvents(ctx *Context, name string, id IDInput, state *OpenpipelineSdlcEventsState, opts ...ResourceOption) (*OpenpipelineSdlcEvents, error)
public static OpenpipelineSdlcEvents Get(string name, Input<string> id, OpenpipelineSdlcEventsState? state, CustomResourceOptions? opts = null)
public static OpenpipelineSdlcEvents get(String name, Output<String> id, OpenpipelineSdlcEventsState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:OpenpipelineSdlcEvents    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 OpenpipelineSdlcEventsEndpointsArgs
List of all ingest sources of the configuration
Pipelines OpenpipelineSdlcEventsPipelinesArgs
List of all pipelines of the configuration
Routing OpenpipelineSdlcEventsRoutingArgs
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpoints
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelines
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRouting
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpoints
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelines
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRouting
Dynamic routing definition
endpoints OpenpipelineSdlcEventsEndpointsArgs
List of all ingest sources of the configuration
pipelines OpenpipelineSdlcEventsPipelinesArgs
List of all pipelines of the configuration
routing OpenpipelineSdlcEventsRoutingArgs
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

OpenpipelineSdlcEventsEndpoints
, OpenpipelineSdlcEventsEndpointsArgs

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

OpenpipelineSdlcEventsEndpointsEndpoint
, OpenpipelineSdlcEventsEndpointsEndpointArgs

DisplayName This property is required. string
Display name of the ingest source
Enabled This property is required. bool
Indicates if the object is active
Routing This property is required. Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointRouting
Routing strategy, either dynamic or static
Segment This property is required. 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.OpenpipelineSdlcEventsEndpointsEndpointProcessors
The pre-processing done in the ingest source
DisplayName This property is required. string
Display name of the ingest source
Enabled This property is required. bool
Indicates if the object is active
Routing This property is required. OpenpipelineSdlcEventsEndpointsEndpointRouting
Routing strategy, either dynamic or static
Segment This property is required. 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 OpenpipelineSdlcEventsEndpointsEndpointProcessors
The pre-processing done in the ingest source
displayName This property is required. String
Display name of the ingest source
enabled This property is required. Boolean
Indicates if the object is active
routing This property is required. OpenpipelineSdlcEventsEndpointsEndpointRouting
Routing strategy, either dynamic or static
segment This property is required. 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 OpenpipelineSdlcEventsEndpointsEndpointProcessors
The pre-processing done in the ingest source
displayName This property is required. string
Display name of the ingest source
enabled This property is required. boolean
Indicates if the object is active
routing This property is required. OpenpipelineSdlcEventsEndpointsEndpointRouting
Routing strategy, either dynamic or static
segment This property is required. 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 OpenpipelineSdlcEventsEndpointsEndpointProcessors
The pre-processing done in the ingest source
display_name This property is required. str
Display name of the ingest source
enabled This property is required. bool
Indicates if the object is active
routing This property is required. OpenpipelineSdlcEventsEndpointsEndpointRouting
Routing strategy, either dynamic or static
segment This property is required. 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 OpenpipelineSdlcEventsEndpointsEndpointProcessors
The pre-processing done in the ingest source
displayName This property is required. String
Display name of the ingest source
enabled This property is required. Boolean
Indicates if the object is active
routing This property is required. Property Map
Routing strategy, either dynamic or static
segment This property is required. 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

OpenpipelineSdlcEventsEndpointsEndpointProcessors
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsArgs

Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor>
Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
Processors []OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor
Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
processors List<OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor>
Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
processors OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor[]
Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
processors Sequence[OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor]
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.

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessor
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorArgs

dqlProcessor Property Map
Processor to apply a DQL script
fieldsAddProcessor Property Map
Processor to add fields
fieldsRemoveProcessor Property Map
Processor to remove fields
fieldsRenameProcessor Property Map
Processor to rename fields

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorDqlProcessor
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs

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

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessor
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs

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

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs

Name This property is required. string
Name of the field
Value This property is required. string
Value to assign to the field
Name This property is required. string
Name of the field
Value This property is required. string
Value to assign to the field
name This property is required. String
Name of the field
value This property is required. String
Value to assign to the field
name This property is required. string
Name of the field
value This property is required. string
Value to assign to the field
name This property is required. str
Name of the field
value This property is required. str
Value to assign to the field
name This property is required. String
Name of the field
value This property is required. String
Value to assign to the field

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs

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

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs

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

OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField
, OpenpipelineSdlcEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs

FromName This property is required. string
The field to rename
ToName This property is required. string
The new field name
FromName This property is required. string
The field to rename
ToName This property is required. string
The new field name
fromName This property is required. String
The field to rename
toName This property is required. String
The new field name
fromName This property is required. string
The field to rename
toName This property is required. string
The new field name
from_name This property is required. str
The field to rename
to_name This property is required. str
The new field name
fromName This property is required. String
The field to rename
toName This property is required. String
The new field name

OpenpipelineSdlcEventsEndpointsEndpointRouting
, OpenpipelineSdlcEventsEndpointsEndpointRoutingArgs

Type This property is required. string
Type of routing, static or dynamic
PipelineId string
Pipeline ID of the static routing
Type This property is required. string
Type of routing, static or dynamic
PipelineId string
Pipeline ID of the static routing
type This property is required. String
Type of routing, static or dynamic
pipelineId String
Pipeline ID of the static routing
type This property is required. string
Type of routing, static or dynamic
pipelineId string
Pipeline ID of the static routing
type This property is required. str
Type of routing, static or dynamic
pipeline_id str
Pipeline ID of the static routing
type This property is required. String
Type of routing, static or dynamic
pipelineId String
Pipeline ID of the static routing

OpenpipelineSdlcEventsPipelines
, OpenpipelineSdlcEventsPipelinesArgs

pipelines List<Property Map>
Definition of a single pipeline

OpenpipelineSdlcEventsPipelinesPipeline
, OpenpipelineSdlcEventsPipelinesPipelineArgs

DisplayName This property is required. string
Display name of the pipeline
Enabled This property is required. bool
Indicates if the object is active
Id This property is required. string
Identifier of the pipeline
DataExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
Data extraction stage configuration of the pipeline
MetricExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
Metric extraction stage configuration of the pipeline
Processing Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessing
Processing stage configuration of the pipeline
SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
Security context stage configuration of the pipeline
Storage Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorage
Data extraction stage configuration of the pipeline
DisplayName This property is required. string
Display name of the pipeline
Enabled This property is required. bool
Indicates if the object is active
Id This property is required. string
Identifier of the pipeline
DataExtraction OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
Data extraction stage configuration of the pipeline
MetricExtraction OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
Metric extraction stage configuration of the pipeline
Processing OpenpipelineSdlcEventsPipelinesPipelineProcessing
Processing stage configuration of the pipeline
SecurityContext OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
Security context stage configuration of the pipeline
Storage OpenpipelineSdlcEventsPipelinesPipelineStorage
Data extraction stage configuration of the pipeline
displayName This property is required. String
Display name of the pipeline
enabled This property is required. Boolean
Indicates if the object is active
id This property is required. String
Identifier of the pipeline
dataExtraction OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
Data extraction stage configuration of the pipeline
metricExtraction OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
Metric extraction stage configuration of the pipeline
processing OpenpipelineSdlcEventsPipelinesPipelineProcessing
Processing stage configuration of the pipeline
securityContext OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
Security context stage configuration of the pipeline
storage OpenpipelineSdlcEventsPipelinesPipelineStorage
Data extraction stage configuration of the pipeline
displayName This property is required. string
Display name of the pipeline
enabled This property is required. boolean
Indicates if the object is active
id This property is required. string
Identifier of the pipeline
dataExtraction OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
Data extraction stage configuration of the pipeline
metricExtraction OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
Metric extraction stage configuration of the pipeline
processing OpenpipelineSdlcEventsPipelinesPipelineProcessing
Processing stage configuration of the pipeline
securityContext OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
Security context stage configuration of the pipeline
storage OpenpipelineSdlcEventsPipelinesPipelineStorage
Data extraction stage configuration of the pipeline
display_name This property is required. str
Display name of the pipeline
enabled This property is required. bool
Indicates if the object is active
id This property is required. str
Identifier of the pipeline
data_extraction OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
Data extraction stage configuration of the pipeline
metric_extraction OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
Metric extraction stage configuration of the pipeline
processing OpenpipelineSdlcEventsPipelinesPipelineProcessing
Processing stage configuration of the pipeline
security_context OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
Security context stage configuration of the pipeline
storage OpenpipelineSdlcEventsPipelinesPipelineStorage
Data extraction stage configuration of the pipeline
displayName This property is required. String
Display name of the pipeline
enabled This property is required. Boolean
Indicates if the object is active
id This property is required. 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

OpenpipelineSdlcEventsPipelinesPipelineDataExtraction
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionArgs

Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor>
Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
Processors []OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor
Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
processors List<OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor>
Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
processors OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor[]
Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
processors Sequence[OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor]
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.

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorArgs

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs

Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value
type This property is required. string
Strategy to assign a value
constant string
Strategy to assign a value
field string
Strategy to assign a value
type This property is required. str
Strategy to assign a value
constant str
Strategy to assign a value
field str
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs

Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value
type This property is required. string
Strategy to assign a value
constant string
Strategy to assign a value
field string
Strategy to assign a value
type This property is required. str
Strategy to assign a value
constant str
Strategy to assign a value
field str
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs

Fields This property is required. List<string>
Semantic This property is required. string
Fields This property is required. []string
Semantic This property is required. string
fields This property is required. List<String>
semantic This property is required. String
fields This property is required. string[]
semantic This property is required. string
fields This property is required. Sequence[str]
semantic This property is required. str
fields This property is required. List<String>
semantic This property is required. String

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty
, OpenpipelineSdlcEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs

Key This property is required. string
The key to set on the davis event
Value This property is required. string
The value assigned to the key
Key This property is required. string
The key to set on the davis event
Value This property is required. string
The value assigned to the key
key This property is required. String
The key to set on the davis event
value This property is required. String
The value assigned to the key
key This property is required. string
The key to set on the davis event
value This property is required. string
The value assigned to the key
key This property is required. str
The key to set on the davis event
value This property is required. str
The value assigned to the key
key This property is required. String
The key to set on the davis event
value This property is required. String
The value assigned to the key

OpenpipelineSdlcEventsPipelinesPipelineMetricExtraction
, OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionArgs

processors List<Property Map>
Data extraction processor to use

OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs

Description This property is required. string
Name or description of the processor
Enabled This property is required. bool
Indicates if the object is active
Id This property is required. string
Identifier of the processor. Must be unique within a stage.
Matcher This property is required. string
Matching condition to apply on incoming records
MetricKey This property is required. 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 This property is required. string
Name or description of the processor
Enabled This property is required. bool
Indicates if the object is active
Id This property is required. string
Identifier of the processor. Must be unique within a stage.
Matcher This property is required. string
Matching condition to apply on incoming records
MetricKey This property is required. 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 This property is required. String
Name or description of the processor
enabled This property is required. Boolean
Indicates if the object is active
id This property is required. String
Identifier of the processor. Must be unique within a stage.
matcher This property is required. String
Matching condition to apply on incoming records
metricKey This property is required. 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 This property is required. string
Name or description of the processor
enabled This property is required. boolean
Indicates if the object is active
id This property is required. string
Identifier of the processor. Must be unique within a stage.
matcher This property is required. string
Matching condition to apply on incoming records
metricKey This property is required. 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 This property is required. str
Name or description of the processor
enabled This property is required. bool
Indicates if the object is active
id This property is required. str
Identifier of the processor. Must be unique within a stage.
matcher This property is required. str
Matching condition to apply on incoming records
metric_key This property is required. 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 This property is required. String
Name or description of the processor
enabled This property is required. Boolean
Indicates if the object is active
id This property is required. String
Identifier of the processor. Must be unique within a stage.
matcher This property is required. String
Matching condition to apply on incoming records
metricKey This property is required. 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

OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessor
, OpenpipelineSdlcEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs

Description This property is required. string
Name or description of the processor
Enabled This property is required. bool
Indicates if the object is active
Field This property is required. string
The field to extract the value for the metric
Id This property is required. string
Identifier of the processor. Must be unique within a stage.
Matcher This property is required. string
Matching condition to apply on incoming records
MetricKey This property is required. 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 This property is required. string
Name or description of the processor
Enabled This property is required. bool
Indicates if the object is active
Field This property is required. string
The field to extract the value for the metric
Id This property is required. string
Identifier of the processor. Must be unique within a stage.
Matcher This property is required. string
Matching condition to apply on incoming records
MetricKey This property is required. 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 This property is required. String
Name or description of the processor
enabled This property is required. Boolean
Indicates if the object is active
field This property is required. String
The field to extract the value for the metric
id This property is required. String
Identifier of the processor. Must be unique within a stage.
matcher This property is required. String
Matching condition to apply on incoming records
metricKey This property is required. 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 This property is required. string
Name or description of the processor
enabled This property is required. boolean
Indicates if the object is active
field This property is required. string
The field to extract the value for the metric
id This property is required. string
Identifier of the processor. Must be unique within a stage.
matcher This property is required. string
Matching condition to apply on incoming records
metricKey This property is required. 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 This property is required. str
Name or description of the processor
enabled This property is required. bool
Indicates if the object is active
field This property is required. str
The field to extract the value for the metric
id This property is required. str
Identifier of the processor. Must be unique within a stage.
matcher This property is required. str
Matching condition to apply on incoming records
metric_key This property is required. 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 This property is required. String
Name or description of the processor
enabled This property is required. Boolean
Indicates if the object is active
field This property is required. String
The field to extract the value for the metric
id This property is required. String
Identifier of the processor. Must be unique within a stage.
matcher This property is required. String
Matching condition to apply on incoming records
metricKey This property is required. 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

OpenpipelineSdlcEventsPipelinesPipelineProcessing
, OpenpipelineSdlcEventsPipelinesPipelineProcessingArgs

Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor>
Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
Processors []OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor
Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
processors List<OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor>
Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
processors OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor[]
Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
processors Sequence[OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor]
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.

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorArgs

dqlProcessor Property Map
Processor to apply a DQL script
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

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorDqlProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs

Name This property is required. string
Name of the field
Value This property is required. string
Value to assign to the field
Name This property is required. string
Name of the field
Value This property is required. string
Value to assign to the field
name This property is required. String
Name of the field
value This property is required. String
Value to assign to the field
name This property is required. string
Name of the field
value This property is required. string
Value to assign to the field
name This property is required. str
Name of the field
value This property is required. str
Value to assign to the field
name This property is required. String
Name of the field
value This property is required. String
Value to assign to the field

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs

FromName This property is required. string
The field to rename
ToName This property is required. string
The new field name
FromName This property is required. string
The field to rename
ToName This property is required. string
The new field name
fromName This property is required. String
The field to rename
toName This property is required. String
The new field name
fromName This property is required. string
The field to rename
toName This property is required. string
The new field name
from_name This property is required. str
The field to rename
to_name This property is required. str
The new field name
fromName This property is required. String
The field to rename
toName This property is required. String
The new field name

OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorTechnologyProcessor
, OpenpipelineSdlcEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineSecurityContext
, OpenpipelineSdlcEventsPipelinesPipelineSecurityContextArgs

Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor>
Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
Processors []OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor
Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
processors List<OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor>
Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
processors OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor[]
Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
processors Sequence[OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor]
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.

OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessor
, OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorArgs

securityContextProcessor Property Map
Processor to set the security context field

OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessor
, OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
, OpenpipelineSdlcEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs

Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
Type This property is required. string
Strategy to assign a value
Constant string
Strategy to assign a value
Field string
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value
type This property is required. string
Strategy to assign a value
constant string
Strategy to assign a value
field string
Strategy to assign a value
type This property is required. str
Strategy to assign a value
constant str
Strategy to assign a value
field str
Strategy to assign a value
type This property is required. String
Strategy to assign a value
constant String
Strategy to assign a value
field String
Strategy to assign a value

OpenpipelineSdlcEventsPipelinesPipelineStorage
, OpenpipelineSdlcEventsPipelinesPipelineStorageArgs

CatchAllBucketName string
Default bucket assigned to records which do not match any other storage processor
Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor>
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 []OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor
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<OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor>
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 OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor[]
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[OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor]
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.

OpenpipelineSdlcEventsPipelinesPipelineStorageProcessor
, OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessor
, OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs

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

OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorNoStorageProcessor
, OpenpipelineSdlcEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs

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

OpenpipelineSdlcEventsRouting
, OpenpipelineSdlcEventsRoutingArgs

entries List<Property Map>
Dynamic routing entry

OpenpipelineSdlcEventsRoutingEntry
, OpenpipelineSdlcEventsRoutingEntryArgs

Enabled This property is required. bool
Indicates if the object is active
Matcher This property is required. string
Matching condition to apply on incoming records
Note This property is required. string
Unique note describing the dynamic route
PipelineId This property is required. string
Identifier of the pipeline the record is routed into
Enabled This property is required. bool
Indicates if the object is active
Matcher This property is required. string
Matching condition to apply on incoming records
Note This property is required. string
Unique note describing the dynamic route
PipelineId This property is required. string
Identifier of the pipeline the record is routed into
enabled This property is required. Boolean
Indicates if the object is active
matcher This property is required. String
Matching condition to apply on incoming records
note This property is required. String
Unique note describing the dynamic route
pipelineId This property is required. String
Identifier of the pipeline the record is routed into
enabled This property is required. boolean
Indicates if the object is active
matcher This property is required. string
Matching condition to apply on incoming records
note This property is required. string
Unique note describing the dynamic route
pipelineId This property is required. string
Identifier of the pipeline the record is routed into
enabled This property is required. bool
Indicates if the object is active
matcher This property is required. str
Matching condition to apply on incoming records
note This property is required. str
Unique note describing the dynamic route
pipeline_id This property is required. str
Identifier of the pipeline the record is routed into
enabled This property is required. Boolean
Indicates if the object is active
matcher This property is required. String
Matching condition to apply on incoming records
note This property is required. String
Unique note describing the dynamic route
pipelineId This property is required. 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.