PagerDuty v4.17.0 published on Wednesday, Nov 20, 2024 by Pulumi
pagerduty.getEventOrchestration
Explore with Pulumi AI
Use this data source to get information about a specific Global Event Orchestration
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
tfOrchA:
type: pagerduty:EventOrchestration
name: tf_orch_a
properties:
name: Test Event Orchestration
router:
type: pagerduty:EventOrchestrationRouter
properties:
parent:
- id: ${tfMyMonitor.id}
catchAll:
actions:
routeTo: unrouted
set:
id: start
rules:
- actions:
routeTo: ${db.id}
variables:
tfMyMonitor:
fn::invoke:
Function: pagerduty:getEventOrchestration
Arguments:
name: ${tfOrchA.name}
Using getEventOrchestration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEventOrchestration(args: GetEventOrchestrationArgs, opts?: InvokeOptions): Promise<GetEventOrchestrationResult>
function getEventOrchestrationOutput(args: GetEventOrchestrationOutputArgs, opts?: InvokeOptions): Output<GetEventOrchestrationResult>
def get_event_orchestration(integration_detail: Optional[Sequence[GetEventOrchestrationIntegrationDetail]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventOrchestrationResult
def get_event_orchestration_output(integration_detail: Optional[pulumi.Input[Sequence[pulumi.Input[GetEventOrchestrationIntegrationDetailArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventOrchestrationResult]
func LookupEventOrchestration(ctx *Context, args *LookupEventOrchestrationArgs, opts ...InvokeOption) (*LookupEventOrchestrationResult, error)
func LookupEventOrchestrationOutput(ctx *Context, args *LookupEventOrchestrationOutputArgs, opts ...InvokeOption) LookupEventOrchestrationResultOutput
> Note: This function is named LookupEventOrchestration
in the Go SDK.
public static class GetEventOrchestration
{
public static Task<GetEventOrchestrationResult> InvokeAsync(GetEventOrchestrationArgs args, InvokeOptions? opts = null)
public static Output<GetEventOrchestrationResult> Invoke(GetEventOrchestrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventOrchestrationResult> getEventOrchestration(GetEventOrchestrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: pagerduty:index/getEventOrchestration:getEventOrchestration
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Global Event orchestration to find in the PagerDuty API.
- Integration
Detail List<GetEvent Orchestration Integration Detail> - An integration for the Event Orchestration.
- Name string
- The name of the Global Event orchestration to find in the PagerDuty API.
- Integration
Detail []GetEvent Orchestration Integration Detail - An integration for the Event Orchestration.
- name String
- The name of the Global Event orchestration to find in the PagerDuty API.
- integration
Detail List<GetEvent Orchestration Integration Detail> - An integration for the Event Orchestration.
- name string
- The name of the Global Event orchestration to find in the PagerDuty API.
- integration
Detail GetEvent Orchestration Integration Detail[] - An integration for the Event Orchestration.
- name str
- The name of the Global Event orchestration to find in the PagerDuty API.
- integration_
detail Sequence[GetEvent Orchestration Integration Detail] - An integration for the Event Orchestration.
- name String
- The name of the Global Event orchestration to find in the PagerDuty API.
- integration
Detail List<Property Map> - An integration for the Event Orchestration.
getEventOrchestration Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Detail List<GetEvent Orchestration Integration Detail> - An integration for the Event Orchestration.
- Name string
- The name of the found Event Orchestration.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integration
Detail []GetEvent Orchestration Integration Detail - An integration for the Event Orchestration.
- Name string
- The name of the found Event Orchestration.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Detail List<GetEvent Orchestration Integration Detail> - An integration for the Event Orchestration.
- name String
- The name of the found Event Orchestration.
- id string
- The provider-assigned unique ID for this managed resource.
- integration
Detail GetEvent Orchestration Integration Detail[] - An integration for the Event Orchestration.
- name string
- The name of the found Event Orchestration.
- id str
- The provider-assigned unique ID for this managed resource.
- integration_
detail Sequence[GetEvent Orchestration Integration Detail] - An integration for the Event Orchestration.
- name str
- The name of the found Event Orchestration.
- id String
- The provider-assigned unique ID for this managed resource.
- integration
Detail List<Property Map> - An integration for the Event Orchestration.
- name String
- The name of the found Event Orchestration.
Supporting Types
GetEventOrchestrationIntegrationDetail
- Id string
- ID of the integration
- Label string
- Parameters
List<Get
Event Orchestration Integration Detail Parameter>
- Id string
- ID of the integration
- Label string
- Parameters
[]Get
Event Orchestration Integration Detail Parameter
- id String
- ID of the integration
- label String
- parameters
List<Get
Event Orchestration Integration Detail Parameter>
- id string
- ID of the integration
- label string
- parameters
Get
Event Orchestration Integration Detail Parameter[]
- id str
- ID of the integration
- label str
- parameters
Sequence[Get
Event Orchestration Integration Detail Parameter]
- id String
- ID of the integration
- label String
- parameters List<Property Map>
GetEventOrchestrationIntegrationDetailParameter
- Routing
Key string - Routing key that routes to this Orchestration.
- Type string
- Type of the routing key.
global
is the default type.
- Routing
Key string - Routing key that routes to this Orchestration.
- Type string
- Type of the routing key.
global
is the default type.
- routing
Key String - Routing key that routes to this Orchestration.
- type String
- Type of the routing key.
global
is the default type.
- routing
Key string - Routing key that routes to this Orchestration.
- type string
- Type of the routing key.
global
is the default type.
- routing_
key str - Routing key that routes to this Orchestration.
- type str
- Type of the routing key.
global
is the default type.
- routing
Key String - Routing key that routes to this Orchestration.
- type String
- Type of the routing key.
global
is the default type.
Package Details
- Repository
- PagerDuty pulumi/pulumi-pagerduty
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
pagerduty
Terraform Provider.