@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
@@ -1 +1 @@
1
- {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../container/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,qCAAqC,EAAE;QAChE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAgGD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getCluster.js","sourceRoot":"","sources":["../../container/getCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,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,qCAAqC,EAAE;QAChE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAmGD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
@@ -0,0 +1,301 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * ## Example Usage
5
+ * ### Datastream Connection Profile Basic
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as gcp from "@pulumi/gcp";
10
+ *
11
+ * const defaultConnectionProfile = new gcp.datastream.ConnectionProfile("default", {
12
+ * connectionProfileId: "my-profile",
13
+ * displayName: "Connection profile",
14
+ * gcsProfile: {
15
+ * bucket: "my-bucket",
16
+ * rootPath: "/path",
17
+ * },
18
+ * location: "us-central1",
19
+ * });
20
+ * ```
21
+ * ### Datastream Connection Profile Full
22
+ *
23
+ * ```typescript
24
+ * import * as pulumi from "@pulumi/pulumi";
25
+ * import * as gcp from "@pulumi/gcp";
26
+ *
27
+ * const defaultConnectionProfile = new gcp.datastream.ConnectionProfile("default", {
28
+ * connectionProfileId: "my-profile",
29
+ * displayName: "Connection profile",
30
+ * forwardSshConnectivity: {
31
+ * hostname: "google.com",
32
+ * password: "swordfish",
33
+ * port: 8022,
34
+ * username: "my-user",
35
+ * },
36
+ * gcsProfile: {
37
+ * bucket: "my-bucket",
38
+ * rootPath: "/path",
39
+ * },
40
+ * location: "us-central1",
41
+ * });
42
+ * ```
43
+ * ### Datastream Connection Profile Postgres
44
+ *
45
+ * ```typescript
46
+ * import * as pulumi from "@pulumi/pulumi";
47
+ * import * as gcp from "@pulumi/gcp";
48
+ * import * as random from "@pulumi/random";
49
+ *
50
+ * const instance = new gcp.sql.DatabaseInstance("instance", {
51
+ * databaseVersion: "POSTGRES_14",
52
+ * region: "us-central1",
53
+ * settings: {
54
+ * tier: "db-f1-micro",
55
+ * ipConfiguration: {
56
+ * authorizedNetworks: [
57
+ * {
58
+ * value: "34.71.242.81",
59
+ * },
60
+ * {
61
+ * value: "34.72.28.29",
62
+ * },
63
+ * {
64
+ * value: "34.67.6.157",
65
+ * },
66
+ * {
67
+ * value: "34.67.234.134",
68
+ * },
69
+ * {
70
+ * value: "34.72.239.218",
71
+ * },
72
+ * ],
73
+ * },
74
+ * },
75
+ * deletionProtection: true,
76
+ * });
77
+ * const db = new gcp.sql.Database("db", {instance: instance.name});
78
+ * const pwd = new random.RandomPassword("pwd", {
79
+ * length: 16,
80
+ * special: false,
81
+ * });
82
+ * const user = new gcp.sql.User("user", {
83
+ * instance: instance.name,
84
+ * password: pwd.result,
85
+ * });
86
+ * const _default = new gcp.datastream.ConnectionProfile("default", {
87
+ * displayName: "Connection profile",
88
+ * location: "us-central1",
89
+ * connectionProfileId: "my-profile",
90
+ * postgresqlProfile: {
91
+ * hostname: instance.publicIpAddress,
92
+ * username: user.name,
93
+ * password: user.password,
94
+ * database: db.name,
95
+ * },
96
+ * });
97
+ * ```
98
+ *
99
+ * ## Import
100
+ *
101
+ * ConnectionProfile can be imported using any of these accepted formats
102
+ *
103
+ * ```sh
104
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default projects/{{project}}/locations/{{location}}/connectionProfiles/{{connection_profile_id}}
105
+ * ```
106
+ *
107
+ * ```sh
108
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default {{project}}/{{location}}/{{connection_profile_id}}
109
+ * ```
110
+ *
111
+ * ```sh
112
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default {{location}}/{{connection_profile_id}}
113
+ * ```
114
+ */
115
+ export declare class ConnectionProfile extends pulumi.CustomResource {
116
+ /**
117
+ * Get an existing ConnectionProfile resource's state with the given name, ID, and optional extra
118
+ * properties used to qualify the lookup.
119
+ *
120
+ * @param name The _unique_ name of the resulting resource.
121
+ * @param id The _unique_ provider ID of the resource to lookup.
122
+ * @param state Any extra arguments used during the lookup.
123
+ * @param opts Optional settings to control the behavior of the CustomResource.
124
+ */
125
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectionProfileState, opts?: pulumi.CustomResourceOptions): ConnectionProfile;
126
+ /**
127
+ * Returns true if the given object is an instance of ConnectionProfile. This is designed to work even
128
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
129
+ */
130
+ static isInstance(obj: any): obj is ConnectionProfile;
131
+ /**
132
+ * The connection profile identifier.
133
+ */
134
+ readonly connectionProfileId: pulumi.Output<string>;
135
+ /**
136
+ * Display name.
137
+ */
138
+ readonly displayName: pulumi.Output<string>;
139
+ /**
140
+ * Forward SSH tunnel connectivity.
141
+ * Structure is documented below.
142
+ */
143
+ readonly forwardSshConnectivity: pulumi.Output<outputs.datastream.ConnectionProfileForwardSshConnectivity | undefined>;
144
+ /**
145
+ * Cloud Storage bucket profile.
146
+ * Structure is documented below.
147
+ */
148
+ readonly gcsProfile: pulumi.Output<outputs.datastream.ConnectionProfileGcsProfile | undefined>;
149
+ /**
150
+ * Labels.
151
+ */
152
+ readonly labels: pulumi.Output<{
153
+ [key: string]: string;
154
+ } | undefined>;
155
+ /**
156
+ * The name of the location this repository is located in.
157
+ */
158
+ readonly location: pulumi.Output<string>;
159
+ /**
160
+ * MySQL database profile.
161
+ * Structure is documented below.
162
+ */
163
+ readonly mysqlProfile: pulumi.Output<outputs.datastream.ConnectionProfileMysqlProfile | undefined>;
164
+ /**
165
+ * The resource's name.
166
+ */
167
+ readonly name: pulumi.Output<string>;
168
+ /**
169
+ * Oracle database profile.
170
+ * Structure is documented below.
171
+ */
172
+ readonly oracleProfile: pulumi.Output<outputs.datastream.ConnectionProfileOracleProfile | undefined>;
173
+ /**
174
+ * PostgreSQL database profile.
175
+ * Structure is documented below.
176
+ */
177
+ readonly postgresqlProfile: pulumi.Output<outputs.datastream.ConnectionProfilePostgresqlProfile | undefined>;
178
+ /**
179
+ * The ID of the project in which the resource belongs.
180
+ * If it is not provided, the provider project is used.
181
+ */
182
+ readonly project: pulumi.Output<string>;
183
+ /**
184
+ * Create a ConnectionProfile resource with the given unique name, arguments, and options.
185
+ *
186
+ * @param name The _unique_ name of the resource.
187
+ * @param args The arguments to use to populate this resource's properties.
188
+ * @param opts A bag of options that control this resource's behavior.
189
+ */
190
+ constructor(name: string, args: ConnectionProfileArgs, opts?: pulumi.CustomResourceOptions);
191
+ }
192
+ /**
193
+ * Input properties used for looking up and filtering ConnectionProfile resources.
194
+ */
195
+ export interface ConnectionProfileState {
196
+ /**
197
+ * The connection profile identifier.
198
+ */
199
+ connectionProfileId?: pulumi.Input<string>;
200
+ /**
201
+ * Display name.
202
+ */
203
+ displayName?: pulumi.Input<string>;
204
+ /**
205
+ * Forward SSH tunnel connectivity.
206
+ * Structure is documented below.
207
+ */
208
+ forwardSshConnectivity?: pulumi.Input<inputs.datastream.ConnectionProfileForwardSshConnectivity>;
209
+ /**
210
+ * Cloud Storage bucket profile.
211
+ * Structure is documented below.
212
+ */
213
+ gcsProfile?: pulumi.Input<inputs.datastream.ConnectionProfileGcsProfile>;
214
+ /**
215
+ * Labels.
216
+ */
217
+ labels?: pulumi.Input<{
218
+ [key: string]: pulumi.Input<string>;
219
+ }>;
220
+ /**
221
+ * The name of the location this repository is located in.
222
+ */
223
+ location?: pulumi.Input<string>;
224
+ /**
225
+ * MySQL database profile.
226
+ * Structure is documented below.
227
+ */
228
+ mysqlProfile?: pulumi.Input<inputs.datastream.ConnectionProfileMysqlProfile>;
229
+ /**
230
+ * The resource's name.
231
+ */
232
+ name?: pulumi.Input<string>;
233
+ /**
234
+ * Oracle database profile.
235
+ * Structure is documented below.
236
+ */
237
+ oracleProfile?: pulumi.Input<inputs.datastream.ConnectionProfileOracleProfile>;
238
+ /**
239
+ * PostgreSQL database profile.
240
+ * Structure is documented below.
241
+ */
242
+ postgresqlProfile?: pulumi.Input<inputs.datastream.ConnectionProfilePostgresqlProfile>;
243
+ /**
244
+ * The ID of the project in which the resource belongs.
245
+ * If it is not provided, the provider project is used.
246
+ */
247
+ project?: pulumi.Input<string>;
248
+ }
249
+ /**
250
+ * The set of arguments for constructing a ConnectionProfile resource.
251
+ */
252
+ export interface ConnectionProfileArgs {
253
+ /**
254
+ * The connection profile identifier.
255
+ */
256
+ connectionProfileId: pulumi.Input<string>;
257
+ /**
258
+ * Display name.
259
+ */
260
+ displayName: pulumi.Input<string>;
261
+ /**
262
+ * Forward SSH tunnel connectivity.
263
+ * Structure is documented below.
264
+ */
265
+ forwardSshConnectivity?: pulumi.Input<inputs.datastream.ConnectionProfileForwardSshConnectivity>;
266
+ /**
267
+ * Cloud Storage bucket profile.
268
+ * Structure is documented below.
269
+ */
270
+ gcsProfile?: pulumi.Input<inputs.datastream.ConnectionProfileGcsProfile>;
271
+ /**
272
+ * Labels.
273
+ */
274
+ labels?: pulumi.Input<{
275
+ [key: string]: pulumi.Input<string>;
276
+ }>;
277
+ /**
278
+ * The name of the location this repository is located in.
279
+ */
280
+ location: pulumi.Input<string>;
281
+ /**
282
+ * MySQL database profile.
283
+ * Structure is documented below.
284
+ */
285
+ mysqlProfile?: pulumi.Input<inputs.datastream.ConnectionProfileMysqlProfile>;
286
+ /**
287
+ * Oracle database profile.
288
+ * Structure is documented below.
289
+ */
290
+ oracleProfile?: pulumi.Input<inputs.datastream.ConnectionProfileOracleProfile>;
291
+ /**
292
+ * PostgreSQL database profile.
293
+ * Structure is documented below.
294
+ */
295
+ postgresqlProfile?: pulumi.Input<inputs.datastream.ConnectionProfilePostgresqlProfile>;
296
+ /**
297
+ * The ID of the project in which the resource belongs.
298
+ * If it is not provided, the provider project is used.
299
+ */
300
+ project?: pulumi.Input<string>;
301
+ }
@@ -0,0 +1,190 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ConnectionProfile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Example Usage
10
+ * ### Datastream Connection Profile Basic
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as gcp from "@pulumi/gcp";
15
+ *
16
+ * const defaultConnectionProfile = new gcp.datastream.ConnectionProfile("default", {
17
+ * connectionProfileId: "my-profile",
18
+ * displayName: "Connection profile",
19
+ * gcsProfile: {
20
+ * bucket: "my-bucket",
21
+ * rootPath: "/path",
22
+ * },
23
+ * location: "us-central1",
24
+ * });
25
+ * ```
26
+ * ### Datastream Connection Profile Full
27
+ *
28
+ * ```typescript
29
+ * import * as pulumi from "@pulumi/pulumi";
30
+ * import * as gcp from "@pulumi/gcp";
31
+ *
32
+ * const defaultConnectionProfile = new gcp.datastream.ConnectionProfile("default", {
33
+ * connectionProfileId: "my-profile",
34
+ * displayName: "Connection profile",
35
+ * forwardSshConnectivity: {
36
+ * hostname: "google.com",
37
+ * password: "swordfish",
38
+ * port: 8022,
39
+ * username: "my-user",
40
+ * },
41
+ * gcsProfile: {
42
+ * bucket: "my-bucket",
43
+ * rootPath: "/path",
44
+ * },
45
+ * location: "us-central1",
46
+ * });
47
+ * ```
48
+ * ### Datastream Connection Profile Postgres
49
+ *
50
+ * ```typescript
51
+ * import * as pulumi from "@pulumi/pulumi";
52
+ * import * as gcp from "@pulumi/gcp";
53
+ * import * as random from "@pulumi/random";
54
+ *
55
+ * const instance = new gcp.sql.DatabaseInstance("instance", {
56
+ * databaseVersion: "POSTGRES_14",
57
+ * region: "us-central1",
58
+ * settings: {
59
+ * tier: "db-f1-micro",
60
+ * ipConfiguration: {
61
+ * authorizedNetworks: [
62
+ * {
63
+ * value: "34.71.242.81",
64
+ * },
65
+ * {
66
+ * value: "34.72.28.29",
67
+ * },
68
+ * {
69
+ * value: "34.67.6.157",
70
+ * },
71
+ * {
72
+ * value: "34.67.234.134",
73
+ * },
74
+ * {
75
+ * value: "34.72.239.218",
76
+ * },
77
+ * ],
78
+ * },
79
+ * },
80
+ * deletionProtection: true,
81
+ * });
82
+ * const db = new gcp.sql.Database("db", {instance: instance.name});
83
+ * const pwd = new random.RandomPassword("pwd", {
84
+ * length: 16,
85
+ * special: false,
86
+ * });
87
+ * const user = new gcp.sql.User("user", {
88
+ * instance: instance.name,
89
+ * password: pwd.result,
90
+ * });
91
+ * const _default = new gcp.datastream.ConnectionProfile("default", {
92
+ * displayName: "Connection profile",
93
+ * location: "us-central1",
94
+ * connectionProfileId: "my-profile",
95
+ * postgresqlProfile: {
96
+ * hostname: instance.publicIpAddress,
97
+ * username: user.name,
98
+ * password: user.password,
99
+ * database: db.name,
100
+ * },
101
+ * });
102
+ * ```
103
+ *
104
+ * ## Import
105
+ *
106
+ * ConnectionProfile can be imported using any of these accepted formats
107
+ *
108
+ * ```sh
109
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default projects/{{project}}/locations/{{location}}/connectionProfiles/{{connection_profile_id}}
110
+ * ```
111
+ *
112
+ * ```sh
113
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default {{project}}/{{location}}/{{connection_profile_id}}
114
+ * ```
115
+ *
116
+ * ```sh
117
+ * $ pulumi import gcp:datastream/connectionProfile:ConnectionProfile default {{location}}/{{connection_profile_id}}
118
+ * ```
119
+ */
120
+ class ConnectionProfile extends pulumi.CustomResource {
121
+ constructor(name, argsOrState, opts) {
122
+ let resourceInputs = {};
123
+ opts = opts || {};
124
+ if (opts.id) {
125
+ const state = argsOrState;
126
+ resourceInputs["connectionProfileId"] = state ? state.connectionProfileId : undefined;
127
+ resourceInputs["displayName"] = state ? state.displayName : undefined;
128
+ resourceInputs["forwardSshConnectivity"] = state ? state.forwardSshConnectivity : undefined;
129
+ resourceInputs["gcsProfile"] = state ? state.gcsProfile : undefined;
130
+ resourceInputs["labels"] = state ? state.labels : undefined;
131
+ resourceInputs["location"] = state ? state.location : undefined;
132
+ resourceInputs["mysqlProfile"] = state ? state.mysqlProfile : undefined;
133
+ resourceInputs["name"] = state ? state.name : undefined;
134
+ resourceInputs["oracleProfile"] = state ? state.oracleProfile : undefined;
135
+ resourceInputs["postgresqlProfile"] = state ? state.postgresqlProfile : undefined;
136
+ resourceInputs["project"] = state ? state.project : undefined;
137
+ }
138
+ else {
139
+ const args = argsOrState;
140
+ if ((!args || args.connectionProfileId === undefined) && !opts.urn) {
141
+ throw new Error("Missing required property 'connectionProfileId'");
142
+ }
143
+ if ((!args || args.displayName === undefined) && !opts.urn) {
144
+ throw new Error("Missing required property 'displayName'");
145
+ }
146
+ if ((!args || args.location === undefined) && !opts.urn) {
147
+ throw new Error("Missing required property 'location'");
148
+ }
149
+ resourceInputs["connectionProfileId"] = args ? args.connectionProfileId : undefined;
150
+ resourceInputs["displayName"] = args ? args.displayName : undefined;
151
+ resourceInputs["forwardSshConnectivity"] = args ? args.forwardSshConnectivity : undefined;
152
+ resourceInputs["gcsProfile"] = args ? args.gcsProfile : undefined;
153
+ resourceInputs["labels"] = args ? args.labels : undefined;
154
+ resourceInputs["location"] = args ? args.location : undefined;
155
+ resourceInputs["mysqlProfile"] = args ? args.mysqlProfile : undefined;
156
+ resourceInputs["oracleProfile"] = args ? args.oracleProfile : undefined;
157
+ resourceInputs["postgresqlProfile"] = args ? args.postgresqlProfile : undefined;
158
+ resourceInputs["project"] = args ? args.project : undefined;
159
+ resourceInputs["name"] = undefined /*out*/;
160
+ }
161
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
162
+ super(ConnectionProfile.__pulumiType, name, resourceInputs, opts);
163
+ }
164
+ /**
165
+ * Get an existing ConnectionProfile resource's state with the given name, ID, and optional extra
166
+ * properties used to qualify the lookup.
167
+ *
168
+ * @param name The _unique_ name of the resulting resource.
169
+ * @param id The _unique_ provider ID of the resource to lookup.
170
+ * @param state Any extra arguments used during the lookup.
171
+ * @param opts Optional settings to control the behavior of the CustomResource.
172
+ */
173
+ static get(name, id, state, opts) {
174
+ return new ConnectionProfile(name, state, Object.assign(Object.assign({}, opts), { id: id }));
175
+ }
176
+ /**
177
+ * Returns true if the given object is an instance of ConnectionProfile. This is designed to work even
178
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
179
+ */
180
+ static isInstance(obj) {
181
+ if (obj === undefined || obj === null) {
182
+ return false;
183
+ }
184
+ return obj['__pulumiType'] === ConnectionProfile.__pulumiType;
185
+ }
186
+ }
187
+ exports.ConnectionProfile = ConnectionProfile;
188
+ /** @internal */
189
+ ConnectionProfile.__pulumiType = 'gcp:datastream/connectionProfile:ConnectionProfile';
190
+ //# sourceMappingURL=connectionProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectionProfile.js","sourceRoot":"","sources":["../../datastream/connectionProfile.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export * from "./connectionProfile";
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ const pulumi = require("@pulumi/pulumi");
20
+ const utilities = require("../utilities");
21
+ // Export members:
22
+ __exportStar(require("./connectionProfile"), exports);
23
+ // Import resources to register:
24
+ const connectionProfile_1 = require("./connectionProfile");
25
+ const _module = {
26
+ version: utilities.getVersion(),
27
+ construct: (name, type, urn) => {
28
+ switch (type) {
29
+ case "gcp:datastream/connectionProfile:ConnectionProfile":
30
+ return new connectionProfile_1.ConnectionProfile(name, undefined, { urn });
31
+ default:
32
+ throw new Error(`unknown resource type ${type}`);
33
+ }
34
+ },
35
+ };
36
+ pulumi.runtime.registerResourceModule("gcp", "datastream/connectionProfile", _module);
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../datastream/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,sDAAoC;AAEpC,gCAAgC;AAChC,2DAAwD;AAExD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oDAAoD;gBACrD,OAAO,IAAI,qCAAiB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC/D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA"}
@@ -76,6 +76,10 @@ export declare class ResponsePolicyRule extends pulumi.CustomResource {
76
76
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
77
77
  */
78
78
  static isInstance(obj: any): obj is ResponsePolicyRule;
79
+ /**
80
+ * Answer this query with a behavior rather than DNS data. Acceptable values are 'behaviorUnspecified', and 'bypassResponsePolicy'
81
+ */
82
+ readonly behavior: pulumi.Output<string | undefined>;
79
83
  /**
80
84
  * The DNS name (wildcard or exact) to apply this rule to. Must be unique within the Response Policy Rule.
81
85
  */
@@ -112,6 +116,10 @@ export declare class ResponsePolicyRule extends pulumi.CustomResource {
112
116
  * Input properties used for looking up and filtering ResponsePolicyRule resources.
113
117
  */
114
118
  export interface ResponsePolicyRuleState {
119
+ /**
120
+ * Answer this query with a behavior rather than DNS data. Acceptable values are 'behaviorUnspecified', and 'bypassResponsePolicy'
121
+ */
122
+ behavior?: pulumi.Input<string>;
115
123
  /**
116
124
  * The DNS name (wildcard or exact) to apply this rule to. Must be unique within the Response Policy Rule.
117
125
  */
@@ -140,6 +148,10 @@ export interface ResponsePolicyRuleState {
140
148
  * The set of arguments for constructing a ResponsePolicyRule resource.
141
149
  */
142
150
  export interface ResponsePolicyRuleArgs {
151
+ /**
152
+ * Answer this query with a behavior rather than DNS data. Acceptable values are 'behaviorUnspecified', and 'bypassResponsePolicy'
153
+ */
154
+ behavior?: pulumi.Input<string>;
143
155
  /**
144
156
  * The DNS name (wildcard or exact) to apply this rule to. Must be unique within the Response Policy Rule.
145
157
  */
@@ -71,6 +71,7 @@ class ResponsePolicyRule extends pulumi.CustomResource {
71
71
  opts = opts || {};
72
72
  if (opts.id) {
73
73
  const state = argsOrState;
74
+ resourceInputs["behavior"] = state ? state.behavior : undefined;
74
75
  resourceInputs["dnsName"] = state ? state.dnsName : undefined;
75
76
  resourceInputs["localData"] = state ? state.localData : undefined;
76
77
  resourceInputs["project"] = state ? state.project : undefined;
@@ -88,6 +89,7 @@ class ResponsePolicyRule extends pulumi.CustomResource {
88
89
  if ((!args || args.ruleName === undefined) && !opts.urn) {
89
90
  throw new Error("Missing required property 'ruleName'");
90
91
  }
92
+ resourceInputs["behavior"] = args ? args.behavior : undefined;
91
93
  resourceInputs["dnsName"] = args ? args.dnsName : undefined;
92
94
  resourceInputs["localData"] = args ? args.localData : undefined;
93
95
  resourceInputs["project"] = args ? args.project : undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"responsePolicyRule.js","sourceRoot":"","sources":["../../dns/responsePolicyRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IA4DzD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3D,MAAM,IAAI,KAAK,CAAC,4CAA4C,CAAC,CAAC;aACjE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;IAxFD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;;AA1BL,gDA0FC;AA5EG,gBAAgB;AACO,+BAAY,GAAG,+CAA+C,CAAC"}
1
+ {"version":3,"file":"responsePolicyRule.js","sourceRoot":"","sources":["../../dns/responsePolicyRule.ts"],"names":[],"mappings":"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"}
package/index.d.ts CHANGED
@@ -9,6 +9,7 @@ import * as appengine from "./appengine";
9
9
  import * as artifactregistry from "./artifactregistry";
10
10
  import * as assuredworkloads from "./assuredworkloads";
11
11
  import * as bigquery from "./bigquery";
12
+ import * as bigqueryanalyticshub from "./bigqueryanalyticshub";
12
13
  import * as bigtable from "./bigtable";
13
14
  import * as billing from "./billing";
14
15
  import * as binaryauthorization from "./binaryauthorization";
@@ -35,6 +36,7 @@ import * as dataloss from "./dataloss";
35
36
  import * as dataplex from "./dataplex";
36
37
  import * as dataproc from "./dataproc";
37
38
  import * as datastore from "./datastore";
39
+ import * as datastream from "./datastream";
38
40
  import * as deploymentmanager from "./deploymentmanager";
39
41
  import * as diagflow from "./diagflow";
40
42
  import * as dns from "./dns";
@@ -88,4 +90,4 @@ import * as types from "./types";
88
90
  import * as vertex from "./vertex";
89
91
  import * as vpcaccess from "./vpcaccess";
90
92
  import * as workflows from "./workflows";
91
- export { accessapproval, accesscontextmanager, activedirectory, apigateway, apigee, appengine, artifactregistry, assuredworkloads, bigquery, bigtable, billing, binaryauthorization, certificateauthority, certificatemanager, cloudasset, cloudbuild, clouddeploy, cloudfunctions, cloudfunctionsv2, cloudidentity, cloudrun, cloudscheduler, cloudtasks, composer, compute, config, container, containeranalysis, datacatalog, dataflow, datafusion, dataloss, dataplex, dataproc, datastore, deploymentmanager, diagflow, dns, endpoints, essentialcontacts, eventarc, filestore, firebase, firebaserules, firestore, folder, gameservices, gkehub, healthcare, iam, iap, identityplatform, iot, kms, logging, memcache, ml, monitoring, networkconnectivity, networkmanagement, networkservices, notebooks, organizations, orgpolicy, osconfig, oslogin, projects, pubsub, recaptcha, redis, resourcemanager, runtimeconfig, secretmanager, securitycenter, serviceaccount, servicedirectory, servicenetworking, serviceusage, sourcerepo, spanner, sql, storage, tags, tpu, types, vertex, vpcaccess, workflows, };
93
+ export { accessapproval, accesscontextmanager, activedirectory, apigateway, apigee, appengine, artifactregistry, assuredworkloads, bigquery, bigqueryanalyticshub, bigtable, billing, binaryauthorization, certificateauthority, certificatemanager, cloudasset, cloudbuild, clouddeploy, cloudfunctions, cloudfunctionsv2, cloudidentity, cloudrun, cloudscheduler, cloudtasks, composer, compute, config, container, containeranalysis, datacatalog, dataflow, datafusion, dataloss, dataplex, dataproc, datastore, datastream, deploymentmanager, diagflow, dns, endpoints, essentialcontacts, eventarc, filestore, firebase, firebaserules, firestore, folder, gameservices, gkehub, healthcare, iam, iap, identityplatform, iot, kms, logging, memcache, ml, monitoring, networkconnectivity, networkmanagement, networkservices, notebooks, organizations, orgpolicy, osconfig, oslogin, projects, pubsub, recaptcha, redis, resourcemanager, runtimeconfig, secretmanager, securitycenter, serviceaccount, servicedirectory, servicenetworking, serviceusage, sourcerepo, spanner, sql, storage, tags, tpu, types, vertex, vpcaccess, workflows, };