Integration

SignalFx Jira integrations. For help with this integration see Integration with Jira.

NOTE When managing integrations you’ll need to use an admin token to authenticate the SignalFx provider. Otherwise you’ll receive a 4xx error.

Example Usage

using Pulumi;
using SignalFx = Pulumi.SignalFx;

class MyStack : Stack
{
    public MyStack()
    {
        var jiraMyteamXX = new SignalFx.Jira.Integration("jiraMyteamXX", new SignalFx.Jira.IntegrationArgs
        {
            AssigneeDisplayName = "Testy Testerson",
            AssigneeName = "testytesterson",
            AuthMethod = "UsernameAndPassword",
            BaseUrl = "https://www.example.com",
            Enabled = false,
            IssueType = "Story",
            Password = "paasword",
            ProjectKey = "TEST",
            Username = "yoosername",
        });
    }

}

Coming soon!

import pulumi
import pulumi_signalfx as signalfx

jira_myteam_xx = signalfx.jira.Integration("jiraMyteamXX",
    assignee_display_name="Testy Testerson",
    assignee_name="testytesterson",
    auth_method="UsernameAndPassword",
    base_url="https://www.example.com",
    enabled=False,
    issue_type="Story",
    password="paasword",
    project_key="TEST",
    username="yoosername")
import * as pulumi from "@pulumi/pulumi";
import * as signalfx from "@pulumi/signalfx";

const jiraMyteamXX = new signalfx.jira.Integration("jira_myteamXX", {
    assigneeDisplayName: "Testy Testerson",
    assigneeName: "testytesterson",
    authMethod: "UsernameAndPassword",
    baseUrl: "https://www.example.com",
    enabled: false,
    issueType: "Story",
    password: "paasword",
    projectKey: "TEST",
    username: "yoosername",
});

Create a Integration Resource

def Integration(resource_name, opts=None, api_token=None, assignee_display_name=None, assignee_name=None, auth_method=None, base_url=None, enabled=None, issue_type=None, name=None, password=None, project_key=None, user_email=None, username=None, __props__=None);
func NewIntegration(ctx *Context, name string, args IntegrationArgs, opts ...ResourceOption) (*Integration, error)
public Integration(string name, IntegrationArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args IntegrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args IntegrationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args IntegrationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Integration Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Integration resource accepts the following input properties:

AssigneeName string

Jira user name for the assignee.

AuthMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

BaseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

Enabled bool

Whether the integration is enabled.

IssueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

ProjectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

ApiToken string

The API token for the user email

AssigneeDisplayName string

Jira display name for the assignee.

Name string

Name of the integration.

Password string

Password used to authenticate the Jira integration.

UserEmail string

Email address used to authenticate the Jira integration.

Username string

User name used to authenticate the Jira integration.

AssigneeName string

Jira user name for the assignee.

AuthMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

BaseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

Enabled bool

Whether the integration is enabled.

IssueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

ProjectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

ApiToken string

The API token for the user email

AssigneeDisplayName string

Jira display name for the assignee.

Name string

Name of the integration.

Password string

Password used to authenticate the Jira integration.

UserEmail string

Email address used to authenticate the Jira integration.

Username string

User name used to authenticate the Jira integration.

assigneeName string

Jira user name for the assignee.

authMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

baseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

enabled boolean

Whether the integration is enabled.

issueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

projectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

apiToken string

The API token for the user email

assigneeDisplayName string

Jira display name for the assignee.

name string

Name of the integration.

password string

Password used to authenticate the Jira integration.

userEmail string

Email address used to authenticate the Jira integration.

username string

User name used to authenticate the Jira integration.

assignee_name str

Jira user name for the assignee.

auth_method str

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

base_url str

Base URL of the Jira instance that’s integrated with SignalFx.

enabled bool

Whether the integration is enabled.

issue_type str

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

project_key str

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

api_token str

The API token for the user email

assignee_display_name str

Jira display name for the assignee.

name str

Name of the integration.

password str

Password used to authenticate the Jira integration.

user_email str

Email address used to authenticate the Jira integration.

username str

User name used to authenticate the Jira integration.

Outputs

All input properties are implicitly available as output properties. Additionally, the Integration 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 str
The provider-assigned unique ID for this managed resource.

Look up an Existing Integration Resource

Get an existing Integration 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?: IntegrationState, opts?: CustomResourceOptions): Integration
static get(resource_name, id, opts=None, api_token=None, assignee_display_name=None, assignee_name=None, auth_method=None, base_url=None, enabled=None, issue_type=None, name=None, password=None, project_key=None, user_email=None, username=None, __props__=None);
func GetIntegration(ctx *Context, name string, id IDInput, state *IntegrationState, opts ...ResourceOption) (*Integration, error)
public static Integration Get(string name, Input<string> id, IntegrationState? state, CustomResourceOptions? opts = null)
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.

The following state arguments are supported:

ApiToken string

The API token for the user email

AssigneeDisplayName string

Jira display name for the assignee.

AssigneeName string

Jira user name for the assignee.

AuthMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

BaseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

Enabled bool

Whether the integration is enabled.

IssueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

Name string

Name of the integration.

Password string

Password used to authenticate the Jira integration.

ProjectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

UserEmail string

Email address used to authenticate the Jira integration.

Username string

User name used to authenticate the Jira integration.

ApiToken string

The API token for the user email

AssigneeDisplayName string

Jira display name for the assignee.

AssigneeName string

Jira user name for the assignee.

AuthMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

BaseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

Enabled bool

Whether the integration is enabled.

IssueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

Name string

Name of the integration.

Password string

Password used to authenticate the Jira integration.

ProjectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

UserEmail string

Email address used to authenticate the Jira integration.

Username string

User name used to authenticate the Jira integration.

apiToken string

The API token for the user email

assigneeDisplayName string

Jira display name for the assignee.

assigneeName string

Jira user name for the assignee.

authMethod string

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

baseUrl string

Base URL of the Jira instance that’s integrated with SignalFx.

enabled boolean

Whether the integration is enabled.

issueType string

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

name string

Name of the integration.

password string

Password used to authenticate the Jira integration.

projectKey string

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

userEmail string

Email address used to authenticate the Jira integration.

username string

User name used to authenticate the Jira integration.

api_token str

The API token for the user email

assignee_display_name str

Jira display name for the assignee.

assignee_name str

Jira user name for the assignee.

auth_method str

Authentication method used when creating the Jira integration. One of EmailAndToken (using user_email and api_token) or UsernameAndPassword (using username and password).

base_url str

Base URL of the Jira instance that’s integrated with SignalFx.

enabled bool

Whether the integration is enabled.

issue_type str

Issue type (for example, Story) for tickets that Jira creates for detector notifications. SignalFx validates issue types, so you must specify a type that’s valid for the Jira project specified in projectKey.

name str

Name of the integration.

password str

Password used to authenticate the Jira integration.

project_key str

Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.

user_email str

Email address used to authenticate the Jira integration.

username str

User name used to authenticate the Jira integration.

Package Details

Repository
https://github.com/pulumi/pulumi-signalfx
License
Apache-2.0
Notes
This Pulumi package is based on the signalfx Terraform Provider.