pulumi-gcp 8.42.0a1756709266__py3-none-any.whl → 8.42.0a1756925793__py3-none-any.whl

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 (34) hide show
  1. pulumi_gcp/bigquery/app_profile.py +14 -49
  2. pulumi_gcp/bigquery/dataset_access.py +4 -8
  3. pulumi_gcp/bigquery/table.py +7 -21
  4. pulumi_gcp/bigtable/app_profile.py +14 -49
  5. pulumi_gcp/bigtable/table.py +42 -42
  6. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  7. pulumi_gcp/cloudfunctions/function.py +4 -8
  8. pulumi_gcp/composer/environment.py +28 -49
  9. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  10. pulumi_gcp/compute/instance_from_template.py +75 -110
  11. pulumi_gcp/compute/instance_group_manager.py +7 -14
  12. pulumi_gcp/compute/instance_template.py +7 -14
  13. pulumi_gcp/compute/interconnect.py +4 -8
  14. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  15. pulumi_gcp/container/aws_cluster.py +28 -42
  16. pulumi_gcp/container/aws_node_pool.py +28 -42
  17. pulumi_gcp/container/azure_cluster.py +35 -70
  18. pulumi_gcp/container/azure_node_pool.py +28 -42
  19. pulumi_gcp/dataplex/asset.py +28 -21
  20. pulumi_gcp/dataplex/zone.py +28 -21
  21. pulumi_gcp/dataproc/cluster.py +21 -14
  22. pulumi_gcp/dataproc/workflow_template.py +42 -105
  23. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  24. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  25. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  26. pulumi_gcp/monitoring/dashboard.py +7 -14
  27. pulumi_gcp/organizations/project.py +7 -21
  28. pulumi_gcp/pulumi-plugin.json +1 -1
  29. pulumi_gcp/sql/database_instance.py +7 -14
  30. pulumi_gcp/storage/bucket.py +7 -14
  31. {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/METADATA +1 -1
  32. {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/RECORD +34 -34
  33. {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/WHEEL +0 -0
  34. {pulumi_gcp-8.42.0a1756709266.dist-info → pulumi_gcp-8.42.0a1756925793.dist-info}/top_level.txt +0 -0
@@ -30,9 +30,7 @@ class ProjectArgs:
30
30
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
31
31
  """
32
32
  The set of arguments for constructing a Project resource.
33
- :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
34
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
35
- if you set auto_create_network to false, since the network will exist momentarily.
33
+ :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
36
34
  :param pulumi.Input[_builtins.str] billing_account: The alphanumeric ID of the billing account this project
37
35
  belongs to. The user or service account performing this operation with the provider
38
36
  must have at mininum Billing Account User privileges (`roles/billing.user`) on the billing account.
@@ -79,9 +77,7 @@ class ProjectArgs:
79
77
  @pulumi.getter(name="autoCreateNetwork")
80
78
  def auto_create_network(self) -> Optional[pulumi.Input[_builtins.bool]]:
81
79
  """
82
- Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
83
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
84
- if you set auto_create_network to false, since the network will exist momentarily.
80
+ Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
85
81
  """
86
82
  return pulumi.get(self, "auto_create_network")
87
83
 
@@ -215,9 +211,7 @@ class _ProjectState:
215
211
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
216
212
  """
217
213
  Input properties used for looking up and filtering Project resources.
218
- :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
219
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
220
- if you set auto_create_network to false, since the network will exist momentarily.
214
+ :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
221
215
  :param pulumi.Input[_builtins.str] billing_account: The alphanumeric ID of the billing account this project
222
216
  belongs to. The user or service account performing this operation with the provider
223
217
  must have at mininum Billing Account User privileges (`roles/billing.user`) on the billing account.
@@ -273,9 +267,7 @@ class _ProjectState:
273
267
  @pulumi.getter(name="autoCreateNetwork")
274
268
  def auto_create_network(self) -> Optional[pulumi.Input[_builtins.bool]]:
275
269
  """
276
- Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
277
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
278
- if you set auto_create_network to false, since the network will exist momentarily.
270
+ Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
279
271
  """
280
272
  return pulumi.get(self, "auto_create_network")
281
273
 
@@ -523,9 +515,7 @@ class Project(pulumi.CustomResource):
523
515
 
524
516
  :param str resource_name: The name of the resource.
525
517
  :param pulumi.ResourceOptions opts: Options for the resource.
526
- :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
527
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
528
- if you set auto_create_network to false, since the network will exist momentarily.
518
+ :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
529
519
  :param pulumi.Input[_builtins.str] billing_account: The alphanumeric ID of the billing account this project
530
520
  belongs to. The user or service account performing this operation with the provider
531
521
  must have at mininum Billing Account User privileges (`roles/billing.user`) on the billing account.
@@ -708,9 +698,7 @@ class Project(pulumi.CustomResource):
708
698
  :param str resource_name: The unique name of the resulting resource.
709
699
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
710
700
  :param pulumi.ResourceOptions opts: Options for the resource.
711
- :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
712
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
713
- if you set auto_create_network to false, since the network will exist momentarily.
701
+ :param pulumi.Input[_builtins.bool] auto_create_network: Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
714
702
  :param pulumi.Input[_builtins.str] billing_account: The alphanumeric ID of the billing account this project
715
703
  belongs to. The user or service account performing this operation with the provider
716
704
  must have at mininum Billing Account User privileges (`roles/billing.user`) on the billing account.
@@ -759,9 +747,7 @@ class Project(pulumi.CustomResource):
759
747
  @pulumi.getter(name="autoCreateNetwork")
760
748
  def auto_create_network(self) -> pulumi.Output[Optional[_builtins.bool]]:
761
749
  """
762
- Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note
763
- that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even
764
- if you set auto_create_network to false, since the network will exist momentarily.
750
+ Create the 'default' network automatically. Default true. If set to false, the default network will be deleted. Note that, for quota purposes, you will still need to have 1 network slot available to create the project successfully, even if you set auto_create_network to false, since the network will exist momentarily.
765
751
  """
766
752
  return pulumi.get(self, "auto_create_network")
767
753
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.42.0-alpha.1756709266"
4
+ "version": "8.42.0-alpha.1756925793"
5
5
  }
@@ -81,8 +81,7 @@ class DatabaseInstanceArgs:
81
81
  :param pulumi.Input['DatabaseInstanceReplicaConfigurationArgs'] replica_configuration: The configuration for replication. The
82
82
  configuration is detailed below.
83
83
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] replica_names: List of replica names. Can be updated.
84
- :param pulumi.Input['DatabaseInstanceReplicationClusterArgs'] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
85
- after both the primary and replica are created.
84
+ :param pulumi.Input['DatabaseInstanceReplicationClusterArgs'] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
86
85
  :param pulumi.Input['DatabaseInstanceRestoreBackupContextArgs'] restore_backup_context: The context needed to restore the database to a backup run. This field will
87
86
  cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below.
88
87
  **NOTE:** Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this
@@ -313,8 +312,7 @@ class DatabaseInstanceArgs:
313
312
  @pulumi.getter(name="replicationCluster")
314
313
  def replication_cluster(self) -> Optional[pulumi.Input['DatabaseInstanceReplicationClusterArgs']]:
315
314
  """
316
- A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
317
- after both the primary and replica are created.
315
+ A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
318
316
  """
319
317
  return pulumi.get(self, "replication_cluster")
320
318
 
@@ -447,8 +445,7 @@ class _DatabaseInstanceState:
447
445
  :param pulumi.Input['DatabaseInstanceReplicaConfigurationArgs'] replica_configuration: The configuration for replication. The
448
446
  configuration is detailed below.
449
447
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] replica_names: List of replica names. Can be updated.
450
- :param pulumi.Input['DatabaseInstanceReplicationClusterArgs'] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
451
- after both the primary and replica are created.
448
+ :param pulumi.Input['DatabaseInstanceReplicationClusterArgs'] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
452
449
  :param pulumi.Input['DatabaseInstanceRestoreBackupContextArgs'] restore_backup_context: The context needed to restore the database to a backup run. This field will
