1. Packages
  2. Pagerduty Provider
  3. API Docs
  4. getJiraCloudAccountMapping
PagerDuty v4.23.0 published on Wednesday, Apr 16, 2025 by Pulumi

pagerduty.getJiraCloudAccountMapping

Explore with Pulumi AI

PagerDuty v4.23.0 published on Wednesday, Apr 16, 2025 by Pulumi

Use this data source to get information about a specific account mapping.

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
variables:
  circular:
    fn::invoke:
      function: pagerduty:getJiraCloudAccountMapping
      arguments:
        name: pdt-circular
Copy

Using getJiraCloudAccountMapping

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 getJiraCloudAccountMapping(args: GetJiraCloudAccountMappingArgs, opts?: InvokeOptions): Promise<GetJiraCloudAccountMappingResult>
function getJiraCloudAccountMappingOutput(args: GetJiraCloudAccountMappingOutputArgs, opts?: InvokeOptions): Output<GetJiraCloudAccountMappingResult>
Copy
def get_jira_cloud_account_mapping(subdomain: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetJiraCloudAccountMappingResult
def get_jira_cloud_account_mapping_output(subdomain: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetJiraCloudAccountMappingResult]
Copy
func GetJiraCloudAccountMapping(ctx *Context, args *GetJiraCloudAccountMappingArgs, opts ...InvokeOption) (*GetJiraCloudAccountMappingResult, error)
func GetJiraCloudAccountMappingOutput(ctx *Context, args *GetJiraCloudAccountMappingOutputArgs, opts ...InvokeOption) GetJiraCloudAccountMappingResultOutput
Copy

> Note: This function is named GetJiraCloudAccountMapping in the Go SDK.

public static class GetJiraCloudAccountMapping 
{
    public static Task<GetJiraCloudAccountMappingResult> InvokeAsync(GetJiraCloudAccountMappingArgs args, InvokeOptions? opts = null)
    public static Output<GetJiraCloudAccountMappingResult> Invoke(GetJiraCloudAccountMappingInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetJiraCloudAccountMappingResult> getJiraCloudAccountMapping(GetJiraCloudAccountMappingArgs args, InvokeOptions options)
public static Output<GetJiraCloudAccountMappingResult> getJiraCloudAccountMapping(GetJiraCloudAccountMappingArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: pagerduty:index/getJiraCloudAccountMapping:getJiraCloudAccountMapping
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Subdomain This property is required. string
The service name to use to find a service in the PagerDuty API.
Subdomain This property is required. string
The service name to use to find a service in the PagerDuty API.
subdomain This property is required. String
The service name to use to find a service in the PagerDuty API.
subdomain This property is required. string
The service name to use to find a service in the PagerDuty API.
subdomain This property is required. str
The service name to use to find a service in the PagerDuty API.
subdomain This property is required. String
The service name to use to find a service in the PagerDuty API.

getJiraCloudAccountMapping Result

The following output properties are available:

BaseUrl string
The base URL of the Jira Cloud instance, used for API calls and constructing links.
Id string
The ID of the found account mapping.
Subdomain string
BaseUrl string
The base URL of the Jira Cloud instance, used for API calls and constructing links.
Id string
The ID of the found account mapping.
Subdomain string
baseUrl String
The base URL of the Jira Cloud instance, used for API calls and constructing links.
id String
The ID of the found account mapping.
subdomain String
baseUrl string
The base URL of the Jira Cloud instance, used for API calls and constructing links.
id string
The ID of the found account mapping.
subdomain string
base_url str
The base URL of the Jira Cloud instance, used for API calls and constructing links.
id str
The ID of the found account mapping.
subdomain str
baseUrl String
The base URL of the Jira Cloud instance, used for API calls and constructing links.
id String
The ID of the found account mapping.
subdomain String

Package Details

Repository
PagerDuty pulumi/pulumi-pagerduty
License
Apache-2.0
Notes
This Pulumi package is based on the pagerduty Terraform Provider.
PagerDuty v4.23.0 published on Wednesday, Apr 16, 2025 by Pulumi