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
new Integration(name: string, args: IntegrationArgs, opts?: CustomResourceOptions);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:
- Assignee
Name string Jira user name for the assignee.
- Auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- Base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- Enabled bool
Whether the integration is enabled.
- Issue
Type 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.- Project
Key string 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 string The API token for the user email
- Assignee
Display stringName Jira display name for the assignee.
- Name string
Name of the integration.
- Password string
Password used to authenticate the Jira integration.
- User
Email string Email address used to authenticate the Jira integration.
- Username string
User name used to authenticate the Jira integration.
- Assignee
Name string Jira user name for the assignee.
- Auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- Base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- Enabled bool
Whether the integration is enabled.
- Issue
Type 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.- Project
Key string 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 string The API token for the user email
- Assignee
Display stringName Jira display name for the assignee.
- Name string
Name of the integration.
- Password string
Password used to authenticate the Jira integration.
- User
Email string Email address used to authenticate the Jira integration.
- Username string
User name used to authenticate the Jira integration.
- assignee
Name string Jira user name for the assignee.
- auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- enabled boolean
Whether the integration is enabled.
- issue
Type 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.- project
Key string 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 string The API token for the user email
- assignee
Display stringName Jira display name for the assignee.
- name string
Name of the integration.
- password string
Password used to authenticate the Jira integration.
- user
Email 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(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- 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_ strname 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:
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): Integrationstatic 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:
- Api
Token string The API token for the user email
- Assignee
Display stringName Jira display name for the assignee.
- Assignee
Name string Jira user name for the assignee.
- Auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- Base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- Enabled bool
Whether the integration is enabled.
- Issue
Type 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.
- Project
Key string 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 string Email address used to authenticate the Jira integration.
- Username string
User name used to authenticate the Jira integration.
- Api
Token string The API token for the user email
- Assignee
Display stringName Jira display name for the assignee.
- Assignee
Name string Jira user name for the assignee.
- Auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- Base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- Enabled bool
Whether the integration is enabled.
- Issue
Type 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.
- Project
Key string 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 string Email address used to authenticate the Jira integration.
- Username string
User name used to authenticate the Jira integration.
- api
Token string The API token for the user email
- assignee
Display stringName Jira display name for the assignee.
- assignee
Name string Jira user name for the assignee.
- auth
Method string Authentication method used when creating the Jira integration. One of
EmailAndToken(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- base
Url string Base URL of the Jira instance that’s integrated with SignalFx.
- enabled boolean
Whether the integration is enabled.
- issue
Type 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.
- project
Key string 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 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_ strname 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(usinguser_emailandapi_token) orUsernameAndPassword(usingusernameandpassword).- 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
signalfxTerraform Provider.