@pulumi/gcp 6.49.0 → 6.50.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.
- package/alloydb/backup.d.ts +8 -8
- package/alloydb/backup.js +8 -8
- package/alloydb/cluster.d.ts +1 -50
- package/alloydb/cluster.js +1 -50
- package/alloydb/cluster.js.map +1 -1
- package/alloydb/instance.d.ts +9 -10
- package/alloydb/instance.js +9 -10
- package/alloydb/instance.js.map +1 -1
- package/apigee/addonsConfig.d.ts +172 -0
- package/apigee/addonsConfig.js +161 -0
- package/apigee/addonsConfig.js.map +1 -0
- package/apigee/index.d.ts +3 -0
- package/apigee/index.js +6 -1
- package/apigee/index.js.map +1 -1
- package/cloudbuildv2/connectionIAMBinding.d.ts +125 -0
- package/cloudbuildv2/connectionIAMBinding.js +92 -0
- package/cloudbuildv2/connectionIAMBinding.js.map +1 -0
- package/cloudbuildv2/connectionIAMMember.d.ts +125 -0
- package/cloudbuildv2/connectionIAMMember.js +92 -0
- package/cloudbuildv2/connectionIAMMember.js.map +1 -0
- package/cloudbuildv2/connectionIAMPolicy.d.ts +114 -0
- package/cloudbuildv2/connectionIAMPolicy.js +85 -0
- package/cloudbuildv2/connectionIAMPolicy.js.map +1 -0
- package/cloudbuildv2/index.d.ts +9 -0
- package/cloudbuildv2/index.js +16 -1
- package/cloudbuildv2/index.js.map +1 -1
- package/compute/externalVpnGateway.d.ts +18 -0
- package/compute/externalVpnGateway.js +2 -0
- package/compute/externalVpnGateway.js.map +1 -1
- package/compute/getInstanceGroupManager.d.ts +1 -0
- package/compute/getInstanceGroupManager.js.map +1 -1
- package/compute/getInstanceTemplate.d.ts +4 -0
- package/compute/getInstanceTemplate.js.map +1 -1
- package/compute/instanceGroupManager.d.ts +12 -0
- package/compute/instanceGroupManager.js +2 -0
- package/compute/instanceGroupManager.js.map +1 -1
- package/compute/instanceTemplate.d.ts +12 -0
- package/compute/instanceTemplate.js +2 -0
- package/compute/instanceTemplate.js.map +1 -1
- package/compute/network.d.ts +15 -6
- package/compute/network.js.map +1 -1
- package/compute/regionInstanceGroupManager.d.ts +12 -0
- package/compute/regionInstanceGroupManager.js +2 -0
- package/compute/regionInstanceGroupManager.js.map +1 -1
- package/compute/regionTargetTcpProxy.d.ts +10 -0
- package/compute/regionTargetTcpProxy.js +10 -0
- package/compute/regionTargetTcpProxy.js.map +1 -1
- package/datafusion/instance.d.ts +0 -9
- package/datafusion/instance.js +0 -9
- package/datafusion/instance.js.map +1 -1
- package/datastream/stream.d.ts +170 -0
- package/datastream/stream.js +170 -0
- package/datastream/stream.js.map +1 -1
- package/eventarc/channel.d.ts +3 -3
- package/eventarc/channel.js +3 -3
- package/eventarc/googleChannelConfig.d.ts +3 -3
- package/eventarc/googleChannelConfig.js +3 -3
- package/firebase/androidApp.d.ts +3 -3
- package/firebase/appleApp.d.ts +9 -9
- package/firestore/database.d.ts +197 -0
- package/firestore/database.js +90 -0
- package/firestore/database.js.map +1 -0
- package/firestore/index.d.ts +3 -0
- package/firestore/index.js +6 -1
- package/firestore/index.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/redis/instance.d.ts +2 -2
- package/securitycenter/instanceIamBinding.d.ts +0 -9
- package/securitycenter/instanceIamBinding.js +0 -9
- package/securitycenter/instanceIamBinding.js.map +1 -1
- package/securitycenter/instanceIamMember.d.ts +0 -9
- package/securitycenter/instanceIamMember.js +0 -9
- package/securitycenter/instanceIamMember.js.map +1 -1
- package/securitycenter/instanceIamPolicy.d.ts +0 -9
- package/securitycenter/instanceIamPolicy.js +0 -9
- package/securitycenter/instanceIamPolicy.js.map +1 -1
- package/sql/databaseInstance.d.ts +1 -0
- package/sql/databaseInstance.js +1 -0
- package/sql/databaseInstance.js.map +1 -1
- package/types/input.d.ts +570 -1
- package/types/output.d.ts +575 -1
- package/vertex/aiFeatureStore.d.ts +44 -0
- package/vertex/aiFeatureStore.js +25 -0
- package/vertex/aiFeatureStore.js.map +1 -1
- package/vertex/aiFeatureStoreEntityType.d.ts +32 -0
- package/vertex/aiFeatureStoreEntityType.js +6 -0
- package/vertex/aiFeatureStoreEntityType.js.map +1 -1
|
@@ -31,6 +31,29 @@ import * as outputs from "../types/output";
|
|
|
31
31
|
* region: "us-central1",
|
|
32
32
|
* });
|
|
33
33
|
* ```
|
|
34
|
+
* ### Vertex Ai Featurestore With Beta Fields
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as gcp from "@pulumi/gcp";
|
|
39
|
+
*
|
|
40
|
+
* const featurestore = new gcp.vertex.AiFeatureStore("featurestore", {
|
|
41
|
+
* labels: {
|
|
42
|
+
* foo: "bar",
|
|
43
|
+
* },
|
|
44
|
+
* region: "us-central1",
|
|
45
|
+
* onlineServingConfig: {
|
|
46
|
+
* fixedNodeCount: 2,
|
|
47
|
+
* },
|
|
48
|
+
* encryptionSpec: {
|
|
49
|
+
* kmsKeyName: "kms-name",
|
|
50
|
+
* },
|
|
51
|
+
* onlineStorageTtlDays: 30,
|
|
52
|
+
* forceDestroy: true,
|
|
53
|
+
* }, {
|
|
54
|
+
* provider: google_beta,
|
|
55
|
+
* });
|
|
56
|
+
* ```
|
|
34
57
|
* ### Vertex Ai Featurestore Scaling
|
|
35
58
|
*
|
|
36
59
|
* ```typescript
|
|
@@ -123,6 +146,13 @@ export declare class AiFeatureStore extends pulumi.CustomResource {
|
|
|
123
146
|
* Structure is documented below.
|
|
124
147
|
*/
|
|
125
148
|
readonly onlineServingConfig: pulumi.Output<outputs.vertex.AiFeatureStoreOnlineServingConfig | undefined>;
|
|
149
|
+
/**
|
|
150
|
+
* TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage
|
|
151
|
+
* periodically removes obsolete feature values older than onlineStorageTtlDays since the feature generation time. Note
|
|
152
|
+
* that onlineStorageTtlDays should be less than or equal to offlineStorageTtlDays for each EntityType under a
|
|
153
|
+
* featurestore. If not set, default to 4000 days
|
|
154
|
+
*/
|
|
155
|
+
readonly onlineStorageTtlDays: pulumi.Output<number | undefined>;
|
|
126
156
|
/**
|
|
127
157
|
* The ID of the project in which the resource belongs.
|
|
128
158
|
* If it is not provided, the provider project is used.
|
|
@@ -181,6 +211,13 @@ export interface AiFeatureStoreState {
|
|
|
181
211
|
* Structure is documented below.
|
|
182
212
|
*/
|
|
183
213
|
onlineServingConfig?: pulumi.Input<inputs.vertex.AiFeatureStoreOnlineServingConfig>;
|
|
214
|
+
/**
|
|
215
|
+
* TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage
|
|
216
|
+
* periodically removes obsolete feature values older than onlineStorageTtlDays since the feature generation time. Note
|
|
217
|
+
* that onlineStorageTtlDays should be less than or equal to offlineStorageTtlDays for each EntityType under a
|
|
218
|
+
* featurestore. If not set, default to 4000 days
|
|
219
|
+
*/
|
|
220
|
+
onlineStorageTtlDays?: pulumi.Input<number>;
|
|
184
221
|
/**
|
|
185
222
|
* The ID of the project in which the resource belongs.
|
|
186
223
|
* If it is not provided, the provider project is used.
|
|
@@ -223,6 +260,13 @@ export interface AiFeatureStoreArgs {
|
|
|
223
260
|
* Structure is documented below.
|
|
224
261
|
*/
|
|
225
262
|
onlineServingConfig?: pulumi.Input<inputs.vertex.AiFeatureStoreOnlineServingConfig>;
|
|
263
|
+
/**
|
|
264
|
+
* TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage
|
|
265
|
+
* periodically removes obsolete feature values older than onlineStorageTtlDays since the feature generation time. Note
|
|
266
|
+
* that onlineStorageTtlDays should be less than or equal to offlineStorageTtlDays for each EntityType under a
|
|
267
|
+
* featurestore. If not set, default to 4000 days
|
|
268
|
+
*/
|
|
269
|
+
onlineStorageTtlDays?: pulumi.Input<number>;
|
|
226
270
|
/**
|
|
227
271
|
* The ID of the project in which the resource belongs.
|
|
228
272
|
* If it is not provided, the provider project is used.
|
package/vertex/aiFeatureStore.js
CHANGED
|
@@ -35,6 +35,29 @@ const utilities = require("../utilities");
|
|
|
35
35
|
* region: "us-central1",
|
|
36
36
|
* });
|
|
37
37
|
* ```
|
|
38
|
+
* ### Vertex Ai Featurestore With Beta Fields
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as gcp from "@pulumi/gcp";
|
|
43
|
+
*
|
|
44
|
+
* const featurestore = new gcp.vertex.AiFeatureStore("featurestore", {
|
|
45
|
+
* labels: {
|
|
46
|
+
* foo: "bar",
|
|
47
|
+
* },
|
|
48
|
+
* region: "us-central1",
|
|
49
|
+
* onlineServingConfig: {
|
|
50
|
+
* fixedNodeCount: 2,
|
|
51
|
+
* },
|
|
52
|
+
* encryptionSpec: {
|
|
53
|
+
* kmsKeyName: "kms-name",
|
|
54
|
+
* },
|
|
55
|
+
* onlineStorageTtlDays: 30,
|
|
56
|
+
* forceDestroy: true,
|
|
57
|
+
* }, {
|
|
58
|
+
* provider: google_beta,
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
38
61
|
* ### Vertex Ai Featurestore Scaling
|
|
39
62
|
*
|
|
40
63
|
* ```typescript
|
|
@@ -114,6 +137,7 @@ class AiFeatureStore extends pulumi.CustomResource {
|
|
|
114
137
|
resourceInputs["labels"] = state ? state.labels : undefined;
|
|
115
138
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
116
139
|
resourceInputs["onlineServingConfig"] = state ? state.onlineServingConfig : undefined;
|
|
140
|
+
resourceInputs["onlineStorageTtlDays"] = state ? state.onlineStorageTtlDays : undefined;
|
|
117
141
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
118
142
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
119
143
|
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
@@ -125,6 +149,7 @@ class AiFeatureStore extends pulumi.CustomResource {
|
|
|
125
149
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
126
150
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
127
151
|
resourceInputs["onlineServingConfig"] = args ? args.onlineServingConfig : undefined;
|
|
152
|
+
resourceInputs["onlineStorageTtlDays"] = args ? args.onlineStorageTtlDays : undefined;
|
|
128
153
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
129
154
|
resourceInputs["region"] = args ? args.region : undefined;
|
|
130
155
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aiFeatureStore.js","sourceRoot":"","sources":["../../vertex/aiFeatureStore.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"aiFeatureStore.js","sourceRoot":"","sources":["../../vertex/aiFeatureStore.ts"],"names":[],"mappings":"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"}
|
|
@@ -33,6 +33,7 @@ import * as outputs from "../types/output";
|
|
|
33
33
|
* labels: {
|
|
34
34
|
* foo: "bar",
|
|
35
35
|
* },
|
|
36
|
+
* description: "test description",
|
|
36
37
|
* featurestore: featurestore.id,
|
|
37
38
|
* monitoringConfig: {
|
|
38
39
|
* snapshotAnalysis: {
|
|
@@ -90,6 +91,7 @@ import * as outputs from "../types/output";
|
|
|
90
91
|
* value: 0.3,
|
|
91
92
|
* },
|
|
92
93
|
* },
|
|
94
|
+
* offlineStorageTtlDays: 30,
|
|
93
95
|
* }, {
|
|
94
96
|
* provider: google_beta,
|
|
95
97
|
* });
|
|
@@ -123,6 +125,10 @@ export declare class AiFeatureStoreEntityType extends pulumi.CustomResource {
|
|
|
123
125
|
* The timestamp of when the featurestore was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
|
124
126
|
*/
|
|
125
127
|
readonly createTime: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* Optional. Description of the EntityType.
|
|
130
|
+
*/
|
|
131
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
126
132
|
/**
|
|
127
133
|
* Used to perform consistent read-modify-write updates.
|
|
128
134
|
*/
|
|
@@ -147,6 +153,12 @@ export declare class AiFeatureStoreEntityType extends pulumi.CustomResource {
|
|
|
147
153
|
* The name of the EntityType. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.
|
|
148
154
|
*/
|
|
149
155
|
readonly name: pulumi.Output<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Config for data retention policy in offline storage. TTL in days for feature values that will be stored in offline
|
|
158
|
+
* storage. The Feature Store offline storage periodically removes obsolete feature values older than offlineStorageTtlDays
|
|
159
|
+
* since the feature generation time. If unset (or explicitly set to 0), default to 4000 days TTL.
|
|
160
|
+
*/
|
|
161
|
+
readonly offlineStorageTtlDays: pulumi.Output<number | undefined>;
|
|
150
162
|
/**
|
|
151
163
|
* The region of the EntityType.
|
|
152
164
|
*/
|
|
@@ -172,6 +184,10 @@ export interface AiFeatureStoreEntityTypeState {
|
|
|
172
184
|
* The timestamp of when the featurestore was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
|
173
185
|
*/
|
|
174
186
|
createTime?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* Optional. Description of the EntityType.
|
|
189
|
+
*/
|
|
190
|
+
description?: pulumi.Input<string>;
|
|
175
191
|
/**
|
|
176
192
|
* Used to perform consistent read-modify-write updates.
|
|
177
193
|
*/
|
|
@@ -196,6 +212,12 @@ export interface AiFeatureStoreEntityTypeState {
|
|
|
196
212
|
* The name of the EntityType. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.
|
|
197
213
|
*/
|
|
198
214
|
name?: pulumi.Input<string>;
|
|
215
|
+
/**
|
|
216
|
+
* Config for data retention policy in offline storage. TTL in days for feature values that will be stored in offline
|
|
217
|
+
* storage. The Feature Store offline storage periodically removes obsolete feature values older than offlineStorageTtlDays
|
|
218
|
+
* since the feature generation time. If unset (or explicitly set to 0), default to 4000 days TTL.
|
|
219
|
+
*/
|
|
220
|
+
offlineStorageTtlDays?: pulumi.Input<number>;
|
|
199
221
|
/**
|
|
200
222
|
* The region of the EntityType.
|
|
201
223
|
*/
|
|
@@ -209,6 +231,10 @@ export interface AiFeatureStoreEntityTypeState {
|
|
|
209
231
|
* The set of arguments for constructing a AiFeatureStoreEntityType resource.
|
|
210
232
|
*/
|
|
211
233
|
export interface AiFeatureStoreEntityTypeArgs {
|
|
234
|
+
/**
|
|
235
|
+
* Optional. Description of the EntityType.
|
|
236
|
+
*/
|
|
237
|
+
description?: pulumi.Input<string>;
|
|
212
238
|
/**
|
|
213
239
|
* The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}.
|
|
214
240
|
*/
|
|
@@ -229,4 +255,10 @@ export interface AiFeatureStoreEntityTypeArgs {
|
|
|
229
255
|
* The name of the EntityType. This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.
|
|
230
256
|
*/
|
|
231
257
|
name?: pulumi.Input<string>;
|
|
258
|
+
/**
|
|
259
|
+
* Config for data retention policy in offline storage. TTL in days for feature values that will be stored in offline
|
|
260
|
+
* storage. The Feature Store offline storage periodically removes obsolete feature values older than offlineStorageTtlDays
|
|
261
|
+
* since the feature generation time. If unset (or explicitly set to 0), default to 4000 days TTL.
|
|
262
|
+
*/
|
|
263
|
+
offlineStorageTtlDays?: pulumi.Input<number>;
|
|
232
264
|
}
|
|
@@ -37,6 +37,7 @@ const utilities = require("../utilities");
|
|
|
37
37
|
* labels: {
|
|
38
38
|
* foo: "bar",
|
|
39
39
|
* },
|
|
40
|
+
* description: "test description",
|
|
40
41
|
* featurestore: featurestore.id,
|
|
41
42
|
* monitoringConfig: {
|
|
42
43
|
* snapshotAnalysis: {
|
|
@@ -94,6 +95,7 @@ const utilities = require("../utilities");
|
|
|
94
95
|
* value: 0.3,
|
|
95
96
|
* },
|
|
96
97
|
* },
|
|
98
|
+
* offlineStorageTtlDays: 30,
|
|
97
99
|
* }, {
|
|
98
100
|
* provider: google_beta,
|
|
99
101
|
* });
|
|
@@ -136,11 +138,13 @@ class AiFeatureStoreEntityType extends pulumi.CustomResource {
|
|
|
136
138
|
if (opts.id) {
|
|
137
139
|
const state = argsOrState;
|
|
138
140
|
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
141
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
139
142
|
resourceInputs["etag"] = state ? state.etag : undefined;
|
|
140
143
|
resourceInputs["featurestore"] = state ? state.featurestore : undefined;
|
|
141
144
|
resourceInputs["labels"] = state ? state.labels : undefined;
|
|
142
145
|
resourceInputs["monitoringConfig"] = state ? state.monitoringConfig : undefined;
|
|
143
146
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
147
|
+
resourceInputs["offlineStorageTtlDays"] = state ? state.offlineStorageTtlDays : undefined;
|
|
144
148
|
resourceInputs["region"] = state ? state.region : undefined;
|
|
145
149
|
resourceInputs["updateTime"] = state ? state.updateTime : undefined;
|
|
146
150
|
}
|
|
@@ -149,10 +153,12 @@ class AiFeatureStoreEntityType extends pulumi.CustomResource {
|
|
|
149
153
|
if ((!args || args.featurestore === undefined) && !opts.urn) {
|
|
150
154
|
throw new Error("Missing required property 'featurestore'");
|
|
151
155
|
}
|
|
156
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
152
157
|
resourceInputs["featurestore"] = args ? args.featurestore : undefined;
|
|
153
158
|
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
154
159
|
resourceInputs["monitoringConfig"] = args ? args.monitoringConfig : undefined;
|
|
155
160
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
161
|
+
resourceInputs["offlineStorageTtlDays"] = args ? args.offlineStorageTtlDays : undefined;
|
|
156
162
|
resourceInputs["createTime"] = undefined /*out*/;
|
|
157
163
|
resourceInputs["etag"] = undefined /*out*/;
|
|
158
164
|
resourceInputs["region"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aiFeatureStoreEntityType.js","sourceRoot":"","sources":["../../vertex/aiFeatureStoreEntityType.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"aiFeatureStoreEntityType.js","sourceRoot":"","sources":["../../vertex/aiFeatureStoreEntityType.ts"],"names":[],"mappings":"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"}
|