@pulumi/datadog 4.3.0 → 4.4.0-alpha.1637244510

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 (157) hide show
  1. package/README.md +1 -1
  2. package/apiKey.js +1 -0
  3. package/apiKey.js.map +1 -1
  4. package/applicationKey.js +1 -0
  5. package/applicationKey.js.map +1 -1
  6. package/aws/index.js +14 -7
  7. package/aws/index.js.map +1 -1
  8. package/aws/integration.js +1 -0
  9. package/aws/integration.js.map +1 -1
  10. package/aws/integrationLambdaArn.js +1 -0
  11. package/aws/integrationLambdaArn.js.map +1 -1
  12. package/aws/integrationLogCollection.js +1 -0
  13. package/aws/integrationLogCollection.js.map +1 -1
  14. package/aws/integrationTagFilter.js +1 -0
  15. package/aws/integrationTagFilter.js.map +1 -1
  16. package/azure/index.js +11 -4
  17. package/azure/index.js.map +1 -1
  18. package/azure/integration.js +1 -0
  19. package/azure/integration.js.map +1 -1
  20. package/childOrganization.js +1 -0
  21. package/childOrganization.js.map +1 -1
  22. package/config/index.js +11 -4
  23. package/config/index.js.map +1 -1
  24. package/config/vars.d.ts +6 -6
  25. package/config/vars.js +37 -28
  26. package/config/vars.js.map +1 -1
  27. package/dashboard.js +1 -0
  28. package/dashboard.js.map +1 -1
  29. package/dashboardJson.js +1 -0
  30. package/dashboardJson.js.map +1 -1
  31. package/dashboardList.js +1 -0
  32. package/dashboardList.js.map +1 -1
  33. package/downtime.js +1 -0
  34. package/downtime.js.map +1 -1
  35. package/gcp/index.js +11 -4
  36. package/gcp/index.js.map +1 -1
  37. package/gcp/integration.js +1 -0
  38. package/gcp/integration.js.map +1 -1
  39. package/getApiKey.d.ts +14 -0
  40. package/getApiKey.js +5 -0
  41. package/getApiKey.js.map +1 -1
  42. package/getApplicationKey.d.ts +14 -0
  43. package/getApplicationKey.js +5 -0
  44. package/getApplicationKey.js.map +1 -1
  45. package/getDashboard.d.ts +10 -0
  46. package/getDashboard.js +5 -0
  47. package/getDashboard.js.map +1 -1
  48. package/getDashboardList.d.ts +10 -0
  49. package/getDashboardList.js +5 -0
  50. package/getDashboardList.js.map +1 -1
  51. package/getIpRanges.js +1 -0
  52. package/getIpRanges.js.map +1 -1
  53. package/getMonitor.d.ts +18 -0
  54. package/getMonitor.js +5 -0
  55. package/getMonitor.js.map +1 -1
  56. package/getMonitors.d.ts +18 -0
  57. package/getMonitors.js +5 -0
  58. package/getMonitors.js.map +1 -1
  59. package/getPermissions.js +1 -0
  60. package/getPermissions.js.map +1 -1
  61. package/getRole.d.ts +10 -0
  62. package/getRole.js +5 -0
  63. package/getRole.js.map +1 -1
  64. package/getRoles.d.ts +10 -0
  65. package/getRoles.js +5 -0
  66. package/getRoles.js.map +1 -1
  67. package/getSecurityMonitoringFilters.js +1 -0
  68. package/getSecurityMonitoringFilters.js.map +1 -1
  69. package/getSecurityMonitoringRules.d.ts +22 -0
  70. package/getSecurityMonitoringRules.js +5 -0
  71. package/getSecurityMonitoringRules.js.map +1 -1
  72. package/getServiceLevelObjective.d.ts +22 -0
  73. package/getServiceLevelObjective.js +5 -0
  74. package/getServiceLevelObjective.js.map +1 -1
  75. package/getServiceLevelObjectives.d.ts +22 -0
  76. package/getServiceLevelObjectives.js +5 -0
  77. package/getServiceLevelObjectives.js.map +1 -1
  78. package/getSyntheticsGlobalVariable.d.ts +10 -0
  79. package/getSyntheticsGlobalVariable.js +5 -0
  80. package/getSyntheticsGlobalVariable.js.map +1 -1
  81. package/getSyntheticsLocations.js +1 -0
  82. package/getSyntheticsLocations.js.map +1 -1
  83. package/getUser.d.ts +10 -0
  84. package/getUser.js +5 -0
  85. package/getUser.js.map +1 -1
  86. package/index.js +61 -53
  87. package/index.js.map +1 -1
  88. package/logsArchive.js +1 -0
  89. package/logsArchive.js.map +1 -1
  90. package/logsArchiveOrder.js +1 -0
  91. package/logsArchiveOrder.js.map +1 -1
  92. package/logsCustomPipeline.js +1 -0
  93. package/logsCustomPipeline.js.map +1 -1
  94. package/logsIndex.js +1 -0
  95. package/logsIndex.js.map +1 -1
  96. package/logsIndexOrder.js +1 -0
  97. package/logsIndexOrder.js.map +1 -1
  98. package/logsIntegrationPipeline.js +1 -0
  99. package/logsIntegrationPipeline.js.map +1 -1
  100. package/logsMetric.js +1 -0
  101. package/logsMetric.js.map +1 -1
  102. package/logsPipelineOrder.js +1 -0
  103. package/logsPipelineOrder.js.map +1 -1
  104. package/metricMetadata.js +1 -0
  105. package/metricMetadata.js.map +1 -1
  106. package/metricTagConfiguration.js +1 -0
  107. package/metricTagConfiguration.js.map +1 -1
  108. package/monitor.js +1 -0
  109. package/monitor.js.map +1 -1
  110. package/monitorJson.js +1 -0
  111. package/monitorJson.js.map +1 -1
  112. package/organizationSettings.js +1 -0
  113. package/organizationSettings.js.map +1 -1
  114. package/package.json +4 -3
  115. package/package.json.bak +3 -2
  116. package/package.json.dev +4 -3
  117. package/pagerduty/index.js +12 -5
  118. package/pagerduty/index.js.map +1 -1
  119. package/pagerduty/integration.js +1 -0
  120. package/pagerduty/integration.js.map +1 -1
  121. package/pagerduty/serviceObject.js +1 -0
  122. package/pagerduty/serviceObject.js.map +1 -1
  123. package/provider.js +1 -0
  124. package/provider.js.map +1 -1
  125. package/role.d.ts +2 -2
  126. package/role.js +3 -2
  127. package/role.js.map +1 -1
  128. package/securityMonitoringDefaultRule.js +1 -0
  129. package/securityMonitoringDefaultRule.js.map +1 -1
  130. package/securityMonitoringFilter.js +1 -0
  131. package/securityMonitoringFilter.js.map +1 -1
  132. package/securityMonitoringRule.js +1 -0
  133. package/securityMonitoringRule.js.map +1 -1
  134. package/serviceLevelObjective.js +1 -0
  135. package/serviceLevelObjective.js.map +1 -1
  136. package/slack/channel.js +1 -0
  137. package/slack/channel.js.map +1 -1
  138. package/slack/index.js +11 -4
  139. package/slack/index.js.map +1 -1
  140. package/sloCorrection.js +1 -0
  141. package/sloCorrection.js.map +1 -1
  142. package/syntheticsGlobalVariable.js +1 -0
  143. package/syntheticsGlobalVariable.js.map +1 -1
  144. package/syntheticsPrivateLocation.js +1 -0
  145. package/syntheticsPrivateLocation.js.map +1 -1
  146. package/syntheticsTest.js +1 -0
  147. package/syntheticsTest.js.map +1 -1
  148. package/types/index.js +1 -0
  149. package/types/index.js.map +1 -1
  150. package/user.js +1 -0
  151. package/user.js.map +1 -1
  152. package/utilities.js +1 -0
  153. package/utilities.js.map +1 -1
  154. package/webhook.js +1 -0
  155. package/webhook.js.map +1 -1
  156. package/webhookCustomVariable.js +1 -0
  157. package/webhookCustomVariable.js.map +1 -1
