@pulumi/gcp 9.27.0 → 9.28.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 (157) hide show
  1. package/apigee/api.d.ts +1 -1
  2. package/apigee/api.d.ts.map +1 -1
  3. package/apigee/environmentDebugmask.d.ts +248 -0
  4. package/apigee/environmentDebugmask.d.ts.map +1 -0
  5. package/apigee/environmentDebugmask.js +163 -0
  6. package/apigee/environmentDebugmask.js.map +1 -0
  7. package/apigee/index.d.ts +3 -0
  8. package/apigee/index.d.ts.map +1 -1
  9. package/apigee/index.js +6 -1
  10. package/apigee/index.js.map +1 -1
  11. package/backupdisasterrecovery/restoreWorkload.d.ts +9 -9
  12. package/ces/guardrail.d.ts +41 -0
  13. package/ces/guardrail.d.ts.map +1 -1
  14. package/ces/guardrail.js +41 -0
  15. package/ces/guardrail.js.map +1 -1
  16. package/chronicle/index.d.ts +6 -0
  17. package/chronicle/index.d.ts.map +1 -1
  18. package/chronicle/index.js +11 -1
  19. package/chronicle/index.js.map +1 -1
  20. package/chronicle/parser.d.ts +474 -0
  21. package/chronicle/parser.d.ts.map +1 -0
  22. package/chronicle/parser.js +207 -0
  23. package/chronicle/parser.js.map +1 -0
  24. package/chronicle/soarNetwork.d.ts +217 -0
  25. package/chronicle/soarNetwork.d.ts.map +1 -0
  26. package/chronicle/soarNetwork.js +151 -0
  27. package/chronicle/soarNetwork.js.map +1 -0
  28. package/cloudrun/service.d.ts +1 -10
  29. package/cloudrun/service.d.ts.map +1 -1
  30. package/cloudrun/service.js +1 -10
  31. package/cloudrun/service.js.map +1 -1
  32. package/cloudrunv2/service.d.ts +0 -1
  33. package/cloudrunv2/service.d.ts.map +1 -1
  34. package/cloudrunv2/service.js +0 -1
  35. package/cloudrunv2/service.js.map +1 -1
  36. package/cloudrunv2/workerPool.d.ts +4 -0
  37. package/cloudrunv2/workerPool.d.ts.map +1 -1
  38. package/cloudrunv2/workerPool.js +4 -0
  39. package/cloudrunv2/workerPool.js.map +1 -1
  40. package/cloudsecuritycompliance/cloudControl.d.ts +345 -4
  41. package/cloudsecuritycompliance/cloudControl.d.ts.map +1 -1
  42. package/cloudsecuritycompliance/cloudControl.js +310 -6
  43. package/cloudsecuritycompliance/cloudControl.js.map +1 -1
  44. package/cloudsecuritycompliance/framework.d.ts +168 -9
  45. package/cloudsecuritycompliance/framework.d.ts.map +1 -1
  46. package/cloudsecuritycompliance/framework.js +131 -9
  47. package/cloudsecuritycompliance/framework.js.map +1 -1
  48. package/cloudsecuritycompliance/frameworkDeployment.d.ts +545 -7
  49. package/cloudsecuritycompliance/frameworkDeployment.d.ts.map +1 -1
  50. package/cloudsecuritycompliance/frameworkDeployment.js +506 -8
  51. package/cloudsecuritycompliance/frameworkDeployment.js.map +1 -1
  52. package/compute/getRegionTargetHttpProxy.d.ts +107 -0
  53. package/compute/getRegionTargetHttpProxy.d.ts.map +1 -0
  54. package/compute/getRegionTargetHttpProxy.js +83 -0
  55. package/compute/getRegionTargetHttpProxy.js.map +1 -0
  56. package/compute/getRegionTargetHttpsProxy.d.ts +111 -0
  57. package/compute/getRegionTargetHttpsProxy.d.ts.map +1 -0
  58. package/compute/getRegionTargetHttpsProxy.js +83 -0
  59. package/compute/getRegionTargetHttpsProxy.js.map +1 -0
  60. package/compute/getReservation.d.ts +1 -0
  61. package/compute/getReservation.d.ts.map +1 -1
  62. package/compute/getReservation.js.map +1 -1
  63. package/compute/getTargetHttpProxy.d.ts +98 -0
  64. package/compute/getTargetHttpProxy.d.ts.map +1 -0
  65. package/compute/getTargetHttpProxy.js +81 -0
  66. package/compute/getTargetHttpProxy.js.map +1 -0
  67. package/compute/getTargetHttpsProxy.d.ts +105 -0
  68. package/compute/getTargetHttpsProxy.d.ts.map +1 -0
  69. package/compute/getTargetHttpsProxy.js +81 -0
  70. package/compute/getTargetHttpsProxy.js.map +1 -0
  71. package/compute/index.d.ts +12 -0
  72. package/compute/index.d.ts.map +1 -1
  73. package/compute/index.js +17 -5
  74. package/compute/index.js.map +1 -1
  75. package/compute/regionCommitment.d.ts +1 -1
  76. package/compute/regionCommitment.d.ts.map +1 -1
  77. package/compute/reservation.d.ts +15 -0
  78. package/compute/reservation.d.ts.map +1 -1
  79. package/compute/reservation.js +2 -0
  80. package/compute/reservation.js.map +1 -1
  81. package/compute/securityScanConfig.d.ts +6 -0
  82. package/compute/securityScanConfig.d.ts.map +1 -1
  83. package/compute/securityScanConfig.js +6 -0
  84. package/compute/securityScanConfig.js.map +1 -1
  85. package/databasemigrationservice/migrationJob.d.ts +27 -0
  86. package/databasemigrationservice/migrationJob.d.ts.map +1 -1
  87. package/databasemigrationservice/migrationJob.js +4 -0
  88. package/databasemigrationservice/migrationJob.js.map +1 -1
  89. package/migrationcenter/importDataFile.d.ts +245 -0
  90. package/migrationcenter/importDataFile.d.ts.map +1 -0
  91. package/migrationcenter/importDataFile.js +150 -0
  92. package/migrationcenter/importDataFile.js.map +1 -0
  93. package/migrationcenter/index.d.ts +3 -0
  94. package/migrationcenter/index.d.ts.map +1 -1
  95. package/migrationcenter/index.js +6 -1
  96. package/migrationcenter/index.js.map +1 -1
  97. package/networksecurity/authzPolicy.d.ts +18 -1
  98. package/networksecurity/authzPolicy.d.ts.map +1 -1
  99. package/networksecurity/authzPolicy.js +2 -1
  100. package/networksecurity/authzPolicy.js.map +1 -1
  101. package/networkservices/agentGateway.d.ts +47 -9
  102. package/networkservices/agentGateway.d.ts.map +1 -1
  103. package/networkservices/agentGateway.js +30 -10
  104. package/networkservices/agentGateway.js.map +1 -1
  105. package/networkservices/authzExtension.d.ts +3 -0
  106. package/networkservices/authzExtension.d.ts.map +1 -1
  107. package/networkservices/authzExtension.js +3 -0
  108. package/networkservices/authzExtension.js.map +1 -1
  109. package/oracledatabase/getGoldengateDeploymentVersions.d.ts +135 -0
  110. package/oracledatabase/getGoldengateDeploymentVersions.d.ts.map +1 -0
  111. package/oracledatabase/getGoldengateDeploymentVersions.js +137 -0
  112. package/oracledatabase/getGoldengateDeploymentVersions.js.map +1 -0
  113. package/oracledatabase/goldengateDeployment.d.ts +1 -1
  114. package/oracledatabase/goldengateDeployment.js +1 -1
  115. package/oracledatabase/index.d.ts +3 -0
  116. package/oracledatabase/index.d.ts.map +1 -1
  117. package/oracledatabase/index.js +4 -1
  118. package/oracledatabase/index.js.map +1 -1
  119. package/package.json +2 -2
  120. package/pubsub/schema.d.ts +8 -0
  121. package/pubsub/schema.d.ts.map +1 -1
  122. package/pubsub/schema.js +2 -0
  123. package/pubsub/schema.js.map +1 -1
  124. package/pubsub/topic.d.ts +2 -0
  125. package/pubsub/topic.d.ts.map +1 -1
  126. package/pubsub/topic.js +2 -0
  127. package/pubsub/topic.js.map +1 -1
  128. package/storage/getControlProjectIntelligenceFinding.d.ts +137 -0
  129. package/storage/getControlProjectIntelligenceFinding.d.ts.map +1 -0
  130. package/storage/getControlProjectIntelligenceFinding.js +79 -0
  131. package/storage/getControlProjectIntelligenceFinding.js.map +1 -0
  132. package/storage/getControlProjectIntelligenceFindings.d.ts +92 -0
  133. package/storage/getControlProjectIntelligenceFindings.d.ts.map +1 -0
  134. package/storage/getControlProjectIntelligenceFindings.js +81 -0
  135. package/storage/getControlProjectIntelligenceFindings.js.map +1 -0
  136. package/storage/index.d.ts +6 -0
  137. package/storage/index.d.ts.map +1 -1
  138. package/storage/index.js +8 -2
  139. package/storage/index.js.map +1 -1
  140. package/storage/managedFolderIamBinding.d.ts +3 -0
  141. package/storage/managedFolderIamBinding.d.ts.map +1 -1
  142. package/storage/managedFolderIamBinding.js.map +1 -1
  143. package/storage/managedFolderIamMember.d.ts +3 -0
  144. package/storage/managedFolderIamMember.d.ts.map +1 -1
  145. package/storage/managedFolderIamMember.js.map +1 -1
  146. package/types/input.d.ts +446 -10
  147. package/types/input.d.ts.map +1 -1
  148. package/types/output.d.ts +1337 -10
  149. package/types/output.d.ts.map +1 -1
  150. package/vertex/aiTensorboardExperiment.d.ts +323 -0
  151. package/vertex/aiTensorboardExperiment.d.ts.map +1 -0
  152. package/vertex/aiTensorboardExperiment.js +161 -0
  153. package/vertex/aiTensorboardExperiment.js.map +1 -0
  154. package/vertex/index.d.ts +3 -0
  155. package/vertex/index.d.ts.map +1 -1
  156. package/vertex/index.js +7 -2
  157. package/vertex/index.js.map +1 -1
