@pulumi/gcp 5.24.0 → 5.26.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/cloudbuild/workerPool.d.ts +6 -6
- package/composer/environment.d.ts +0 -16
- package/composer/environment.js +0 -16
- package/composer/environment.js.map +1 -1
- package/compute/address.d.ts +9 -0
- package/compute/address.js.map +1 -1
- package/compute/backendService.d.ts +15 -9
- package/compute/backendService.js.map +1 -1
- package/compute/firewallPolicyRule.d.ts +3 -3
- package/compute/getInstance.d.ts +1 -1
- package/compute/getInstanceTemplate.d.ts +1 -1
- package/compute/globalForwardingRule.d.ts +120 -0
- package/compute/globalForwardingRule.js +120 -0
- package/compute/globalForwardingRule.js.map +1 -1
- package/compute/instance.d.ts +6 -6
- package/compute/instanceGroup.d.ts +3 -3
- package/compute/instanceGroupManager.d.ts +3 -3
- package/compute/instanceTemplate.d.ts +12 -12
- package/compute/regionBackendService.d.ts +30 -0
- package/compute/regionBackendService.js +30 -0
- package/compute/regionBackendService.js.map +1 -1
- package/compute/router.d.ts +9 -6
- package/compute/router.js.map +1 -1
- package/compute/securityPolicy.d.ts +5 -21
- package/compute/securityPolicy.js +0 -16
- package/compute/securityPolicy.js.map +1 -1
- package/container/cluster.d.ts +48 -68
- package/container/cluster.js +0 -18
- package/container/cluster.js.map +1 -1
- package/container/nodePool.d.ts +11 -11
- package/container/nodePool.js +2 -2
- package/dataflow/job.d.ts +1 -1
- package/dataflow/job.js +1 -1
- package/gkehub/featureMembership.d.ts +3 -3
- package/gkehub/membership.d.ts +1 -1
- package/gkehub/membership.js +1 -1
- package/healthcare/dicomStore.d.ts +9 -9
- package/kms/cryptoKeyIAMBinding.d.ts +3 -3
- package/kms/cryptoKeyIAMMember.d.ts +3 -3
- package/kms/keyRingIAMBinding.d.ts +3 -3
- package/kms/keyRingIAMMember.d.ts +3 -3
- package/notebooks/instance.d.ts +9 -3
- package/notebooks/instance.js.map +1 -1
- package/organizations/policy.d.ts +6 -3
- package/organizations/policy.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/pubsub/schema.d.ts +23 -0
- package/pubsub/schema.js +23 -0
- package/pubsub/schema.js.map +1 -1
- package/sql/user.d.ts +1 -1
- package/sql/user.js +1 -1
- package/storage/bucket.d.ts +9 -9
- package/storage/bucketObject.d.ts +3 -3
- package/types/input.d.ts +86 -39
- package/types/output.d.ts +93 -42
- package/vpcaccess/connector.d.ts +9 -3
- package/vpcaccess/connector.js.map +1 -1
|
@@ -152,7 +152,7 @@ export declare class CryptoKeyIAMMember extends pulumi.CustomResource {
|
|
|
152
152
|
*/
|
|
153
153
|
static isInstance(obj: any): obj is CryptoKeyIAMMember;
|
|
154
154
|
/**
|
|
155
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
155
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
156
156
|
* Structure is documented below.
|
|
157
157
|
*/
|
|
158
158
|
readonly condition: pulumi.Output<outputs.kms.CryptoKeyIAMMemberCondition | undefined>;
|
|
@@ -187,7 +187,7 @@ export declare class CryptoKeyIAMMember extends pulumi.CustomResource {
|
|
|
187
187
|
*/
|
|
188
188
|
export interface CryptoKeyIAMMemberState {
|
|
189
189
|
/**
|
|
190
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
190
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
191
191
|
* Structure is documented below.
|
|
192
192
|
*/
|
|
193
193
|
condition?: pulumi.Input<inputs.kms.CryptoKeyIAMMemberCondition>;
|
|
@@ -214,7 +214,7 @@ export interface CryptoKeyIAMMemberState {
|
|
|
214
214
|
*/
|
|
215
215
|
export interface CryptoKeyIAMMemberArgs {
|
|
216
216
|
/**
|
|
217
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
217
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
218
218
|
* Structure is documented below.
|
|
219
219
|
*/
|
|
220
220
|
condition?: pulumi.Input<inputs.kms.CryptoKeyIAMMemberCondition>;
|
|
@@ -159,7 +159,7 @@ export declare class KeyRingIAMBinding extends pulumi.CustomResource {
|
|
|
159
159
|
*/
|
|
160
160
|
static isInstance(obj: any): obj is KeyRingIAMBinding;
|
|
161
161
|
/**
|
|
162
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
162
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
163
163
|
* Structure is documented below.
|
|
164
164
|
*/
|
|
165
165
|
readonly condition: pulumi.Output<outputs.kms.KeyRingIAMBindingCondition | undefined>;
|
|
@@ -195,7 +195,7 @@ export declare class KeyRingIAMBinding extends pulumi.CustomResource {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface KeyRingIAMBindingState {
|
|
197
197
|
/**
|
|
198
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
198
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
199
199
|
* Structure is documented below.
|
|
200
200
|
*/
|
|
201
201
|
condition?: pulumi.Input<inputs.kms.KeyRingIAMBindingCondition>;
|
|
@@ -223,7 +223,7 @@ export interface KeyRingIAMBindingState {
|
|
|
223
223
|
*/
|
|
224
224
|
export interface KeyRingIAMBindingArgs {
|
|
225
225
|
/**
|
|
226
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
226
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
227
227
|
* Structure is documented below.
|
|
228
228
|
*/
|
|
229
229
|
condition?: pulumi.Input<inputs.kms.KeyRingIAMBindingCondition>;
|
|
@@ -159,7 +159,7 @@ export declare class KeyRingIAMMember extends pulumi.CustomResource {
|
|
|
159
159
|
*/
|
|
160
160
|
static isInstance(obj: any): obj is KeyRingIAMMember;
|
|
161
161
|
/**
|
|
162
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
162
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
163
163
|
* Structure is documented below.
|
|
164
164
|
*/
|
|
165
165
|
readonly condition: pulumi.Output<outputs.kms.KeyRingIAMMemberCondition | undefined>;
|
|
@@ -195,7 +195,7 @@ export declare class KeyRingIAMMember extends pulumi.CustomResource {
|
|
|
195
195
|
*/
|
|
196
196
|
export interface KeyRingIAMMemberState {
|
|
197
197
|
/**
|
|
198
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
198
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
199
199
|
* Structure is documented below.
|
|
200
200
|
*/
|
|
201
201
|
condition?: pulumi.Input<inputs.kms.KeyRingIAMMemberCondition>;
|
|
@@ -223,7 +223,7 @@ export interface KeyRingIAMMemberState {
|
|
|
223
223
|
*/
|
|
224
224
|
export interface KeyRingIAMMemberArgs {
|
|
225
225
|
/**
|
|
226
|
-
* An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
226
|
+
* ) An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
|
227
227
|
* Structure is documented below.
|
|
228
228
|
*/
|
|
229
229
|
condition?: pulumi.Input<inputs.kms.KeyRingIAMMemberCondition>;
|
package/notebooks/instance.d.ts
CHANGED
|
@@ -238,7 +238,8 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
238
238
|
*/
|
|
239
239
|
readonly network: pulumi.Output<string>;
|
|
240
240
|
/**
|
|
241
|
-
* The type of vNIC driver.
|
|
241
|
+
* The type of vNIC driver.
|
|
242
|
+
* Possible values are `UNSPECIFIED_NIC_TYPE`, `VIRTIO_NET`, and `GVNIC`.
|
|
242
243
|
*/
|
|
243
244
|
readonly nicType: pulumi.Output<string | undefined>;
|
|
244
245
|
/**
|
|
@@ -270,6 +271,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
270
271
|
readonly proxyUri: pulumi.Output<string>;
|
|
271
272
|
/**
|
|
272
273
|
* Reservation Affinity for consuming Zonal reservation.
|
|
274
|
+
* Structure is documented below.
|
|
273
275
|
*/
|
|
274
276
|
readonly reservationAffinity: pulumi.Output<outputs.notebooks.InstanceReservationAffinity | undefined>;
|
|
275
277
|
/**
|
|
@@ -428,7 +430,8 @@ export interface InstanceState {
|
|
|
428
430
|
*/
|
|
429
431
|
network?: pulumi.Input<string>;
|
|
430
432
|
/**
|
|
431
|
-
* The type of vNIC driver.
|
|
433
|
+
* The type of vNIC driver.
|
|
434
|
+
* Possible values are `UNSPECIFIED_NIC_TYPE`, `VIRTIO_NET`, and `GVNIC`.
|
|
432
435
|
*/
|
|
433
436
|
nicType?: pulumi.Input<string>;
|
|
434
437
|
/**
|
|
@@ -460,6 +463,7 @@ export interface InstanceState {
|
|
|
460
463
|
proxyUri?: pulumi.Input<string>;
|
|
461
464
|
/**
|
|
462
465
|
* Reservation Affinity for consuming Zonal reservation.
|
|
466
|
+
* Structure is documented below.
|
|
463
467
|
*/
|
|
464
468
|
reservationAffinity?: pulumi.Input<inputs.notebooks.InstanceReservationAffinity>;
|
|
465
469
|
/**
|
|
@@ -610,7 +614,8 @@ export interface InstanceArgs {
|
|
|
610
614
|
*/
|
|
611
615
|
network?: pulumi.Input<string>;
|
|
612
616
|
/**
|
|
613
|
-
* The type of vNIC driver.
|
|
617
|
+
* The type of vNIC driver.
|
|
618
|
+
* Possible values are `UNSPECIFIED_NIC_TYPE`, `VIRTIO_NET`, and `GVNIC`.
|
|
614
619
|
*/
|
|
615
620
|
nicType?: pulumi.Input<string>;
|
|
616
621
|
/**
|
|
@@ -638,6 +643,7 @@ export interface InstanceArgs {
|
|
|
638
643
|
project?: pulumi.Input<string>;
|
|
639
644
|
/**
|
|
640
645
|
* Reservation Affinity for consuming Zonal reservation.
|
|
646
|
+
* Structure is documented below.
|
|
641
647
|
*/
|
|
642
648
|
reservationAffinity?: pulumi.Input<inputs.notebooks.InstanceReservationAffinity>;
|
|
643
649
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../notebooks/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyHG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"instance.js","sourceRoot":"","sources":["../../notebooks/instance.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyHG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAoN/C,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,MAAM,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,qBAAqB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,MAAM,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,MAAM,CAAC,sBAAsB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,MAAM,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,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,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,MAAM,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACvC,MAAM,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACvC;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACrD,CAAC;IAzSD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;;AA1BL,4BA2SC;AA7RG,gBAAgB;AACO,qBAAY,GAAG,iCAAiC,CAAC"}
|
|
@@ -105,7 +105,8 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
105
105
|
*/
|
|
106
106
|
static isInstance(obj: any): obj is Policy;
|
|
107
107
|
/**
|
|
108
|
-
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
108
|
+
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
109
|
+
* below.
|
|
109
110
|
*/
|
|
110
111
|
readonly booleanPolicy: pulumi.Output<outputs.organizations.PolicyBooleanPolicy | undefined>;
|
|
111
112
|
/**
|
|
@@ -150,7 +151,8 @@ export declare class Policy extends pulumi.CustomResource {
|
|
|
150
151
|
*/
|
|
151
152
|
export interface PolicyState {
|
|
152
153
|
/**
|
|
153
|
-
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
154
|
+
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
155
|
+
* below.
|
|
154
156
|
*/
|
|
155
157
|
booleanPolicy?: pulumi.Input<inputs.organizations.PolicyBooleanPolicy>;
|
|
156
158
|
/**
|
|
@@ -187,7 +189,8 @@ export interface PolicyState {
|
|
|
187
189
|
*/
|
|
188
190
|
export interface PolicyArgs {
|
|
189
191
|
/**
|
|
190
|
-
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
192
|
+
* A boolean policy is a constraint that is either enforced or not. Structure is documented
|
|
193
|
+
* below.
|
|
191
194
|
*/
|
|
192
195
|
booleanPolicy?: pulumi.Input<inputs.organizations.PolicyBooleanPolicy>;
|
|
193
196
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../organizations/policy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuFG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"policy.js","sourceRoot":"","sources":["../../organizations/policy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuFG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAsE7C,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnC,MAAM,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5C;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACnD,CAAC;IAvGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;;AA1BL,wBAyGC;AA3FG,gBAAgB;AACO,mBAAY,GAAG,iCAAiC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/gcp",
|
|
3
|
-
"version": "v5.
|
|
3
|
+
"version": "v5.26.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Google Cloud Platform resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource gcp v5.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource gcp v5.26.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|
package/package.json.dev
CHANGED
package/pubsub/schema.d.ts
CHANGED
|
@@ -35,6 +35,29 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
35
35
|
* type: "AVRO",
|
|
36
36
|
* });
|
|
37
37
|
* ```
|
|
38
|
+
* ### Pubsub Schema Protobuf
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as gcp from "@pulumi/gcp";
|
|
43
|
+
*
|
|
44
|
+
* const exampleSchema = new gcp.pubsub.Schema("exampleSchema", {
|
|
45
|
+
* type: "PROTOCOL_BUFFER",
|
|
46
|
+
* definition: `syntax = "proto3";
|
|
47
|
+
* message Results {
|
|
48
|
+
* string message_request = 1;
|
|
49
|
+
* string message_response = 2;
|
|
50
|
+
* string timestamp_request = 3;
|
|
51
|
+
* string timestamp_response = 4;
|
|
52
|
+
* }`,
|
|
53
|
+
* });
|
|
54
|
+
* const exampleTopic = new gcp.pubsub.Topic("exampleTopic", {schemaSettings: {
|
|
55
|
+
* schema: "projects/my-project-name/schemas/example",
|
|
56
|
+
* encoding: "JSON",
|
|
57
|
+
* }}, {
|
|
58
|
+
* dependsOn: [exampleSchema],
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
38
61
|
*
|
|
39
62
|
* ## Import
|
|
40
63
|
*
|
package/pubsub/schema.js
CHANGED
|
@@ -41,6 +41,29 @@ const utilities = require("../utilities");
|
|
|
41
41
|
* type: "AVRO",
|
|
42
42
|
* });
|
|
43
43
|
* ```
|
|
44
|
+
* ### Pubsub Schema Protobuf
|
|
45
|
+
*
|
|
46
|
+
* ```typescript
|
|
47
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
+
* import * as gcp from "@pulumi/gcp";
|
|
49
|
+
*
|
|
50
|
+
* const exampleSchema = new gcp.pubsub.Schema("exampleSchema", {
|
|
51
|
+
* type: "PROTOCOL_BUFFER",
|
|
52
|
+
* definition: `syntax = "proto3";
|
|
53
|
+
* message Results {
|
|
54
|
+
* string message_request = 1;
|
|
55
|
+
* string message_response = 2;
|
|
56
|
+
* string timestamp_request = 3;
|
|
57
|
+
* string timestamp_response = 4;
|
|
58
|
+
* }`,
|
|
59
|
+
* });
|
|
60
|
+
* const exampleTopic = new gcp.pubsub.Topic("exampleTopic", {schemaSettings: {
|
|
61
|
+
* schema: "projects/my-project-name/schemas/example",
|
|
62
|
+
* encoding: "JSON",
|
|
63
|
+
* }}, {
|
|
64
|
+
* dependsOn: [exampleSchema],
|
|
65
|
+
* });
|
|
66
|
+
* ```
|
|
44
67
|
*
|
|
45
68
|
* ## Import
|
|
46
69
|
*
|
package/pubsub/schema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../pubsub/schema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../pubsub/schema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2EG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IA0D7C,YAAY,IAAY,EAAE,WAAsC,EAAE,IAAmC;QACjG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsC,CAAC;YACrD,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACnD;aAAM;YACH,MAAM,IAAI,GAAG,WAAqC,CAAC;YACnD,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACjD;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACnD,CAAC;IA7ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;;AA1BL,wBA+EC;AAjEG,gBAAgB;AACO,mBAAY,GAAG,0BAA0B,CAAC"}
|
package/sql/user.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
* });
|
|
23
23
|
* ```
|
|
24
24
|
*
|
|
25
|
-
* Example creating a Cloud IAM User.
|
|
25
|
+
* Example creating a Cloud IAM User. (For MySQL, specify `cloudsqlIamAuthentication`)
|
|
26
26
|
*
|
|
27
27
|
* ```typescript
|
|
28
28
|
* import * as pulumi from "@pulumi/pulumi";
|
package/sql/user.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* });
|
|
29
29
|
* ```
|
|
30
30
|
*
|
|
31
|
-
* Example creating a Cloud IAM User.
|
|
31
|
+
* Example creating a Cloud IAM User. (For MySQL, specify `cloudsqlIamAuthentication`)
|
|
32
32
|
*
|
|
33
33
|
* ```typescript
|
|
34
34
|
* import * as pulumi from "@pulumi/pulumi";
|
package/storage/bucket.d.ts
CHANGED
|
@@ -105,7 +105,7 @@ export declare class Bucket extends pulumi.CustomResource {
|
|
|
105
105
|
readonly cors: pulumi.Output<outputs.storage.BucketCor[] | undefined>;
|
|
106
106
|
readonly defaultEventBasedHold: pulumi.Output<boolean | undefined>;
|
|
107
107
|
/**
|
|
108
|
-
* The bucket's encryption configuration.
|
|
108
|
+
* The bucket's encryption configuration. Structure is documented below.
|
|
109
109
|
*/
|
|
110
110
|
readonly encryption: pulumi.Output<outputs.storage.BucketEncryption | undefined>;
|
|
111
111
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class Bucket extends pulumi.CustomResource {
|
|
|
129
129
|
*/
|
|
130
130
|
readonly location: pulumi.Output<string | undefined>;
|
|
131
131
|
/**
|
|
132
|
-
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration.
|
|
132
|
+
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration. Structure is documented below.
|
|
133
133
|
*/
|
|
134
134
|
readonly logging: pulumi.Output<outputs.storage.BucketLogging | undefined>;
|
|
135
135
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class Bucket extends pulumi.CustomResource {
|
|
|
166
166
|
*/
|
|
167
167
|
readonly url: pulumi.Output<string>;
|
|
168
168
|
/**
|
|
169
|
-
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration.
|
|
169
|
+
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
|
|
170
170
|
*/
|
|
171
171
|
readonly versioning: pulumi.Output<outputs.storage.BucketVersioning | undefined>;
|
|
172
172
|
/**
|
|
@@ -198,7 +198,7 @@ export interface BucketState {
|
|
|
198
198
|
cors?: pulumi.Input<pulumi.Input<inputs.storage.BucketCor>[]>;
|
|
199
199
|
defaultEventBasedHold?: pulumi.Input<boolean>;
|
|
200
200
|
/**
|
|
201
|
-
* The bucket's encryption configuration.
|
|
201
|
+
* The bucket's encryption configuration. Structure is documented below.
|
|
202
202
|
*/
|
|
203
203
|
encryption?: pulumi.Input<inputs.storage.BucketEncryption>;
|
|
204
204
|
/**
|
|
@@ -222,7 +222,7 @@ export interface BucketState {
|
|
|
222
222
|
*/
|
|
223
223
|
location?: pulumi.Input<string>;
|
|
224
224
|
/**
|
|
225
|
-
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration.
|
|
225
|
+
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration. Structure is documented below.
|
|
226
226
|
*/
|
|
227
227
|
logging?: pulumi.Input<inputs.storage.BucketLogging>;
|
|
228
228
|
/**
|
|
@@ -259,7 +259,7 @@ export interface BucketState {
|
|
|
259
259
|
*/
|
|
260
260
|
url?: pulumi.Input<string>;
|
|
261
261
|
/**
|
|
262
|
-
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration.
|
|
262
|
+
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
|
|
263
263
|
*/
|
|
264
264
|
versioning?: pulumi.Input<inputs.storage.BucketVersioning>;
|
|
265
265
|
/**
|
|
@@ -283,7 +283,7 @@ export interface BucketArgs {
|
|
|
283
283
|
cors?: pulumi.Input<pulumi.Input<inputs.storage.BucketCor>[]>;
|
|
284
284
|
defaultEventBasedHold?: pulumi.Input<boolean>;
|
|
285
285
|
/**
|
|
286
|
-
* The bucket's encryption configuration.
|
|
286
|
+
* The bucket's encryption configuration. Structure is documented below.
|
|
287
287
|
*/
|
|
288
288
|
encryption?: pulumi.Input<inputs.storage.BucketEncryption>;
|
|
289
289
|
/**
|
|
@@ -307,7 +307,7 @@ export interface BucketArgs {
|
|
|
307
307
|
*/
|
|
308
308
|
location?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
310
|
-
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration.
|
|
310
|
+
* The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/access-logs) configuration. Structure is documented below.
|
|
311
311
|
*/
|
|
312
312
|
logging?: pulumi.Input<inputs.storage.BucketLogging>;
|
|
313
313
|
/**
|
|
@@ -336,7 +336,7 @@ export interface BucketArgs {
|
|
|
336
336
|
*/
|
|
337
337
|
uniformBucketLevelAccess?: pulumi.Input<boolean>;
|
|
338
338
|
/**
|
|
339
|
-
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration.
|
|
339
|
+
* The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
|
|
340
340
|
*/
|
|
341
341
|
versioning?: pulumi.Input<inputs.storage.BucketVersioning>;
|
|
342
342
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class BucketObject extends pulumi.CustomResource {
|
|
|
76
76
|
*/
|
|
77
77
|
readonly crc32c: pulumi.Output<string>;
|
|
78
78
|
/**
|
|
79
|
-
* Enables object encryption with Customer-Supplied Encryption Key (CSEK).
|
|
79
|
+
* Enables object encryption with Customer-Supplied Encryption Key (CSEK). Google [documentation about CSEK.](https://cloud.google.com/storage/docs/encryption/customer-supplied-keys)
|
|
80
80
|
* Structure is documented below.
|
|
81
81
|
*/
|
|
82
82
|
readonly customerEncryption: pulumi.Output<outputs.storage.BucketObjectCustomerEncryption | undefined>;
|
|
@@ -181,7 +181,7 @@ export interface BucketObjectState {
|
|
|
181
181
|
*/
|
|
182
182
|
crc32c?: pulumi.Input<string>;
|
|
183
183
|
/**
|
|
184
|
-
* Enables object encryption with Customer-Supplied Encryption Key (CSEK).
|
|
184
|
+
* Enables object encryption with Customer-Supplied Encryption Key (CSEK). Google [documentation about CSEK.](https://cloud.google.com/storage/docs/encryption/customer-supplied-keys)
|
|
185
185
|
* Structure is documented below.
|
|
186
186
|
*/
|
|
187
187
|
customerEncryption?: pulumi.Input<inputs.storage.BucketObjectCustomerEncryption>;
|
|
@@ -274,7 +274,7 @@ export interface BucketObjectArgs {
|
|
|
274
274
|
*/
|
|
275
275
|
contentType?: pulumi.Input<string>;
|
|
276
276
|
/**
|
|
277
|
-
* Enables object encryption with Customer-Supplied Encryption Key (CSEK).
|
|
277
|
+
* Enables object encryption with Customer-Supplied Encryption Key (CSEK). Google [documentation about CSEK.](https://cloud.google.com/storage/docs/encryption/customer-supplied-keys)
|
|
278
278
|
* Structure is documented below.
|
|
279
279
|
*/
|
|
280
280
|
customerEncryption?: pulumi.Input<inputs.storage.BucketObjectCustomerEncryption>;
|