package/getApiKey.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApiKeyOutput = exports.getApiKey = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -32,4 +33,8 @@ function getApiKey(args, opts) {
32
33
  }, opts);
33
34
  }
34
35
  exports.getApiKey = getApiKey;
36
+ function getApiKeyOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getApiKey(a, opts));
38
+ }
39
+ exports.getApiKeyOutput = getApiKeyOutput;
35
40
  //# sourceMappingURL=getApiKey.js.map
package/getApiKey.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getApiKey.js","sourceRoot":"","sources":["../getApiKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8BAaC"}
1
+ {"version":3,"file":"getApiKey.js","sourceRoot":"","sources":["../getApiKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,SAAS,CAAC,IAAoB,EAAE,IAA2B;IACvE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8BAaC;AAkCD,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
@@ -44,3 +44,17 @@ export interface GetApplicationKeyResult {
44
44
  */
45
45
  readonly name?: string;
46
46
  }
47
+ export declare function getApplicationKeyOutput(args?: GetApplicationKeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetApplicationKeyResult>;
48
+ /**
49
+ * A collection of arguments for invoking getApplicationKey.
50
+ */
51
+ export interface GetApplicationKeyOutputArgs {
52
+ /**
53
+ * Id for Application Key.
54
+ */
55
+ id?: pulumi.Input<string>;
56
+ /**
57
+ * Name for Application Key.
58
+ */
59
+ name?: pulumi.Input<string>;
60
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApplicationKeyOutput = exports.getApplicationKey = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -32,4 +33,8 @@ function getApplicationKey(args, opts) {
32
33
  }, opts);
33
34
  }
34
35
  exports.getApplicationKey = getApplicationKey;
36
+ function getApplicationKeyOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getApplicationKey(a, opts));
38
+ }
39
+ exports.getApplicationKeyOutput = getApplicationKeyOutput;
35
40
  //# sourceMappingURL=getApplicationKey.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getApplicationKey.js","sourceRoot":"","sources":["../getApplicationKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC"}
