@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/README.md +2 -2
  2. package/applicationSettings.d.ts +48 -18
  3. package/applicationSettings.d.ts.map +1 -1
  4. package/applicationSettings.js +8 -2
  5. package/applicationSettings.js.map +1 -1
  6. package/branchProtection.d.ts +48 -52
  7. package/branchProtection.d.ts.map +1 -1
  8. package/branchProtection.js +30 -24
  9. package/branchProtection.js.map +1 -1
  10. package/getGroup.d.ts +114 -2
  11. package/getGroup.d.ts.map +1 -1
  12. package/getGroup.js.map +1 -1
  13. package/getGroupHook.d.ts +40 -6
  14. package/getGroupHook.d.ts.map +1 -1
  15. package/getGroupHook.js.map +1 -1
  16. package/getGroupLabel.d.ts +125 -0
  17. package/getGroupLabel.d.ts.map +1 -0
  18. package/getGroupLabel.js +93 -0
  19. package/getGroupLabel.js.map +1 -0
  20. package/getGroupLabels.d.ts +74 -0
  21. package/getGroupLabels.d.ts.map +1 -0
  22. package/getGroupLabels.js +79 -0
  23. package/getGroupLabels.js.map +1 -0
  24. package/getGroupProtectedBranch.d.ts +82 -0
  25. package/getGroupProtectedBranch.d.ts.map +1 -0
  26. package/getGroupProtectedBranch.js +61 -0
  27. package/getGroupProtectedBranch.js.map +1 -0
  28. package/getGroupProtectedBranches.d.ts +54 -0
  29. package/getGroupProtectedBranches.d.ts.map +1 -0
  30. package/getGroupProtectedBranches.js +59 -0
  31. package/getGroupProtectedBranches.js.map +1 -0
  32. package/getProject.d.ts +355 -57
  33. package/getProject.d.ts.map +1 -1
  34. package/getProject.js +0 -6
  35. package/getProject.js.map +1 -1
  36. package/getProjectHook.d.ts +36 -6
  37. package/getProjectHook.d.ts.map +1 -1
  38. package/getProjectHook.js.map +1 -1
  39. package/getProjectMembership.d.ts +4 -40
  40. package/getProjectMembership.d.ts.map +1 -1
  41. package/getProjectMembership.js +0 -6
  42. package/getProjectMembership.js.map +1 -1
  43. package/getProjectProtectedBranch.d.ts +8 -21
  44. package/getProjectProtectedBranch.d.ts.map +1 -1
  45. package/getProjectProtectedBranch.js +0 -4
  46. package/getProjectProtectedBranch.js.map +1 -1
  47. package/getProjectProtectedBranches.d.ts +1 -10
  48. package/getProjectProtectedBranches.d.ts.map +1 -1
  49. package/getProjectProtectedBranches.js +0 -2
  50. package/getProjectProtectedBranches.js.map +1 -1
  51. package/getProjectServiceAccount.d.ts +97 -0
  52. package/getProjectServiceAccount.d.ts.map +1 -0
  53. package/getProjectServiceAccount.js +89 -0
  54. package/getProjectServiceAccount.js.map +1 -0
  55. package/getProjects.d.ts +22 -10
  56. package/getProjects.d.ts.map +1 -1
  57. package/getProjects.js +2 -0
  58. package/getProjects.js.map +1 -1
  59. package/getSystemHook.d.ts +111 -0
  60. package/getSystemHook.d.ts.map +1 -0
  61. package/getSystemHook.js +81 -0
  62. package/getSystemHook.js.map +1 -0
  63. package/getSystemHooks.d.ts +50 -0
  64. package/getSystemHooks.d.ts.map +1 -0
  65. package/getSystemHooks.js +73 -0
  66. package/getSystemHooks.js.map +1 -0
  67. package/group.d.ts +12 -0
  68. package/group.d.ts.map +1 -1
  69. package/group.js +2 -0
  70. package/group.js.map +1 -1
  71. package/groupAccessToken.d.ts +3 -3
  72. package/groupBranchProtection.d.ts +185 -0
  73. package/groupBranchProtection.d.ts.map +1 -0
  74. package/groupBranchProtection.js +146 -0
  75. package/groupBranchProtection.js.map +1 -0
  76. package/groupCluster.d.ts +1 -1
  77. package/groupCluster.js +1 -1
  78. package/groupDeployToken.d.ts +3 -3
  79. package/groupHook.d.ts +75 -3
  80. package/groupHook.d.ts.map +1 -1
  81. package/groupHook.js +15 -1
  82. package/groupHook.js.map +1 -1
  83. package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
  84. package/groupIntegrationHarbor.d.ts.map +1 -0
  85. package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
  86. package/groupIntegrationHarbor.js.map +1 -0
  87. package/groupSamlLink.d.ts +3 -3
  88. package/groupSavedReply.d.ts +78 -0
  89. package/groupSavedReply.d.ts.map +1 -0
  90. package/{deployToken.js → groupSavedReply.js} +19 -45
  91. package/groupSavedReply.js.map +1 -0
  92. package/groupServiceAccount.d.ts +12 -0
  93. package/groupServiceAccount.d.ts.map +1 -1
  94. package/groupServiceAccount.js +2 -0
  95. package/groupServiceAccount.js.map +1 -1
  96. package/groupServiceAccountAccessToken.d.ts +3 -3
  97. package/index.d.ts +45 -48
  98. package/index.d.ts.map +1 -1
  99. package/index.js +67 -86
  100. package/index.js.map +1 -1
  101. package/instanceCluster.d.ts +1 -1
  102. package/instanceCluster.js +1 -1
  103. package/integrationSlack.d.ts +0 -18
  104. package/integrationSlack.d.ts.map +1 -1
  105. package/integrationSlack.js +0 -2
  106. package/integrationSlack.js.map +1 -1
  107. package/memberRole.d.ts +3 -3
  108. package/package.json +2 -2
  109. package/personalAccessToken.d.ts +3 -3
  110. package/project.d.ts +36 -234
  111. package/project.d.ts.map +1 -1
  112. package/project.js +6 -26
  113. package/project.js.map +1 -1
  114. package/projectAccessToken.d.ts +3 -3
  115. package/projectCluster.d.ts +1 -1
  116. package/projectCluster.js +1 -1
  117. package/projectDeployToken.d.ts +3 -3
  118. package/projectHook.d.ts +103 -0
  119. package/projectHook.d.ts.map +1 -1
  120. package/projectHook.js +30 -1
  121. package/projectHook.js.map +1 -1
  122. package/projectIntegrationDatadog.d.ts +200 -0
  123. package/projectIntegrationDatadog.d.ts.map +1 -0
  124. package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
  125. package/projectIntegrationDatadog.js.map +1 -0
  126. package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
  127. package/projectIntegrationGoogleChat.d.ts.map +1 -0
  128. package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
  129. package/projectIntegrationGoogleChat.js.map +1 -0
  130. package/projectIntegrationJira.d.ts +12 -12
  131. package/projectJobTokenScopes.d.ts +5 -21
  132. package/projectJobTokenScopes.d.ts.map +1 -1
  133. package/projectJobTokenScopes.js +6 -3
  134. package/projectJobTokenScopes.js.map +1 -1
  135. package/projectLabel.d.ts +12 -0
  136. package/projectLabel.d.ts.map +1 -1
  137. package/projectLabel.js +2 -0
  138. package/projectLabel.js.map +1 -1
  139. package/projectLevelMrApprovals.d.ts +21 -3
  140. package/projectLevelMrApprovals.d.ts.map +1 -1
  141. package/projectLevelMrApprovals.js +2 -0
  142. package/projectLevelMrApprovals.js.map +1 -1
  143. package/projectMergeRequestNote.d.ts +3 -3
  144. package/projectProtectedEnvironment.d.ts +4 -22
  145. package/projectProtectedEnvironment.d.ts.map +1 -1
  146. package/projectProtectedEnvironment.js +1 -3
  147. package/projectProtectedEnvironment.js.map +1 -1
  148. package/projectPushMirror.d.ts +12 -0
  149. package/projectPushMirror.d.ts.map +1 -1
  150. package/projectPushMirror.js +2 -0
  151. package/projectPushMirror.js.map +1 -1
  152. package/projectSavedReply.d.ts +78 -0
  153. package/projectSavedReply.d.ts.map +1 -0
  154. package/{label.js → projectSavedReply.js} +16 -24
  155. package/projectSavedReply.js.map +1 -0
  156. package/projectServiceAccount.d.ts +152 -0
  157. package/projectServiceAccount.d.ts.map +1 -0
  158. package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
  159. package/projectServiceAccount.js.map +1 -0
  160. package/projectShareGroup.d.ts +2 -20
  161. package/projectShareGroup.d.ts.map +1 -1
  162. package/projectShareGroup.js +3 -2
  163. package/projectShareGroup.js.map +1 -1
  164. package/projectTargetBranchRule.d.ts +1 -1
  165. package/projectTargetBranchRule.js +1 -1
  166. package/systemHook.d.ts +50 -6
  167. package/systemHook.d.ts.map +1 -1
  168. package/systemHook.js +9 -1
  169. package/systemHook.js.map +1 -1
  170. package/types/input.d.ts +95 -249
  171. package/types/input.d.ts.map +1 -1
  172. package/types/output.d.ts +1168 -168
  173. package/types/output.d.ts.map +1 -1
  174. package/userImpersonationToken.d.ts +3 -3
  175. package/userSavedReply.d.ts +66 -0
  176. package/userSavedReply.d.ts.map +1 -0
  177. package/userSavedReply.js +82 -0
  178. package/userSavedReply.js.map +1 -0
  179. package/deployToken.d.ts +0 -147
  180. package/deployToken.d.ts.map +0 -1
  181. package/deployToken.js.map +0 -1
  182. package/integrationCustomIssueTracker.d.ts +0 -142
  183. package/integrationCustomIssueTracker.d.ts.map +0 -1
  184. package/integrationCustomIssueTracker.js +0 -130
  185. package/integrationCustomIssueTracker.js.map +0 -1
  186. package/integrationEmailsOnPush.d.ts +0 -198
  187. package/integrationEmailsOnPush.d.ts.map +0 -1
  188. package/integrationEmailsOnPush.js +0 -137
  189. package/integrationEmailsOnPush.js.map +0 -1
  190. package/integrationExternalWiki.d.ts +0 -137
  191. package/integrationExternalWiki.d.ts.map +0 -1
  192. package/integrationExternalWiki.js +0 -126
  193. package/integrationExternalWiki.js.map +0 -1
  194. package/integrationGithub.d.ts +0 -156
  195. package/integrationGithub.d.ts.map +0 -1
  196. package/integrationGithub.js.map +0 -1
  197. package/integrationHarbor.d.ts.map +0 -1
  198. package/integrationHarbor.js.map +0 -1
  199. package/integrationJenkins.d.ts +0 -190
  200. package/integrationJenkins.d.ts.map +0 -1
  201. package/integrationJenkins.js +0 -138
  202. package/integrationJenkins.js.map +0 -1
  203. package/integrationJira.d.ts +0 -299
  204. package/integrationJira.d.ts.map +0 -1
  205. package/integrationJira.js +0 -159
  206. package/integrationJira.js.map +0 -1
  207. package/integrationMattermost.d.ts +0 -352
  208. package/integrationMattermost.d.ts.map +0 -1
  209. package/integrationMattermost.js +0 -163
  210. package/integrationMattermost.js.map +0 -1
  211. package/integrationMicrosoftTeams.d.ts.map +0 -1
  212. package/integrationMicrosoftTeams.js.map +0 -1
  213. package/integrationPipelinesEmail.d.ts +0 -123
  214. package/integrationPipelinesEmail.d.ts.map +0 -1
  215. package/integrationPipelinesEmail.js.map +0 -1
  216. package/integrationRedmine.d.ts +0 -136
  217. package/integrationRedmine.d.ts.map +0 -1
  218. package/integrationRedmine.js +0 -131
  219. package/integrationRedmine.js.map +0 -1
  220. package/integrationTelegram.d.ts +0 -253
  221. package/integrationTelegram.d.ts.map +0 -1
  222. package/integrationTelegram.js +0 -184
  223. package/integrationTelegram.js.map +0 -1
  224. package/label.d.ts +0 -108
  225. package/label.d.ts.map +0 -1
  226. package/label.js.map +0 -1
  227. package/projectMirror.d.ts +0 -166
  228. package/projectMirror.d.ts.map +0 -1
  229. package/projectMirror.js +0 -131
  230. package/projectMirror.js.map +0 -1
  231. package/runner.d.ts +0 -188
  232. package/runner.d.ts.map +0 -1
  233. package/runner.js +0 -122
  234. package/runner.js.map +0 -1
