PagerDuty v4.22.1 published on Friday, Mar 21, 2025 by Pulumi
pagerduty.getIncidentType
Explore with Pulumi AI
Using getIncidentType
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 getIncidentType(args: GetIncidentTypeArgs, opts?: InvokeOptions): Promise<GetIncidentTypeResult>
function getIncidentTypeOutput(args: GetIncidentTypeOutputArgs, opts?: InvokeOptions): Output<GetIncidentTypeResult>
def get_incident_type(display_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIncidentTypeResult
def get_incident_type_output(display_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIncidentTypeResult]
func LookupIncidentType(ctx *Context, args *LookupIncidentTypeArgs, opts ...InvokeOption) (*LookupIncidentTypeResult, error)
func LookupIncidentTypeOutput(ctx *Context, args *LookupIncidentTypeOutputArgs, opts ...InvokeOption) LookupIncidentTypeResultOutput
> Note: This function is named LookupIncidentType
in the Go SDK.
public static class GetIncidentType
{
public static Task<GetIncidentTypeResult> InvokeAsync(GetIncidentTypeArgs args, InvokeOptions? opts = null)
public static Output<GetIncidentTypeResult> Invoke(GetIncidentTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIncidentTypeResult> getIncidentType(GetIncidentTypeArgs args, InvokeOptions options)
public static Output<GetIncidentTypeResult> getIncidentType(GetIncidentTypeArgs args, InvokeOptions options)
fn::invoke:
function: pagerduty:index/getIncidentType:getIncidentType
arguments:
# arguments dictionary
The following arguments are supported:
- Display
Name string
- Display
Name string
- display
Name String
- display
Name string
- display_
name str
- display
Name String
getIncidentType Result
The following output properties are available:
- Description string
- Display
Name string - Enabled bool
- Id string
- Name string
- Parent
Type string - Type string
- Description string
- Display
Name string - Enabled bool
- Id string
- Name string
- Parent
Type string - Type string
- description String
- display
Name String - enabled Boolean
- id String
- name String
- parent
Type String - type String
- description string
- display
Name string - enabled boolean
- id string
- name string
- parent
Type string - type string
- description str
- display_
name str - enabled bool
- id str
- name str
- parent_
type str - type str
- description String
- display
Name String - enabled Boolean
- id String
- name String
- parent
Type String - type String
Package Details
- Repository
- PagerDuty pulumi/pulumi-pagerduty
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
pagerduty
Terraform Provider.