@pulumi/gcp 6.37.0-alpha.1663276359 → 6.37.0-alpha.1663305868

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 (96) hide show
  1. package/apigee/environment.d.ts +16 -0
  2. package/apigee/environment.js +2 -0
  3. package/apigee/environment.js.map +1 -1
  4. package/apigee/organization.d.ts +18 -2
  5. package/apigee/organization.js +2 -0
  6. package/apigee/organization.js.map +1 -1
  7. package/appengine/flexibleAppVersion.d.ts +32 -1
  8. package/appengine/flexibleAppVersion.js +19 -1
  9. package/appengine/flexibleAppVersion.js.map +1 -1
  10. package/bigqueryanalyticshub/dataExchanceIamMember.d.ts +136 -0
  11. package/bigqueryanalyticshub/dataExchanceIamMember.js +95 -0
  12. package/bigqueryanalyticshub/dataExchanceIamMember.js.map +1 -0
  13. package/bigqueryanalyticshub/dataExchange.d.ts +189 -0
  14. package/bigqueryanalyticshub/dataExchange.js +114 -0
  15. package/bigqueryanalyticshub/dataExchange.js.map +1 -0
  16. package/bigqueryanalyticshub/dataExchangeIamBinding.d.ts +136 -0
  17. package/bigqueryanalyticshub/dataExchangeIamBinding.js +95 -0
  18. package/bigqueryanalyticshub/dataExchangeIamBinding.js.map +1 -0
  19. package/bigqueryanalyticshub/dataExchangeIamPolicy.d.ts +126 -0
  20. package/bigqueryanalyticshub/dataExchangeIamPolicy.js +88 -0
  21. package/bigqueryanalyticshub/dataExchangeIamPolicy.js.map +1 -0
  22. package/bigqueryanalyticshub/index.d.ts +4 -0
  23. package/bigqueryanalyticshub/index.js +52 -0
  24. package/bigqueryanalyticshub/index.js.map +1 -0
  25. package/certificatemanager/certificateMap.d.ts +0 -2
  26. package/certificatemanager/certificateMap.js +0 -2
  27. package/certificatemanager/certificateMap.js.map +1 -1
  28. package/certificatemanager/certificateMapEntry.d.ts +0 -2
  29. package/certificatemanager/certificateMapEntry.js +0 -2
  30. package/certificatemanager/certificateMapEntry.js.map +1 -1
  31. package/certificatemanager/dnsAuthorization.d.ts +0 -2
  32. package/certificatemanager/dnsAuthorization.js +0 -2
  33. package/certificatemanager/dnsAuthorization.js.map +1 -1
  34. package/cloudbuild/trigger.d.ts +26 -0
  35. package/cloudbuild/trigger.js +10 -0
  36. package/cloudbuild/trigger.js.map +1 -1
  37. package/compute/resourcePolicy.d.ts +31 -0
  38. package/compute/resourcePolicy.js +31 -0
  39. package/compute/resourcePolicy.js.map +1 -1
  40. package/compute/snapshot.d.ts +53 -0
  41. package/compute/snapshot.js +28 -0
  42. package/compute/snapshot.js.map +1 -1
  43. package/compute/targetSSLProxy.d.ts +20 -2
  44. package/compute/targetSSLProxy.js +2 -3
  45. package/compute/targetSSLProxy.js.map +1 -1
  46. package/config/vars.d.ts +2 -0
  47. package/config/vars.js +12 -0
  48. package/config/vars.js.map +1 -1
  49. package/container/cluster.d.ts +36 -0
  50. package/container/cluster.js +6 -0
  51. package/container/cluster.js.map +1 -1
  52. package/container/getCluster.d.ts +3 -0
  53. package/container/getCluster.js.map +1 -1
  54. package/datastream/connectionProfile.d.ts +301 -0
  55. package/datastream/connectionProfile.js +190 -0
  56. package/datastream/connectionProfile.js.map +1 -0
  57. package/datastream/index.d.ts +1 -0
  58. package/datastream/index.js +37 -0
  59. package/datastream/index.js.map +1 -0
  60. package/dns/responsePolicyRule.d.ts +12 -0
  61. package/dns/responsePolicyRule.js +2 -0
  62. package/dns/responsePolicyRule.js.map +1 -1
  63. package/index.d.ts +3 -1
  64. package/index.js +6 -2
  65. package/index.js.map +1 -1
  66. package/logging/billingAccountSink.d.ts +3 -15
  67. package/logging/billingAccountSink.js.map +1 -1
  68. package/logging/folderSink.d.ts +6 -18
  69. package/logging/folderSink.js.map +1 -1
  70. package/logging/organizationSink.d.ts +3 -15
  71. package/logging/organizationSink.js.map +1 -1
  72. package/logging/projectSink.d.ts +3 -95
  73. package/logging/projectSink.js +0 -80
  74. package/logging/projectSink.js.map +1 -1
  75. package/monitoring/getNotificationChannel.d.ts +1 -0
  76. package/monitoring/getNotificationChannel.js.map +1 -1
  77. package/monitoring/notificationChannel.d.ts +25 -0
  78. package/monitoring/notificationChannel.js +3 -0
  79. package/monitoring/notificationChannel.js.map +1 -1
  80. package/package.json +2 -2
  81. package/package.json.dev +2 -2
  82. package/provider.d.ts +4 -0
  83. package/provider.js +2 -0
  84. package/provider.js.map +1 -1
  85. package/storage/bucketObject.d.ts +6 -15
  86. package/storage/bucketObject.js.map +1 -1
  87. package/storage/getBucketObject.d.ts +6 -0
  88. package/storage/getBucketObject.js.map +1 -1
  89. package/types/input.d.ts +364 -25
  90. package/types/output.d.ts +385 -25
  91. package/vertex/aiFeatureStore.d.ts +18 -0
  92. package/vertex/aiFeatureStore.js +5 -0
  93. package/vertex/aiFeatureStore.js.map +1 -1
  94. package/vertex/aiFeatureStoreEntityType.d.ts +3 -0
  95. package/vertex/aiFeatureStoreEntityType.js +3 -0
  96. package/vertex/aiFeatureStoreEntityType.js.map +1 -1
