@pulumi/pulumiservice 0.40.0 → 0.41.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 (225) hide show
  1. package/config/vars.js +1 -1
  2. package/config/vars.js.map +1 -1
  3. package/index.d.ts +2 -1
  4. package/index.d.ts.map +1 -1
  5. package/index.js +3 -1
  6. package/index.js.map +1 -1
  7. package/package.json +2 -2
  8. package/provider.js +1 -1
  9. package/provider.js.map +1 -1
  10. package/v1/agents/index.d.ts +7 -0
  11. package/v1/agents/index.d.ts.map +1 -0
  12. package/v1/agents/index.js +49 -0
  13. package/v1/agents/index.js.map +1 -0
  14. package/v1/agents/pool.d.ts +74 -0
  15. package/v1/agents/pool.d.ts.map +1 -0
  16. package/v1/agents/pool.js +101 -0
  17. package/v1/agents/pool.js.map +1 -0
  18. package/v1/agents/task.d.ts +158 -0
  19. package/v1/agents/task.d.ts.map +1 -0
  20. package/v1/agents/task.js +127 -0
  21. package/v1/agents/task.js.map +1 -0
  22. package/v1/auditLogExportConfiguration.d.ts +58 -0
  23. package/v1/auditLogExportConfiguration.d.ts.map +1 -0
  24. package/v1/auditLogExportConfiguration.js +95 -0
  25. package/v1/auditLogExportConfiguration.js.map +1 -0
  26. package/v1/auth/index.d.ts +10 -0
  27. package/v1/auth/index.d.ts.map +1 -0
  28. package/v1/auth/index.js +53 -0
  29. package/v1/auth/index.js.map +1 -0
  30. package/v1/auth/oidcIssuer.d.ts +102 -0
  31. package/v1/auth/oidcIssuer.d.ts.map +1 -0
  32. package/v1/auth/oidcIssuer.js +107 -0
  33. package/v1/auth/oidcIssuer.js.map +1 -0
  34. package/v1/auth/policy.d.ts +81 -0
  35. package/v1/auth/policy.d.ts.map +1 -0
  36. package/v1/auth/policy.js +109 -0
  37. package/v1/auth/policy.js.map +1 -0
  38. package/v1/auth/saml.d.ts +72 -0
  39. package/v1/auth/saml.d.ts.map +1 -0
  40. package/v1/auth/saml.js +96 -0
  41. package/v1/auth/saml.js.map +1 -0
  42. package/v1/defaultOrganization.d.ts +50 -0
  43. package/v1/defaultOrganization.d.ts.map +1 -0
  44. package/v1/defaultOrganization.js +85 -0
  45. package/v1/defaultOrganization.js.map +1 -0
  46. package/v1/deployments/index.d.ts +7 -0
  47. package/v1/deployments/index.d.ts.map +1 -0
  48. package/v1/deployments/index.js +49 -0
  49. package/v1/deployments/index.js.map +1 -0
  50. package/v1/deployments/scheduledDeployment.d.ts +108 -0
  51. package/v1/deployments/scheduledDeployment.d.ts.map +1 -0
  52. package/v1/deployments/scheduledDeployment.js +112 -0
  53. package/v1/deployments/scheduledDeployment.js.map +1 -0
  54. package/v1/deployments/settings.d.ts +118 -0
  55. package/v1/deployments/settings.d.ts.map +1 -0
  56. package/v1/deployments/settings.js +109 -0
  57. package/v1/deployments/settings.js.map +1 -0
  58. package/v1/esc/environment.d.ts +54 -0
  59. package/v1/esc/environment.d.ts.map +1 -0
  60. package/v1/esc/environment.js +93 -0
  61. package/v1/esc/environment.js.map +1 -0
  62. package/v1/esc/environmentDraft.d.ts +62 -0
  63. package/v1/esc/environmentDraft.d.ts.map +1 -0
  64. package/v1/esc/environmentDraft.js +97 -0
  65. package/v1/esc/environmentDraft.js.map +1 -0
  66. package/v1/esc/environmentSchedule.d.ts +108 -0
  67. package/v1/esc/environmentSchedule.d.ts.map +1 -0
  68. package/v1/esc/environmentSchedule.js +112 -0
  69. package/v1/esc/environmentSchedule.js.map +1 -0
  70. package/v1/esc/environmentSettings.d.ts +54 -0
  71. package/v1/esc/environmentSettings.d.ts.map +1 -0
  72. package/v1/esc/environmentSettings.js +91 -0
  73. package/v1/esc/environmentSettings.js.map +1 -0
  74. package/v1/esc/environmentTag.d.ts +78 -0
  75. package/v1/esc/environmentTag.d.ts.map +1 -0
  76. package/v1/esc/environmentTag.js +107 -0
  77. package/v1/esc/environmentTag.js.map +1 -0
  78. package/v1/esc/index.d.ts +25 -0
  79. package/v1/esc/index.d.ts.map +1 -0
  80. package/v1/esc/index.js +73 -0
  81. package/v1/esc/index.js.map +1 -0
  82. package/v1/esc/openEnvironmentRequest.d.ts +66 -0
  83. package/v1/esc/openEnvironmentRequest.d.ts.map +1 -0
  84. package/v1/esc/openEnvironmentRequest.js +100 -0
  85. package/v1/esc/openEnvironmentRequest.js.map +1 -0
  86. package/v1/esc/revisionTag.d.ts +78 -0
  87. package/v1/esc/revisionTag.d.ts.map +1 -0
  88. package/v1/esc/revisionTag.js +104 -0
  89. package/v1/esc/revisionTag.js.map +1 -0
  90. package/v1/esc/webhook.d.ts +140 -0
  91. package/v1/esc/webhook.d.ts.map +1 -0
  92. package/v1/esc/webhook.js +128 -0
  93. package/v1/esc/webhook.js.map +1 -0
  94. package/v1/gate.d.ts +78 -0
  95. package/v1/gate.d.ts.map +1 -0
  96. package/v1/gate.js +103 -0
  97. package/v1/gate.js.map +1 -0
  98. package/v1/index.d.ts +36 -0
  99. package/v1/index.d.ts.map +1 -0
  100. package/v1/index.js +94 -0
  101. package/v1/index.js.map +1 -0
  102. package/v1/insights/account.d.ts +110 -0
  103. package/v1/insights/account.d.ts.map +1 -0
  104. package/v1/insights/account.js +112 -0
  105. package/v1/insights/account.js.map +1 -0
  106. package/v1/insights/index.d.ts +7 -0
  107. package/v1/insights/index.d.ts.map +1 -0
  108. package/v1/insights/index.js +49 -0
  109. package/v1/insights/index.js.map +1 -0
  110. package/v1/insights/scheduledScanSettings.d.ts +90 -0
  111. package/v1/insights/scheduledScanSettings.d.ts.map +1 -0
  112. package/v1/insights/scheduledScanSettings.js +100 -0
  113. package/v1/insights/scheduledScanSettings.js.map +1 -0
  114. package/v1/integrations/azureDevOpsIntegration.d.ts +86 -0
  115. package/v1/integrations/azureDevOpsIntegration.d.ts.map +1 -0
  116. package/v1/integrations/azureDevOpsIntegration.js +101 -0
  117. package/v1/integrations/azureDevOpsIntegration.js.map +1 -0
  118. package/v1/integrations/bitBucketIntegration.d.ts +98 -0
  119. package/v1/integrations/bitBucketIntegration.d.ts.map +1 -0
  120. package/v1/integrations/bitBucketIntegration.js +107 -0
  121. package/v1/integrations/bitBucketIntegration.js.map +1 -0
  122. package/v1/integrations/customVCSIntegration.d.ts +98 -0
  123. package/v1/integrations/customVCSIntegration.d.ts.map +1 -0
  124. package/v1/integrations/customVCSIntegration.js +112 -0
  125. package/v1/integrations/customVCSIntegration.js.map +1 -0
  126. package/v1/integrations/customVCSRepository.d.ts +50 -0
  127. package/v1/integrations/customVCSRepository.d.ts.map +1 -0
  128. package/v1/integrations/customVCSRepository.js +90 -0
  129. package/v1/integrations/customVCSRepository.js.map +1 -0
  130. package/v1/integrations/gitHubEnterpriseIntegration.d.ts +118 -0
  131. package/v1/integrations/gitHubEnterpriseIntegration.d.ts.map +1 -0
  132. package/v1/integrations/gitHubEnterpriseIntegration.js +115 -0
  133. package/v1/integrations/gitHubEnterpriseIntegration.js.map +1 -0
  134. package/v1/integrations/gitHubIntegration.d.ts +118 -0
  135. package/v1/integrations/gitHubIntegration.d.ts.map +1 -0
  136. package/v1/integrations/gitHubIntegration.js +115 -0
  137. package/v1/integrations/gitHubIntegration.js.map +1 -0
  138. package/v1/integrations/gitLabIntegration.d.ts +102 -0
  139. package/v1/integrations/gitLabIntegration.d.ts.map +1 -0
  140. package/v1/integrations/gitLabIntegration.js +111 -0
  141. package/v1/integrations/gitLabIntegration.js.map +1 -0
  142. package/v1/integrations/index.d.ts +22 -0
  143. package/v1/integrations/index.d.ts.map +1 -0
  144. package/v1/integrations/index.js +69 -0
  145. package/v1/integrations/index.js.map +1 -0
  146. package/v1/orgTemplateCollection.d.ts +82 -0
  147. package/v1/orgTemplateCollection.d.ts.map +1 -0
  148. package/v1/orgTemplateCollection.js +101 -0
  149. package/v1/orgTemplateCollection.js.map +1 -0
  150. package/v1/organizationMember.d.ts +79 -0
  151. package/v1/organizationMember.d.ts.map +1 -0
  152. package/v1/organizationMember.js +106 -0
  153. package/v1/organizationMember.js.map +1 -0
  154. package/v1/organizationWebhook.d.ts +146 -0
  155. package/v1/organizationWebhook.d.ts.map +1 -0
  156. package/v1/organizationWebhook.js +128 -0
  157. package/v1/organizationWebhook.js.map +1 -0
  158. package/v1/policyGroup.d.ts +86 -0
  159. package/v1/policyGroup.d.ts.map +1 -0
  160. package/v1/policyGroup.js +103 -0
  161. package/v1/policyGroup.js.map +1 -0
  162. package/v1/role.d.ts +114 -0
  163. package/v1/role.d.ts.map +1 -0
  164. package/v1/role.js +106 -0
  165. package/v1/role.js.map +1 -0
  166. package/v1/services/index.d.ts +7 -0
  167. package/v1/services/index.d.ts.map +1 -0
  168. package/v1/services/index.js +49 -0
  169. package/v1/services/index.js.map +1 -0
  170. package/v1/services/item.d.ts +67 -0
  171. package/v1/services/item.d.ts.map +1 -0
  172. package/v1/services/item.js +102 -0
  173. package/v1/services/item.js.map +1 -0
  174. package/v1/services/service.d.ts +71 -0
  175. package/v1/services/service.d.ts.map +1 -0
  176. package/v1/services/service.js +108 -0
  177. package/v1/services/service.js.map +1 -0
  178. package/v1/stacks/config.d.ts +78 -0
  179. package/v1/stacks/config.d.ts.map +1 -0
  180. package/v1/stacks/config.js +102 -0
  181. package/v1/stacks/config.js.map +1 -0
  182. package/v1/stacks/index.d.ts +13 -0
  183. package/v1/stacks/index.d.ts.map +1 -0
  184. package/v1/stacks/index.js +57 -0
  185. package/v1/stacks/index.js.map +1 -0
  186. package/v1/stacks/stack.d.ts +105 -0
  187. package/v1/stacks/stack.d.ts.map +1 -0
  188. package/v1/stacks/stack.js +110 -0
  189. package/v1/stacks/stack.js.map +1 -0
  190. package/v1/stacks/tag.d.ts +54 -0
  191. package/v1/stacks/tag.d.ts.map +1 -0
  192. package/v1/stacks/tag.js +97 -0
  193. package/v1/stacks/tag.js.map +1 -0
  194. package/v1/stacks/webhook.d.ts +148 -0
  195. package/v1/stacks/webhook.d.ts.map +1 -0
  196. package/v1/stacks/webhook.js +136 -0
  197. package/v1/stacks/webhook.js.map +1 -0
  198. package/v1/teams/index.d.ts +7 -0
  199. package/v1/teams/index.d.ts.map +1 -0
  200. package/v1/teams/index.js +49 -0
  201. package/v1/teams/index.js.map +1 -0
  202. package/v1/teams/role.d.ts +47 -0
  203. package/v1/teams/role.d.ts.map +1 -0
  204. package/v1/teams/role.js +90 -0
  205. package/v1/teams/role.js.map +1 -0
  206. package/v1/teams/team.d.ts +98 -0
  207. package/v1/teams/team.d.ts.map +1 -0
  208. package/v1/teams/team.js +113 -0
  209. package/v1/teams/team.js.map +1 -0
  210. package/v1/tokens/index.d.ts +10 -0
  211. package/v1/tokens/index.d.ts.map +1 -0
  212. package/v1/tokens/index.js +53 -0
  213. package/v1/tokens/index.js.map +1 -0
  214. package/v1/tokens/orgToken.d.ts +74 -0
  215. package/v1/tokens/orgToken.d.ts.map +1 -0
  216. package/v1/tokens/orgToken.js +109 -0
  217. package/v1/tokens/orgToken.js.map +1 -0
  218. package/v1/tokens/personalToken.d.ts +54 -0
  219. package/v1/tokens/personalToken.d.ts.map +1 -0
  220. package/v1/tokens/personalToken.js +92 -0
  221. package/v1/tokens/personalToken.js.map +1 -0
  222. package/v1/tokens/teamToken.d.ts +70 -0
  223. package/v1/tokens/teamToken.d.ts.map +1 -0
  224. package/v1/tokens/teamToken.js +108 -0
  225. package/v1/tokens/teamToken.js.map +1 -0