@@ -1,123 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * The `gitlab.IntegrationPipelinesEmail` resource manages the lifecycle of a project integration with the Pipeline Emails Service.
4
- *
5
- * > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationPipelinesEmail` instead.
6
- *
7
- * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#pipeline-status-emails)
8
- *
9
- * ## Example Usage
10
- *
11
- * ```typescript
12
- * import * as pulumi from "@pulumi/pulumi";
13
- * import * as gitlab from "@pulumi/gitlab";
14
- *
15
- * const awesomeProject = new gitlab.Project("awesome_project", {
16
- * name: "awesome_project",
17
- * description: "My awesome project.",
18
- * visibilityLevel: "public",
19
- * });
20
- * const email = new gitlab.IntegrationPipelinesEmail("email", {
21
- * project: awesomeProject.id,
22
- * recipients: ["gitlab@user.create"],
23
- * notifyOnlyBrokenPipelines: true,
24
- * branchesToBeNotified: "all",
25
- * });
26
- * ```
27
- *
28
- * ## Import
29
- *
30
- * Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationPipelinesEmail`. For example:
31
- *
32
- * Importing using the CLI is supported with the following syntax:
33
- *
34
- * You can import a gitlab.IntegrationPipelinesEmail state using the project ID, for example:
35
- *
36
- * ```sh
37
- * $ pulumi import gitlab:index/integrationPipelinesEmail:IntegrationPipelinesEmail email 1
38
- * ```
39
- */
40
- export declare class IntegrationPipelinesEmail extends pulumi.CustomResource {
41
- /**
42
- * Get an existing IntegrationPipelinesEmail resource's state with the given name, ID, and optional extra
43
- * properties used to qualify the lookup.
44
- *
45
- * @param name The _unique_ name of the resulting resource.
46
- * @param id The _unique_ provider ID of the resource to lookup.
47
- * @param state Any extra arguments used during the lookup.
48
- * @param opts Optional settings to control the behavior of the CustomResource.
49
- */
50
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationPipelinesEmailState, opts?: pulumi.CustomResourceOptions): IntegrationPipelinesEmail;
51
- /**
52
- * Returns true if the given object is an instance of IntegrationPipelinesEmail. This is designed to work even
53
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
54
- */
55
- static isInstance(obj: any): obj is IntegrationPipelinesEmail;
56
- /**
57
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`. Default is `default`.
58
- */
59
- readonly branchesToBeNotified: pulumi.Output<string>;
60
- /**
61
- * Notify only broken pipelines. Default is true.
62
- */
63
- readonly notifyOnlyBrokenPipelines: pulumi.Output<boolean>;
64
- /**
65
- * ID of the project you want to activate integration on.
66
- */
67
- readonly project: pulumi.Output<string>;
68
- /**
69
- * Email addresses where notifications are sent.
70
- */
71
- readonly recipients: pulumi.Output<string[]>;
72
- /**
73
- * Create a IntegrationPipelinesEmail resource with the given unique name, arguments, and options.
74
- *
75
- * @param name The _unique_ name of the resource.
76
- * @param args The arguments to use to populate this resource's properties.
77
- * @param opts A bag of options that control this resource's behavior.
78
- */
79
- constructor(name: string, args: IntegrationPipelinesEmailArgs, opts?: pulumi.CustomResourceOptions);
80
- }
81
- /**
82
- * Input properties used for looking up and filtering IntegrationPipelinesEmail resources.
83
- */
84
- export interface IntegrationPipelinesEmailState {
85
- /**
86
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`. Default is `default`.
87
- */
88
- branchesToBeNotified?: pulumi.Input<string | undefined>;
89
- /**
90
- * Notify only broken pipelines. Default is true.
91
- */
92
- notifyOnlyBrokenPipelines?: pulumi.Input<boolean | undefined>;
93
- /**
94
- * ID of the project you want to activate integration on.
95
- */
96
- project?: pulumi.Input<string | undefined>;
97
- /**
98
- * Email addresses where notifications are sent.
99
- */
100
- recipients?: pulumi.Input<pulumi.Input<string>[] | undefined>;
101
- }
102
- /**
103
- * The set of arguments for constructing a IntegrationPipelinesEmail resource.
104
- */
105
- export interface IntegrationPipelinesEmailArgs {
106
- /**
107
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`. Default is `default`.
108
- */
109
- branchesToBeNotified?: pulumi.Input<string | undefined>;
110
- /**
111
- * Notify only broken pipelines. Default is true.
112
- */
113
- notifyOnlyBrokenPipelines?: pulumi.Input<boolean | undefined>;
114
- /**
115
- * ID of the project you want to activate integration on.
116
- */
117
- project: pulumi.Input<string>;
118
- /**
119
- * Email addresses where notifications are sent.
120
- */
121
- recipients: pulumi.Input<pulumi.Input<string>[]>;
122
- }
123
- //# sourceMappingURL=integrationPipelinesEmail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationPipelinesEmail.d.ts","sourceRoot":"","sources":["../integrationPipelinesEmail.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,qBAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,8BAA8B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,yBAAyB;IAOpK;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,yBAAyB;IAOpE;;OAEG;IACH,SAAwB,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpE;;OAEG;IACH,SAAwB,yBAAyB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC1E;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IAE5D;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA0BrG;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxD;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC9D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CACjE;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxD;;OAEG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IAC9D;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;CACpD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationPipelinesEmail.js","sourceRoot":"","sources":["../integrationPipelinesEmail.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,kEAAkE,CAAC;IAEzG;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;YACrE,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AA7EL,8DA8EC"}
@@ -1,136 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * The `gitlab.IntegrationRedmine` resource manages the lifecycle of a project integration with Redmine.
4
- *
5
- * > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationRedmine`instead.
6
- * Using Redmine requires that GitLab internal issue tracking is disabled for the project.
7
- *
8
- * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#redmine)
9
- *
10
- * ## Example Usage
11
- *
12
- * ```typescript
13
- * import * as pulumi from "@pulumi/pulumi";
14
- * import * as gitlab from "@pulumi/gitlab";
15
- *
16
- * const awesomeProject = new gitlab.Project("awesome_project", {
17
- * name: "awesome_project",
18
- * description: "My awesome project.",
19
- * visibilityLevel: "public",
20
- * });
21
- * const redmine = new gitlab.IntegrationRedmine("redmine", {
22
- * project: awesomeProject.id,
23
- * newIssueUrl: "https://redmine.example.com/issue",
24
- * projectUrl: "https://redmine.example.com/project",
25
- * issuesUrl: "https://redmine.example.com/issue/:id",
26
- * });
27
- * ```
28
- *
29
- * ## Import
30
- *
31
- * Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationRedmine`. For example:
32
- *
33
- * Importing using the CLI is supported with the following syntax:
34
- *
35
- * You can import a gitlab.IntegrationRedmine state using `terraform import <resource> <project_id>`:
36
- *
37
- * ```sh
38
- * $ pulumi import gitlab:index/integrationRedmine:IntegrationRedmine redmine 1
39
- * ```
40
- */
41
- export declare class IntegrationRedmine extends pulumi.CustomResource {
42
- /**
43
- * Get an existing IntegrationRedmine resource's state with the given name, ID, and optional extra
44
- * properties used to qualify the lookup.
45
- *
46
- * @param name The _unique_ name of the resulting resource.
47
- * @param id The _unique_ provider ID of the resource to lookup.
48
- * @param state Any extra arguments used during the lookup.
49
- * @param opts Optional settings to control the behavior of the CustomResource.
50
- */
51
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationRedmineState, opts?: pulumi.CustomResourceOptions): IntegrationRedmine;
52
- /**
53
- * Returns true if the given object is an instance of IntegrationRedmine. This is designed to work even
54
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
55
- */
56
- static isInstance(obj: any): obj is IntegrationRedmine;
57
- /**
58
- * The URL to the Redmine project issue to link to this GitLab project.
59
- */
60
- readonly issuesUrl: pulumi.Output<string>;
61
- /**
62
- * The URL to use to create a new issue in the Redmine project linked to this GitLab project.
63
- */
64
- readonly newIssueUrl: pulumi.Output<string>;
65
- /**
66
- * ID of the project you want to activate integration on.
67
- */
68
- readonly project: pulumi.Output<string>;
69
- /**
70
- * The URL to the Redmine project to link to this GitLab project.
71
- */
72
- readonly projectUrl: pulumi.Output<string>;
73
- /**
74
- * Indicates whether or not to inherit default settings. Defaults to false.
75
- */
76
- readonly useInheritedSettings: pulumi.Output<boolean>;
77
- /**
78
- * Create a IntegrationRedmine resource with the given unique name, arguments, and options.
79
- *
80
- * @param name The _unique_ name of the resource.
81
- * @param args The arguments to use to populate this resource's properties.
82
- * @param opts A bag of options that control this resource's behavior.
83
- */
84
- constructor(name: string, args: IntegrationRedmineArgs, opts?: pulumi.CustomResourceOptions);
85
- }
86
- /**
87
- * Input properties used for looking up and filtering IntegrationRedmine resources.
88
- */
89
- export interface IntegrationRedmineState {
90
- /**
91
- * The URL to the Redmine project issue to link to this GitLab project.
92
- */
93
- issuesUrl?: pulumi.Input<string | undefined>;
94
- /**
95
- * The URL to use to create a new issue in the Redmine project linked to this GitLab project.
96
- */
97
- newIssueUrl?: pulumi.Input<string | undefined>;
98
- /**
99
- * ID of the project you want to activate integration on.
100
- */
101
- project?: pulumi.Input<string | undefined>;
102
- /**
103
- * The URL to the Redmine project to link to this GitLab project.
104
- */
105
- projectUrl?: pulumi.Input<string | undefined>;
106
- /**
107
- * Indicates whether or not to inherit default settings. Defaults to false.
108
- */
109
- useInheritedSettings?: pulumi.Input<boolean | undefined>;
110
- }
111
- /**
112
- * The set of arguments for constructing a IntegrationRedmine resource.
113
- */
114
- export interface IntegrationRedmineArgs {
115
- /**
116
- * The URL to the Redmine project issue to link to this GitLab project.
117
- */
118
- issuesUrl: pulumi.Input<string>;
119
- /**
120
- * The URL to use to create a new issue in the Redmine project linked to this GitLab project.
121
- */
122
- newIssueUrl: pulumi.Input<string>;
123
- /**
124
- * ID of the project you want to activate integration on.
125
- */
126
- project: pulumi.Input<string>;
127
- /**
128
- * The URL to the Redmine project to link to this GitLab project.
129
- */
130
- projectUrl: pulumi.Input<string>;
131
- /**
132
- * Indicates whether or not to inherit default settings. Defaults to false.
133
- */
134
- useInheritedSettings?: pulumi.Input<boolean | undefined>;
135
- }
136
- //# sourceMappingURL=integrationRedmine.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationRedmine.d.ts","sourceRoot":"","sources":["../integrationRedmine.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,qBAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,kBAAkB;IAOtJ;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,kBAAkB;IAO7D;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACzD;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC3D;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAErE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAkC9F;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC/C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;CAC5D;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;CAC5D"}
@@ -1,131 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
- if (k2 === undefined) k2 = k;
6
- var desc = Object.getOwnPropertyDescriptor(m, k);
7
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
- desc = { enumerable: true, get: function() { return m[k]; } };
9
- }
10
- Object.defineProperty(o, k2, desc);
11
- }) : (function(o, m, k, k2) {
12
- if (k2 === undefined) k2 = k;
13
- o[k2] = m[k];
14
- }));
15
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
- Object.defineProperty(o, "default", { enumerable: true, value: v });
17
- }) : function(o, v) {
18
- o["default"] = v;
19
- });
20
- var __importStar = (this && this.__importStar) || function (mod) {
21
- if (mod && mod.__esModule) return mod;
22
- var result = {};
23
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
- __setModuleDefault(result, mod);
25
- return result;
26
- };
27
- Object.defineProperty(exports, "__esModule", { value: true });
28
- exports.IntegrationRedmine = void 0;
29
- const pulumi = __importStar(require("@pulumi/pulumi"));
30
- const utilities = __importStar(require("./utilities"));
31
- /**
32
- * The `gitlab.IntegrationRedmine` resource manages the lifecycle of a project integration with Redmine.
33
- *
34
- * > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationRedmine`instead.
35
- * Using Redmine requires that GitLab internal issue tracking is disabled for the project.
36
- *
37
- * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#redmine)
38
- *
39
- * ## Example Usage
40
- *
41
- * ```typescript
42
- * import * as pulumi from "@pulumi/pulumi";
43
- * import * as gitlab from "@pulumi/gitlab";
44
- *
45
- * const awesomeProject = new gitlab.Project("awesome_project", {
46
- * name: "awesome_project",
47
- * description: "My awesome project.",
48
- * visibilityLevel: "public",
49
- * });
50
- * const redmine = new gitlab.IntegrationRedmine("redmine", {
51
- * project: awesomeProject.id,
52
- * newIssueUrl: "https://redmine.example.com/issue",
53
- * projectUrl: "https://redmine.example.com/project",
54
- * issuesUrl: "https://redmine.example.com/issue/:id",
55
- * });
56
- * ```
57
- *
58
- * ## Import
59
- *
60
- * Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationRedmine`. For example:
61
- *
62
- * Importing using the CLI is supported with the following syntax:
63
- *
64
- * You can import a gitlab.IntegrationRedmine state using `terraform import <resource> <project_id>`:
65
- *
66
- * ```sh
67
- * $ pulumi import gitlab:index/integrationRedmine:IntegrationRedmine redmine 1
68
- * ```
69
- */
70
- class IntegrationRedmine extends pulumi.CustomResource {
71
- /**
72
- * Get an existing IntegrationRedmine resource's state with the given name, ID, and optional extra
73
- * properties used to qualify the lookup.
74
- *
75
- * @param name The _unique_ name of the resulting resource.
76
- * @param id The _unique_ provider ID of the resource to lookup.
77
- * @param state Any extra arguments used during the lookup.
78
- * @param opts Optional settings to control the behavior of the CustomResource.
79
- */
80
- static get(name, id, state, opts) {
81
- return new IntegrationRedmine(name, state, { ...opts, id: id });
82
- }
83
- /** @internal */
84
- static __pulumiType = 'gitlab:index/integrationRedmine:IntegrationRedmine';
85
- /**
86
- * Returns true if the given object is an instance of IntegrationRedmine. This is designed to work even
87
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
88
- */
89
- static isInstance(obj) {
90
- if (obj === undefined || obj === null) {
91
- return false;
92
- }
93
- return obj['__pulumiType'] === IntegrationRedmine.__pulumiType;
94
- }
95
- constructor(name, argsOrState, opts) {
96
- let resourceInputs = {};
97
- opts = opts || {};
98
- if (opts.id) {
99
- const state = argsOrState;
100
- resourceInputs["issuesUrl"] = state?.issuesUrl;
101
- resourceInputs["newIssueUrl"] = state?.newIssueUrl;
102
- resourceInputs["project"] = state?.project;
103
- resourceInputs["projectUrl"] = state?.projectUrl;
104
- resourceInputs["useInheritedSettings"] = state?.useInheritedSettings;
105
- }
106
- else {
107
- const args = argsOrState;
108
- if (args?.issuesUrl === undefined && !opts.urn) {
109
- throw new Error("Missing required property 'issuesUrl'");
110
- }
111
- if (args?.newIssueUrl === undefined && !opts.urn) {
112
- throw new Error("Missing required property 'newIssueUrl'");
113
- }
114
- if (args?.project === undefined && !opts.urn) {
115
- throw new Error("Missing required property 'project'");
116
- }
117
- if (args?.projectUrl === undefined && !opts.urn) {
118
- throw new Error("Missing required property 'projectUrl'");
119
- }
120
- resourceInputs["issuesUrl"] = args?.issuesUrl;
121
- resourceInputs["newIssueUrl"] = args?.newIssueUrl;
122
- resourceInputs["project"] = args?.project;
123
- resourceInputs["projectUrl"] = args?.projectUrl;
124
- resourceInputs["useInheritedSettings"] = args?.useInheritedSettings;
125
- }
126
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
127
- super(IntegrationRedmine.__pulumiType, name, resourceInputs, opts);
128
- }
129
- }
130
- exports.IntegrationRedmine = IntegrationRedmine;
131
- //# sourceMappingURL=integrationRedmine.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationRedmine.js","sourceRoot":"","sources":["../integrationRedmine.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,oDAAoD,CAAC;IAE3F;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IA+BD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,sBAAsB,CAAC,GAAG,KAAK,EAAE,oBAAoB,CAAC;SACxE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAzFL,gDA0FC"}
@@ -1,253 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * The `gitlab.IntegrationTelegram` resource manages the lifecycle of a project integration with Telegram.
4
- *
5
- * > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationTelegram`instead.
6
- *
7
- * **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#telegram)
8
- *
9
- * ## Example Usage
10
- *
11
- * ```typescript
12
- * import * as pulumi from "@pulumi/pulumi";
13
- * import * as gitlab from "@pulumi/gitlab";
14
- *
15
- * const awesomeProject = new gitlab.Project("awesome_project", {
16
- * name: "awesome_project",
17
- * description: "My awesome project.",
18
- * visibilityLevel: "public",
19
- * });
20
- * const _default = new gitlab.IntegrationTelegram("default", {
21
- * project: awesomeProject.id,
22
- * token: "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11",
23
- * room: "-1000000000000000",
24
- * notifyOnlyBrokenPipelines: false,
25
- * branchesToBeNotified: "all",
26
- * pushEvents: false,
27
- * issuesEvents: false,
28
- * confidentialIssuesEvents: false,
29
- * mergeRequestsEvents: false,
30
- * tagPushEvents: false,
31
- * noteEvents: false,
32
- * confidentialNoteEvents: false,
33
- * pipelineEvents: false,
34
- * wikiPageEvents: false,
35
- * });
36
- * ```
37
- *
38
- * ## Import
39
- *
40
- * Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationTelegram`. For example:
41
- *
42
- * Importing using the CLI is supported with the following syntax:
43
- *
44
- * You can import a gitlab.IntegrationTelegram state using the project ID, for example:
45
- *
46
- * ```sh
47
- * $ pulumi import gitlab:index/integrationTelegram:IntegrationTelegram default 1
48
- * ```
49
- */
50
- export declare class IntegrationTelegram extends pulumi.CustomResource {
51
- /**
52
- * Get an existing IntegrationTelegram resource's state with the given name, ID, and optional extra
53
- * properties used to qualify the lookup.
54
- *
55
- * @param name The _unique_ name of the resulting resource.
56
- * @param id The _unique_ provider ID of the resource to lookup.
57
- * @param state Any extra arguments used during the lookup.
58
- * @param opts Optional settings to control the behavior of the CustomResource.
59
- */
60
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationTelegramState, opts?: pulumi.CustomResourceOptions): IntegrationTelegram;
61
- /**
62
- * Returns true if the given object is an instance of IntegrationTelegram. This is designed to work even
63
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
64
- */
65
- static isInstance(obj: any): obj is IntegrationTelegram;
66
- /**
67
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`.
68
- */
69
- readonly branchesToBeNotified: pulumi.Output<string>;
70
- /**
71
- * Enable notifications for confidential issues events.
72
- */
73
- readonly confidentialIssuesEvents: pulumi.Output<boolean>;
74
- /**
75
- * Enable notifications for confidential note events.
76
- */
77
- readonly confidentialNoteEvents: pulumi.Output<boolean>;
78
- /**
79
- * Enable notifications for issues events.
80
- */
81
- readonly issuesEvents: pulumi.Output<boolean>;
82
- /**
83
- * Enable notifications for merge requests events.
84
- */
85
- readonly mergeRequestsEvents: pulumi.Output<boolean>;
86
- /**
87
- * Enable notifications for note events.
88
- */
89
- readonly noteEvents: pulumi.Output<boolean>;
90
- /**
91
- * Send notifications for broken pipelines.
92
- */
93
- readonly notifyOnlyBrokenPipelines: pulumi.Output<boolean>;
94
- /**
95
- * Enable notifications for pipeline events.
96
- */
97
- readonly pipelineEvents: pulumi.Output<boolean>;
98
- /**
99
- * The ID or full path of the project to integrate with Telegram.
100
- */
101
- readonly project: pulumi.Output<string>;
102
- /**
103
- * Enable notifications for push events.
104
- */
105
- readonly pushEvents: pulumi.Output<boolean>;
106
- /**
107
- * Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`)
108
- */
109
- readonly room: pulumi.Output<string>;
110
- /**
111
- * Enable notifications for tag push events.
112
- */
113
- readonly tagPushEvents: pulumi.Output<boolean>;
114
- /**
115
- * The Telegram bot token.
116
- */
117
- readonly token: pulumi.Output<string>;
118
- /**
119
- * Enable notifications for wiki page events.
120
- */
121
- readonly wikiPageEvents: pulumi.Output<boolean>;
122
- /**
123
- * Create a IntegrationTelegram resource with the given unique name, arguments, and options.
124
- *
125
- * @param name The _unique_ name of the resource.
126
- * @param args The arguments to use to populate this resource's properties.
127
- * @param opts A bag of options that control this resource's behavior.
128
- */
129
- constructor(name: string, args: IntegrationTelegramArgs, opts?: pulumi.CustomResourceOptions);
130
- }
131
- /**
132
- * Input properties used for looking up and filtering IntegrationTelegram resources.
133
- */
134
- export interface IntegrationTelegramState {
135
- /**
136
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`.
137
- */
138
- branchesToBeNotified?: pulumi.Input<string | undefined>;
139
- /**
140
- * Enable notifications for confidential issues events.
141
- */
142
- confidentialIssuesEvents?: pulumi.Input<boolean | undefined>;
143
- /**
144
- * Enable notifications for confidential note events.
145
- */
146
- confidentialNoteEvents?: pulumi.Input<boolean | undefined>;
147
- /**
148
- * Enable notifications for issues events.
149
- */
150
- issuesEvents?: pulumi.Input<boolean | undefined>;
151
- /**
152
- * Enable notifications for merge requests events.
153
- */
154
- mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
155
- /**
156
- * Enable notifications for note events.
157
- */
158
- noteEvents?: pulumi.Input<boolean | undefined>;
159
- /**
160
- * Send notifications for broken pipelines.
161
- */
162
- notifyOnlyBrokenPipelines?: pulumi.Input<boolean | undefined>;
163
- /**
164
- * Enable notifications for pipeline events.
165
- */
166
- pipelineEvents?: pulumi.Input<boolean | undefined>;
167
- /**
168
- * The ID or full path of the project to integrate with Telegram.
169
- */
170
- project?: pulumi.Input<string | undefined>;
171
- /**
172
- * Enable notifications for push events.
173
- */
174
- pushEvents?: pulumi.Input<boolean | undefined>;
175
- /**
176
- * Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`)
177
- */
178
- room?: pulumi.Input<string | undefined>;
179
- /**
180
- * Enable notifications for tag push events.
181
- */
182
- tagPushEvents?: pulumi.Input<boolean | undefined>;
183
- /**
184
- * The Telegram bot token.
185
- */
186
- token?: pulumi.Input<string | undefined>;
187
- /**
188
- * Enable notifications for wiki page events.
189
- */
190
- wikiPageEvents?: pulumi.Input<boolean | undefined>;
191
- }
192
- /**
193
- * The set of arguments for constructing a IntegrationTelegram resource.
194
- */
195
- export interface IntegrationTelegramArgs {
196
- /**
197
- * Branches to send notifications for. Valid options are `all`, `default`, `protected`, `defaultAndProtected`.
198
- */
199
- branchesToBeNotified?: pulumi.Input<string | undefined>;
200
- /**
201
- * Enable notifications for confidential issues events.
202
- */
203
- confidentialIssuesEvents: pulumi.Input<boolean>;
204
- /**
205
- * Enable notifications for confidential note events.
206
- */
207
- confidentialNoteEvents: pulumi.Input<boolean>;
208
- /**
209
- * Enable notifications for issues events.
210
- */
211
- issuesEvents: pulumi.Input<boolean>;
212
- /**
213
- * Enable notifications for merge requests events.
214
- */
215
- mergeRequestsEvents: pulumi.Input<boolean>;
216
- /**
217
- * Enable notifications for note events.
218
- */
219
- noteEvents: pulumi.Input<boolean>;
220
- /**
221
- * Send notifications for broken pipelines.
222
- */
223
- notifyOnlyBrokenPipelines?: pulumi.Input<boolean | undefined>;
224
- /**
225
- * Enable notifications for pipeline events.
226
- */
227
- pipelineEvents: pulumi.Input<boolean>;
228
- /**
229
- * The ID or full path of the project to integrate with Telegram.
230
- */
231
- project: pulumi.Input<string>;
232
- /**
233
- * Enable notifications for push events.
234
- */
235
- pushEvents: pulumi.Input<boolean>;
236
- /**
237
- * Unique identifier for the target chat or the username of the target channel (in the format `@channelusername`)
238
- */
239
- room: pulumi.Input<string>;
240
- /**
241
- * Enable notifications for tag push events.
242
- */
243
- tagPushEvents: pulumi.Input<boolean>;
244
- /**
245
- * The Telegram bot token.
246
- */
247
- token: pulumi.Input<string>;
248
- /**
249
- * Enable notifications for wiki page events.
250
- */
251
- wikiPageEvents: pulumi.Input<boolean>;
252
- }
253
- //# sourceMappingURL=integrationTelegram.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"integrationTelegram.d.ts","sourceRoot":"","sources":["../integrationTelegram.ts"],"names":[],"mappings":"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"}