package/index.js CHANGED
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.iam = exports.healthcare = exports.gkehub = exports.gameservices = exports.folder = exports.firestore = exports.firebaserules = exports.firebase = exports.filestore = exports.eventarc = exports.essentialcontacts = exports.endpoints = exports.dns = exports.diagflow = exports.deploymentmanager = exports.datastore = exports.dataproc = exports.dataplex = exports.dataloss = exports.datafusion = exports.dataflow = exports.datacatalog = exports.containeranalysis = exports.container = exports.config = exports.compute = exports.composer = exports.cloudtasks = exports.cloudscheduler = exports.cloudrun = exports.cloudidentity = exports.cloudfunctionsv2 = exports.cloudfunctions = exports.clouddeploy = exports.cloudbuild = exports.cloudasset = exports.certificatemanager = exports.certificateauthority = exports.binaryauthorization = exports.billing = exports.bigtable = exports.bigquery = exports.assuredworkloads = exports.artifactregistry = exports.appengine = exports.apigee = exports.apigateway = exports.activedirectory = exports.accesscontextmanager = exports.accessapproval = void 0;
20
- exports.workflows = exports.vpcaccess = exports.vertex = exports.types = exports.tpu = exports.tags = exports.storage = exports.sql = exports.spanner = exports.sourcerepo = exports.serviceusage = exports.servicenetworking = exports.servicedirectory = exports.serviceaccount = exports.securitycenter = exports.secretmanager = exports.runtimeconfig = exports.resourcemanager = exports.redis = exports.recaptcha = exports.pubsub = exports.projects = exports.oslogin = exports.osconfig = exports.orgpolicy = exports.organizations = exports.notebooks = exports.networkservices = exports.networkmanagement = exports.networkconnectivity = exports.monitoring = exports.ml = exports.memcache = exports.logging = exports.kms = exports.iot = exports.identityplatform = exports.iap = void 0;
19
+ exports.gkehub = exports.gameservices = exports.folder = exports.firestore = exports.firebaserules = exports.firebase = exports.filestore = exports.eventarc = exports.essentialcontacts = exports.endpoints = exports.dns = exports.diagflow = exports.deploymentmanager = exports.datastream = exports.datastore = exports.dataproc = exports.dataplex = exports.dataloss = exports.datafusion = exports.dataflow = exports.datacatalog = exports.containeranalysis = exports.container = exports.config = exports.compute = exports.composer = exports.cloudtasks = exports.cloudscheduler = exports.cloudrun = exports.cloudidentity = exports.cloudfunctionsv2 = exports.cloudfunctions = exports.clouddeploy = exports.cloudbuild = exports.cloudasset = exports.certificatemanager = exports.certificateauthority = exports.binaryauthorization = exports.billing = exports.bigtable = exports.bigqueryanalyticshub = exports.bigquery = exports.assuredworkloads = exports.artifactregistry = exports.appengine = exports.apigee = exports.apigateway = exports.activedirectory = exports.accesscontextmanager = exports.accessapproval = void 0;
20
+ exports.workflows = exports.vpcaccess = exports.vertex = exports.types = exports.tpu = exports.tags = exports.storage = exports.sql = exports.spanner = exports.sourcerepo = exports.serviceusage = exports.servicenetworking = exports.servicedirectory = exports.serviceaccount = exports.securitycenter = exports.secretmanager = exports.runtimeconfig = exports.resourcemanager = exports.redis = exports.recaptcha = exports.pubsub = exports.projects = exports.oslogin = exports.osconfig = exports.orgpolicy = exports.organizations = exports.notebooks = exports.networkservices = exports.networkmanagement = exports.networkconnectivity = exports.monitoring = exports.ml = exports.memcache = exports.logging = exports.kms = exports.iot = exports.identityplatform = exports.iap = exports.iam = exports.healthcare = void 0;
21
21
  const pulumi = require("@pulumi/pulumi");
