PagerDuty
getEventOrchestration
Use this data source to get information about a specific Global Event Orchestration
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(integrations: Optional[Sequence[GetEventOrchestrationIntegration]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEventOrchestrationResult
def get_event_orchestration_output(integrations: Optional[pulumi.Input[Sequence[pulumi.Input[GetEventOrchestrationIntegrationArgs]]]] = 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.
- Integrations
List<Get
Event Orchestration Integration> An integration for the Event Orchestration.
- Name string
The name of the Global Event orchestration to find in the PagerDuty API.
- Integrations
[]Get
Event Orchestration Integration An integration for the Event Orchestration.
- name String
The name of the Global Event orchestration to find in the PagerDuty API.
- integrations
List<Get
Event Orchestration Integration> An integration for the Event Orchestration.
- name string
The name of the Global Event orchestration to find in the PagerDuty API.
- integrations
Get
Event Orchestration Integration[] An integration for the Event Orchestration.
- name str
The name of the Global Event orchestration to find in the PagerDuty API.
- integrations
Sequence[Get
Event Orchestration Integration] An integration for the Event Orchestration.
- name String
The name of the Global Event orchestration to find in the PagerDuty API.
- integrations 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.
- Integrations
List<Get
Event Orchestration Integration> 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.
- Integrations
[]Get
Event Orchestration Integration 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.
- integrations
List<Get
Event Orchestration Integration> 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.
- integrations
Get
Event Orchestration Integration[] 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.
- integrations
Sequence[Get
Event Orchestration Integration] 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.
- integrations List<Property Map>
An integration for the Event Orchestration.
- name String
The name of the found Event Orchestration.
Supporting Types
GetEventOrchestrationIntegration
- Id string
ID of the integration
parameters
- Parameters
List<Get
Event Orchestration Integration Parameter>
- Id string
ID of the integration
parameters
- Parameters
[]Get
Event Orchestration Integration Parameter
- id String
ID of the integration
parameters
- parameters
List<Get
Event Orchestration Integration Parameter>
- id string
ID of the integration
parameters
- parameters
Get
Event Orchestration Integration Parameter[]
- id str
ID of the integration
parameters
- parameters
Sequence[Get
Event Orchestration Integration Parameter]
- id String
ID of the integration
parameters
- parameters List<Property Map>
GetEventOrchestrationIntegrationParameter
- 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
- https://github.com/pulumi/pulumi-pagerduty
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
pagerduty
Terraform Provider.