@@ -0,0 +1,62 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Creates a new draft change request for a Pulumi ESC environment. Drafts allow proposing changes to an environment definition that can be reviewed and approved before being applied. This is part of the approvals workflow for environments. Returns a ChangeRequestRef containing the draft identifier. Requires the Approvals feature to be enabled for the organization.
4
+ */
5
+ export declare class EnvironmentDraft extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing EnvironmentDraft resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentDraft;
15
+ /**
16
+ * Returns true if the given object is an instance of EnvironmentDraft. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is EnvironmentDraft;
20
+ /**
21
+ * The change request identifier
22
+ */
23
+ readonly changeRequestId: pulumi.Output<string | undefined>;
24
+ /**
25
+ * The latest revision number
26
+ */
27
+ readonly latestRevisionNumber: pulumi.Output<number | undefined>;
28
+ /**
29
+ * Raw YAML body content.
30
+ */
31
+ readonly yaml: pulumi.Output<string | undefined>;
32
+ /**
33
+ * Create a EnvironmentDraft resource with the given unique name, arguments, and options.
34
+ *
35
+ * @param name The _unique_ name of the resource.
36
+ * @param args The arguments to use to populate this resource's properties.
37
+ * @param opts A bag of options that control this resource's behavior.
38
+ */
39
+ constructor(name: string, args: EnvironmentDraftArgs, opts?: pulumi.CustomResourceOptions);
40
+ }
41
+ /**
42
+ * The set of arguments for constructing a EnvironmentDraft resource.
43
+ */
44
+ export interface EnvironmentDraftArgs {
45
+ /**
46
+ * The change request ID
47
+ */
48
+ changeRequestId?: pulumi.Input<string | undefined>;
49
+ /**
50
+ * The environment name
51
+ */
52
+ envName: pulumi.Input<string>;
53
+ /**
54
+ * The organization name
55
+ */
56
+ orgName: pulumi.Input<string>;
57
+ /**
58
+ * The project name
59
+ */
60
+ projectName: pulumi.Input<string>;
61
+ }
62
+ //# sourceMappingURL=environmentDraft.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentDraft.d.ts","sourceRoot":"","sources":["../../../v1/esc/environmentDraft.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,gBAAgB;IAOnH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,gBAAgB;IAO3D;;OAEG;IACH,SAAwB,eAAe,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3E;;OAEG;IACH,SAAgC,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxF;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAExE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA6B5F;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnD;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
@@ -0,0 +1,97 @@
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.EnvironmentDraft = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../../utilities"));
31
+ /**
32
+ * Creates a new draft change request for a Pulumi ESC environment. Drafts allow proposing changes to an environment definition that can be reviewed and approved before being applied. This is part of the approvals workflow for environments. Returns a ChangeRequestRef containing the draft identifier. Requires the Approvals feature to be enabled for the organization.
33
+ */
34
+ class EnvironmentDraft extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing EnvironmentDraft resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, opts) {
44
+ return new EnvironmentDraft(name, undefined, { ...opts, id: id });
45
+ }
46
+ /** @internal */
47
+ static __pulumiType = 'pulumiservice:v1/esc:EnvironmentDraft';
48
+ /**
49
+ * Returns true if the given object is an instance of EnvironmentDraft. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === EnvironmentDraft.__pulumiType;
57
+ }
58
+ /**
59
+ * Create a EnvironmentDraft resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name, args, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (!opts.id) {
69
+ if (args?.envName === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'envName'");
71
+ }
72
+ if (args?.orgName === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'orgName'");
74
+ }
75
+ if (args?.projectName === undefined && !opts.urn) {
76
+ throw new Error("Missing required property 'projectName'");
77
+ }
78
+ resourceInputs["changeRequestId"] = args?.changeRequestId;
79
+ resourceInputs["envName"] = args?.envName;
80
+ resourceInputs["orgName"] = args?.orgName;
81
+ resourceInputs["projectName"] = args?.projectName;
82
+ resourceInputs["latestRevisionNumber"] = undefined /*out*/;
83
+ resourceInputs["yaml"] = undefined /*out*/;
84
+ }
85
+ else {
86
+ resourceInputs["changeRequestId"] = undefined /*out*/;
87
+ resourceInputs["latestRevisionNumber"] = undefined /*out*/;
88
+ resourceInputs["yaml"] = undefined /*out*/;
89
+ }
90
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
91
+ const secretOpts = { additionalSecretOutputs: ["yaml"] };
92
+ opts = pulumi.mergeOptions(opts, secretOpts);
93
+ super(EnvironmentDraft.__pulumiType, name, resourceInputs, opts);
94
+ }
95
+ }
96
+ exports.EnvironmentDraft = EnvironmentDraft;
97
+ //# sourceMappingURL=environmentDraft.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentDraft.js","sourceRoot":"","sources":["../../../v1/esc/environmentDraft.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,2DAA6C;AAE7C;;GAEG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,uCAAuC,CAAC;IAE9E;;;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,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAeD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;aAAM;YACH,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,MAAM,CAAC,EAAE,CAAC;QACzD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AA3EL,4CA4EC"}
@@ -0,0 +1,108 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Creates a new scheduled action for a Pulumi ESC environment. Schedules can be used to automate recurring operations on environments, such as secret rotation. The request body specifies the schedule timing and the action to perform. Returns the created ScheduledAction on success. Requires the secret rotation feature to be enabled for the organization.
4
+ */
5
+ export declare class EnvironmentSchedule extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing EnvironmentSchedule resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentSchedule;
15
+ /**
16
+ * Returns true if the given object is an instance of EnvironmentSchedule. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is EnvironmentSchedule;
20
+ /**
21
+ * The timestamp when this scheduled action was created.
22
+ */
23
+ readonly created: pulumi.Output<string>;
24
+ /**
25
+ * The action definition, which varies based on the action kind.
26
+ */
27
+ readonly definition: pulumi.Output<{
28
+ [key: string]: any;
29
+ }>;
30
+ /**
31
+ * The kind of action to be executed.
32
+ */
33
+ readonly kind: pulumi.Output<string>;
34
+ /**
35
+ * The timestamp of the last execution, if any.
36
+ */
37
+ readonly lastExecuted: pulumi.Output<string>;
38
+ /**
39
+ * The timestamp when this scheduled action was last modified.
40
+ */
41
+ readonly modified: pulumi.Output<string>;
42
+ /**
43
+ * The timestamp of the next scheduled execution.
44
+ */
45
+ readonly nextExecution: pulumi.Output<string>;
46
+ /**
47
+ * The organization ID that owns this scheduled action.
48
+ */
49
+ readonly orgID: pulumi.Output<string>;
50
+ /**
51
+ * Whether the scheduled action is currently paused.
52
+ */
53
+ readonly paused: pulumi.Output<boolean>;
54
+ /**
55
+ * A cron expression defining the recurring schedule.
56
+ */
57
+ readonly scheduleCron: pulumi.Output<string | undefined>;
58
+ /**
59
+ * The unique identifier for this scheduled action.
60
+ */
61
+ readonly scheduleID: pulumi.Output<string>;
62
+ /**
63
+ * A timestamp for a one-time scheduled execution.
64
+ */
65
+ readonly scheduleOnce: pulumi.Output<string | undefined>;
66
+ /**
67
+ * Create a EnvironmentSchedule resource with the given unique name, arguments, and options.
68
+ *
69
+ * @param name The _unique_ name of the resource.
70
+ * @param args The arguments to use to populate this resource's properties.
71
+ * @param opts A bag of options that control this resource's behavior.
72
+ */
73
+ constructor(name: string, args: EnvironmentScheduleArgs, opts?: pulumi.CustomResourceOptions);
74
+ }
75
+ /**
76
+ * The set of arguments for constructing a EnvironmentSchedule resource.
77
+ */
78
+ export interface EnvironmentScheduleArgs {
79
+ /**
80
+ * The environment name
81
+ */
82
+ envName: pulumi.Input<string>;
83
+ /**
84
+ * The organization name
85
+ */
86
+ orgName: pulumi.Input<string>;
87
+ /**
88
+ * The project name
89
+ */
90
+ projectName: pulumi.Input<string>;
91
+ /**
92
+ * The schedule cron
93
+ */
94
+ scheduleCron?: pulumi.Input<string | undefined>;
95
+ /**
96
+ * The schedule ID
97
+ */
98
+ scheduleID?: pulumi.Input<string | undefined>;
99
+ /**
100
+ * The schedule once
101
+ */
102
+ scheduleOnce?: pulumi.Input<string | undefined>;
103
+ /**
104
+ * The secret rotation request
105
+ */
106
+ secretRotationRequest?: any | undefined;
107
+ }
108
+ //# sourceMappingURL=environmentSchedule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentSchedule.d.ts","sourceRoot":"","sources":["../../../v1/esc/environmentSchedule.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,mBAAmB;IAOtH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,mBAAmB;IAO9D;;OAEG;IACH,SAAgC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAgC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAC,CAAC,CAAC;IAChF;;OAEG;IACH,SAAgC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC5D;;OAEG;IACH,SAAgC,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpE;;OAEG;IACH,SAAgC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChE;;OAEG;IACH,SAAgC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrE;;OAEG;IACH,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC7D;;OAEG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxE;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAExE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CA4C/F;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChD;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAChD;;OAEG;IACH,qBAAqB,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CAC3C"}
@@ -0,0 +1,112 @@
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.EnvironmentSchedule = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../../utilities"));
31
+ /**
32
+ * Creates a new scheduled action for a Pulumi ESC environment. Schedules can be used to automate recurring operations on environments, such as secret rotation. The request body specifies the schedule timing and the action to perform. Returns the created ScheduledAction on success. Requires the secret rotation feature to be enabled for the organization.
33
+ */
34
+ class EnvironmentSchedule extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing EnvironmentSchedule resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, opts) {
44
+ return new EnvironmentSchedule(name, undefined, { ...opts, id: id });
45
+ }
46
+ /** @internal */
47
+ static __pulumiType = 'pulumiservice:v1/esc:EnvironmentSchedule';
48
+ /**
49
+ * Returns true if the given object is an instance of EnvironmentSchedule. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === EnvironmentSchedule.__pulumiType;
57
+ }
58
+ /**
59
+ * Create a EnvironmentSchedule resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name, args, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (!opts.id) {
69
+ if (args?.envName === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'envName'");
71
+ }
72
+ if (args?.orgName === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'orgName'");
74
+ }
75
+ if (args?.projectName === undefined && !opts.urn) {
76
+ throw new Error("Missing required property 'projectName'");
77
+ }
78
+ resourceInputs["envName"] = args?.envName;
79
+ resourceInputs["orgName"] = args?.orgName;
80
+ resourceInputs["projectName"] = args?.projectName;
81
+ resourceInputs["scheduleCron"] = args?.scheduleCron;
82
+ resourceInputs["scheduleID"] = args?.scheduleID;
83
+ resourceInputs["scheduleOnce"] = args?.scheduleOnce;
84
+ resourceInputs["secretRotationRequest"] = args?.secretRotationRequest ? pulumi.secret(args.secretRotationRequest) : undefined;
85
+ resourceInputs["created"] = undefined /*out*/;
86
+ resourceInputs["definition"] = undefined /*out*/;
87
+ resourceInputs["kind"] = undefined /*out*/;
88
+ resourceInputs["lastExecuted"] = undefined /*out*/;
89
+ resourceInputs["modified"] = undefined /*out*/;
90
+ resourceInputs["nextExecution"] = undefined /*out*/;
91
+ resourceInputs["orgID"] = undefined /*out*/;
92
+ resourceInputs["paused"] = undefined /*out*/;
93
+ }
94
+ else {
95
+ resourceInputs["created"] = undefined /*out*/;
96
+ resourceInputs["definition"] = undefined /*out*/;
97
+ resourceInputs["kind"] = undefined /*out*/;
98
+ resourceInputs["lastExecuted"] = undefined /*out*/;
99
+ resourceInputs["modified"] = undefined /*out*/;
100
+ resourceInputs["nextExecution"] = undefined /*out*/;
101
+ resourceInputs["orgID"] = undefined /*out*/;
102
+ resourceInputs["paused"] = undefined /*out*/;
103
+ resourceInputs["scheduleCron"] = undefined /*out*/;
104
+ resourceInputs["scheduleID"] = undefined /*out*/;
105
+ resourceInputs["scheduleOnce"] = undefined /*out*/;
106
+ }
107
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
108
+ super(EnvironmentSchedule.__pulumiType, name, resourceInputs, opts);
109
+ }
110
+ }
111
+ exports.EnvironmentSchedule = EnvironmentSchedule;
112
+ //# sourceMappingURL=environmentSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentSchedule.js","sourceRoot":"","sources":["../../../v1/esc/environmentSchedule.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Updates settings for a Pulumi ESC environment using a partial update (patch) approach. Currently supports toggling deletion protection via the deletionProtected field. When deletionProtected is set to true, the environment cannot be deleted until the setting is explicitly disabled. Only the fields included in the request body are modified; omitted fields retain their current values.
4
+ */
5
+ export declare class EnvironmentSettings extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing EnvironmentSettings resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentSettings;
15
+ /**
16
+ * Returns true if the given object is an instance of EnvironmentSettings. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is EnvironmentSettings;
20
+ /**
21
+ * Whether the environment is protected from deletion.
22
+ */
23
+ readonly deletionProtected: pulumi.Output<boolean>;
24
+ /**
25
+ * Create a EnvironmentSettings resource with the given unique name, arguments, and options.
26
+ *
27
+ * @param name The _unique_ name of the resource.
28
+ * @param args The arguments to use to populate this resource's properties.
29
+ * @param opts A bag of options that control this resource's behavior.
30
+ */
31
+ constructor(name: string, args: EnvironmentSettingsArgs, opts?: pulumi.CustomResourceOptions);
32
+ }
33
+ /**
34
+ * The set of arguments for constructing a EnvironmentSettings resource.
35
+ */
36
+ export interface EnvironmentSettingsArgs {
37
+ /**
38
+ * DeletionProtected indicates whether deletion protection should be enabled for this environment. Null means no change.
39
+ */
40
+ deletionProtected?: pulumi.Input<boolean | undefined>;
41
+ /**
42
+ * The environment name
43
+ */
44
+ envName: pulumi.Input<string>;
45
+ /**
46
+ * The organization name
47
+ */
48
+ orgName: pulumi.Input<string>;
49
+ /**
50
+ * The project name
51
+ */
52
+ projectName: pulumi.Input<string>;
53
+ }
54
+ //# sourceMappingURL=environmentSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentSettings.d.ts","sourceRoot":"","sources":["../../../v1/esc/environmentSettings.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,mBAAmB;IAOtH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,mBAAmB;IAO9D;;OAEG;IACH,SAAwB,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAElE;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAuB/F;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACtD;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
@@ -0,0 +1,91 @@
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.EnvironmentSettings = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../../utilities"));
31
+ /**
32
+ * Updates settings for a Pulumi ESC environment using a partial update (patch) approach. Currently supports toggling deletion protection via the deletionProtected field. When deletionProtected is set to true, the environment cannot be deleted until the setting is explicitly disabled. Only the fields included in the request body are modified; omitted fields retain their current values.
33
+ */
34
+ class EnvironmentSettings extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing EnvironmentSettings resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param opts Optional settings to control the behavior of the CustomResource.
42
+ */
43
+ static get(name, id, opts) {
44
+ return new EnvironmentSettings(name, undefined, { ...opts, id: id });
45
+ }
46
+ /** @internal */
47
+ static __pulumiType = 'pulumiservice:v1/esc:EnvironmentSettings';
48
+ /**
49
+ * Returns true if the given object is an instance of EnvironmentSettings. This is designed to work even
50
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
+ */
52
+ static isInstance(obj) {
53
+ if (obj === undefined || obj === null) {
54
+ return false;
55
+ }
56
+ return obj['__pulumiType'] === EnvironmentSettings.__pulumiType;
57
+ }
58
+ /**
59
+ * Create a EnvironmentSettings resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name, args, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (!opts.id) {
69
+ if (args?.envName === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'envName'");
71
+ }
72
+ if (args?.orgName === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'orgName'");
74
+ }
75
+ if (args?.projectName === undefined && !opts.urn) {
76
+ throw new Error("Missing required property 'projectName'");
77
+ }
78
+ resourceInputs["deletionProtected"] = args?.deletionProtected;
79
+ resourceInputs["envName"] = args?.envName;
80
+ resourceInputs["orgName"] = args?.orgName;
81
+ resourceInputs["projectName"] = args?.projectName;
82
+ }
83
+ else {
84
+ resourceInputs["deletionProtected"] = undefined /*out*/;
85
+ }
86
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
87
+ super(EnvironmentSettings.__pulumiType, name, resourceInputs, opts);
88
+ }
89
+ }
90
+ exports.EnvironmentSettings = EnvironmentSettings;
91
+ //# sourceMappingURL=environmentSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentSettings.js","sourceRoot":"","sources":["../../../v1/esc/environmentSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,2DAA6C;AAE7C;;GAEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,0CAA0C,CAAC;IAEjF;;;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,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAOD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA6B,EAAE,IAAmC;QACxF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,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,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;SACrD;aAAM;YACH,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA7DL,kDA8DC"}
@@ -0,0 +1,78 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Adds a new user-defined tag to a Pulumi ESC environment. Tags are key-value pairs that provide contextual metadata for organizing and searching environments (e.g., region=us-east-1, team=platform). The tag name and value are provided in the request body. Returns the created EnvironmentTag on success. Returns 409 if a tag with the same name already exists on the environment.
4
+ */
5
+ export declare class EnvironmentTag extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing EnvironmentTag resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): EnvironmentTag;
15
+ /**
16
+ * Returns true if the given object is an instance of EnvironmentTag. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is EnvironmentTag;
20
+ /**
21
+ * The timestamp when the tag was created.
22
+ */
23
+ readonly created: pulumi.Output<string>;
24
+ /**
25
+ * The login name of the user who last edited the tag.
26
+ */
27
+ readonly editorLogin: pulumi.Output<string>;
28
+ /**
29
+ * The display name of the user who last edited the tag.
30
+ */
31
+ readonly editorName: pulumi.Output<string>;
32
+ /**
33
+ * The timestamp when the tag was last modified.
34
+ */
35
+ readonly modified: pulumi.Output<string>;
36
+ /**
37
+ * The name of the tag.
38
+ */
39
+ readonly name: pulumi.Output<string>;
40
+ /**
41
+ * The value of the tag.
42
+ */
43
+ readonly value: pulumi.Output<string>;
44
+ /**
45
+ * Create a EnvironmentTag resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args: EnvironmentTagArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * The set of arguments for constructing a EnvironmentTag resource.
55
+ */
56
+ export interface EnvironmentTagArgs {
57
+ /**
58
+ * The environment name
59
+ */
60
+ envName: pulumi.Input<string>;
61
+ /**
62
+ * The name
63
+ */
64
+ name: pulumi.Input<string>;
65
+ /**
66
+ * The organization name
67
+ */
68
+ orgName: pulumi.Input<string>;
69
+ /**
70
+ * The project name
71
+ */
72
+ projectName: pulumi.Input<string>;
73
+ /**
74
+ * The value
75
+ */
76
+ value: pulumi.Input<string>;
77
+ }
78
+ //# sourceMappingURL=environmentTag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environmentTag.d.ts","sourceRoot":"","sources":["../../../v1/esc/environmentTag.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;GAEG;AACH,qBAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;OAOG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,cAAc;IAOjH;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,cAAc;IAOzD;;OAEG;IACH,SAAgC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAgC,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACnE;;OAEG;IACH,SAAgC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAClE;;OAEG;IACH,SAAgC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChE;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAErD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAuC1F;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B"}