1
+ {"version":3,"file":"getApplicationKey.js","sourceRoot":"","sources":["../getApplicationKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AAkCD,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}
package/getDashboard.d.ts CHANGED
@@ -44,3 +44,13 @@ export interface GetDashboardResult {
44
44
  */
45
45
  readonly url: string;
46
46
  }
47
+ export declare function getDashboardOutput(args: GetDashboardOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDashboardResult>;
48
+ /**
49
+ * A collection of arguments for invoking getDashboard.
50
+ */
51
+ export interface GetDashboardOutputArgs {
52
+ /**
53
+ * The dashboard name to search for. Must only match one dashboard.
54
+ */
55
+ name: pulumi.Input<string>;
56
+ }
package/getDashboard.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDashboardOutput = exports.getDashboard = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -30,4 +31,8 @@ function getDashboard(args, opts) {
30
31
  }, opts);
31
32
  }
32
33
  exports.getDashboard = getDashboard;
34
+ function getDashboardOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getDashboard(a, opts));
36
+ }
37
+ exports.getDashboardOutput = getDashboardOutput;
33
38
  //# sourceMappingURL=getDashboard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDashboard.js","sourceRoot":"","sources":["../getDashboard.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC"}
1
+ {"version":3,"file":"getDashboard.js","sourceRoot":"","sources":["../getDashboard.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oCAWC;AAkCD,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChE,CAAC;AAFD,gDAEC"}
@@ -52,3 +52,13 @@ export interface GetDashboardListResult {
52
52
  */
53
53
  readonly name: string;
54
54
  }
55
+ export declare function getDashboardListOutput(args: GetDashboardListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDashboardListResult>;
56
+ /**
57
+ * A collection of arguments for invoking getDashboardList.
58
+ */
59
+ export interface GetDashboardListOutputArgs {
60
+ /**
61
+ * A dashboard list name to limit the search.
62
+ */
63
+ name: pulumi.Input<string>;
64
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDashboardListOutput = exports.getDashboardList = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -46,4 +47,8 @@ function getDashboardList(args, opts) {
46
47
  }, opts);
47
48
  }
48
49
  exports.getDashboardList = getDashboardList;
50
+ function getDashboardListOutput(args, opts) {
51
+ return pulumi.output(args).apply(a => getDashboardList(a, opts));
52
+ }
53
+ exports.getDashboardListOutput = getDashboardListOutput;
49
54
  //# sourceMappingURL=getDashboardList.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDashboardList.js","sourceRoot":"","sources":["../getDashboardList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC"}
1
+ {"version":3,"file":"getDashboardList.js","sourceRoot":"","sources":["../getDashboardList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,4CAWC;AA0BD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,wDAEC"}
package/getIpRanges.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getIpRanges = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getIpRanges.js","sourceRoot":"","sources":["../getIpRanges.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE,EACrE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC"}
1
+ {"version":3,"file":"getIpRanges.js","sourceRoot":"","sources":["../getIpRanges.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,WAAW,CAAC,IAA2B;IACnD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE,EACrE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,kCAUC"}
package/getMonitor.d.ts CHANGED
@@ -147,3 +147,21 @@ export interface GetMonitorResult {
147
147
  */
148
148
  readonly type: string;
149
149
  }
150
+ export declare function getMonitorOutput(args?: GetMonitorOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMonitorResult>;
151
+ /**
152
+ * A collection of arguments for invoking getMonitor.
153
+ */
154
+ export interface GetMonitorOutputArgs {
155
+ /**
156
+ * A list of monitor tags to limit the search. This filters on the tags set on the monitor itself.
157
+ */
158
+ monitorTagsFilters?: pulumi.Input<pulumi.Input<string>[]>;
159
+ /**
160
+ * A monitor name to limit the search.
161
+ */
162
+ nameFilter?: pulumi.Input<string>;
163
+ /**
164
+ * A list of tags to limit the search. This filters on the monitor scope.
165
+ */
166
+ tagsFilters?: pulumi.Input<pulumi.Input<string>[]>;
167
+ }
package/getMonitor.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getMonitorOutput = exports.getMonitor = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -34,4 +35,8 @@ function getMonitor(args, opts) {
34
35
  }, opts);
35
36
  }
36
37
  exports.getMonitor = getMonitor;
38
+ function getMonitorOutput(args, opts) {
39
+ return pulumi.output(args).apply(a => getMonitor(a, opts));
40
+ }
41
+ exports.getMonitorOutput = getMonitorOutput;
37
42
  //# sourceMappingURL=getMonitor.js.map
package/getMonitor.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getMonitor.js","sourceRoot":"","sources":["../getMonitor.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC"}
1
+ {"version":3,"file":"getMonitor.js","sourceRoot":"","sources":["../getMonitor.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qCAAqC,EAAE;QAChE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC;AAuID,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
package/getMonitors.d.ts CHANGED
@@ -46,3 +46,21 @@ export interface GetMonitorsResult {
46
46
  */
47
47
  readonly tagsFilters?: string[];
48
48
  }
49
+ export declare function getMonitorsOutput(args?: GetMonitorsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetMonitorsResult>;
50
+ /**
51
+ * A collection of arguments for invoking getMonitors.
52
+ */
53
+ export interface GetMonitorsOutputArgs {
54
+ /**
55
+ * A list of monitor tags to limit the search. This filters on the tags set on the monitor itself.
56
+ */
57
+ monitorTagsFilters?: pulumi.Input<pulumi.Input<string>[]>;
58
+ /**
59
+ * A monitor name to limit the search.
60
+ */
61
+ nameFilter?: pulumi.Input<string>;
62
+ /**
63
+ * A list of tags to limit the search. This filters on the monitor scope.
64
+ */
65
+ tagsFilters?: pulumi.Input<pulumi.Input<string>[]>;
66
+ }
package/getMonitors.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getMonitorsOutput = exports.getMonitors = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -22,4 +23,8 @@ function getMonitors(args, opts) {
22
23
  }, opts);
23
24
  }
24
25
  exports.getMonitors = getMonitors;
26
+ function getMonitorsOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getMonitors(a, opts));
28
+ }
29
+ exports.getMonitorsOutput = getMonitorsOutput;
25
30
  //# sourceMappingURL=getMonitors.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getMonitors.js","sourceRoot":"","sources":["../getMonitors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kCAcC"}
1
+ {"version":3,"file":"getMonitors.js","sourceRoot":"","sources":["../getMonitors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kCAcC;AA8CD,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
package/getPermissions.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getPermissions = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getPermissions.js","sourceRoot":"","sources":["../getPermissions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE,EAC3E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC"}
1
+ {"version":3,"file":"getPermissions.js","sourceRoot":"","sources":["../getPermissions.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,cAAc,CAAC,IAA2B;IACtD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE,EAC3E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC"}
package/getRole.d.ts CHANGED
@@ -44,3 +44,13 @@ export interface GetRoleResult {
44
44
  */
45
45
  readonly userCount: number;
46
46
  }
47
+ export declare function getRoleOutput(args: GetRoleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRoleResult>;
48
+ /**
49
+ * A collection of arguments for invoking getRole.
50
+ */
51
+ export interface GetRoleOutputArgs {
52
+ /**
53
+ * A string on which to filter the roles.
54
+ */
55
+ filter: pulumi.Input<string>;
56
+ }
package/getRole.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRoleOutput = exports.getRole = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -30,4 +31,8 @@ function getRole(args, opts) {
30
31
  }, opts);
31
32
  }
32
33
  exports.getRole = getRole;
34
+ function getRoleOutput(args, opts) {
35
+ return pulumi.output(args).apply(a => getRole(a, opts));
36
+ }
37
+ exports.getRoleOutput = getRoleOutput;
33
38
  //# sourceMappingURL=getRole.js.map
package/getRole.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC"}
1
+ {"version":3,"file":"getRole.js","sourceRoot":"","sources":["../getRole.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAkCD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}
package/getRoles.d.ts CHANGED
@@ -41,3 +41,13 @@ export interface GetRolesResult {
41
41
  */
42
42
  readonly roles: outputs.GetRolesRole[];
43
43
  }
44
+ export declare function getRolesOutput(args?: GetRolesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRolesResult>;
45
+ /**
46
+ * A collection of arguments for invoking getRoles.
47
+ */
48
+ export interface GetRolesOutputArgs {
49
+ /**
50
+ * Filter all roles by the given string.
51
+ */
52
+ filter?: pulumi.Input<string>;
53
+ }
package/getRoles.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRolesOutput = exports.getRoles = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -31,4 +32,8 @@ function getRoles(args, opts) {
31
32
  }, opts);
32
33
  }
33
34
  exports.getRoles = getRoles;
35
+ function getRolesOutput(args, opts) {
36
+ return pulumi.output(args).apply(a => getRoles(a, opts));
37
+ }
38
+ exports.getRolesOutput = getRolesOutput;
34
39
  //# sourceMappingURL=getRoles.js.map
package/getRoles.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getRoles.js","sourceRoot":"","sources":["../getRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC"}
1
+ {"version":3,"file":"getRoles.js","sourceRoot":"","sources":["../getRoles.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,4BAYC;AA8BD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSecurityMonitoringFilters = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityMonitoringFilters.js","sourceRoot":"","sources":["../getSecurityMonitoringFilters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,4BAA4B,CAAC,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE,EACvG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oEAUC"}
1
+ {"version":3,"file":"getSecurityMonitoringFilters.js","sourceRoot":"","sources":["../getSecurityMonitoringFilters.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;GAWG;AACH,SAAgB,4BAA4B,CAAC,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yEAAyE,EAAE,EACvG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oEAUC"}
@@ -71,3 +71,25 @@ export interface GetSecurityMonitoringRulesResult {
71
71
  */
72
72
  readonly userOnlyFilter?: boolean;
73
73
  }
74
+ export declare function getSecurityMonitoringRulesOutput(args?: GetSecurityMonitoringRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSecurityMonitoringRulesResult>;
75
+ /**
76
+ * A collection of arguments for invoking getSecurityMonitoringRules.
77
+ */
78
+ export interface GetSecurityMonitoringRulesOutputArgs {
79
+ /**
80
+ * Limit the search to default rules
81
+ */
82
+ defaultOnlyFilter?: pulumi.Input<boolean>;
83
+ /**
84
+ * A rule name to limit the search
85
+ */
86
+ nameFilter?: pulumi.Input<string>;
87
+ /**
88
+ * A list of tags to limit the search
89
+ */
90
+ tagsFilters?: pulumi.Input<pulumi.Input<string>[]>;
91
+ /**
92
+ * Limit the search to user rules
93
+ */
94
+ userOnlyFilter?: pulumi.Input<boolean>;
95
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSecurityMonitoringRulesOutput = exports.getSecurityMonitoringRules = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -36,4 +37,8 @@ function getSecurityMonitoringRules(args, opts) {
36
37
  }, opts);
37
38
  }
38
39
  exports.getSecurityMonitoringRules = getSecurityMonitoringRules;
40
+ function getSecurityMonitoringRulesOutput(args, opts) {
41
+ return pulumi.output(args).apply(a => getSecurityMonitoringRules(a, opts));
42
+ }
43
+ exports.getSecurityMonitoringRulesOutput = getSecurityMonitoringRulesOutput;
39
44
  //# sourceMappingURL=getSecurityMonitoringRules.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityMonitoringRules.js","sourceRoot":"","sources":["../getSecurityMonitoringRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gEAeC"}
1
+ {"version":3,"file":"getSecurityMonitoringRules.js","sourceRoot":"","sources":["../getSecurityMonitoringRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qEAAqE,EAAE;QAChG,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gEAeC;AA0DD,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,0BAA0B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,4EAEC"}
@@ -68,3 +68,25 @@ export interface GetServiceLevelObjectiveResult {
68
68
  */
69
69
  readonly type: string;
70
70
  }
71
+ export declare function getServiceLevelObjectiveOutput(args?: GetServiceLevelObjectiveOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceLevelObjectiveResult>;
72
+ /**
73
+ * A collection of arguments for invoking getServiceLevelObjective.
74
+ */
75
+ export interface GetServiceLevelObjectiveOutputArgs {
76
+ /**
77
+ * A SLO ID to limit the search.
78
+ */
79
+ id?: pulumi.Input<string>;
80
+ /**
81
+ * Filter results based on SLO numerator and denominator.
82
+ */
83
+ metricsQuery?: pulumi.Input<string>;
84
+ /**
85
+ * Filter results based on SLO names.
86
+ */
87
+ nameQuery?: pulumi.Input<string>;
88
+ /**
89
+ * Filter results based on a single SLO tag.
90
+ */
91
+ tagsQuery?: pulumi.Input<string>;
92
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getServiceLevelObjectiveOutput = exports.getServiceLevelObjective = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -38,4 +39,8 @@ function getServiceLevelObjective(args, opts) {
38
39
  }, opts);
39
40
  }
40
41
  exports.getServiceLevelObjective = getServiceLevelObjective;
42
+ function getServiceLevelObjectiveOutput(args, opts) {
43
+ return pulumi.output(args).apply(a => getServiceLevelObjective(a, opts));
44
+ }
45
+ exports.getServiceLevelObjectiveOutput = getServiceLevelObjectiveOutput;
41
46
  //# sourceMappingURL=getServiceLevelObjective.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceLevelObjective.js","sourceRoot":"","sources":["../getServiceLevelObjective.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4DAeC"}
1
+ {"version":3,"file":"getServiceLevelObjective.js","sourceRoot":"","sources":["../getServiceLevelObjective.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,4DAeC;AAsDD,SAAgB,8BAA8B,CAAC,IAAyC,EAAE,IAA2B;IACjH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,wEAEC"}
@@ -65,3 +65,25 @@ export interface GetServiceLevelObjectivesResult {
65
65
  */
66
66
  readonly tagsQuery?: string;
67
67
  }
68
+ export declare function getServiceLevelObjectivesOutput(args?: GetServiceLevelObjectivesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServiceLevelObjectivesResult>;
69
+ /**
70
+ * A collection of arguments for invoking getServiceLevelObjectives.
71
+ */
72
+ export interface GetServiceLevelObjectivesOutputArgs {
73
+ /**
74
+ * An array of SLO IDs to limit the search.
75
+ */
76
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
77
+ /**
78
+ * Filter results based on SLO numerator and denominator.
79
+ */
80
+ metricsQuery?: pulumi.Input<string>;
81
+ /**
82
+ * Filter results based on SLO names.
83
+ */
84
+ nameQuery?: pulumi.Input<string>;
85
+ /**
86
+ * Filter results based on a single SLO tag.
87
+ */
88
+ tagsQuery?: pulumi.Input<string>;
89
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getServiceLevelObjectivesOutput = exports.getServiceLevelObjectives = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -34,4 +35,8 @@ function getServiceLevelObjectives(args, opts) {
34
35
  }, opts);
35
36
  }
36
37
  exports.getServiceLevelObjectives = getServiceLevelObjectives;
38
+ function getServiceLevelObjectivesOutput(args, opts) {
39
+ return pulumi.output(args).apply(a => getServiceLevelObjectives(a, opts));
40
+ }
41
+ exports.getServiceLevelObjectivesOutput = getServiceLevelObjectivesOutput;
37
42
  //# sourceMappingURL=getServiceLevelObjectives.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getServiceLevelObjectives.js","sourceRoot":"","sources":["../getServiceLevelObjectives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8DAeC"}
1
+ {"version":3,"file":"getServiceLevelObjectives.js","sourceRoot":"","sources":["../getServiceLevelObjectives.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,8DAeC;AAsDD,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
@@ -29,3 +29,13 @@ export interface GetSyntheticsGlobalVariableResult {
29
29
  */
30
30
  readonly tags: string[];
31
31
  }
32
+ export declare function getSyntheticsGlobalVariableOutput(args: GetSyntheticsGlobalVariableOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSyntheticsGlobalVariableResult>;
33
+ /**
34
+ * A collection of arguments for invoking getSyntheticsGlobalVariable.
35
+ */
36
+ export interface GetSyntheticsGlobalVariableOutputArgs {
37
+ /**
38
+ * The synthetics global variable name to search for. Must only match one global variable.
39
+ */
40
+ name: pulumi.Input<string>;
41
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSyntheticsGlobalVariableOutput = exports.getSyntheticsGlobalVariable = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -19,4 +20,8 @@ function getSyntheticsGlobalVariable(args, opts) {
19
20
  }, opts);
20
21
  }
21
22
  exports.getSyntheticsGlobalVariable = getSyntheticsGlobalVariable;
23
+ function getSyntheticsGlobalVariableOutput(args, opts) {
24
+ return pulumi.output(args).apply(a => getSyntheticsGlobalVariable(a, opts));
25
+ }
26
+ exports.getSyntheticsGlobalVariableOutput = getSyntheticsGlobalVariableOutput;
22
27
  //# sourceMappingURL=getSyntheticsGlobalVariable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSyntheticsGlobalVariable.js","sourceRoot":"","sources":["../getSyntheticsGlobalVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kEAWC"}
1
+ {"version":3,"file":"getSyntheticsGlobalVariable.js","sourceRoot":"","sources":["../getSyntheticsGlobalVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uEAAuE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kEAWC;AA8BD,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/E,CAAC;AAFD,8EAEC"}
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSyntheticsLocations = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getSyntheticsLocations.js","sourceRoot":"","sources":["../getSyntheticsLocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wDAUC"}
1
+ {"version":3,"file":"getSyntheticsLocations.js","sourceRoot":"","sources":["../getSyntheticsLocations.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6DAA6D,EAAE,EAC3F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wDAUC"}
package/getUser.d.ts CHANGED
@@ -33,3 +33,13 @@ export interface GetUserResult {
33
33
  */
34
34
  readonly name: string;
35
35
  }
36
+ export declare function getUserOutput(args: GetUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUserResult>;
37
+ /**
38
+ * A collection of arguments for invoking getUser.
39
+ */
40
+ export interface GetUserOutputArgs {
41
+ /**
42
+ * Filter all users by the given string.
43
+ */
44
+ filter: pulumi.Input<string>;
45
+ }
package/getUser.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getUserOutput = exports.getUser = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -19,4 +20,8 @@ function getUser(args, opts) {
19
20
  }, opts);
20
21
  }
21
22
  exports.getUser = getUser;
23
+ function getUserOutput(args, opts) {
24
+ return pulumi.output(args).apply(a => getUser(a, opts));
25
+ }
26
+ exports.getUserOutput = getUserOutput;
22
27
  //# sourceMappingURL=getUser.js.map
package/getUser.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC"}
1
+ {"version":3,"file":"getUser.js","sourceRoot":"","sources":["../getUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+BAA+B,EAAE;QAC1D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAkCD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3D,CAAC;AAFD,sCAEC"}