dynatrace.OpenpipelineEvents
Explore with Pulumi AI
Create OpenpipelineEvents Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpenpipelineEvents(name: string, args?: OpenpipelineEventsArgs, opts?: CustomResourceOptions);
@overload
def OpenpipelineEvents(resource_name: str,
args: Optional[OpenpipelineEventsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OpenpipelineEvents(resource_name: str,
opts: Optional[ResourceOptions] = None,
endpoints: Optional[OpenpipelineEventsEndpointsArgs] = None,
pipelines: Optional[OpenpipelineEventsPipelinesArgs] = None,
routing: Optional[OpenpipelineEventsRoutingArgs] = None)
func NewOpenpipelineEvents(ctx *Context, name string, args *OpenpipelineEventsArgs, opts ...ResourceOption) (*OpenpipelineEvents, error)
public OpenpipelineEvents(string name, OpenpipelineEventsArgs? args = null, CustomResourceOptions? opts = null)
public OpenpipelineEvents(String name, OpenpipelineEventsArgs args)
public OpenpipelineEvents(String name, OpenpipelineEventsArgs args, CustomResourceOptions options)
type: dynatrace:OpenpipelineEvents
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OpenpipelineEventsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OpenpipelineEventsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OpenpipelineEventsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpenpipelineEventsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpenpipelineEventsArgs
- 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 openpipelineEventsResource = new Dynatrace.OpenpipelineEvents("openpipelineEventsResource", new()
{
Endpoints = new Dynatrace.Inputs.OpenpipelineEventsEndpointsArgs
{
Endpoints = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointArgs
{
DisplayName = "string",
Enabled = false,
Routing = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointRoutingArgs
{
Type = "string",
PipelineId = "string",
},
Segment = "string",
DefaultBucket = "string",
Processors = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorArgs
{
DqlProcessor = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
{
Description = "string",
DqlScript = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
{
Name = "string",
Value = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
"string",
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
{
FromName = "string",
ToName = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
},
},
},
},
},
},
Pipelines = new Dynatrace.Inputs.OpenpipelineEventsPipelinesArgs
{
Pipelines = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineArgs
{
DisplayName = "string",
Enabled = false,
Id = "string",
DataExtraction = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorArgs
{
BizeventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
{
Description = "string",
Enabled = false,
EventProvider = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
{
Type = "string",
Constant = "string",
Field = "string",
},
EventType = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
{
Type = "string",
Constant = "string",
Field = "string",
},
Id = "string",
Matcher = "string",
FieldExtraction = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
{
Fields = new[]
{
"string",
},
Semantic = "string",
},
SampleData = "string",
},
DavisEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Properties = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
{
Key = "string",
Value = "string",
},
},
SampleData = "string",
},
},
},
},
MetricExtraction = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineMetricExtractionArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorArgs
{
CounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
MetricKey = "string",
Dimensions = new[]
{
"string",
},
SampleData = "string",
},
ValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Field = "string",
Id = "string",
Matcher = "string",
MetricKey = "string",
Dimensions = new[]
{
"string",
},
SampleData = "string",
},
},
},
},
Processing = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorArgs
{
DqlProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
{
Description = "string",
DqlScript = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
{
Name = "string",
Value = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
"string",
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
{
FromName = "string",
ToName = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
TechnologyId = "string",
SampleData = "string",
},
},
},
},
SecurityContext = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineSecurityContextArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorArgs
{
SecurityContextProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Value = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
{
Type = "string",
Constant = "string",
Field = "string",
},
SampleData = "string",
},
},
},
},
Storage = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineStorageArgs
{
CatchAllBucketName = "string",
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineStorageProcessorArgs
{
BucketAssignmentProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
{
BucketName = "string",
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
NoStorageProcessor = new Dynatrace.Inputs.OpenpipelineEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
},
},
},
},
},
},
Routing = new Dynatrace.Inputs.OpenpipelineEventsRoutingArgs
{
Entries = new[]
{
new Dynatrace.Inputs.OpenpipelineEventsRoutingEntryArgs
{
Enabled = false,
Matcher = "string",
Note = "string",
PipelineId = "string",
},
},
},
});
example, err := dynatrace.NewOpenpipelineEvents(ctx, "openpipelineEventsResource", &dynatrace.OpenpipelineEventsArgs{
Endpoints: &dynatrace.OpenpipelineEventsEndpointsArgs{
Endpoints: dynatrace.OpenpipelineEventsEndpointsEndpointArray{
&dynatrace.OpenpipelineEventsEndpointsEndpointArgs{
DisplayName: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Routing: &dynatrace.OpenpipelineEventsEndpointsEndpointRoutingArgs{
Type: pulumi.String("string"),
PipelineId: pulumi.String("string"),
},
Segment: pulumi.String("string"),
DefaultBucket: pulumi.String("string"),
Processors: &dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsArgs{
Processors: dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorArray{
&dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorArgs{
DqlProcessor: &dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs{
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.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArray{
&dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsRemoveProcessor: &dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs{
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.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArray{
&dynatrace.OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs{
FromName: pulumi.String("string"),
ToName: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
},
},
},
},
},
},
Pipelines: &dynatrace.OpenpipelineEventsPipelinesArgs{
Pipelines: dynatrace.OpenpipelineEventsPipelinesPipelineArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineArgs{
DisplayName: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
DataExtraction: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionArgs{
Processors: dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorArgs{
BizeventExtractionProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
EventProvider: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
},
EventType: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
FieldExtraction: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs{
Fields: pulumi.StringArray{
pulumi.String("string"),
},
Semantic: pulumi.String("string"),
},
SampleData: pulumi.String("string"),
},
DavisEventExtractionProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Properties: dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
},
},
},
MetricExtraction: &dynatrace.OpenpipelineEventsPipelinesPipelineMetricExtractionArgs{
Processors: dynatrace.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorArgs{
CounterMetricExtractionProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineProcessingArgs{
Processors: dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorArgs{
DqlProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsRemoveProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs{
FromName: pulumi.String("string"),
ToName: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
TechnologyProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineSecurityContextArgs{
Processors: dynatrace.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorArgs{
SecurityContextProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Value: &dynatrace.OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
},
SampleData: pulumi.String("string"),
},
},
},
},
Storage: &dynatrace.OpenpipelineEventsPipelinesPipelineStorageArgs{
CatchAllBucketName: pulumi.String("string"),
Processors: dynatrace.OpenpipelineEventsPipelinesPipelineStorageProcessorArray{
&dynatrace.OpenpipelineEventsPipelinesPipelineStorageProcessorArgs{
BucketAssignmentProcessor: &dynatrace.OpenpipelineEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs{
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.OpenpipelineEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
},
},
},
},
},
},
Routing: &dynatrace.OpenpipelineEventsRoutingArgs{
Entries: dynatrace.OpenpipelineEventsRoutingEntryArray{
&dynatrace.OpenpipelineEventsRoutingEntryArgs{
Enabled: pulumi.Bool(false),
Matcher: pulumi.String("string"),
Note: pulumi.String("string"),
PipelineId: pulumi.String("string"),
},
},
},
})
var openpipelineEventsResource = new OpenpipelineEvents("openpipelineEventsResource", OpenpipelineEventsArgs.builder()
.endpoints(OpenpipelineEventsEndpointsArgs.builder()
.endpoints(OpenpipelineEventsEndpointsEndpointArgs.builder()
.displayName("string")
.enabled(false)
.routing(OpenpipelineEventsEndpointsEndpointRoutingArgs.builder()
.type("string")
.pipelineId("string")
.build())
.segment("string")
.defaultBucket("string")
.processors(OpenpipelineEventsEndpointsEndpointProcessorsArgs.builder()
.processors(OpenpipelineEventsEndpointsEndpointProcessorsProcessorArgs.builder()
.dqlProcessor(OpenpipelineEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs.builder()
.description("string")
.dqlScript("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsAddProcessor(OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs.builder()
.name("string")
.value("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRemoveProcessor(OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs.builder()
.description("string")
.enabled(false)
.fields("string")
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRenameProcessor(OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs.builder()
.fromName("string")
.toName("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.build())
.build())
.build())
.build())
.pipelines(OpenpipelineEventsPipelinesArgs.builder()
.pipelines(OpenpipelineEventsPipelinesPipelineArgs.builder()
.displayName("string")
.enabled(false)
.id("string")
.dataExtraction(OpenpipelineEventsPipelinesPipelineDataExtractionArgs.builder()
.processors(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorArgs.builder()
.bizeventExtractionProcessor(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.eventProvider(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs.builder()
.type("string")
.constant("string")
.field("string")
.build())
.eventType(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs.builder()
.type("string")
.constant("string")
.field("string")
.build())
.id("string")
.matcher("string")
.fieldExtraction(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs.builder()
.fields("string")
.semantic("string")
.build())
.sampleData("string")
.build())
.davisEventExtractionProcessor(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.properties(OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs.builder()
.key("string")
.value("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.metricExtraction(OpenpipelineEventsPipelinesPipelineMetricExtractionArgs.builder()
.processors(OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorArgs.builder()
.counterMetricExtractionProcessor(OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.metricKey("string")
.dimensions("string")
.sampleData("string")
.build())
.valueMetricExtractionProcessor(OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.field("string")
.id("string")
.matcher("string")
.metricKey("string")
.dimensions("string")
.sampleData("string")
.build())
.build())
.build())
.processing(OpenpipelineEventsPipelinesPipelineProcessingArgs.builder()
.processors(OpenpipelineEventsPipelinesPipelineProcessingProcessorArgs.builder()
.dqlProcessor(OpenpipelineEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs.builder()
.description("string")
.dqlScript("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsAddProcessor(OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs.builder()
.name("string")
.value("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRemoveProcessor(OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs.builder()
.description("string")
.enabled(false)
.fields("string")
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRenameProcessor(OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs.builder()
.fromName("string")
.toName("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.technologyProcessor(OpenpipelineEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.technologyId("string")
.sampleData("string")
.build())
.build())
.build())
.securityContext(OpenpipelineEventsPipelinesPipelineSecurityContextArgs.builder()
.processors(OpenpipelineEventsPipelinesPipelineSecurityContextProcessorArgs.builder()
.securityContextProcessor(OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.value(OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs.builder()
.type("string")
.constant("string")
.field("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.storage(OpenpipelineEventsPipelinesPipelineStorageArgs.builder()
.catchAllBucketName("string")
.processors(OpenpipelineEventsPipelinesPipelineStorageProcessorArgs.builder()
.bucketAssignmentProcessor(OpenpipelineEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs.builder()
.bucketName("string")
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.noStorageProcessor(OpenpipelineEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.build())
.build())
.build())
.build())
.routing(OpenpipelineEventsRoutingArgs.builder()
.entries(OpenpipelineEventsRoutingEntryArgs.builder()
.enabled(false)
.matcher("string")
.note("string")
.pipelineId("string")
.build())
.build())
.build());
openpipeline_events_resource = dynatrace.OpenpipelineEvents("openpipelineEventsResource",
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",
}],
})
const openpipelineEventsResource = new dynatrace.OpenpipelineEvents("openpipelineEventsResource", {
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",
}],
},
});
type: dynatrace:OpenpipelineEvents
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
OpenpipelineEvents 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 OpenpipelineEvents resource accepts the following input properties:
- Endpoints
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints - List of all ingest sources of the configuration
- Pipelines
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines - List of all pipelines of the configuration
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Routing - Dynamic routing definition
- Endpoints
Openpipeline
Events Endpoints Args - List of all ingest sources of the configuration
- Pipelines
Openpipeline
Events Pipelines Args - List of all pipelines of the configuration
- Routing
Openpipeline
Events Routing Args - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints Args - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines Args - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing Args - 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 OpenpipelineEvents 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 OpenpipelineEvents Resource
Get an existing OpenpipelineEvents 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?: OpenpipelineEventsState, opts?: CustomResourceOptions): OpenpipelineEvents
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
endpoints: Optional[OpenpipelineEventsEndpointsArgs] = None,
pipelines: Optional[OpenpipelineEventsPipelinesArgs] = None,
routing: Optional[OpenpipelineEventsRoutingArgs] = None) -> OpenpipelineEvents
func GetOpenpipelineEvents(ctx *Context, name string, id IDInput, state *OpenpipelineEventsState, opts ...ResourceOption) (*OpenpipelineEvents, error)
public static OpenpipelineEvents Get(string name, Input<string> id, OpenpipelineEventsState? state, CustomResourceOptions? opts = null)
public static OpenpipelineEvents get(String name, Output<String> id, OpenpipelineEventsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Endpoints
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints - List of all ingest sources of the configuration
- Pipelines
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines - List of all pipelines of the configuration
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Routing - Dynamic routing definition
- Endpoints
Openpipeline
Events Endpoints Args - List of all ingest sources of the configuration
- Pipelines
Openpipeline
Events Pipelines Args - List of all pipelines of the configuration
- Routing
Openpipeline
Events Routing Args - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing - Dynamic routing definition
- endpoints
Openpipeline
Events Endpoints Args - List of all ingest sources of the configuration
- pipelines
Openpipeline
Events Pipelines Args - List of all pipelines of the configuration
- routing
Openpipeline
Events Routing Args - 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
OpenpipelineEventsEndpoints, OpenpipelineEventsEndpointsArgs
- Endpoints
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint> - Definition of a single ingest source
- Endpoints
[]Openpipeline
Events Endpoints Endpoint - Definition of a single ingest source
- endpoints
List<Openpipeline
Events Endpoints Endpoint> - Definition of a single ingest source
- endpoints
Openpipeline
Events Endpoints Endpoint[] - Definition of a single ingest source
- endpoints
Sequence[Openpipeline
Events Endpoints Endpoint] - Definition of a single ingest source
- endpoints List<Property Map>
- Definition of a single ingest source
OpenpipelineEventsEndpointsEndpoint, OpenpipelineEventsEndpointsEndpointArgs
- Display
Name string - Display name of the ingest source
- Enabled bool
- Indicates if the object is active
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Routing - Routing strategy, either dynamic or static
- Segment string
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- Default
Bucket string - The default bucket assigned to records for the ingest source
- Processors
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- Display
Name string - Display name of the ingest source
- Enabled bool
- Indicates if the object is active
- Routing
Openpipeline
Events Endpoints Endpoint Routing - Routing strategy, either dynamic or static
- Segment string
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- Default
Bucket string - The default bucket assigned to records for the ingest source
- Processors
Openpipeline
Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name String - Display name of the ingest source
- enabled Boolean
- Indicates if the object is active
- routing
Openpipeline
Events Endpoints Endpoint Routing - Routing strategy, either dynamic or static
- segment String
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- default
Bucket String - The default bucket assigned to records for the ingest source
- processors
Openpipeline
Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name string - Display name of the ingest source
- enabled boolean
- Indicates if the object is active
- routing
Openpipeline
Events Endpoints Endpoint Routing - Routing strategy, either dynamic or static
- segment string
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- default
Bucket string - The default bucket assigned to records for the ingest source
- processors
Openpipeline
Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display_
name str - Display name of the ingest source
- enabled bool
- Indicates if the object is active
- routing
Openpipeline
Events Endpoints Endpoint Routing - Routing strategy, either dynamic or static
- segment str
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- default_
bucket str - The default bucket assigned to records for the ingest source
- processors
Openpipeline
Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name String - Display name of the ingest source
- enabled Boolean
- Indicates if the object is active
- routing Property Map
- Routing strategy, either dynamic or static
- segment String
- The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
- default
Bucket String - The default bucket assigned to records for the ingest source
- processors Property Map
- The pre-processing done in the ingest source
OpenpipelineEventsEndpointsEndpointProcessors, OpenpipelineEventsEndpointsEndpointProcessorsArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor> - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- Processors
[]Openpipeline
Events Endpoints Endpoint Processors Processor - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
List<Openpipeline
Events Endpoints Endpoint Processors Processor> - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
Openpipeline
Events Endpoints Endpoint Processors Processor[] - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
Sequence[Openpipeline
Events Endpoints Endpoint Processors Processor] - 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.
OpenpipelineEventsEndpointsEndpointProcessorsProcessor, OpenpipelineEventsEndpointsEndpointProcessorsProcessorArgs
- Dql
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- Fields
Add Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- Fields
Remove Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- Dql
Processor OpenpipelineEvents Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- Fields
Add OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- Fields
Remove OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- dql
Processor OpenpipelineEvents Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- fields
Add OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- dql
Processor OpenpipelineEvents Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- fields
Add OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- dql_
processor OpenpipelineEvents Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- fields_
add_ Openpipelineprocessor Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields_
remove_ Openpipelineprocessor Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields_
rename_ Openpipelineprocessor Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- dql
Processor Property Map - Processor to apply a DQL script
- fields
Add Property MapProcessor - Processor to add fields
- fields
Remove Property MapProcessor - Processor to remove fields
- fields
Rename Property MapProcessor - Processor to rename fields
OpenpipelineEventsEndpointsEndpointProcessorsProcessorDqlProcessor, OpenpipelineEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
- Description string
- Name or description of the processor
- Dql
Script string - The DQL script to apply on the record
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Dql
Script string - The DQL script to apply on the record
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script String - The DQL script to apply on the record
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- dql
Script string - The DQL script to apply on the record
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- dql_
script str - The DQL script to apply on the record
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script String - The DQL script to apply on the record
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessor, OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Fields Add Processor Field> - Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
[]Openpipeline
Events Endpoints Endpoint Processors Processor Fields Add Processor Field - Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields
List<Openpipeline
Events Endpoints Endpoint Processors Processor Fields Add Processor Field> - Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields
Openpipeline
Events Endpoints Endpoint Processors Processor Fields Add Processor Field[] - Field to add to the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields
Sequence[Openpipeline
Events Endpoints Endpoint Processors Processor Fields Add Processor Field] - Field to add to the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<Property Map>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField, OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor, OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields List<string>
- Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields []string
- Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<String>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields string[]
- Field to add to the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields Sequence[str]
- Field to add to the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<String>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor, OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Endpoints Endpoint Processors Processor Fields Rename Processor Field> - Field to rename on the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
[]Openpipeline
Events Endpoints Endpoint Processors Processor Fields Rename Processor Field - Field to rename on the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields
List<Openpipeline
Events Endpoints Endpoint Processors Processor Fields Rename Processor Field> - Field to rename on the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields
Openpipeline
Events Endpoints Endpoint Processors Processor Fields Rename Processor Field[] - Field to rename on the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields
Sequence[Openpipeline
Events Endpoints Endpoint Processors Processor Fields Rename Processor Field] - Field to rename on the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<Property Map>
- Field to rename on the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField, OpenpipelineEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
OpenpipelineEventsEndpointsEndpointRouting, OpenpipelineEventsEndpointsEndpointRoutingArgs
- Type string
- Type of routing, static or dynamic
- Pipeline
Id string - Pipeline ID of the static routing
- Type string
- Type of routing, static or dynamic
- Pipeline
Id string - Pipeline ID of the static routing
- type String
- Type of routing, static or dynamic
- pipeline
Id String - Pipeline ID of the static routing
- type string
- Type of routing, static or dynamic
- pipeline
Id string - Pipeline ID of the static routing
- type str
- Type of routing, static or dynamic
- pipeline_
id str - Pipeline ID of the static routing
- type String
- Type of routing, static or dynamic
- pipeline
Id String - Pipeline ID of the static routing
OpenpipelineEventsPipelines, OpenpipelineEventsPipelinesArgs
- Pipelines
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline> - Definition of a single pipeline
- Pipelines
[]Openpipeline
Events Pipelines Pipeline - Definition of a single pipeline
- pipelines
List<Openpipeline
Events Pipelines Pipeline> - Definition of a single pipeline
- pipelines
Openpipeline
Events Pipelines Pipeline[] - Definition of a single pipeline
- pipelines
Sequence[Openpipeline
Events Pipelines Pipeline] - Definition of a single pipeline
- pipelines List<Property Map>
- Definition of a single pipeline
OpenpipelineEventsPipelinesPipeline, OpenpipelineEventsPipelinesPipelineArgs
- Display
Name string - Display name of the pipeline
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the pipeline
- Data
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- Metric
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- Processing
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- Security
Context Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- Storage
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- Display
Name string - Display name of the pipeline
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the pipeline
- Data
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- Metric
Extraction OpenpipelineEvents Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- Processing
Openpipeline
Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- Security
Context OpenpipelineEvents Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- Storage
Openpipeline
Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name String - Display name of the pipeline
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the pipeline
- data
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric
Extraction OpenpipelineEvents Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- security
Context OpenpipelineEvents Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name string - Display name of the pipeline
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the pipeline
- data
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric
Extraction OpenpipelineEvents Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- security
Context OpenpipelineEvents Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display_
name str - Display name of the pipeline
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the pipeline
- data_
extraction OpenpipelineEvents Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric_
extraction OpenpipelineEvents Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- security_
context OpenpipelineEvents Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name String - Display name of the pipeline
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the pipeline
- data
Extraction Property Map - Data extraction stage configuration of the pipeline
- metric
Extraction Property Map - Metric extraction stage configuration of the pipeline
- processing Property Map
- Processing stage configuration of the pipeline
- security
Context Property Map - Security context stage configuration of the pipeline
- storage Property Map
- Data extraction stage configuration of the pipeline
OpenpipelineEventsPipelinesPipelineDataExtraction, OpenpipelineEventsPipelinesPipelineDataExtractionArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor> - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- Processors
[]Openpipeline
Events Pipelines Pipeline Data Extraction Processor - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
List<Openpipeline
Events Pipelines Pipeline Data Extraction Processor> - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
Openpipeline
Events Pipelines Pipeline Data Extraction Processor[] - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
Sequence[Openpipeline
Events Pipelines Pipeline Data Extraction Processor] - 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.
OpenpipelineEventsPipelinesPipelineDataExtractionProcessor, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorArgs
- Bizevent
Extraction Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Davis
Event Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- bizevent
Extraction Property MapProcessor - davis
Event Property MapExtraction Processor - Processor to apply a DQL script
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessor, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Event
Provider Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- Event
Type Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - Strategy to assign a value
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Field
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Event
Provider OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- Event
Type OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - Strategy to assign a value
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Field
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- event
Provider OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event
Type OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - Strategy to assign a value
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- field
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- event
Provider OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event
Type OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - Strategy to assign a value
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- field
Extraction OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- event_
provider OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event_
type OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - Strategy to assign a value
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- field_
extraction OpenpipelineEvents Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- event
Provider Property Map - Strategy to assign a value
- event
Type Property Map - Strategy to assign a value
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- field
Extraction Property Map - sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessor, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Properties
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property> - List of properties for the extracted davis event
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Properties
[]Openpipeline
Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property - List of properties for the extracted davis event
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- properties
List<Openpipeline
Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property> - List of properties for the extracted davis event
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- properties
Openpipeline
Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property[] - List of properties for the extracted davis event
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- properties
Sequence[Openpipeline
Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property] - List of properties for the extracted davis event
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- properties List<Property Map>
- List of properties for the extracted davis event
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty, OpenpipelineEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
OpenpipelineEventsPipelinesPipelineMetricExtraction, OpenpipelineEventsPipelinesPipelineMetricExtractionArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Metric Extraction Processor> - Data extraction processor to use
- Processors
[]Openpipeline
Events Pipelines Pipeline Metric Extraction Processor - Data extraction processor to use
- processors
List<Openpipeline
Events Pipelines Pipeline Metric Extraction Processor> - Data extraction processor to use
- processors
Openpipeline
Events Pipelines Pipeline Metric Extraction Processor[] - Data extraction processor to use
- processors
Sequence[Openpipeline
Events Pipelines Pipeline Metric Extraction Processor] - Data extraction processor to use
- processors List<Property Map>
- Data extraction processor to use
OpenpipelineEventsPipelinesPipelineMetricExtractionProcessor, OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorArgs
- Counter
Metric Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Value
Metric Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- Counter
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Value
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- value
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- value
Metric OpenpipelineExtraction Processor Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter_
metric_ Openpipelineextraction_ processor Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- value_
metric_ Openpipelineextraction_ processor Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric Property MapExtraction Processor - Processor to write the occurrences as a metric
- value
Metric Property MapExtraction Processor - Processor to extract a value from a field as a metric
OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessor, OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Metric
Key string - The key of the metric to write
- Dimensions List<string>
- List of dimensions to add to the metric
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Metric
Key string - The key of the metric to write
- Dimensions []string
- List of dimensions to add to the metric
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- metric
Key string - The key of the metric to write
- dimensions string[]
- List of dimensions to add to the metric
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- metric_
key str - The key of the metric to write
- dimensions Sequence[str]
- List of dimensions to add to the metric
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessor, OpenpipelineEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Field string
- The field to extract the value for the metric
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Metric
Key string - The key of the metric to write
- Dimensions List<string>
- List of dimensions to add to the metric
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Field string
- The field to extract the value for the metric
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Metric
Key string - The key of the metric to write
- Dimensions []string
- List of dimensions to add to the metric
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- field String
- The field to extract the value for the metric
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- field string
- The field to extract the value for the metric
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- metric
Key string - The key of the metric to write
- dimensions string[]
- List of dimensions to add to the metric
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- field str
- The field to extract the value for the metric
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- metric_
key str - The key of the metric to write
- dimensions Sequence[str]
- List of dimensions to add to the metric
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- field String
- The field to extract the value for the metric
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineProcessing, OpenpipelineEventsPipelinesPipelineProcessingArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor> - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- Processors
[]Openpipeline
Events Pipelines Pipeline Processing Processor - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
List<Openpipeline
Events Pipelines Pipeline Processing Processor> - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
Openpipeline
Events Pipelines Pipeline Processing Processor[] - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
Sequence[Openpipeline
Events Pipelines Pipeline Processing Processor] - 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.
OpenpipelineEventsPipelinesPipelineProcessingProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorArgs
- Dql
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- Fields
Add Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- Fields
Remove Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- Dql
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- Fields
Add OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- Fields
Remove OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- fields
Add OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- fields
Add OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineEvents Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql_
processor OpenpipelineEvents Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- fields_
add_ Openpipelineprocessor Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields_
remove_ Openpipelineprocessor Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields_
rename_ Openpipelineprocessor Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology_
processor OpenpipelineEvents Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor Property Map - Processor to apply a DQL script
- fields
Add Property MapProcessor - Processor to add fields
- fields
Remove Property MapProcessor - Processor to remove fields
- fields
Rename Property MapProcessor - Processor to rename fields
- technology
Processor Property Map - Processor to apply a technology processors
OpenpipelineEventsPipelinesPipelineProcessingProcessorDqlProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
- Description string
- Name or description of the processor
- Dql
Script string - The DQL script to apply on the record
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Dql
Script string - The DQL script to apply on the record
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script String - The DQL script to apply on the record
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- dql
Script string - The DQL script to apply on the record
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- dql_
script str - The DQL script to apply on the record
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script String - The DQL script to apply on the record
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Fields Add Processor Field> - Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
[]Openpipeline
Events Pipelines Pipeline Processing Processor Fields Add Processor Field - Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields
List<Openpipeline
Events Pipelines Pipeline Processing Processor Fields Add Processor Field> - Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields
Openpipeline
Events Pipelines Pipeline Processing Processor Fields Add Processor Field[] - Field to add to the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields
Sequence[Openpipeline
Events Pipelines Pipeline Processing Processor Fields Add Processor Field] - Field to add to the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<Property Map>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField, OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields List<string>
- Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields []string
- Field to add to the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<String>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields string[]
- Field to add to the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields Sequence[str]
- Field to add to the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<String>
- Field to add to the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Processing Processor Fields Rename Processor Field> - Field to rename on the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
[]Openpipeline
Events Pipelines Pipeline Processing Processor Fields Rename Processor Field - Field to rename on the record
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields
List<Openpipeline
Events Pipelines Pipeline Processing Processor Fields Rename Processor Field> - Field to rename on the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- fields
Openpipeline
Events Pipelines Pipeline Processing Processor Fields Rename Processor Field[] - Field to rename on the record
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- fields
Sequence[Openpipeline
Events Pipelines Pipeline Processing Processor Fields Rename Processor Field] - Field to rename on the record
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- fields List<Property Map>
- Field to rename on the record
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField, OpenpipelineEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
OpenpipelineEventsPipelinesPipelineProcessingProcessorTechnologyProcessor, OpenpipelineEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Technology
Id string - Identifier of the processor. Must be unique within a stage.
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Technology
Id string - Identifier of the processor. Must be unique within a stage.
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- technology
Id String - Identifier of the processor. Must be unique within a stage.
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- technology
Id string - Identifier of the processor. Must be unique within a stage.
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- technology_
id str - Identifier of the processor. Must be unique within a stage.
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- technology
Id String - Identifier of the processor. Must be unique within a stage.
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineSecurityContext, OpenpipelineEventsPipelinesPipelineSecurityContextArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Security Context Processor> - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- Processors
[]Openpipeline
Events Pipelines Pipeline Security Context Processor - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
List<Openpipeline
Events Pipelines Pipeline Security Context Processor> - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
Openpipeline
Events Pipelines Pipeline Security Context Processor[] - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
Sequence[Openpipeline
Events Pipelines Pipeline Security Context Processor] - 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.
OpenpipelineEventsPipelinesPipelineSecurityContextProcessor, OpenpipelineEventsPipelinesPipelineSecurityContextProcessorArgs
- Security
Context Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- Security
Context OpenpipelineProcessor Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context OpenpipelineProcessor Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context OpenpipelineProcessor Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security_
context_ Openpipelineprocessor Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context Property MapProcessor - Processor to set the security context field
OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessor, OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Value
Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Value
Openpipeline
Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- value
Openpipeline
Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- value
Openpipeline
Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- value
Openpipeline
Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- value Property Map
- Strategy to assign a value
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue, OpenpipelineEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
OpenpipelineEventsPipelinesPipelineStorage, OpenpipelineEventsPipelinesPipelineStorageArgs
- Catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Storage Processor> - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- Catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- Processors
[]Openpipeline
Events Pipelines Pipeline Storage Processor - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All StringBucket Name - Default bucket assigned to records which do not match any other storage processor
- processors
List<Openpipeline
Events Pipelines Pipeline Storage Processor> - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- processors
Openpipeline
Events Pipelines Pipeline Storage Processor[] - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch_
all_ strbucket_ name - Default bucket assigned to records which do not match any other storage processor
- processors
Sequence[Openpipeline
Events Pipelines Pipeline Storage Processor] - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All StringBucket Name - 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.
OpenpipelineEventsPipelinesPipelineStorageProcessor, OpenpipelineEventsPipelinesPipelineStorageProcessorArgs
- Bucket
Assignment Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- No
Storage Pulumiverse.Processor Dynatrace. Inputs. Openpipeline Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- Bucket
Assignment OpenpipelineProcessor Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- No
Storage OpenpipelineProcessor Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment OpenpipelineProcessor Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no
Storage OpenpipelineProcessor Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment OpenpipelineProcessor Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no
Storage OpenpipelineProcessor Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket_
assignment_ Openpipelineprocessor Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no_
storage_ Openpipelineprocessor Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment Property MapProcessor - Processor to assign a bucket
- no
Storage Property MapProcessor - Processor to skip storage assignment
OpenpipelineEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessor, OpenpipelineEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
- Bucket
Name string - Bucket that is assigned when the record is matched
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Bucket
Name string - Bucket that is assigned when the record is matched
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- bucket
Name String - Bucket that is assigned when the record is matched
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- bucket
Name string - Bucket that is assigned when the record is matched
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- bucket_
name str - Bucket that is assigned when the record is matched
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- bucket
Name String - Bucket that is assigned when the record is matched
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsPipelinesPipelineStorageProcessorNoStorageProcessor, OpenpipelineEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- sample
Data string - Sample data related to the processor for documentation or testing
- description str
- Name or description of the processor
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- sample_
data str - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineEventsRouting, OpenpipelineEventsRoutingArgs
- Entries
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline Events Routing Entry> - Dynamic routing entry
- Entries
[]Openpipeline
Events Routing Entry - Dynamic routing entry
- entries
List<Openpipeline
Events Routing Entry> - Dynamic routing entry
- entries
Openpipeline
Events Routing Entry[] - Dynamic routing entry
- entries
Sequence[Openpipeline
Events Routing Entry] - Dynamic routing entry
- entries List<Property Map>
- Dynamic routing entry
OpenpipelineEventsRoutingEntry, OpenpipelineEventsRoutingEntryArgs
- Enabled bool
- Indicates if the object is active
- Matcher string
- Matching condition to apply on incoming records
- Note string
- Unique note describing the dynamic route
- Pipeline
Id string - Identifier of the pipeline the record is routed into
- Enabled bool
- Indicates if the object is active
- Matcher string
- Matching condition to apply on incoming records
- Note string
- Unique note describing the dynamic route
- Pipeline
Id string - Identifier of the pipeline the record is routed into
- enabled Boolean
- Indicates if the object is active
- matcher String
- Matching condition to apply on incoming records
- note String
- Unique note describing the dynamic route
- pipeline
Id String - Identifier of the pipeline the record is routed into
- enabled boolean
- Indicates if the object is active
- matcher string
- Matching condition to apply on incoming records
- note string
- Unique note describing the dynamic route
- pipeline
Id string - Identifier of the pipeline the record is routed into
- enabled bool
- Indicates if the object is active
- matcher str
- Matching condition to apply on incoming records
- note str
- Unique note describing the dynamic route
- pipeline_
id str - Identifier of the pipeline the record is routed into
- enabled Boolean
- Indicates if the object is active
- matcher String
- Matching condition to apply on incoming records
- note String
- Unique note describing the dynamic route
- pipeline
Id 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.