453
450
  cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below.
454
451
  **NOTE:** Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this
@@ -813,8 +810,7 @@ class _DatabaseInstanceState:
813
810
  @pulumi.getter(name="replicationCluster")
814
811
  def replication_cluster(self) -> Optional[pulumi.Input['DatabaseInstanceReplicationClusterArgs']]:
815
812
  """
816
- A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
817
- after both the primary and replica are created.
813
+ A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
818
814
  """
819
815
  return pulumi.get(self, "replication_cluster")
820
816
 
@@ -1197,8 +1193,7 @@ class DatabaseInstance(pulumi.CustomResource):
1197
1193
  :param pulumi.Input[Union['DatabaseInstanceReplicaConfigurationArgs', 'DatabaseInstanceReplicaConfigurationArgsDict']] replica_configuration: The configuration for replication. The
1198
1194
  configuration is detailed below.
1199
1195
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] replica_names: List of replica names. Can be updated.
1200
- :param pulumi.Input[Union['DatabaseInstanceReplicationClusterArgs', 'DatabaseInstanceReplicationClusterArgsDict']] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
1201
- after both the primary and replica are created.
1196
+ :param pulumi.Input[Union['DatabaseInstanceReplicationClusterArgs', 'DatabaseInstanceReplicationClusterArgsDict']] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
1202
1197
  :param pulumi.Input[Union['DatabaseInstanceRestoreBackupContextArgs', 'DatabaseInstanceRestoreBackupContextArgsDict']] restore_backup_context: The context needed to restore the database to a backup run. This field will
1203
1198
  cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below.
1204
1199
  **NOTE:** Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this
@@ -1616,8 +1611,7 @@ class DatabaseInstance(pulumi.CustomResource):
1616
1611
  :param pulumi.Input[Union['DatabaseInstanceReplicaConfigurationArgs', 'DatabaseInstanceReplicaConfigurationArgsDict']] replica_configuration: The configuration for replication. The
1617
1612
  configuration is detailed below.
1618
1613
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] replica_names: List of replica names. Can be updated.
1619
- :param pulumi.Input[Union['DatabaseInstanceReplicationClusterArgs', 'DatabaseInstanceReplicationClusterArgsDict']] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
1620
- after both the primary and replica are created.
1614
+ :param pulumi.Input[Union['DatabaseInstanceReplicationClusterArgs', 'DatabaseInstanceReplicationClusterArgsDict']] replication_cluster: A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
1621
1615
  :param pulumi.Input[Union['DatabaseInstanceRestoreBackupContextArgs', 'DatabaseInstanceRestoreBackupContextArgsDict']] restore_backup_context: The context needed to restore the database to a backup run. This field will
1622
1616
  cause the provider to trigger the database to restore from the backup run indicated. The configuration is detailed below.
1623
1617
  **NOTE:** Restoring from a backup is an imperative action and not recommended via this provider. Adding or modifying this
@@ -1870,8 +1864,7 @@ class DatabaseInstance(pulumi.CustomResource):
1870
1864
  @pulumi.getter(name="replicationCluster")
1871
1865
  def replication_cluster(self) -> pulumi.Output['outputs.DatabaseInstanceReplicationCluster']:
1872
1866
  """
1873
- A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only
1874
- after both the primary and replica are created.
1867
+ A primary instance and disaster recovery replica pair. Applicable to MySQL and PostgreSQL. This field can be set only after both the primary and replica are created.
1875
1868
  """
1876
1869
  return pulumi.get(self, "replication_cluster")
1877
1870
 
@@ -71,8 +71,7 @@ class BucketArgs:
71
71
  :param pulumi.Input[_builtins.bool] requester_pays: Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) on a storage bucket.
72
72
  :param pulumi.Input['BucketRetentionPolicyArgs'] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
73
73
  :param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
74
- :param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
75
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
74
+ :param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
76
75
  :param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
77
76
  :param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
78
77
  :param pulumi.Input['BucketVersioningArgs'] versioning: The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
@@ -363,8 +362,7 @@ class BucketArgs:
363
362
  @pulumi.getter(name="softDeletePolicy")
364
363
  def soft_delete_policy(self) -> Optional[pulumi.Input['BucketSoftDeletePolicyArgs']]:
365
364
  """
366
- The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
367
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
365
+ The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
368
366
  """
369
367
  return pulumi.get(self, "soft_delete_policy")
370
368
 
@@ -484,8 +482,7 @@ class _BucketState:
484
482
  :param pulumi.Input['BucketRetentionPolicyArgs'] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
485
483
  :param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
486
484
  :param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
487
- :param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
488
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
485
+ :param pulumi.Input['BucketSoftDeletePolicyArgs'] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
489
486
  :param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
490
487
  :param pulumi.Input[_builtins.str] time_created: The creation time of the bucket in RFC 3339 format.
491
488
  :param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
@@ -839,8 +836,7 @@ class _BucketState:
839
836
  @pulumi.getter(name="softDeletePolicy")
840
837
  def soft_delete_policy(self) -> Optional[pulumi.Input['BucketSoftDeletePolicyArgs']]:
841
838
  """
842
- The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
843
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
839
+ The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
844
840
  """
845
841
  return pulumi.get(self, "soft_delete_policy")
846
842
 
@@ -1143,8 +1139,7 @@ class Bucket(pulumi.CustomResource):
1143
1139
  :param pulumi.Input[_builtins.bool] requester_pays: Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) on a storage bucket.
1144
1140
  :param pulumi.Input[Union['BucketRetentionPolicyArgs', 'BucketRetentionPolicyArgsDict']] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
1145
1141
  :param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
1146
- :param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
1147
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1142
+ :param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1148
1143
  :param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
1149
1144
  :param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
1150
1145
  :param pulumi.Input[Union['BucketVersioningArgs', 'BucketVersioningArgsDict']] versioning: The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versioning) configuration. Structure is documented below.
@@ -1467,8 +1462,7 @@ class Bucket(pulumi.CustomResource):
1467
1462
  :param pulumi.Input[Union['BucketRetentionPolicyArgs', 'BucketRetentionPolicyArgsDict']] retention_policy: Configuration of the bucket's data retention policy for how long objects in the bucket should be retained. Structure is documented below.
