dynatrace.OpenpipelineV2EventsSdlcRouting
Create OpenpipelineV2EventsSdlcRouting Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpenpipelineV2EventsSdlcRouting(name: string, args?: OpenpipelineV2EventsSdlcRoutingArgs, opts?: CustomResourceOptions);
@overload
def OpenpipelineV2EventsSdlcRouting(resource_name: str,
args: Optional[OpenpipelineV2EventsSdlcRoutingArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OpenpipelineV2EventsSdlcRouting(resource_name: str,
opts: Optional[ResourceOptions] = None,
routing_entries: Optional[OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs] = None)
func NewOpenpipelineV2EventsSdlcRouting(ctx *Context, name string, args *OpenpipelineV2EventsSdlcRoutingArgs, opts ...ResourceOption) (*OpenpipelineV2EventsSdlcRouting, error)
public OpenpipelineV2EventsSdlcRouting(string name, OpenpipelineV2EventsSdlcRoutingArgs? args = null, CustomResourceOptions? opts = null)
public OpenpipelineV2EventsSdlcRouting(String name, OpenpipelineV2EventsSdlcRoutingArgs args)
public OpenpipelineV2EventsSdlcRouting(String name, OpenpipelineV2EventsSdlcRoutingArgs args, CustomResourceOptions options)
type: dynatrace:OpenpipelineV2EventsSdlcRouting
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 OpenpipelineV2EventsSdlcRoutingArgs
- 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 OpenpipelineV2EventsSdlcRoutingArgs
- 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 OpenpipelineV2EventsSdlcRoutingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpenpipelineV2EventsSdlcRoutingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpenpipelineV2EventsSdlcRoutingArgs
- 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 openpipelineV2EventsSdlcRoutingResource = new Dynatrace.OpenpipelineV2EventsSdlcRouting("openpipelineV2EventsSdlcRoutingResource", new()
{
RoutingEntries = new Dynatrace.Inputs.OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs
{
RoutingEntries = new[]
{
new Dynatrace.Inputs.OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntryArgs
{
Description = "string",
Enabled = false,
Matcher = "string",
PipelineType = "string",
BuiltinPipelineId = "string",
PipelineId = "string",
},
},
},
});
example, err := dynatrace.NewOpenpipelineV2EventsSdlcRouting(ctx, "openpipelineV2EventsSdlcRoutingResource", &dynatrace.OpenpipelineV2EventsSdlcRoutingArgs{
RoutingEntries: &dynatrace.OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs{
RoutingEntries: dynatrace.OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntryArray{
&dynatrace.OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntryArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Matcher: pulumi.String("string"),
PipelineType: pulumi.String("string"),
BuiltinPipelineId: pulumi.String("string"),
PipelineId: pulumi.String("string"),
},
},
},
})
var openpipelineV2EventsSdlcRoutingResource = new OpenpipelineV2EventsSdlcRouting("openpipelineV2EventsSdlcRoutingResource", OpenpipelineV2EventsSdlcRoutingArgs.builder()
.routingEntries(OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs.builder()
.routingEntries(OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntryArgs.builder()
.description("string")
.enabled(false)
.matcher("string")
.pipelineType("string")
.builtinPipelineId("string")
.pipelineId("string")
.build())
.build())
.build());
openpipeline_v2_events_sdlc_routing_resource = dynatrace.OpenpipelineV2EventsSdlcRouting("openpipelineV2EventsSdlcRoutingResource", routing_entries={
"routing_entries": [{
"description": "string",
"enabled": False,
"matcher": "string",
"pipeline_type": "string",
"builtin_pipeline_id": "string",
"pipeline_id": "string",
}],
})
const openpipelineV2EventsSdlcRoutingResource = new dynatrace.OpenpipelineV2EventsSdlcRouting("openpipelineV2EventsSdlcRoutingResource", {routingEntries: {
routingEntries: [{
description: "string",
enabled: false,
matcher: "string",
pipelineType: "string",
builtinPipelineId: "string",
pipelineId: "string",
}],
}});
type: dynatrace:OpenpipelineV2EventsSdlcRouting
properties:
routingEntries:
routingEntries:
- builtinPipelineId: string
description: string
enabled: false
matcher: string
pipelineId: string
pipelineType: string
OpenpipelineV2EventsSdlcRouting 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 OpenpipelineV2EventsSdlcRouting resource accepts the following input properties:
- Routing
Entries Pulumiverse.Dynatrace. Inputs. Openpipeline V2Events Sdlc Routing Routing Entries - Routing for pipelines
- Routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries Args - Routing for pipelines
- routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries - Routing for pipelines
- routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries - Routing for pipelines
- routing_
entries OpenpipelineV2Events Sdlc Routing Routing Entries Args - Routing for pipelines
- routing
Entries Property Map - Routing for pipelines
Outputs
All input properties are implicitly available as output properties. Additionally, the OpenpipelineV2EventsSdlcRouting 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 OpenpipelineV2EventsSdlcRouting Resource
Get an existing OpenpipelineV2EventsSdlcRouting 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?: OpenpipelineV2EventsSdlcRoutingState, opts?: CustomResourceOptions): OpenpipelineV2EventsSdlcRouting
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
routing_entries: Optional[OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs] = None) -> OpenpipelineV2EventsSdlcRouting
func GetOpenpipelineV2EventsSdlcRouting(ctx *Context, name string, id IDInput, state *OpenpipelineV2EventsSdlcRoutingState, opts ...ResourceOption) (*OpenpipelineV2EventsSdlcRouting, error)
public static OpenpipelineV2EventsSdlcRouting Get(string name, Input<string> id, OpenpipelineV2EventsSdlcRoutingState? state, CustomResourceOptions? opts = null)
public static OpenpipelineV2EventsSdlcRouting get(String name, Output<String> id, OpenpipelineV2EventsSdlcRoutingState state, CustomResourceOptions options)
resources: _: type: dynatrace:OpenpipelineV2EventsSdlcRouting get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Routing
Entries Pulumiverse.Dynatrace. Inputs. Openpipeline V2Events Sdlc Routing Routing Entries - Routing for pipelines
- Routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries Args - Routing for pipelines
- routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries - Routing for pipelines
- routing
Entries OpenpipelineV2Events Sdlc Routing Routing Entries - Routing for pipelines
- routing_
entries OpenpipelineV2Events Sdlc Routing Routing Entries Args - Routing for pipelines
- routing
Entries Property Map - Routing for pipelines
Supporting Types
OpenpipelineV2EventsSdlcRoutingRoutingEntries, OpenpipelineV2EventsSdlcRoutingRoutingEntriesArgs
OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntry, OpenpipelineV2EventsSdlcRoutingRoutingEntriesRoutingEntryArgs
- Description string
- no documentation available
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Matcher string
- Query which determines whether the record should be routed to the target pipeline of this rule.
- Pipeline
Type string - Possible Values:
Builtin
,Custom
- Builtin
Pipeline stringId - Builtin Pipeline ID
- Pipeline
Id string - Pipeline ID
- Description string
- no documentation available
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Matcher string
- Query which determines whether the record should be routed to the target pipeline of this rule.
- Pipeline
Type string - Possible Values:
Builtin
,Custom
- Builtin
Pipeline stringId - Builtin Pipeline ID
- Pipeline
Id string - Pipeline ID
- description String
- no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - matcher String
- Query which determines whether the record should be routed to the target pipeline of this rule.
- pipeline
Type String - Possible Values:
Builtin
,Custom
- builtin
Pipeline StringId - Builtin Pipeline ID
- pipeline
Id String - Pipeline ID
- description string
- no documentation available
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - matcher string
- Query which determines whether the record should be routed to the target pipeline of this rule.
- pipeline
Type string - Possible Values:
Builtin
,Custom
- builtin
Pipeline stringId - Builtin Pipeline ID
- pipeline
Id string - Pipeline ID
- description str
- no documentation available
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - matcher str
- Query which determines whether the record should be routed to the target pipeline of this rule.
- pipeline_
type str - Possible Values:
Builtin
,Custom
- builtin_
pipeline_ strid - Builtin Pipeline ID
- pipeline_
id str - Pipeline ID
- description String
- no documentation available
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - matcher String
- Query which determines whether the record should be routed to the target pipeline of this rule.
- pipeline
Type String - Possible Values:
Builtin
,Custom
- builtin
Pipeline StringId - Builtin Pipeline ID
- pipeline
Id String - Pipeline ID
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.