@@ -0,0 +1,83 @@
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.getRegionTargetHttpProxyOutput = exports.getRegionTargetHttpProxy = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Get information about a Compute Engine RegionTargetHttpProxy.
33
+ *
34
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
35
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as gcp from "@pulumi/gcp";
42
+ *
43
+ * const _default = gcp.compute.getRegionTargetHttpProxy({
44
+ * name: defaultGoogleComputeRegionTargetHttpProxy.name,
45
+ * });
46
+ * ```
47
+ */
48
+ function getRegionTargetHttpProxy(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invoke("gcp:compute/getRegionTargetHttpProxy:getRegionTargetHttpProxy", {
51
+ "name": args.name,
52
+ "project": args.project,
53
+ "region": args.region,
54
+ }, opts);
55
+ }
56
+ exports.getRegionTargetHttpProxy = getRegionTargetHttpProxy;
57
+ /**
58
+ * Get information about a Compute Engine RegionTargetHttpProxy.
59
+ *
60
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
61
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpProxies).
62
+ *
63
+ * ## Example Usage
64
+ *
65
+ * ```typescript
66
+ * import * as pulumi from "@pulumi/pulumi";
67
+ * import * as gcp from "@pulumi/gcp";
68
+ *
69
+ * const _default = gcp.compute.getRegionTargetHttpProxy({
70
+ * name: defaultGoogleComputeRegionTargetHttpProxy.name,
71
+ * });
72
+ * ```
73
+ */
74
+ function getRegionTargetHttpProxyOutput(args, opts) {
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
76
+ return pulumi.runtime.invokeOutput("gcp:compute/getRegionTargetHttpProxy:getRegionTargetHttpProxy", {
77
+ "name": args.name,
78
+ "project": args.project,
79
+ "region": args.region,
80
+ }, opts);
81
+ }
82
+ exports.getRegionTargetHttpProxyOutput = getRegionTargetHttpProxyOutput;
83
+ //# sourceMappingURL=getRegionTargetHttpProxy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRegionTargetHttpProxy.js","sourceRoot":"","sources":["../../compute/getRegionTargetHttpProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AA+CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wEAOC"}
@@ -0,0 +1,111 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Get information about a Compute Engine RegionTargetHttpsProxy.
4
+ *
5
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
6
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as gcp from "@pulumi/gcp";
13
+ *
14
+ * const _default = gcp.compute.getRegionTargetHttpsProxy({
15
+ * name: defaultGoogleComputeRegionTargetHttpsProxy.name,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getRegionTargetHttpsProxy(args: GetRegionTargetHttpsProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetRegionTargetHttpsProxyResult>;
20
+ /**
21
+ * A collection of arguments for invoking getRegionTargetHttpsProxy.
22
+ */
23
+ export interface GetRegionTargetHttpsProxyArgs {
24
+ /**
25
+ * Name of the resource. Provided by the client when the resource is
26
+ * created. The name must be 1-63 characters long, and comply with
27
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
28
+ * the regular expression `a-z?` which means the
29
+ * first character must be a lowercase letter, and all following
30
+ * characters must be a dash, lowercase letter, or digit, except the last
31
+ * character, which cannot be a dash.
32
+ */
33
+ name: string;
34
+ /**
35
+ * The ID of the project in which the resource belongs.
36
+ * If it is not provided, the provider project is used.
37
+ */
38
+ project?: string;
39
+ /**
40
+ * The Region in which the created target https proxy should reside.
41
+ * If it is not provided, the provider region is used.
42
+ */
43
+ region?: string;
44
+ }
45
+ /**
46
+ * A collection of values returned by getRegionTargetHttpsProxy.
47
+ */
48
+ export interface GetRegionTargetHttpsProxyResult {
49
+ readonly certificateManagerCertificates: string[];
50
+ readonly creationTimestamp: string;
51
+ readonly deletionPolicy: string;
52
+ readonly description: string;
53
+ readonly httpKeepAliveTimeoutSec: number;
54
+ /**
55
+ * The provider-assigned unique ID for this managed resource.
56
+ */
57
+ readonly id: string;
58
+ readonly name: string;
59
+ readonly project?: string;
60
+ readonly proxyId: number;
61
+ readonly region?: string;
62
+ readonly selfLink: string;
63
+ readonly serverTlsPolicy: string;
64
+ readonly sslCertificates: string[];
65
+ readonly sslPolicy: string;
66
+ readonly urlMap: string;
67
+ }
68
+ /**
69
+ * Get information about a Compute Engine RegionTargetHttpsProxy.
70
+ *
71
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
72
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies).
73
+ *
74
+ * ## Example Usage
75
+ *
76
+ * ```typescript
77
+ * import * as pulumi from "@pulumi/pulumi";
78
+ * import * as gcp from "@pulumi/gcp";
79
+ *
80
+ * const _default = gcp.compute.getRegionTargetHttpsProxy({
81
+ * name: defaultGoogleComputeRegionTargetHttpsProxy.name,
82
+ * });
83
+ * ```
84
+ */
85
+ export declare function getRegionTargetHttpsProxyOutput(args: GetRegionTargetHttpsProxyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRegionTargetHttpsProxyResult>;
86
+ /**
87
+ * A collection of arguments for invoking getRegionTargetHttpsProxy.
88
+ */
89
+ export interface GetRegionTargetHttpsProxyOutputArgs {
90
+ /**
91
+ * Name of the resource. Provided by the client when the resource is
92
+ * created. The name must be 1-63 characters long, and comply with
93
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
94
+ * the regular expression `a-z?` which means the
95
+ * first character must be a lowercase letter, and all following
96
+ * characters must be a dash, lowercase letter, or digit, except the last
97
+ * character, which cannot be a dash.
98
+ */
99
+ name: pulumi.Input<string>;
100
+ /**
101
+ * The ID of the project in which the resource belongs.
102
+ * If it is not provided, the provider project is used.
103
+ */
104
+ project?: pulumi.Input<string | undefined>;
105
+ /**
106
+ * The Region in which the created target https proxy should reside.
107
+ * If it is not provided, the provider region is used.
108
+ */
109
+ region?: pulumi.Input<string | undefined>;
110
+ }
111
+ //# sourceMappingURL=getRegionTargetHttpsProxy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRegionTargetHttpsProxy.d.ts","sourceRoot":"","sources":["../../compute/getRegionTargetHttpsProxy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,6BAA6B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAOpJ;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C,QAAQ,CAAC,8BAA8B,EAAE,MAAM,EAAE,CAAC;IAClD,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,MAAM,EAAE,CAAC;IACnC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,mCAAmC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,+BAA+B,CAAC,CAO5K;AAED;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC7C"}
@@ -0,0 +1,83 @@
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.getRegionTargetHttpsProxyOutput = exports.getRegionTargetHttpsProxy = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Get information about a Compute Engine RegionTargetHttpsProxy.
33
+ *
34
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
35
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as gcp from "@pulumi/gcp";
42
+ *
43
+ * const _default = gcp.compute.getRegionTargetHttpsProxy({
44
+ * name: defaultGoogleComputeRegionTargetHttpsProxy.name,
45
+ * });
46
+ * ```
47
+ */
48
+ function getRegionTargetHttpsProxy(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invoke("gcp:compute/getRegionTargetHttpsProxy:getRegionTargetHttpsProxy", {
51
+ "name": args.name,
52
+ "project": args.project,
53
+ "region": args.region,
54
+ }, opts);
55
+ }
56
+ exports.getRegionTargetHttpsProxy = getRegionTargetHttpsProxy;
57
+ /**
58
+ * Get information about a Compute Engine RegionTargetHttpsProxy.
59
+ *
60
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
61
+ * the [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionTargetHttpsProxies).
62
+ *
63
+ * ## Example Usage
64
+ *
65
+ * ```typescript
66
+ * import * as pulumi from "@pulumi/pulumi";
67
+ * import * as gcp from "@pulumi/gcp";
68
+ *
69
+ * const _default = gcp.compute.getRegionTargetHttpsProxy({
70
+ * name: defaultGoogleComputeRegionTargetHttpsProxy.name,
71
+ * });
72
+ * ```
73
+ */
74
+ function getRegionTargetHttpsProxyOutput(args, opts) {
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
76
+ return pulumi.runtime.invokeOutput("gcp:compute/getRegionTargetHttpsProxy:getRegionTargetHttpsProxy", {
77
+ "name": args.name,
78
+ "project": args.project,
79
+ "region": args.region,
80
+ }, opts);
81
+ }
82
+ exports.getRegionTargetHttpsProxyOutput = getRegionTargetHttpsProxyOutput;
83
+ //# sourceMappingURL=getRegionTargetHttpsProxy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRegionTargetHttpsProxy.js","sourceRoot":"","sources":["../../compute/getRegionTargetHttpsProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC;AAmDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iEAAiE,EAAE;QAClG,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0EAOC"}
@@ -48,6 +48,7 @@ export interface GetReservationResult {
48
48
  readonly kind: string;
49
49
  readonly linkedCommitments: string[];
50
50
  readonly name: string;
51
+ readonly params: outputs.compute.GetReservationParam[];
51
52
  readonly project?: string;
52
53
  readonly reservationBlockCount: number;
53
54
  readonly reservationSharingPolicies: outputs.compute.GetReservationReservationSharingPolicy[];
@@ -1 +1 @@
1
- {"version":3,"file":"getReservation.d.ts","sourceRoot":"","sources":["../../compute/getReservation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAG3C;;;;;;;;;;;;;GAaG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAOnH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,iCAAiC,EAAE,CAAC;IACnF,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,yBAAyB,EAAE,OAAO,CAAC;IAC5C,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,CAAC;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC,QAAQ,CAAC,0BAA0B,EAAE,OAAO,CAAC,OAAO,CAAC,sCAAsC,EAAE,CAAC;IAC9F,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAC1E,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC,0BAA0B,EAAE,CAAC;IACrE,QAAQ,CAAC,2BAA2B,EAAE,OAAO,CAAC;IAC9C,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,iCAAiC,EAAE,CAAC;IACnF,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACzB;AACD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAO3I;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B"}
1
+ {"version":3,"file":"getReservation.d.ts","sourceRoot":"","sources":["../../compute/getReservation.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAG3C;;;;;;;;;;;;;GAaG;AACH,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAOnH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,iCAAiC,EAAE,CAAC;IACnF,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,yBAAyB,EAAE,OAAO,CAAC;IAC5C,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,CAAC;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC,OAAO,CAAC,mBAAmB,EAAE,CAAC;IACvD,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAC;IACvC,QAAQ,CAAC,0BAA0B,EAAE,OAAO,CAAC,OAAO,CAAC,sCAAsC,EAAE,CAAC;IAC9F,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAC1E,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;IAC/B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC,OAAO,CAAC,0BAA0B,EAAE,CAAC;IACrE,QAAQ,CAAC,2BAA2B,EAAE,OAAO,CAAC;IAC9C,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,iCAAiC,EAAE,CAAC;IACnF,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACzB;AACD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAO3I;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"getReservation.js","sourceRoot":"","sources":["../../compute/getReservation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,wDAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAgDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
1
+ {"version":3,"file":"getReservation.js","sourceRoot":"","sources":["../../compute/getReservation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,wDAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,wCAOC;AAiDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,oDAOC"}
@@ -0,0 +1,98 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Get information about a Compute Engine TargetHttpProxy.
4
+ *
5
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
6
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as gcp from "@pulumi/gcp";
13
+ *
14
+ * const _default = gcp.compute.getTargetHttpProxy({
15
+ * name: defaultGoogleComputeTargetHttpProxy.name,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getTargetHttpProxy(args: GetTargetHttpProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetTargetHttpProxyResult>;
20
+ /**
21
+ * A collection of arguments for invoking getTargetHttpProxy.
22
+ */
23
+ export interface GetTargetHttpProxyArgs {
24
+ /**
25
+ * Name of the resource. Provided by the client when the resource is
26
+ * created. The name must be 1-63 characters long, and comply with
27
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
28
+ * the regular expression `a-z?` which means the
29
+ * first character must be a lowercase letter, and all following
30
+ * characters must be a dash, lowercase letter, or digit, except the last
31
+ * character, which cannot be a dash.
32
+ */
33
+ name: string;
34
+ /**
35
+ * The ID of the project in which the resource belongs.
36
+ * If it is not provided, the provider project is used.
37
+ */
38
+ project?: string;
39
+ }
40
+ /**
41
+ * A collection of values returned by getTargetHttpProxy.
42
+ */
43
+ export interface GetTargetHttpProxyResult {
44
+ readonly creationTimestamp: string;
45
+ readonly deletionPolicy: string;
46
+ readonly description: string;
47
+ readonly fingerprint: string;
48
+ readonly httpKeepAliveTimeoutSec: number;
49
+ /**
50
+ * The provider-assigned unique ID for this managed resource.
51
+ */
52
+ readonly id: string;
53
+ readonly name: string;
54
+ readonly project?: string;
55
+ readonly proxyBind: boolean;
56
+ readonly proxyId: number;
57
+ readonly selfLink: string;
58
+ readonly urlMap: string;
59
+ }
60
+ /**
61
+ * Get information about a Compute Engine TargetHttpProxy.
62
+ *
63
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
64
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies).
65
+ *
66
+ * ## Example Usage
67
+ *
68
+ * ```typescript
69
+ * import * as pulumi from "@pulumi/pulumi";
70
+ * import * as gcp from "@pulumi/gcp";
71
+ *
72
+ * const _default = gcp.compute.getTargetHttpProxy({
73
+ * name: defaultGoogleComputeTargetHttpProxy.name,
74
+ * });
75
+ * ```
76
+ */
77
+ export declare function getTargetHttpProxyOutput(args: GetTargetHttpProxyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTargetHttpProxyResult>;
78
+ /**
79
+ * A collection of arguments for invoking getTargetHttpProxy.
80
+ */
81
+ export interface GetTargetHttpProxyOutputArgs {
82
+ /**
83
+ * Name of the resource. Provided by the client when the resource is
84
+ * created. The name must be 1-63 characters long, and comply with
85
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
86
+ * the regular expression `a-z?` which means the
87
+ * first character must be a lowercase letter, and all following
88
+ * characters must be a dash, lowercase letter, or digit, except the last
89
+ * character, which cannot be a dash.
90
+ */
91
+ name: pulumi.Input<string>;
92
+ /**
93
+ * The ID of the project in which the resource belongs.
94
+ * If it is not provided, the provider project is used.
95
+ */
96
+ project?: pulumi.Input<string | undefined>;
97
+ }
98
+ //# sourceMappingURL=getTargetHttpProxy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTargetHttpProxy.d.ts","sourceRoot":"","sources":["../../compute/getTargetHttpProxy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,sBAAsB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAM/H;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,4BAA4B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAMvJ;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC9C"}
@@ -0,0 +1,81 @@
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.getTargetHttpProxyOutput = exports.getTargetHttpProxy = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("../utilities"));
31
+ /**
32
+ * Get information about a Compute Engine TargetHttpProxy.
33
+ *
34
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
35
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies).
36
+ *
37
+ * ## Example Usage
38
+ *
39
+ * ```typescript
40
+ * import * as pulumi from "@pulumi/pulumi";
41
+ * import * as gcp from "@pulumi/gcp";
42
+ *
43
+ * const _default = gcp.compute.getTargetHttpProxy({
44
+ * name: defaultGoogleComputeTargetHttpProxy.name,
45
+ * });
46
+ * ```
47
+ */
48
+ function getTargetHttpProxy(args, opts) {
49
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
50
+ return pulumi.runtime.invoke("gcp:compute/getTargetHttpProxy:getTargetHttpProxy", {
51
+ "name": args.name,
52
+ "project": args.project,
53
+ }, opts);
54
+ }
55
+ exports.getTargetHttpProxy = getTargetHttpProxy;
56
+ /**
57
+ * Get information about a Compute Engine TargetHttpProxy.
58
+ *
59
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
60
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpProxies).
61
+ *
62
+ * ## Example Usage
63
+ *
64
+ * ```typescript
65
+ * import * as pulumi from "@pulumi/pulumi";
66
+ * import * as gcp from "@pulumi/gcp";
67
+ *
68
+ * const _default = gcp.compute.getTargetHttpProxy({
69
+ * name: defaultGoogleComputeTargetHttpProxy.name,
70
+ * });
71
+ * ```
72
+ */
73
+ function getTargetHttpProxyOutput(args, opts) {
74
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
75
+ return pulumi.runtime.invokeOutput("gcp:compute/getTargetHttpProxy:getTargetHttpProxy", {
76
+ "name": args.name,
77
+ "project": args.project,
78
+ }, opts);
79
+ }
80
+ exports.getTargetHttpProxyOutput = getTargetHttpProxyOutput;
81
+ //# sourceMappingURL=getTargetHttpProxy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTargetHttpProxy.js","sourceRoot":"","sources":["../../compute/getTargetHttpProxy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,wDAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AA2CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
@@ -0,0 +1,105 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Get information about a Compute Engine TargetHttpsProxy.
4
+ *
5
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
6
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies).
7
+ *
8
+ * ## Example Usage
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as gcp from "@pulumi/gcp";
13
+ *
14
+ * const _default = gcp.compute.getTargetHttpsProxy({
15
+ * name: defaultGoogleComputeTargetHttpsProxy.name,
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getTargetHttpsProxy(args: GetTargetHttpsProxyArgs, opts?: pulumi.InvokeOptions): Promise<GetTargetHttpsProxyResult>;
20
+ /**
21
+ * A collection of arguments for invoking getTargetHttpsProxy.
22
+ */
23
+ export interface GetTargetHttpsProxyArgs {
24
+ /**
25
+ * Name of the resource. Provided by the client when the resource is
26
+ * created. The name must be 1-63 characters long, and comply with
27
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
28
+ * the regular expression `a-z?` which means the
29
+ * first character must be a lowercase letter, and all following
30
+ * characters must be a dash, lowercase letter, or digit, except the last
31
+ * character, which cannot be a dash.
32
+ */
33
+ name: string;
34
+ /**
35
+ * The ID of the project in which the resource belongs.
36
+ * If it is not provided, the provider project is used.
37
+ */
38
+ project?: string;
39
+ }
40
+ /**
41
+ * A collection of values returned by getTargetHttpsProxy.
42
+ */
43
+ export interface GetTargetHttpsProxyResult {
44
+ readonly certificateManagerCertificates: string[];
45
+ readonly certificateMap: string;
46
+ readonly creationTimestamp: string;
47
+ readonly deletionPolicy: string;
48
+ readonly description: string;
49
+ readonly fingerprint: string;
50
+ readonly httpKeepAliveTimeoutSec: number;
51
+ /**
52
+ * The provider-assigned unique ID for this managed resource.
53
+ */
54
+ readonly id: string;
55
+ readonly name: string;
56
+ readonly project?: string;
57
+ readonly proxyBind: boolean;
58
+ readonly proxyId: number;
59
+ readonly quicOverride: string;
60
+ readonly selfLink: string;
61
+ readonly serverTlsPolicy: string;
62
+ readonly sslCertificates: string[];
63
+ readonly sslPolicy: string;
64
+ readonly tlsEarlyData: string;
65
+ readonly urlMap: string;
66
+ }
67
+ /**
68
+ * Get information about a Compute Engine TargetHttpsProxy.
69
+ *
70
+ * For more information see the [official documentation](https://cloud.google.com/compute/docs/load-balancing/http/target-proxies) and
71
+ * the [API](https://cloud.google.com/compute/docs/reference/v1/targetHttpsProxies).
72
+ *
73
+ * ## Example Usage
74
+ *
75
+ * ```typescript
76
+ * import * as pulumi from "@pulumi/pulumi";
77
+ * import * as gcp from "@pulumi/gcp";
78
+ *
79
+ * const _default = gcp.compute.getTargetHttpsProxy({
80
+ * name: defaultGoogleComputeTargetHttpsProxy.name,
81
+ * });
82
+ * ```
83
+ */
84
+ export declare function getTargetHttpsProxyOutput(args: GetTargetHttpsProxyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTargetHttpsProxyResult>;
85
+ /**
86
+ * A collection of arguments for invoking getTargetHttpsProxy.
87
+ */
88
+ export interface GetTargetHttpsProxyOutputArgs {
89
+ /**
90
+ * Name of the resource. Provided by the client when the resource is
91
+ * created. The name must be 1-63 characters long, and comply with
92
+ * RFC1035. Specifically, the name must be 1-63 characters long and match
93
+ * the regular expression `a-z?` which means the
94
+ * first character must be a lowercase letter, and all following
95
+ * characters must be a dash, lowercase letter, or digit, except the last
96
+ * character, which cannot be a dash.
97
+ */
98
+ name: pulumi.Input<string>;
99
+ /**
100
+ * The ID of the project in which the resource belongs.
101
+ * If it is not provided, the provider project is used.
102
+ */
103
+ project?: pulumi.Input<string | undefined>;
104
+ }
105
+ //# sourceMappingURL=getTargetHttpsProxy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTargetHttpsProxy.d.ts","sourceRoot":"","sources":["../../compute/getTargetHttpsProxy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAMlI;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,QAAQ,CAAC,8BAA8B,EAAE,MAAM,EAAE,CAAC;IAClD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,uBAAuB,EAAE,MAAM,CAAC;IACzC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,eAAe,EAAE,MAAM,EAAE,CAAC;IACnC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,6BAA6B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAM1J;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;CAC9C"}