1468
1463
  :param pulumi.Input[_builtins.str] rpo: The recovery point objective for cross-region replication of the bucket. Applicable only for dual and multi-region buckets. `"DEFAULT"` sets default replication. `"ASYNC_TURBO"` value enables turbo replication, valid for dual-region buckets only. See [Turbo Replication](https://cloud.google.com/storage/docs/managing-turbo-replication) for more information. If rpo is not specified at bucket creation, it defaults to `"DEFAULT"` for dual and multi-region buckets. **NOTE** If used with single-region bucket, It will throw an error.
1469
1464
  :param pulumi.Input[_builtins.str] self_link: The URI of the created resource.
1470
- :param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
1471
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1465
+ :param pulumi.Input[Union['BucketSoftDeletePolicyArgs', 'BucketSoftDeletePolicyArgsDict']] soft_delete_policy: The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1472
1466
  :param pulumi.Input[_builtins.str] storage_class: The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of the new bucket. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
1473
1467
  :param pulumi.Input[_builtins.str] time_created: The creation time of the bucket in RFC 3339 format.
1474
1468
  :param pulumi.Input[_builtins.bool] uniform_bucket_level_access: Enables [Uniform bucket-level access](https://cloud.google.com/storage/docs/uniform-bucket-level-access) access to a bucket.
@@ -1704,8 +1698,7 @@ class Bucket(pulumi.CustomResource):
1704
1698
  @pulumi.getter(name="softDeletePolicy")
1705
1699
  def soft_delete_policy(self) -> pulumi.Output['outputs.BucketSoftDeletePolicy']:
1706
1700
  """
1707
- The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot
1708
- be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1701
+ The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy
1709
1702
  """
1710
1703
  return pulumi.get(self, "soft_delete_policy")
1711
1704
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 8.42.0a1756709266
3
+ Version: 8.42.0a1756925793
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -2,7 +2,7 @@ pulumi_gcp/__init__.py,sha256=DJAwPW-AFCCaA6g6kocgwnk9NX46ndkYQddP0FIbxrU,251718
2
2
  pulumi_gcp/_inputs.py,sha256=9NE1j2Jtucd4Z7z_r1il6wrHGF17X2oNokzIEQIOYZE,3787
3
3
  pulumi_gcp/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_gcp/provider.py,sha256=aaLI59paVHq0NG3SmRSlcizKtSrpg6l25S-JEO5e-YQ,231655
5
- pulumi_gcp/pulumi-plugin.json,sha256=LpXUzJlKyJPjR4wCV45RdxnV7x8OI7oWe9pFZFXug2A,80
5
+ pulumi_gcp/pulumi-plugin.json,sha256=RZyxMAggl5C_r9kK5tdflkULfGiWMAPi31kGEH1FsrM,80
6
6
  pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  pulumi_gcp/accessapproval/__init__.py,sha256=7WCKQDjkMsqVD0VCrMLh7-CQN7MTmnk2UROrYzvs0F4,413
8
8
  pulumi_gcp/accessapproval/get_folder_service_account.py,sha256=34v0e2PxL6mgp2WnY01WVPWbvxtzwRkqtl9mzoRkOLo,6441
@@ -207,7 +207,7 @@ pulumi_gcp/biglake/outputs.py,sha256=548WX40lG-h9XgR5rUY8ayYUZwVnCNxkYXgiqu1hPIs
207
207
  pulumi_gcp/biglake/table.py,sha256=Pm9UPFqOHCmUL6pSMkXcNZOcqZH5sO0NmXjM3NqR9RU,30680
208
208
  pulumi_gcp/bigquery/__init__.py,sha256=KQlvlVwdkQuAQw07XmmECaI1UMecwsCWeQILrLi3l80,1251
209
209
  pulumi_gcp/bigquery/_inputs.py,sha256=4XGDUOfnyb7NNnbfUnC3UqJAp0TLFCtaDojN_f39FAw,407927
210
- pulumi_gcp/bigquery/app_profile.py,sha256=wBWa-W4wAmF_OoKtNH0vkr9MfsRJt0e_rihtKWw5eUw,53865
210
+ pulumi_gcp/bigquery/app_profile.py,sha256=5uKpIl-W1UlqqF_tTYfONCzW40XeEzcjqQgOSCdqPZk,53445
211
211
  pulumi_gcp/bigquery/bi_reservation.py,sha256=Eq4nHW1DSdd9qHghiuSFe_hWQ5dodTHIJmXajXqwGWw,19605
212
212
  pulumi_gcp/bigquery/capacity_commitment.py,sha256=RBtJOAGmvpXpJde2k8LzhcxFBkoE2RUx5MGyCvTB4lM,37158
213
213
  pulumi_gcp/bigquery/connection.py,sha256=w9BlEuoNF_rxoRTMoRHFRi9ISyt1XYHfP6IpZ21YXAQ,58077
@@ -216,7 +216,7 @@ pulumi_gcp/bigquery/connection_iam_member.py,sha256=hM11b1tvfBYsH_dY9zYSYViuhBE1
216
216
  pulumi_gcp/bigquery/connection_iam_policy.py,sha256=jfqZlzf_CcOFLx7zF7p5Voen2FmUhaLSghwZOmRc4Ig,34743
217
217
  pulumi_gcp/bigquery/data_transfer_config.py,sha256=EDJGl70PU1g7QwqeeQjbtctAFQnCpr_RVHIHlt-Suxc,74059
218
218
  pulumi_gcp/bigquery/dataset.py,sha256=vV28lHBa5PUj3KiQ31PHjfNAedrxXT908JuYPgA8wJk,107238
219
- pulumi_gcp/bigquery/dataset_access.py,sha256=2mckkedZbbTzEDWpF5IOctXT0aa6WAI_ECRZrZqF1o8,53833
219
+ pulumi_gcp/bigquery/dataset_access.py,sha256=qqYll6ZXDfKDCLM2InjwyTWWPl9tpL2h2W4_33IdJfI,53787
220
220
  pulumi_gcp/bigquery/dataset_iam_binding.py,sha256=QDaBv72SwvZ-ArWGtvdJWVt9QnwRy9iQXZwQJto1G5Q,38039
221
221
  pulumi_gcp/bigquery/dataset_iam_member.py,sha256=mrn78A8MHBDei4QnQzReuCmo0i5ry2CpJteelNRV6_Q,37646
222
222
  pulumi_gcp/bigquery/dataset_iam_policy.py,sha256=PySoy_7riiahj3PRKIWiknqApkssILSWezYHomhoOZc,22613
@@ -237,7 +237,7 @@ pulumi_gcp/bigquery/reservation.py,sha256=FFI6DCFKv2tPP9TT0JvDVoME4rF-d-IEG4Ohql
237
237
  pulumi_gcp/bigquery/reservation_assignment.py,sha256=iWml6ASBBBHEAtay-6cnh4NHX5VCC_0rYZCRcSJFfD8,22329
238
238
  pulumi_gcp/bigquery/routine.py,sha256=Hu6xN-Z51KJI9vBQrmp2yLhQCgl52EydUOoh_lO3TCM,77759
239
239
  pulumi_gcp/bigquery/row_access_policy.py,sha256=3X2auwbdbNrCqIZELZC-VCgJWqcSlWVIYTeMkScPOOk,37807
240
- pulumi_gcp/bigquery/table.py,sha256=rjs0QZkvwon4-E9E-GLpFZG-Gj0aBnw5K4AMCP9vMkM,118739
240
+ pulumi_gcp/bigquery/table.py,sha256=4uCFLVcejzkjAuWKnU1c7hPq8KsxCxqfOLJzXlsVQk0,118571
241
241
  pulumi_gcp/bigqueryanalyticshub/__init__.py,sha256=lfSh4jnXIQ2WDVfJ4BHBW2IW2YAxpOuof9M0zjn71XI,761
242
242
  pulumi_gcp/bigqueryanalyticshub/_inputs.py,sha256=sA1F9xYnR71c6FpQpjOLe-iNVBTKnQa6Eccihuiydto,60401
243
243
  pulumi_gcp/bigqueryanalyticshub/data_exchange.py,sha256=_73aaKIGDqjz5MdrvXDC1s_5wFUzCMjIL_7Og5zG1e4,45122
@@ -263,7 +263,7 @@ pulumi_gcp/bigquerydatapolicy/get_iam_policy.py,sha256=0u_GSnRBH8QPKbnKhk3xrrmsR
263
263
  pulumi_gcp/bigquerydatapolicy/outputs.py,sha256=2Nr-5gXzUurAVl6qISCZ_Yw9z3hEP4u6R1efmxZsVxo,4791
264
264
  pulumi_gcp/bigtable/__init__.py,sha256=IweSd6j43irRfzVPcFTy5VdjkMqBuvPemEPeCj6Eg14,821
265
265
  pulumi_gcp/bigtable/_inputs.py,sha256=mwWyvgIes_VgSmSOFS0mQj8UAgZoCc27_myn8ET6An8,48344
266
- pulumi_gcp/bigtable/app_profile.py,sha256=kmpvC0aJMXxxHFV0lGVvS0nm8JoMrkkUwEqcdu7Gkxc,53413
266
+ pulumi_gcp/bigtable/app_profile.py,sha256=I7SvuefVEaYvXIZg-KLO-sGhu7t2Oa23PqcyRfOURqo,52993
267
267
  pulumi_gcp/bigtable/authorized_view.py,sha256=kTbdvcvQhikUMIDKOpWsNW7k1Q0ttQDyOB5wYcv9DBs,23986
268
268
  pulumi_gcp/bigtable/gc_policy.py,sha256=wVFk9j5YGgL4VVHhe49dkMHwGOtWnhKclGM4cpRF4I0,39168
269
269
  pulumi_gcp/bigtable/get_instance_iam_policy.py,sha256=jN4Y498NMM_efZN4nbhjnJRPveweUDF71C9pDKPO-VQ,5620
@@ -276,7 +276,7 @@ pulumi_gcp/bigtable/logical_view.py,sha256=zBvGPvybEoU49an5UNxVLgyYM62xyPt9-LwJI
276
276
  pulumi_gcp/bigtable/materialized_view.py,sha256=s-Djw6e15M6oJ9dQc-uCjU3QIejU5eF_kQp5TO5v8kI,21830
277
277
  pulumi_gcp/bigtable/outputs.py,sha256=SFkD6ayfqb5azDBdXCmmFdBzH3TA1gkS3LQhxnYy_yg,34172
278
278
  pulumi_gcp/bigtable/schema_bundle.py,sha256=KyzbictRWu6K1agg_UYLYSgrzH7KXVrIegjzYK8H2Js,26080
279
- pulumi_gcp/bigtable/table.py,sha256=bWUd_CfRIHJVY_KRjXT3dXPHxCj8fVEQe_SjaN-PRXs,45913
279
+ pulumi_gcp/bigtable/table.py,sha256=sO6IfUmTMTq5EuJrwtZ2DOkmqnt5xAwJLj5IDCYLk7E,46116
280
280
  pulumi_gcp/bigtable/table_iam_binding.py,sha256=_30v3_QQ9sgjwLCPZrmH4aHuqado6xkZNbzFVE_PDnI,35712
281
281
  pulumi_gcp/bigtable/table_iam_member.py,sha256=lupirzsmMXHvfXpLpnpEUC9Z0gLB0OjTP6gYWJP6MbU,35319
282
282
  pulumi_gcp/bigtable/table_iam_policy.py,sha256=MHFVhC6j0YSTJAYzzfgXGTP-L4OKUevDp1fYo97IeBI,23518
@@ -354,7 +354,7 @@ pulumi_gcp/cloudbuild/bitbucket_server_config.py,sha256=LQbN9g25Ra9Ae1MfG_6f0EMw
354
354
  pulumi_gcp/cloudbuild/get_trigger.py,sha256=JjyF1jvaUTVHrs8gSOHGPpO_u3_HZcTrgD83QEs5eTw,18635
355
355
  pulumi_gcp/cloudbuild/outputs.py,sha256=Wru-hTccN4-wRhMFUTqg7auH0Fc8PmDCqR_vmtw2yzk,238679
356
356
  pulumi_gcp/cloudbuild/trigger.py,sha256=Wkgl5J_eWczyImc_G15RRejroJJHE-FPjEo-uT9ElNc,139490
357
- pulumi_gcp/cloudbuild/worker_pool.py,sha256=kWYrtpElRgoQxEBs4xda1hFoCqo6fA7HRHQcXjZ_Zzo,39263
357
+ pulumi_gcp/cloudbuild/worker_pool.py,sha256=E5osHHR0t9gv1FK9Q0KxB_4PKCmO_MkQxnHk7yvlyDk,39330
358
358
  pulumi_gcp/cloudbuildv2/__init__.py,sha256=3pNRS22C6hU33CGkIbx-YsUd7Kmjj8a47_9ZWAE5C_s,530
359
359
  pulumi_gcp/cloudbuildv2/_inputs.py,sha256=mkBwwR_DcDjMvLLODkhmhPdFzrBTe-10roELs195pJs,64679
360
360
  pulumi_gcp/cloudbuildv2/connection.py,sha256=7EOCuwbtcjrohULEOxa-sIu38capSLtbRoUSxPMY9XI,53745
@@ -390,7 +390,7 @@ pulumi_gcp/clouddomains/outputs.py,sha256=-OMnd8jxFVYGedar4loYdZSLSxhcl3a5bdoJZF
390
390
  pulumi_gcp/clouddomains/registration.py,sha256=XqNgqc8xvb9e65RT4NUZDJDiV0HSIfKqDPeWesLe8rw,54932
391
391
  pulumi_gcp/cloudfunctions/__init__.py,sha256=L8V3OeITDcuoHFUePSSd-fSXGdhQB8R94xqkuWY665o,522
392
392
  pulumi_gcp/cloudfunctions/_inputs.py,sha256=t1tmFBM9RayaRfyKZvn_sVd52UzfLQS_y7aZMhnoBqI,26802
393
- pulumi_gcp/cloudfunctions/function.py,sha256=r2sAd_g2mMOtaGAK2j8JHUy6TMaWcs1IDOp-YL-q0F4,128264
393
+ pulumi_gcp/cloudfunctions/function.py,sha256=MkPW7iauldJEltGY15uwmx4SLEZcJMeqnjWZp1dh5uc,128218
394
394
  pulumi_gcp/cloudfunctions/function_iam_binding.py,sha256=JopKc0EyzHqM8E6z3i8BMFS4YUyxUfu6hp94z2SCpbg,45433
395
395
  pulumi_gcp/cloudfunctions/function_iam_member.py,sha256=nvLTvOzZzIUm4r635hbTR2O4Q-AZ2wHS2E54WXWX-eU,45032
396
396
  pulumi_gcp/cloudfunctions/function_iam_policy.py,sha256=s77lEJ8Vrbfz0i3PNBnbDPvWUR_-bONfp0L4zpMscZE,31512
@@ -481,7 +481,7 @@ pulumi_gcp/colab/runtime_template_iam_policy.py,sha256=F60YRcWi954eo_sVyasD8XLpU
481
481
  pulumi_gcp/colab/schedule.py,sha256=RTVjBh0Hg-mW185H04yU6NbCiP3EQg1vs0My0s8ej_I,62750
482
482
  pulumi_gcp/composer/__init__.py,sha256=hsM1Qi0KubcZmV6Lj3u4g626j85n5zR3bXBA_jwHqTs,581
483
483
  pulumi_gcp/composer/_inputs.py,sha256=vGnoWEjGszP2rIyofVX-ma4NJ0iN9HQYq2bEnaS2kUU,144043
484
- pulumi_gcp/composer/environment.py,sha256=AZZnazXYKuv6s9ULwSdsov6TJhGeUvp-_pS3zzcuIdY,27019
484
+ pulumi_gcp/composer/environment.py,sha256=Dcojr8HoebzB3JiM8dEnOpB51Oq8GyOuDUytwI41T8Y,26806
485
485
  pulumi_gcp/composer/get_environment.py,sha256=_wA6dugNBCmMU-IRV6UDRS9Xt4fsKF3KmYCi0PrhMOE,9137
486
486
  pulumi_gcp/composer/get_image_versions.py,sha256=2nahlPnia42gsdM-s4iiV5dI57lMu1E9JJJdEE1AKKQ,6595
487
487
  pulumi_gcp/composer/get_user_workloads_config_map.py,sha256=3g-UryqtEznrVgKh7fqBdAUbu2-uUL-sj3ll8_6bKZc,9309
@@ -598,17 +598,17 @@ pulumi_gcp/compute/image_iam_binding.py,sha256=tWA07UQyJ0uZAU2Avlw435oWwG97vvDMh
598
598
  pulumi_gcp/compute/image_iam_member.py,sha256=yizVPLKZCwGcbiyeOjrZLovJD58wAKBqfYmVp1jCDZM,48890
599
599
  pulumi_gcp/compute/image_iam_policy.py,sha256=HL__VwpsjQAcJFZdJ7X9pthNc9yO4zpQvo-Tmlk6ZsA,34053
600
600
  pulumi_gcp/compute/instance.py,sha256=_I8yBBAodeVOLnZyFeBgTvtQx4lu02KosS-nY19PK-M,160665
601
- pulumi_gcp/compute/instance_from_machine_image.py,sha256=9kAwELp0vuY_J49jqPVGGGkBNR2P5pLpfvMoWxLOI5U,123495
602
- pulumi_gcp/compute/instance_from_template.py,sha256=OKWCPXeiJ95uHInPxX8XNwDC71yPXlGp618F0YfwICU,123196
601
+ pulumi_gcp/compute/instance_from_machine_image.py,sha256=4sZZURlasXN5lgbzrkp9gA2JzQAsaP9Bmnqz7cRTWHY,123161
602
+ pulumi_gcp/compute/instance_from_template.py,sha256=1gNfvic01wBqAwxX9SE1UoIb65J92ierZZRPM0_FDok,122862
603
603
  pulumi_gcp/compute/instance_group.py,sha256=DZqrdkba9K_3NS46OJFWKAFb0rtR1f9dUdH99Tw7BgQ,30844
604
- pulumi_gcp/compute/instance_group_manager.py,sha256=dS9sgCfZo1mCQe-NglkvX1SmJVigLey_OAUBbT8OldU,117346
604
+ pulumi_gcp/compute/instance_group_manager.py,sha256=1mXGHl9XqWgm2DMw7lc2GrDINOfaVVknccbOe3N5MpI,117262
605
605
  pulumi_gcp/compute/instance_group_membership.py,sha256=GsvPeH6EWQV3jnEtB4Z1G74xBHIsMwhiyxn113BpWwI,19697
606
606
  pulumi_gcp/compute/instance_group_named_port.py,sha256=_8vuZsiSRSgCGaMrnI0PkrJCm78CpbETs0HeP2Un4lE,20666
607
607
  pulumi_gcp/compute/instance_iam_binding.py,sha256=XaCOedUS_DhdMsMRTZlCC81ojx-vLlh4vvtAx0gtUGg,55151
608
608
  pulumi_gcp/compute/instance_iam_member.py,sha256=HCFP4jJ9vTtumh1nRYfA30h0o46kYxFpnepo2Km79Ug,54744
609
609
  pulumi_gcp/compute/instance_iam_policy.py,sha256=hTDedCEyumm8IHE5f811p1GDyyYxemTw70zdPA36tks,39829
610
610
  pulumi_gcp/compute/instance_settings.py,sha256=Q32oBRlAcsOj-Eh-uivLz7O73nXOaN8RsYbmk1MBdqQ,16267
611
- pulumi_gcp/compute/instance_template.py,sha256=ttMlEp8QvBTX43rFSOZ8ofkENRotXOLu4LJGHaE1NoQ,138879
611
+ pulumi_gcp/compute/instance_template.py,sha256=IYz9oQwaRCbRbQMxAuqmX-XeF1jpZmrjji77mkpRqUI,138795
612
612
  pulumi_gcp/compute/instance_template_iam_binding.py,sha256=1CKhGeGqjr2FUBAeE7EK-GoW1BcSY85eX04LwM4yvxY,51185
613
613
  pulumi_gcp/compute/instance_template_iam_member.py,sha256=pNLE2t-gVHHPydLyzhBAXd5iY59iZk0Lj2WNRxGfPHs,50778
614
614
  pulumi_gcp/compute/instance_template_iam_policy.py,sha256=JHwdjBk2LJshOAC2bwioW6rE21svlEaTFXNyAwUiKqg,35655
@@ -616,7 +616,7 @@ pulumi_gcp/compute/instant_snapshot.py,sha256=7YK5-ySv7fMkF0uG6Qe628BRpgJ_QCuz99
616
616
  pulumi_gcp/compute/instant_snapshot_iam_binding.py,sha256=AXnlLZAJVO8M6PYZM1sEmmjMHNIup04NVvGD1xRHwnk,55876
617
617
  pulumi_gcp/compute/instant_snapshot_iam_member.py,sha256=yI5tPHOSvszjf7QSV6ePfXugWF2DPQji7Zj10dUvhBQ,55469
618
618
  pulumi_gcp/compute/instant_snapshot_iam_policy.py,sha256=C2WSR9SMH4M5gMIWOcIxwZSv-6JZeHVrik689b33YkA,40372
619
- pulumi_gcp/compute/interconnect.py,sha256=2wSM8bvaCDqSJVMxF7l3VKCOJcFgyLHPRItGBVvsvIo,108032
619
+ pulumi_gcp/compute/interconnect.py,sha256=EfzfGN1_N9BZwZDyQIHLo9cUt-sn-jnfrxwecEugcqg,107986
620
620
  pulumi_gcp/compute/interconnect_attachment.py,sha256=bxQWGEq4O6fX_vx-AKZmUymhCNzPhky-yrWNo2N7vSE,135817
621
621
  pulumi_gcp/compute/interconnect_attachment_group.py,sha256=YkTp_yDtU_Cff35wMjcofQb1nUXZ4IfqFpDiXMemP0M,36040
622
622
  pulumi_gcp/compute/interconnect_group.py,sha256=tLC2B6-VPqn_wAQGhtdxcCvXFNyuSSF0QQxDX5xbYhU,32025
@@ -666,7 +666,7 @@ pulumi_gcp/compute/region_disk_iam_member.py,sha256=hen6WbSDw30VAx70kTyacW-VzxwM
666
666
  pulumi_gcp/compute/region_disk_iam_policy.py,sha256=I6gawH4KV08U6y5gwOnyPhKCl1nhMPq9C0k7rXkVlTQ,30611
667
667
  pulumi_gcp/compute/region_disk_resource_policy_attachment.py,sha256=ZyNvEiZdz8z2UtSm5OgKuXJsEDgGVeAHLqiNWhvOrPA,19256
668
668
  pulumi_gcp/compute/region_health_check.py,sha256=BSz1XdS25llpEGe0w4CbrPIH0KDc4Dib-27lNBDXHwI,78680
669
- pulumi_gcp/compute/region_instance_group_manager.py,sha256=zbIgJu8tOft3TWUcxVeB5YAo-gAZIMh_uyBtA3QARoo,126348
669
+ pulumi_gcp/compute/region_instance_group_manager.py,sha256=tajg4rWqgdeNKs0fQjZx4o1WW8bj0x6yJFsBa5PbixA,126264
670
670
  pulumi_gcp/compute/region_instance_template.py,sha256=rLeCHeOj9RnMiU1i_7_CBEsfTAYAqPodbxoLKsSDLdE,117138
671
671
  pulumi_gcp/compute/region_network_endpoint.py,sha256=olg7XmvIU6yvKawdcWWV8g0AmPcqhEgp4Z2yThIApZ8,36145
672
672
  pulumi_gcp/compute/region_network_endpoint_group.py,sha256=QGQsluh-VPhbI5sqK7gkaM_1VuvEjhb83gJPooqf-Rs,72277
@@ -740,11 +740,11 @@ pulumi_gcp/contactcenterinsights/view.py,sha256=i1Y0at5NEICibYmtwH-HQNmanrSKvhvG
740
740
  pulumi_gcp/container/__init__.py,sha256=KYUAgRM1lo7Bfj6w57nr2e_bjDu4fG6RSq4h9x9Y1NI,856
741
741
  pulumi_gcp/container/_inputs.py,sha256=RyyG4EhANsq07mqV-DHwzX0H4T0pWMHV-Ygs-CfBhfw,1193322
742
742
  pulumi_gcp/container/attached_cluster.py,sha256=x1c7deZHp7BXcUeHQJ9VT4c1YwSzUUHhYYJOSfYTNP8,83159
743
- pulumi_gcp/container/aws_cluster.py,sha256=s-HCoZ-fQO35KPj3R5OSy0N1UjJUO9A-fFC_HldevT4,70761
744
- pulumi_gcp/container/aws_node_pool.py,sha256=HyGT0heunwKFx7_Loy_63_K09BM9cyyTQNpBNFR5bcA,82130
743
+ pulumi_gcp/container/aws_cluster.py,sha256=Py4BMN5JJCzOy17Z_DXzRwCTvqVS-8ByIB8XvS4t1M8,70576
744
+ pulumi_gcp/container/aws_node_pool.py,sha256=rGrWWB3IrcRCnwmhK2DMI9o6y6mbwNB4nWmxwUlGaaU,81945
745
745
  pulumi_gcp/container/azure_client.py,sha256=3dHBKVljv1ME8NnuTB0OmMDfTxaLmUQuP93I_2lt3Ic,21357
746
- pulumi_gcp/container/azure_cluster.py,sha256=U8aIiOgyjhLUYSAYjY2JOKUkWIg0RzXNhjpCKJY1nTM,71520
747
- pulumi_gcp/container/azure_node_pool.py,sha256=wzcQ5n0M0IiuHG3LO-F0XIc1bARepOisBNY_Vj1H87U,58608
746
+ pulumi_gcp/container/azure_cluster.py,sha256=4ZKfEEKvFa4X2njpyefe_Ezc32LSORx9idQyTFt4VFo,71083
747
+ pulumi_gcp/container/azure_node_pool.py,sha256=ir_y7X--UZMRTk4Pbe1qzz7lvbI0HwBGtsBNH1HN784,58423
748
748
  pulumi_gcp/container/cluster.py,sha256=ixwUHy4yOH1OBpt-hl6On3d2zLQKMbh-c0qCInYNpFI,339720
749
749
  pulumi_gcp/container/get_attached_install_manifest.py,sha256=2t28oDrHuQ5xCinAN6y-UIjobtAHUSwPn3rlfOZ9Jdo,8233
750
750
  pulumi_gcp/container/get_attached_versions.py,sha256=mxySMnic1Sz0q9KGeQGfaUWulm_j266b9FAcH4G2SRk,5804
@@ -832,7 +832,7 @@ pulumi_gcp/dataplex/aspect_type.py,sha256=W3H9j34pEYgMfvDwI870-fTiRC1lFTwC477OMD
832
832
  pulumi_gcp/dataplex/aspect_type_iam_binding.py,sha256=LAzuJaz8hBvPVmlh53ItOoz6bwTZWKxcAPuIbCdIesM,46040
833
833
  pulumi_gcp/dataplex/aspect_type_iam_member.py,sha256=1AYazsbNXw_fRQJ4WNHRrL3abmsypmOEUm08Hq5EPYE,45639
834
834
  pulumi_gcp/dataplex/aspect_type_iam_policy.py,sha256=ZT_5iUhrH5jCdSrmpXbirl88L5KNlRmGa1PC-tdGBpo,32121
835
- pulumi_gcp/dataplex/asset.py,sha256=EWJZycUtFjcchLLgiXfRGMiwM4nVgMM_BBB8gliA6TM,46726
835
+ pulumi_gcp/dataplex/asset.py,sha256=Uk-lFpHmqX-CZXZ_T__TKQ_kNruKe9EbNOupB2Qg48k,46793
836
836
  pulumi_gcp/dataplex/asset_iam_binding.py,sha256=34EbxlfQrx4KYnKvADmCVFX7iwHbm-_CIR4JgPTrodU,49437
837
837
  pulumi_gcp/dataplex/asset_iam_member.py,sha256=HOGYddk7U1c69zhdJWiVTIBhHLpiGQqUxf4d5j4Ev8Q,49036
838
838
  pulumi_gcp/dataplex/asset_iam_policy.py,sha256=-dwNIh8CH6pnBGUfgVRz0F37oJEs9ZQX2M_Gnpr34TE,35618
@@ -874,7 +874,7 @@ pulumi_gcp/dataplex/task.py,sha256=H4HnevVp2qkO6fp1fZr9VTtj5zGKnVi62iYtu2hFg6o,5
874
874
  pulumi_gcp/dataplex/task_iam_binding.py,sha256=boCizxepOuyjUyIw_EI7aR3iXKfDKDYjiVJLJM06-eM,47108
875
875
  pulumi_gcp/dataplex/task_iam_member.py,sha256=uA3CqgorbfvOSExWP6Kv-d_PBbJDniMgDtNrGzcz8Uk,46707
876
876
  pulumi_gcp/dataplex/task_iam_policy.py,sha256=R6GAyJv8GR8SVmOmfZt-uJmaOQRS0JIBuvldQ6lHhWk,33309
877
- pulumi_gcp/dataplex/zone.py,sha256=zN_3kN6X0qCIcnaVT3WbQKzysK4o_bK0JbVD5lV9AV4,41135
877
+ pulumi_gcp/dataplex/zone.py,sha256=C8hmxIOTzpG9GRCG-Aoism36nprLzwTPhajpcm-S0V0,41202
878
878
  pulumi_gcp/dataplex/zone_iam_binding.py,sha256=3V2aysGeCWVJbI5Wgc_OGTV6D12YZZabkukEta1GR_M,46470
879
879
  pulumi_gcp/dataplex/zone_iam_member.py,sha256=BbT7HFIgOGLnFvUJ2Y0A9k4o1E1TVgDHLwpV4VBPCjQ,46069
880
880
  pulumi_gcp/dataplex/zone_iam_policy.py,sha256=Ek4SZiDv2bBHsHSLp6QBrXrosl3RfsLnZ7CA0Vh4S2I,32671
@@ -885,7 +885,7 @@ pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py,sha256=a4iB_yUzLpYBaug2ENl
885
885
  pulumi_gcp/dataproc/autoscaling_policy_iam_member.py,sha256=TZ1uSeQN2GGAlNthIeOoXQLVQoGyu0Kt5zXKHtPmAcA,46057
886
886
  pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py,sha256=NIcf_a051-I55DnN_8DQI-frwVp7r86kMndJARTtv68,32399
887
887
  pulumi_gcp/dataproc/batch.py,sha256=AUtVwK92ybkzEozbPMVwdGT4LusbqP6mcGh0OYPdwQI,70575
888
- pulumi_gcp/dataproc/cluster.py,sha256=DH6XIlYUe5bDUCIsenwRurzrh15V8cvJ3KvO8znH46M,35163
888
+ pulumi_gcp/dataproc/cluster.py,sha256=pKP2IeFtlhBOmzMY5dMINAEhHXIM5JWgTKImOaxhWPo,35286
889
889
  pulumi_gcp/dataproc/cluster_iam_binding.py,sha256=iC8qh67M4tg0PRDli_FOm5aqh7VlQm28nAFgiWjAsOY,35030
890
890
  pulumi_gcp/dataproc/cluster_iam_member.py,sha256=NiaVm9dx8ZjNLxNWwnO54XiBLxiADWb8YdWcQpsrBa4,34637
891
891
  pulumi_gcp/dataproc/cluster_iam_policy.py,sha256=JSBJlzwHCge4WKdSg9Lv0ADQdK6z9tEKEwW1VNH3hP0,23419
@@ -920,7 +920,7 @@ pulumi_gcp/dataproc/metastore_table_iam_member.py,sha256=L0mmU00AZz1WHk57tkgsgj7
920
920
  pulumi_gcp/dataproc/metastore_table_iam_policy.py,sha256=Y0ClHC-M1iINtw8wY90LwniWfcs0Wd2BblplHR1mZZE,37724
921
921
  pulumi_gcp/dataproc/outputs.py,sha256=tgKz08dU3MwcoZaQKf_1-VO2kf2YZgLAVb2TJ2k-oEc,653729
922
922
  pulumi_gcp/dataproc/session_template.py,sha256=HfQTUqQ-gweQXHvbS_QTt91LejCCxLaGb3LMMQoaI8A,51214
923
- pulumi_gcp/dataproc/workflow_template.py,sha256=UEeVf1xjkdgOFT8EiHvprpMUTbrLg9Ur4MeMM0Ns_7c,53137
923
+ pulumi_gcp/dataproc/workflow_template.py,sha256=cZ57xfcPeCw38O-kJUKALcxI1IB7NHu4X3Dfafq1_8w,52364
924
924
  pulumi_gcp/datastream/__init__.py,sha256=8X708vVre5XXkWEQ0eD13vAX-C7E0POXHiW7Fb9bcWQ,445
925
925
  pulumi_gcp/datastream/_inputs.py,sha256=Gl9yIY8WOOZuWLxIYoab5qVGJYTV39gpFSdvFMbEcqA,327220
926
926
  pulumi_gcp/datastream/connection_profile.py,sha256=70b2wdNoO3BXnj3goDXCQx2aKGSYAOhh7IBVWZD0CL0,75836
@@ -1334,10 +1334,10 @@ pulumi_gcp/kms/outputs.py,sha256=mNoGXeI2QcGulBKv76r6C2S5q2tn0NdEJq_hUvqrLZg,721
1334
1334
  pulumi_gcp/kms/secret_ciphertext.py,sha256=cPWc-t0beevoJkLJilKNgOtUXHUe3-I5nzPuTYXh7Xw,18844
1335
1335
  pulumi_gcp/logging/__init__.py,sha256=YtyikUTpaeYIAMnj0LMwYAaj-E3Dy1mgv-M-AQF1bvc,1244
1336
1336
  pulumi_gcp/logging/_inputs.py,sha256=cDyJpLuK7NLBowqAKfVTpzrvrvUXWjfWlNfpthQ2Vgc,106023
1337
- pulumi_gcp/logging/billing_account_bucket_config.py,sha256=HT5qH6Il4FZZERTY_1KpWJggqRramMNdqcHgovY_j-c,32061
1337
+ pulumi_gcp/logging/billing_account_bucket_config.py,sha256=louKHqc9ly_aLbUhdQBIbkCKlRU45-YaAMX545Oz06o,31893
1338
1338
  pulumi_gcp/logging/billing_account_exclusion.py,sha256=mQp0TliLGqN-21KS9ORlFyBz5_65l7lInGqVtg3Z03s,17757
1339
1339
  pulumi_gcp/logging/billing_account_sink.py,sha256=k3jzM_5p7ZeQrCt9Cod8Vlh3ybZt5DVwv3auqACpw2o,35158
1340
- pulumi_gcp/logging/folder_bucket_config.py,sha256=c3SxQKGCY_IbXx4hd9BuwlZ-tm2-7hLiA5bd6ZTu388,31344
1340
+ pulumi_gcp/logging/folder_bucket_config.py,sha256=2ECnSuNei7iy_j1QRUehupof7qAUmeS_8zjVgxou144,31176
1341
1341
  pulumi_gcp/logging/folder_exclusion.py,sha256=E691V80KjeAATZPLz0gW8Mbh_qs0Vwg8FZr5gbFvssA,18667
1342
1342
  pulumi_gcp/logging/folder_settings.py,sha256=oBE-eDKA25Cyn0_uFSuLu5y_3w7W0rEJ3_f3fmbCXsM,23599
1343
1343
  pulumi_gcp/logging/folder_sink.py,sha256=mJWEC8SWwu4j60KH8FhbsPhp_Z2teLxhz_Q_i_hLQZs,41951
@@ -1354,7 +1354,7 @@ pulumi_gcp/logging/log_view_iam_binding.py,sha256=zQXy01vGTtxUvOZi1vyr2Cwb1VANyk
1354
1354
  pulumi_gcp/logging/log_view_iam_member.py,sha256=ehTWRL68X5cMUePqfnZSb4XCJ09kk4OYIMvTkfQ78cQ,57929
1355
1355
  pulumi_gcp/logging/log_view_iam_policy.py,sha256=c7dbwYnKSsCVVzYJHXpsMI4tAc64LnJuiGuzFlbpzuM,43040
1356
1356
  pulumi_gcp/logging/metric.py,sha256=leP-3AFMRX3jG_1eJca_zDRkcIifczv2wwuRzz0jPZo,51132
1357
- pulumi_gcp/logging/organization_bucket_config.py,sha256=vxzgIK8m_aFQSWSPAg3sC6vfDNGqPWchPSjWkSpcddU,32300
1357
+ pulumi_gcp/logging/organization_bucket_config.py,sha256=G3XfsO3qCXizOE452fxP0a0ZYgAUzYDppUixsNJTa7A,32132
1358
1358
  pulumi_gcp/logging/organization_exclusion.py,sha256=AltS94_flpXte-Kf2NtUI90quy8ZhaoxZO_OuYs8_PQ,18192
1359
1359
  pulumi_gcp/logging/organization_settings.py,sha256=oqYfPFYU8SHPTRMmahV5z6C5RxBJwJopdiz3A_9wKkw,23794
1360
1360
  pulumi_gcp/logging/organization_sink.py,sha256=v9KwMBMR11clSjoaI83Dc38P9PC6uP-Np2jZDtTkjFg,41902
@@ -1406,7 +1406,7 @@ pulumi_gcp/monitoring/__init__.py,sha256=XDyuSWfDsv656qslcaICiWaE3wTxED55i7WW8pu
1406
1406
  pulumi_gcp/monitoring/_inputs.py,sha256=Hm9oT6JluyIlc-7DmmM8RjXJMd4ZhNcrxcaby7OFYMM,316925
1407
1407
  pulumi_gcp/monitoring/alert_policy.py,sha256=U_5cykXrJ5iovIMXHNQIh9G4TxyOL9MdR5oxXMQzmTM,57982
1408
1408
  pulumi_gcp/monitoring/custom_service.py,sha256=TUuk_ZhciyAWIFKa15pTcJKVXAvqK-1iwWkAgC4wxno,24594
1409
- pulumi_gcp/monitoring/dashboard.py,sha256=l135fpd-BnEQt2Hq05p748xd_y8q-ywW1iT4XkKiJho,16369
1409
+ pulumi_gcp/monitoring/dashboard.py,sha256=uVoOJwnyGZVKNS57KSYPQCEb3CU6os9YO_Z8TmHp_Nw,16285
1410
1410
  pulumi_gcp/monitoring/generic_service.py,sha256=ceE9eDQvehPC4uH3rpJg60Zau7vL_89377zzmaXteWE,28524
1411
1411
  pulumi_gcp/monitoring/get_app_engine_service.py,sha256=9EkPbJZKZYZNflqMuKyEvox3hjA-AvNlmsgw1NduCWw,11571
1412
1412
  pulumi_gcp/monitoring/get_cluster_istio_service.py,sha256=kedID7n8tCz6FodwEe9uncrkWnFynVrafCFSGST_AZ8,13463
@@ -1552,7 +1552,7 @@ pulumi_gcp/organizations/iam_member.py,sha256=U5tyBEWjSz9OQyagpVPrIBYW9wQv7GLRau
1552
1552
  pulumi_gcp/organizations/iam_policy.py,sha256=H3QcHaqn7kIEkCYsU2Gz36naGtymTdhlwl5Jr4P1Nzc,29012
1553
1553
  pulumi_gcp/organizations/outputs.py,sha256=7c9RBWpRVGyfwC5yfOfhV7Jw5Qf0M97eiGQVcQUFoWE,35332
1554
1554
  pulumi_gcp/organizations/policy.py,sha256=bfzYqi3EAv0i7vDW4b1M_4Cwg8tYCi-7E9PCHC_9lj0,32459
1555
- pulumi_gcp/organizations/project.py,sha256=nrtOy-mfVZbdYQSrZavN9oMZARCNvLfMr4GbdVNv2-0,47316
1555
+ pulumi_gcp/organizations/project.py,sha256=jxS74UdPdqsQ7wst9YaN_SoZEcgI6eSdW9Lbs7P6VQc,47162
1556
1556
  pulumi_gcp/orgpolicy/__init__.py,sha256=BrANBy6ghgIZDb6jI2VMYTVqOseavDfN0dzhgtPljF0,380
1557
1557
  pulumi_gcp/orgpolicy/_inputs.py,sha256=Vz_dPnI0DZB0hevKPz2HibtMm-5XY_ho8nxpb5auTgI,49274
1558
1558
  pulumi_gcp/orgpolicy/custom_constraint.py,sha256=M6a-16kcCXxPAYkxKuldbtId5XhWjwgmRMkhUFNAR_8,34546
@@ -1818,7 +1818,7 @@ pulumi_gcp/spanner/outputs.py,sha256=xxCfT6VKzDEmmaC5Taz4VIkDrJfk0hL_JzuhRsB3hM0
1818
1818
  pulumi_gcp/sql/__init__.py,sha256=aP1GFz7AVmwVuLedFlSCZsTSe0_U1ieDAeJ6cxFHgAM,745
1819
1819
  pulumi_gcp/sql/_inputs.py,sha256=GpDeHvHQUB-lj-nWfRndPlUClLR_WOramyepPC8uWkw,165424
1820
1820
  pulumi_gcp/sql/database.py,sha256=NDIdOqU1jesy9_rJIKaCPMhGDK-0Hbq_xx8x1T2m7EQ,30161
1821
- pulumi_gcp/sql/database_instance.py,sha256=FjfKgrEG3h0Xm4YCkZRr2ALV84uPOgmpijwB8BLL5eY,107810
1821
+ pulumi_gcp/sql/database_instance.py,sha256=XSexX_mfnSj5fYmFVXDq4gT64FdYjsUsd7B4eh-d49M,107726
1822
1822
  pulumi_gcp/sql/get_backup_run.py,sha256=y-oawhbbqM7bUw3VbABBTLQ89YgZoxBLV_ymJvpWOzo,8689
1823
1823
  pulumi_gcp/sql/get_ca_certs.py,sha256=wsXo3dupYDg_WQzzQaMguyNarrIDXyXKi6hnc9H2zjg,5863
1824
1824
  pulumi_gcp/sql/get_database.py,sha256=VXXlz7FiesVeGFOGJD3j22t3qFsSwq5788MKxBSeFog,7270
@@ -1835,7 +1835,7 @@ pulumi_gcp/storage/__init__.py,sha256=ipDdAbnIN0g7ila-e2Xrs1u9kcVawEDmAXv2gMsCTp
1835
1835
  pulumi_gcp/storage/_inputs.py,sha256=i9sM3MTWg2RwvH2-zZuk_NoXMv4LXVHv_mmwNdOIuc8,329530
1836
1836
  pulumi_gcp/storage/anywhere_cache.py,sha256=UVJjCgsV-3MWdF9k6uc1Dq6vS7TTWXE-apX-n5SwgYE,23001
1837
1837
  pulumi_gcp/storage/batch_operations_job.py,sha256=FXOVhuN8ZMFOFbb7HX1YkVZZapC7oPF_vZOl58nIc8I,37293
1838
- pulumi_gcp/storage/bucket.py,sha256=uPZu6SziA7FEaqfjCbrLuI65C2TZzqlN-mE_lSfCMEo,101115
1838
+ pulumi_gcp/storage/bucket.py,sha256=kW2HkhqDu2Qx2efHm2a9MrF2oXqZJSW2iiCSaOCc-vU,101031
1839
1839
  pulumi_gcp/storage/bucket_access_control.py,sha256=o8wL1NyXp9O9YETdndYAalQ0kjW92Zt6TfoGzhqP3gk,20376
1840
1840
  pulumi_gcp/storage/bucket_acl.py,sha256=6vtAubVJmXvTFYqEwg88Jwr4Retp18MoxfeexQuZa5U,17995
1841
1841
  pulumi_gcp/storage/bucket_iam_binding.py,sha256=iyp2d09uWfQIqCfffUmGTS1IuwI6Qn8cGKqKEhn7ss8,44611
@@ -2004,7 +2004,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=KZF1SvJrlPufK1E1
2004
2004
  pulumi_gcp/workstations/workstation_iam_binding.py,sha256=6WnDEQPVeVIw2UcbAk6AcxK2PxVnRN_JAPvS6wEojfY,42154
2005
2005
  pulumi_gcp/workstations/workstation_iam_member.py,sha256=ADIL35zpxdEcFPsaeWCYIXD4qUxIbGxECCvCIuHNoC8,41753
2006
2006
  pulumi_gcp/workstations/workstation_iam_policy.py,sha256=CjxcmjgFidLabPH_Z-LFww3TypKFadjfNdxnOK_7Erg,28187
2007
- pulumi_gcp-8.42.0a1756709266.dist-info/METADATA,sha256=51tHCExHtUkgRFf1netxtSH944pYjL0MrZM_wWTFRxc,2741
2008
- pulumi_gcp-8.42.0a1756709266.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2009
- pulumi_gcp-8.42.0a1756709266.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
2010
- pulumi_gcp-8.42.0a1756709266.dist-info/RECORD,,
2007
+ pulumi_gcp-8.42.0a1756925793.dist-info/METADATA,sha256=GMULluhFpk013f4mABdqJBsm8HuH5WmCIkZbwdvAJCQ,2741
2008
+ pulumi_gcp-8.42.0a1756925793.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2009
+ pulumi_gcp-8.42.0a1756925793.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
2010
+ pulumi_gcp-8.42.0a1756925793.dist-info/RECORD,,