22
22
  const utilities = require("./utilities");
23
23
  // Export members:
@@ -42,6 +42,8 @@ const assuredworkloads = require("./assuredworkloads");
42
42
  exports.assuredworkloads = assuredworkloads;
43
43
  const bigquery = require("./bigquery");
44
44
  exports.bigquery = bigquery;
45
+ const bigqueryanalyticshub = require("./bigqueryanalyticshub");
46
+ exports.bigqueryanalyticshub = bigqueryanalyticshub;
45
47
  const bigtable = require("./bigtable");
46
48
  exports.bigtable = bigtable;
47
49
  const billing = require("./billing");
@@ -94,6 +96,8 @@ const dataproc = require("./dataproc");
94
96
  exports.dataproc = dataproc;
95
97
  const datastore = require("./datastore");
96
98
  exports.datastore = datastore;
99
+ const datastream = require("./datastream");
100
+ exports.datastream = datastream;
97
101
  const deploymentmanager = require("./deploymentmanager");
98
102
  exports.deploymentmanager = deploymentmanager;
99
103
  const diagflow = require("./diagflow");
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
@@ -68,10 +68,6 @@ export declare class BillingAccountSink extends pulumi.CustomResource {
68
68
  /**
69
69
  * The destination of the sink (or, in other words, where logs are written to). Can be a
70
70
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
71
- * ```typescript
72
- * import * as pulumi from "@pulumi/pulumi";
73
- * ```
74
- * The writer associated with the sink must have access to write to the above resource.
75
71
  */
76
72
  readonly destination: pulumi.Output<string>;
77
73
  /**
@@ -79,7 +75,7 @@ export declare class BillingAccountSink extends pulumi.CustomResource {
79
75
  */
80
76
  readonly disabled: pulumi.Output<boolean | undefined>;
81
77
  /**
82
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
78
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
83
79
  */
84
80
  readonly exclusions: pulumi.Output<outputs.logging.BillingAccountSinkExclusion[] | undefined>;
85
81
  /**
@@ -124,10 +120,6 @@ export interface BillingAccountSinkState {
124
120
  /**
125
121
  * The destination of the sink (or, in other words, where logs are written to). Can be a
126
122
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
127
- * ```typescript
128
- * import * as pulumi from "@pulumi/pulumi";
129
- * ```
130
- * The writer associated with the sink must have access to write to the above resource.
131
123
  */
132
124
  destination?: pulumi.Input<string>;
133
125
  /**
@@ -135,7 +127,7 @@ export interface BillingAccountSinkState {
135
127
  */
136
128
  disabled?: pulumi.Input<boolean>;
137
129
  /**
138
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
130
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
139
131
  */
140
132
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.BillingAccountSinkExclusion>[]>;
141
133
  /**
@@ -172,10 +164,6 @@ export interface BillingAccountSinkArgs {
172
164
  /**
173
165
  * The destination of the sink (or, in other words, where logs are written to). Can be a
174
166
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
175
- * ```typescript
176
- * import * as pulumi from "@pulumi/pulumi";
177
- * ```
178
- * The writer associated with the sink must have access to write to the above resource.
179
167
  */
180
168
  destination: pulumi.Input<string>;
181
169
  /**
@@ -183,7 +171,7 @@ export interface BillingAccountSinkArgs {
183
171
  */
184
172
  disabled?: pulumi.Input<boolean>;
185
173
  /**
186
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
174
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
187
175
  */
188
176
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.BillingAccountSinkExclusion>[]>;
189
177
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"billingAccountSink.js","sourceRoot":"","sources":["../../logging/billingAccountSink.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"billingAccountSink.js","sourceRoot":"","sources":["../../logging/billingAccountSink.ts"],"names":[],"mappings":"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"}
@@ -65,10 +65,6 @@ export declare class FolderSink extends pulumi.CustomResource {
65
65
  /**
66
66
  * The destination of the sink (or, in other words, where logs are written to). Can be a
67
67
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
68
- * ```typescript
69
- * import * as pulumi from "@pulumi/pulumi";
70
- * ```
71
- * The writer associated with the sink must have access to write to the above resource.
72
68
  */
73
69
  readonly destination: pulumi.Output<string>;
74
70
  /**
@@ -76,7 +72,7 @@ export declare class FolderSink extends pulumi.CustomResource {
76
72
  */
77
73
  readonly disabled: pulumi.Output<boolean | undefined>;
78
74
  /**
79
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
75
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
80
76
  */
81
77
  readonly exclusions: pulumi.Output<outputs.logging.FolderSinkExclusion[] | undefined>;
82
78
  /**
@@ -85,7 +81,7 @@ export declare class FolderSink extends pulumi.CustomResource {
85
81
  */
86
82
  readonly filter: pulumi.Output<string | undefined>;
87
83
  /**
88
- * The folder to be exported to the sink. Note that either [FOLDER_ID] or "folders/[FOLDER_ID]" is
84
+ * The folder to be exported to the sink. Note that either `[FOLDER_ID]` or `folders/[FOLDER_ID]` is
89
85
  * accepted.
90
86
  */
91
87
  readonly folder: pulumi.Output<string>;
@@ -127,10 +123,6 @@ export interface FolderSinkState {
127
123
  /**
128
124
  * The destination of the sink (or, in other words, where logs are written to). Can be a
129
125
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
130
- * ```typescript
131
- * import * as pulumi from "@pulumi/pulumi";
132
- * ```
133
- * The writer associated with the sink must have access to write to the above resource.
134
126
  */
135
127
  destination?: pulumi.Input<string>;
136
128
  /**
@@ -138,7 +130,7 @@ export interface FolderSinkState {
138
130
  */
139
131
  disabled?: pulumi.Input<boolean>;
140
132
  /**
141
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
133
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
142
134
  */
143
135
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.FolderSinkExclusion>[]>;
144
136
  /**
@@ -147,7 +139,7 @@ export interface FolderSinkState {
147
139
  */
148
140
  filter?: pulumi.Input<string>;
149
141
  /**
150
- * The folder to be exported to the sink. Note that either [FOLDER_ID] or "folders/[FOLDER_ID]" is
142
+ * The folder to be exported to the sink. Note that either `[FOLDER_ID]` or `folders/[FOLDER_ID]` is
151
143
  * accepted.
152
144
  */
153
145
  folder?: pulumi.Input<string>;
@@ -181,10 +173,6 @@ export interface FolderSinkArgs {
181
173
  /**
182
174
  * The destination of the sink (or, in other words, where logs are written to). Can be a
183
175
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
184
- * ```typescript
185
- * import * as pulumi from "@pulumi/pulumi";
186
- * ```
187
- * The writer associated with the sink must have access to write to the above resource.
188
176
  */
189
177
  destination: pulumi.Input<string>;
190
178
  /**
@@ -192,7 +180,7 @@ export interface FolderSinkArgs {
192
180
  */
193
181
  disabled?: pulumi.Input<boolean>;
194
182
  /**
195
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
183
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
196
184
  */
197
185
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.FolderSinkExclusion>[]>;
198
186
  /**
@@ -201,7 +189,7 @@ export interface FolderSinkArgs {
201
189
  */
202
190
  filter?: pulumi.Input<string>;
203
191
  /**
204
- * The folder to be exported to the sink. Note that either [FOLDER_ID] or "folders/[FOLDER_ID]" is
192
+ * The folder to be exported to the sink. Note that either `[FOLDER_ID]` or `folders/[FOLDER_ID]` is
205
193
  * accepted.
206
194
  */
207
195
  folder: pulumi.Input<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"folderSink.js","sourceRoot":"","sources":["../../logging/folderSink.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"folderSink.js","sourceRoot":"","sources":["../../logging/folderSink.ts"],"names":[],"mappings":"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"}
@@ -61,10 +61,6 @@ export declare class OrganizationSink extends pulumi.CustomResource {
61
61
  /**
62
62
  * The destination of the sink (or, in other words, where logs are written to). Can be a
63
63
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
64
- * ```typescript
65
- * import * as pulumi from "@pulumi/pulumi";
66
- * ```
67
- * The writer associated with the sink must have access to write to the above resource.
68
64
  */
69
65
  readonly destination: pulumi.Output<string>;
70
66
  /**
@@ -72,7 +68,7 @@ export declare class OrganizationSink extends pulumi.CustomResource {
72
68
  */
73
69
  readonly disabled: pulumi.Output<boolean | undefined>;
74
70
  /**
75
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
71
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
76
72
  */
77
73
  readonly exclusions: pulumi.Output<outputs.logging.OrganizationSinkExclusion[] | undefined>;
78
74
  /**
@@ -122,10 +118,6 @@ export interface OrganizationSinkState {
122
118
  /**
123
119
  * The destination of the sink (or, in other words, where logs are written to). Can be a
124
120
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
125
- * ```typescript
126
- * import * as pulumi from "@pulumi/pulumi";
127
- * ```
128
- * The writer associated with the sink must have access to write to the above resource.
129
121
  */
130
122
  destination?: pulumi.Input<string>;
131
123
  /**
@@ -133,7 +125,7 @@ export interface OrganizationSinkState {
133
125
  */
134
126
  disabled?: pulumi.Input<boolean>;
135
127
  /**
136
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
128
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
137
129
  */
138
130
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.OrganizationSinkExclusion>[]>;
139
131
  /**
@@ -175,10 +167,6 @@ export interface OrganizationSinkArgs {
175
167
  /**
176
168
  * The destination of the sink (or, in other words, where logs are written to). Can be a
177
169
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket. Examples:
178
- * ```typescript
179
- * import * as pulumi from "@pulumi/pulumi";
180
- * ```
181
- * The writer associated with the sink must have access to write to the above resource.
182
170
  */
183
171
  destination: pulumi.Input<string>;
184
172
  /**
@@ -186,7 +174,7 @@ export interface OrganizationSinkArgs {
186
174
  */
187
175
  disabled?: pulumi.Input<boolean>;
188
176
  /**
189
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
177
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
190
178
  */
191
179
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.OrganizationSinkExclusion>[]>;
192
180
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"organizationSink.js","sourceRoot":"","sources":["../../logging/organizationSink.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"organizationSink.js","sourceRoot":"","sources":["../../logging/organizationSink.ts"],"names":[],"mappings":"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"}
@@ -1,86 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import { input as inputs, output as outputs } from "../types";
3
3
  /**
4
- * ## Example Usage
5
- *
6
- * ```typescript
7
- * import * as pulumi from "@pulumi/pulumi";
8
- * import * as gcp from "@pulumi/gcp";
9
- *
10
- * const my_sink = new gcp.logging.ProjectSink("my-sink", {
11
- * // Can export to pubsub, cloud storage, or bigquery
12
- * destination: "pubsub.googleapis.com/projects/my-project/topics/instance-activity",
13
- * // Log all WARN or higher severity messages relating to instances
14
- * filter: "resource.type = gce_instance AND severity >= WARNING",
15
- * // Use a unique writer (creates a unique service account used for writing)
16
- * uniqueWriterIdentity: true,
17
- * });
18
- * ```
19
- *
20
- * A more complete example follows: this creates a compute instance, as well as a log sink that logs all activity to a
21
- * cloud storage bucket. Because we are using `uniqueWriterIdentity`, we must grant it access to the bucket. Note that
22
- * this grant requires the "Project IAM Admin" IAM role (`roles/resourcemanager.projectIamAdmin`) granted to the credentials
23
- * used with this provider.
24
- *
25
- * ```typescript
26
- * import * as pulumi from "@pulumi/pulumi";
27
- * import * as gcp from "@pulumi/gcp";
28
- *
29
- * // Our logged compute instance
30
- * const my_logged_instance = new gcp.compute.Instance("my-logged-instance", {
31
- * machineType: "e2-medium",
32
- * zone: "us-central1-a",
33
- * bootDisk: {
34
- * initializeParams: {
35
- * image: "debian-cloud/debian-11",
36
- * },
37
- * },
38
- * networkInterfaces: [{
39
- * network: "default",
40
- * accessConfigs: [{}],
41
- * }],
42
- * });
43
- * // A bucket to store logs in
44
- * const log_bucket = new gcp.storage.Bucket("log-bucket", {location: "US"});
45
- * // Our sink; this logs all activity related to our "my-logged-instance" instance
46
- * const instance_sink = new gcp.logging.ProjectSink("instance-sink", {
47
- * description: "some explanation on what this is",
48
- * destination: pulumi.interpolate`storage.googleapis.com/${log_bucket.name}`,
49
- * filter: pulumi.interpolate`resource.type = gce_instance AND resource.labels.instance_id = "${my_logged_instance.instanceId}"`,
50
- * uniqueWriterIdentity: true,
51
- * });
52
- * // Because our sink uses a unique_writer, we must grant that writer access to the bucket.
53
- * const log_writer = new gcp.projects.IAMBinding("log-writer", {
54
- * project: "your-project-id",
55
- * role: "roles/storage.objectCreator",
56
- * members: [instance_sink.writerIdentity],
57
- * });
58
- * ```
59
- *
60
- * The following example uses `exclusions` to filter logs that will not be exported. In this example logs are exported to a [log bucket](https://cloud.google.com/logging/docs/buckets) and there are 2 exclusions configured
61
- *
62
- * ```typescript
63
- * import * as pulumi from "@pulumi/pulumi";
64
- * import * as gcp from "@pulumi/gcp";
65
- *
66
- * const log_bucket = new gcp.logging.ProjectSink("log-bucket", {
67
- * destination: "logging.googleapis.com/projects/my-project/locations/global/buckets/_Default",
68
- * exclusions: [
69
- * {
70
- * description: "Exclude logs from namespace-1 in k8s",
71
- * filter: "resource.type = k8s_container resource.labels.namespace_name=\"namespace-1\" ",
72
- * name: "nsexcllusion1",
73
- * },
74
- * {
75
- * description: "Exclude logs from namespace-2 in k8s",
76
- * filter: "resource.type = k8s_container resource.labels.namespace_name=\"namespace-2\" ",
77
- * name: "nsexcllusion2",
78
- * },
79
- * ],
80
- * uniqueWriterIdentity: true,
81
- * });
82
- * ```
83
- *
84
4
  * ## Import
85
5
  *
86
6
  * Project-level logging sinks can be imported using their URI, e.g.
@@ -116,10 +36,6 @@ export declare class ProjectSink extends pulumi.CustomResource {
116
36
  /**
117
37
  * The destination of the sink (or, in other words, where logs are written to). Can be a
118
38
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket . Examples:
119
- * ```typescript
120
- * import * as pulumi from "@pulumi/pulumi";
121
- * ```
122
- * The writer associated with the sink must have access to write to the above resource.
123
39
  */
124
40
  readonly destination: pulumi.Output<string>;
125
41
  /**
@@ -127,7 +43,7 @@ export declare class ProjectSink extends pulumi.CustomResource {
127
43
  */
128
44
  readonly disabled: pulumi.Output<boolean | undefined>;
129
45
  /**
130
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
46
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
131
47
  */
132
48
  readonly exclusions: pulumi.Output<outputs.logging.ProjectSinkExclusion[] | undefined>;
133
49
  /**
@@ -180,10 +96,6 @@ export interface ProjectSinkState {
180
96
  /**
181
97
  * The destination of the sink (or, in other words, where logs are written to). Can be a
182
98
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket . Examples:
183
- * ```typescript
184
- * import * as pulumi from "@pulumi/pulumi";
185
- * ```
186
- * The writer associated with the sink must have access to write to the above resource.
187
99
  */
188
100
  destination?: pulumi.Input<string>;
189
101
  /**
@@ -191,7 +103,7 @@ export interface ProjectSinkState {
191
103
  */
192
104
  disabled?: pulumi.Input<boolean>;
193
105
  /**
194
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
106
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
195
107
  */
196
108
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.ProjectSinkExclusion>[]>;
197
109
  /**
@@ -236,10 +148,6 @@ export interface ProjectSinkArgs {
236
148
  /**
237
149
  * The destination of the sink (or, in other words, where logs are written to). Can be a
238
150
  * Cloud Storage bucket, a PubSub topic, a BigQuery dataset or a Cloud Logging bucket . Examples:
239
- * ```typescript
240
- * import * as pulumi from "@pulumi/pulumi";
241
- * ```
242
- * The writer associated with the sink must have access to write to the above resource.
243
151
  */
244
152
  destination: pulumi.Input<string>;
245
153
  /**
@@ -247,7 +155,7 @@ export interface ProjectSinkArgs {
247
155
  */
248
156
  disabled?: pulumi.Input<boolean>;
249
157
  /**
250
- * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both filter and one of exclusionFilters it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
158
+ * Log entries that match any of the exclusion filters will not be exported. If a log entry is matched by both `filter` and one of `exclusions.filter`, it will not be exported. Can be repeated multiple times for multiple exclusions. Structure is documented below.
251
159
  */
252
160
  exclusions?: pulumi.Input<pulumi.Input<inputs.logging.ProjectSinkExclusion>[]>;
253
161
  /**
@@ -6,86 +6,6 @@ exports.ProjectSink = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * ## Example Usage
10
- *
11
- * ```typescript
12
- * import * as pulumi from "@pulumi/pulumi";
13
- * import * as gcp from "@pulumi/gcp";
14
- *
15
- * const my_sink = new gcp.logging.ProjectSink("my-sink", {
16
- * // Can export to pubsub, cloud storage, or bigquery
17
- * destination: "pubsub.googleapis.com/projects/my-project/topics/instance-activity",
18
- * // Log all WARN or higher severity messages relating to instances
19
- * filter: "resource.type = gce_instance AND severity >= WARNING",
20
- * // Use a unique writer (creates a unique service account used for writing)
21
- * uniqueWriterIdentity: true,
22
- * });
23
- * ```
24
- *
25
- * A more complete example follows: this creates a compute instance, as well as a log sink that logs all activity to a
26
- * cloud storage bucket. Because we are using `uniqueWriterIdentity`, we must grant it access to the bucket. Note that
27
- * this grant requires the "Project IAM Admin" IAM role (`roles/resourcemanager.projectIamAdmin`) granted to the credentials
28
- * used with this provider.
29
- *
30
- * ```typescript
31
- * import * as pulumi from "@pulumi/pulumi";
32
- * import * as gcp from "@pulumi/gcp";
33
- *
34
- * // Our logged compute instance
35
- * const my_logged_instance = new gcp.compute.Instance("my-logged-instance", {
36
- * machineType: "e2-medium",
37
- * zone: "us-central1-a",
38
- * bootDisk: {
39
- * initializeParams: {
40
- * image: "debian-cloud/debian-11",
41
- * },
42
- * },
43
- * networkInterfaces: [{
44
- * network: "default",
45
- * accessConfigs: [{}],
46
- * }],
47
- * });
48
- * // A bucket to store logs in
49
- * const log_bucket = new gcp.storage.Bucket("log-bucket", {location: "US"});
50
- * // Our sink; this logs all activity related to our "my-logged-instance" instance
51
- * const instance_sink = new gcp.logging.ProjectSink("instance-sink", {
52
- * description: "some explanation on what this is",
53
- * destination: pulumi.interpolate`storage.googleapis.com/${log_bucket.name}`,
54
- * filter: pulumi.interpolate`resource.type = gce_instance AND resource.labels.instance_id = "${my_logged_instance.instanceId}"`,
55
- * uniqueWriterIdentity: true,
56
- * });
57
- * // Because our sink uses a unique_writer, we must grant that writer access to the bucket.
58
- * const log_writer = new gcp.projects.IAMBinding("log-writer", {
59
- * project: "your-project-id",
60
- * role: "roles/storage.objectCreator",
61
- * members: [instance_sink.writerIdentity],
62
- * });
63
- * ```
64
- *
65
- * The following example uses `exclusions` to filter logs that will not be exported. In this example logs are exported to a [log bucket](https://cloud.google.com/logging/docs/buckets) and there are 2 exclusions configured
66
- *
67
- * ```typescript
68
- * import * as pulumi from "@pulumi/pulumi";
69
- * import * as gcp from "@pulumi/gcp";
70
- *
71
- * const log_bucket = new gcp.logging.ProjectSink("log-bucket", {
72
- * destination: "logging.googleapis.com/projects/my-project/locations/global/buckets/_Default",
73
- * exclusions: [
74
- * {
75
- * description: "Exclude logs from namespace-1 in k8s",
76
- * filter: "resource.type = k8s_container resource.labels.namespace_name=\"namespace-1\" ",
77
- * name: "nsexcllusion1",
78
- * },
79
- * {
80
- * description: "Exclude logs from namespace-2 in k8s",
81
- * filter: "resource.type = k8s_container resource.labels.namespace_name=\"namespace-2\" ",
82
- * name: "nsexcllusion2",
83
- * },
84
- * ],
85
- * uniqueWriterIdentity: true,
86
- * });
87
- * ```
88
- *
89
9
  * ## Import
90
10
  *
91
11
  * Project-level logging sinks can be imported using their URI, e.g.
@@ -1 +1 @@
1
- {"version":3,"file":"projectSink.js","sourceRoot":"","sources":["../../logging/projectSink.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"projectSink.js","sourceRoot":"","sources":["../../logging/projectSink.ts"],"names":[],"mappings":"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"}
@@ -81,6 +81,7 @@ export interface GetNotificationChannelResult {
81
81
  readonly description: string;
82
82
  readonly displayName?: string;
83
83
  readonly enabled: boolean;
84
+ readonly forceDelete: boolean;
84
85
  /**
85
86
  * The provider-assigned unique ID for this managed resource.
86
87
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getNotificationChannel.js","sourceRoot":"","sources":["../../monitoring/getNotificationChannel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wDAcC;AAkDD,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
1
+ {"version":3,"file":"getNotificationChannel.js","sourceRoot":"","sources":["../../monitoring/getNotificationChannel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wDAcC;AAmDD,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAA2B;IAC7G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,sBAAsB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,oEAEC"}
@@ -37,6 +37,7 @@ import { input as inputs, output as outputs } from "../types";
37
37
  *
38
38
  * const basic = new gcp.monitoring.NotificationChannel("basic", {
39
39
  * displayName: "Test Notification Channel",
40
+ * forceDelete: false,
40
41
  * labels: {
41
42
  * email_address: "fake_email@blahblah.com",
42
43
  * },
@@ -97,6 +98,14 @@ export declare class NotificationChannel extends pulumi.CustomResource {
97
98
  * Whether notifications are forwarded to the described channel. This makes it possible to disable delivery of notifications to a particular channel without removing the channel from all alerting policies that reference the channel. This is a more convenient approach when the change is temporary and you want to receive notifications from the same set of alerting policies on the channel at some point in the future.
98
99
  */
99
100
  readonly enabled: pulumi.Output<boolean | undefined>;
101
+ /**
102
+ * If true, the notification channel will be deleted regardless
103
+ * of its use in alert policies (the policies will be updated
104
+ * to remove the channel). If false, channels that are still
105
+ * referenced by an existing alerting policy will fail to be
106
+ * deleted in a delete operation.
107
+ */
108
+ readonly forceDelete: pulumi.Output<boolean | undefined>;
100
109
  /**
101
110
  * Configuration fields that define the channel and its behavior. The
102
111
  * permissible and required labels are specified in the
@@ -173,6 +182,14 @@ export interface NotificationChannelState {
173
182
  * Whether notifications are forwarded to the described channel. This makes it possible to disable delivery of notifications to a particular channel without removing the channel from all alerting policies that reference the channel. This is a more convenient approach when the change is temporary and you want to receive notifications from the same set of alerting policies on the channel at some point in the future.
174
183
  */
175
184
  enabled?: pulumi.Input<boolean>;
185
+ /**
186
+ * If true, the notification channel will be deleted regardless
187
+ * of its use in alert policies (the policies will be updated
188
+ * to remove the channel). If false, channels that are still
189
+ * referenced by an existing alerting policy will fail to be
190
+ * deleted in a delete operation.
191
+ */
192
+ forceDelete?: pulumi.Input<boolean>;
176
193
  /**
177
194
  * Configuration fields that define the channel and its behavior. The
178
195
  * permissible and required labels are specified in the
@@ -241,6 +258,14 @@ export interface NotificationChannelArgs {
241
258
  * Whether notifications are forwarded to the described channel. This makes it possible to disable delivery of notifications to a particular channel without removing the channel from all alerting policies that reference the channel. This is a more convenient approach when the change is temporary and you want to receive notifications from the same set of alerting policies on the channel at some point in the future.
242
259
  */
243
260
  enabled?: pulumi.Input<boolean>;
261
+ /**
262
+ * If true, the notification channel will be deleted regardless
263
+ * of its use in alert policies (the policies will be updated
264
+ * to remove the channel). If false, channels that are still
265
+ * referenced by an existing alerting policy will fail to be
266
+ * deleted in a delete operation.
267
+ */
268
+ forceDelete?: pulumi.Input<boolean>;
244
269
  /**
245
270
  * Configuration fields that define the channel and its behavior. The
246
271
  * permissible and required labels are specified in the