pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. pulumi_gcp/_utilities.py +6 -2
  2. pulumi_gcp/alloydb/outputs.py +16 -0
  3. pulumi_gcp/artifactregistry/outputs.py +204 -0
  4. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  5. pulumi_gcp/assuredworkloads/outputs.py +34 -0
  6. pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
  7. pulumi_gcp/beyondcorp/outputs.py +54 -0
  8. pulumi_gcp/bigquery/_inputs.py +18 -0
  9. pulumi_gcp/bigquery/outputs.py +172 -0
  10. pulumi_gcp/bigtable/_inputs.py +4 -0
  11. pulumi_gcp/bigtable/outputs.py +4 -0
  12. pulumi_gcp/certificateauthority/outputs.py +378 -0
  13. pulumi_gcp/certificatemanager/outputs.py +32 -0
  14. pulumi_gcp/cloudbuild/outputs.py +1009 -3
  15. pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
  16. pulumi_gcp/cloudbuildv2/outputs.py +14 -0
  17. pulumi_gcp/clouddeploy/_inputs.py +36 -0
  18. pulumi_gcp/clouddeploy/outputs.py +36 -0
  19. pulumi_gcp/cloudfunctions/_inputs.py +4 -0
  20. pulumi_gcp/cloudfunctions/outputs.py +54 -0
  21. pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
  22. pulumi_gcp/cloudidentity/outputs.py +54 -0
  23. pulumi_gcp/cloudrun/outputs.py +704 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +929 -5
  25. pulumi_gcp/composer/_inputs.py +430 -0
  26. pulumi_gcp/composer/outputs.py +860 -0
  27. pulumi_gcp/compute/_inputs.py +924 -0
  28. pulumi_gcp/compute/outputs.py +4091 -1
  29. pulumi_gcp/container/_inputs.py +542 -0
  30. pulumi_gcp/container/outputs.py +2137 -3
  31. pulumi_gcp/dataplex/_inputs.py +66 -0
  32. pulumi_gcp/dataplex/outputs.py +66 -0
  33. pulumi_gcp/dataproc/_inputs.py +174 -0
  34. pulumi_gcp/dataproc/outputs.py +174 -0
  35. pulumi_gcp/dns/_inputs.py +34 -0
  36. pulumi_gcp/dns/outputs.py +34 -0
  37. pulumi_gcp/filestore/outputs.py +88 -0
  38. pulumi_gcp/firebaserules/_inputs.py +6 -0
  39. pulumi_gcp/firebaserules/outputs.py +6 -0
  40. pulumi_gcp/folder/_inputs.py +4 -0
  41. pulumi_gcp/folder/iam_audit_config.py +2 -2
  42. pulumi_gcp/folder/iam_member.py +2 -2
  43. pulumi_gcp/folder/iam_policy.py +2 -2
  44. pulumi_gcp/folder/outputs.py +54 -0
  45. pulumi_gcp/gkehub/_inputs.py +8 -0
  46. pulumi_gcp/gkehub/outputs.py +8 -0
  47. pulumi_gcp/iam/outputs.py +92 -0
  48. pulumi_gcp/kms/outputs.py +16 -0
  49. pulumi_gcp/logging/_inputs.py +108 -0
  50. pulumi_gcp/logging/outputs.py +108 -0
  51. pulumi_gcp/monitoring/outputs.py +14 -0
  52. pulumi_gcp/networkconnectivity/_inputs.py +6 -0
  53. pulumi_gcp/networkconnectivity/outputs.py +6 -0
  54. pulumi_gcp/organizations/_inputs.py +4 -0
  55. pulumi_gcp/organizations/iam_audit_config.py +2 -2
  56. pulumi_gcp/organizations/iam_member.py +2 -2
  57. pulumi_gcp/organizations/iam_policy.py +2 -2
  58. pulumi_gcp/organizations/outputs.py +4 -0
  59. pulumi_gcp/projects/_inputs.py +4 -0
  60. pulumi_gcp/projects/iam_audit_config.py +2 -2
  61. pulumi_gcp/projects/iam_binding.py +2 -2
  62. pulumi_gcp/projects/iam_member.py +2 -2
  63. pulumi_gcp/projects/iam_policy.py +2 -2
  64. pulumi_gcp/projects/outputs.py +54 -0
  65. pulumi_gcp/pubsub/outputs.py +282 -0
  66. pulumi_gcp/redis/outputs.py +204 -0
  67. pulumi_gcp/secretmanager/outputs.py +88 -0
  68. pulumi_gcp/sourcerepo/outputs.py +20 -0
  69. pulumi_gcp/spanner/outputs.py +68 -0
  70. pulumi_gcp/sql/_inputs.py +50 -0
  71. pulumi_gcp/sql/outputs.py +904 -0
  72. pulumi_gcp/storage/outputs.py +188 -0
  73. pulumi_gcp/vertex/outputs.py +124 -0
  74. pulumi_gcp/vmwareengine/outputs.py +208 -0
  75. pulumi_gcp/vpcaccess/outputs.py +4 -0
  76. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
  77. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
  78. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
  79. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
@@ -5375,6 +5375,12 @@ class TableTableReplicationInfo(dict):
5375
5375
  source_project_id: str,
5376
5376
  source_table_id: str,
5377
5377
  replication_interval_ms: Optional[int] = None):
5378
+ """
5379
+ :param str source_dataset_id: The ID of the source dataset.
5380
+ :param str source_project_id: The ID of the source project.
5381
+ :param str source_table_id: The ID of the source materialized view.
5382
+ :param int replication_interval_ms: The interval at which the source materialized view is polled for updates. The default is 300000.
5383
+ """
5378
5384
  pulumi.set(__self__, "source_dataset_id", source_dataset_id)
5379
5385
  pulumi.set(__self__, "source_project_id", source_project_id)
5380
5386
  pulumi.set(__self__, "source_table_id", source_table_id)
@@ -5384,21 +5390,33 @@ class TableTableReplicationInfo(dict):
5384
5390
  @property
5385
5391
  @pulumi.getter(name="sourceDatasetId")
5386
5392
  def source_dataset_id(self) -> str:
5393
+ """
5394
+ The ID of the source dataset.
5395
+ """
5387
5396
  return pulumi.get(self, "source_dataset_id")
5388
5397
 
5389
5398
  @property
5390
5399
  @pulumi.getter(name="sourceProjectId")
5391
5400
  def source_project_id(self) -> str:
5401
+ """
5402
+ The ID of the source project.
5403
+ """
5392
5404
  return pulumi.get(self, "source_project_id")
5393
5405
 
5394
5406
  @property
5395
5407
  @pulumi.getter(name="sourceTableId")
5396
5408
  def source_table_id(self) -> str:
5409
+ """
5410
+ The ID of the source materialized view.
5411
+ """
5397
5412
  return pulumi.get(self, "source_table_id")
5398
5413
 
5399
5414
  @property
5400
5415
  @pulumi.getter(name="replicationIntervalMs")
5401
5416
  def replication_interval_ms(self) -> Optional[int]:
5417
+ """
5418
+ The interval at which the source materialized view is polled for updates. The default is 300000.
5419
+ """
5402
5420
  return pulumi.get(self, "replication_interval_ms")
5403
5421
 
5404
5422
 
@@ -5553,6 +5571,44 @@ class GetDatasetAccessResult(dict):
5553
5571
  special_group: str,
5554
5572
  user_by_email: str,
5555
5573
  views: Sequence['outputs.GetDatasetAccessViewResult']):
5574
+ """
5575
+ :param Sequence['GetDatasetAccessDatasetArgs'] datasets: Grants all resources of particular types in a particular dataset read access to the current dataset.
5576
+ :param str domain: A domain to grant access to. Any users signed in with the
5577
+ domain specified will be granted the specified access
5578
+ :param str group_by_email: An email address of a Google Group to grant access to.
5579
+ :param str iam_member: Some other type of member that appears in the IAM Policy but isn't a user,
5580
+ group, domain, or special group. For example: 'allUsers'
5581
+ :param str role: Describes the rights granted to the user specified by the other
5582
+ member of the access object. Basic, predefined, and custom roles
5583
+ are supported. Predefined roles that have equivalent basic roles
5584
+ are swapped by the API to their basic counterparts. See
5585
+ [official docs](https://cloud.google.com/bigquery/docs/access-control).
5586
+ :param Sequence['GetDatasetAccessRoutineArgs'] routines: A routine from a different dataset to grant access to. Queries
5587
+ executed against that routine will have read access to tables in
5588
+ this dataset. The role field is not required when this field is
5589
+ set. If that routine is updated by any user, access to the routine
5590
+ needs to be granted again via an update operation.
5591
+ :param str special_group: A special group to grant access to. Possible values include:
5592
+
5593
+
5594
+ * 'projectOwners': Owners of the enclosing project.
5595
+
5596
+
5597
+ * 'projectReaders': Readers of the enclosing project.
5598
+
5599
+
5600
+ * 'projectWriters': Writers of the enclosing project.
5601
+
5602
+
5603
+ * 'allAuthenticatedUsers': All authenticated BigQuery users.
5604
+ :param str user_by_email: An email address of a user to grant access to. For example:
5605
+ fred@example.com
5606
+ :param Sequence['GetDatasetAccessViewArgs'] views: A view from a different dataset to grant access to. Queries
5607
+ executed against that view will have read access to tables in
5608
+ this dataset. The role field is not required when this field is
5609
+ set. If that view is updated by any user, access to the view
5610
+ needs to be granted again via an update operation.
5611
+ """
5556
5612
  pulumi.set(__self__, "datasets", datasets)
5557
5613
  pulumi.set(__self__, "domain", domain)
5558
5614
  pulumi.set(__self__, "group_by_email", group_by_email)
@@ -5566,46 +5622,100 @@ class GetDatasetAccessResult(dict):
5566
5622
  @property
5567
5623
  @pulumi.getter
5568
5624
  def datasets(self) -> Sequence['outputs.GetDatasetAccessDatasetResult']:
5625
+ """
5626
+ Grants all resources of particular types in a particular dataset read access to the current dataset.
5627
+ """
5569
5628
  return pulumi.get(self, "datasets")
5570
5629
 
5571
5630
  @property
5572
5631
  @pulumi.getter
5573
5632
  def domain(self) -> str:
5633
+ """
5634
+ A domain to grant access to. Any users signed in with the
5635
+ domain specified will be granted the specified access
5636
+ """
5574
5637
  return pulumi.get(self, "domain")
5575
5638
 
5576
5639
  @property
5577
5640
  @pulumi.getter(name="groupByEmail")
5578
5641
  def group_by_email(self) -> str:
5642
+ """
5643
+ An email address of a Google Group to grant access to.
5644
+ """
5579
5645
  return pulumi.get(self, "group_by_email")
5580
5646
 
5581
5647
  @property
5582
5648
  @pulumi.getter(name="iamMember")
5583
5649
  def iam_member(self) -> str:
5650
+ """
5651
+ Some other type of member that appears in the IAM Policy but isn't a user,
5652
+ group, domain, or special group. For example: 'allUsers'
5653
+ """
5584
5654
  return pulumi.get(self, "iam_member")
5585
5655
 
5586
5656
  @property
5587
5657
  @pulumi.getter
5588
5658
  def role(self) -> str:
5659
+ """
5660
+ Describes the rights granted to the user specified by the other
5661
+ member of the access object. Basic, predefined, and custom roles
5662
+ are supported. Predefined roles that have equivalent basic roles
5663
+ are swapped by the API to their basic counterparts. See
5664
+ [official docs](https://cloud.google.com/bigquery/docs/access-control).
5665
+ """
5589
5666
  return pulumi.get(self, "role")
5590
5667
 
5591
5668
  @property
5592
5669
  @pulumi.getter
5593
5670
  def routines(self) -> Sequence['outputs.GetDatasetAccessRoutineResult']:
5671
+ """
5672
+ A routine from a different dataset to grant access to. Queries
5673
+ executed against that routine will have read access to tables in
5674
+ this dataset. The role field is not required when this field is
5675
+ set. If that routine is updated by any user, access to the routine
5676
+ needs to be granted again via an update operation.
5677
+ """
5594
5678
  return pulumi.get(self, "routines")
5595
5679
 
5596
5680
  @property
5597
5681
  @pulumi.getter(name="specialGroup")
5598
5682
  def special_group(self) -> str:
5683
+ """
5684
+ A special group to grant access to. Possible values include:
5685
+
5686
+
5687
+ * 'projectOwners': Owners of the enclosing project.
5688
+
5689
+
5690
+ * 'projectReaders': Readers of the enclosing project.
5691
+
5692
+
5693
+ * 'projectWriters': Writers of the enclosing project.
5694
+
5695
+
5696
+ * 'allAuthenticatedUsers': All authenticated BigQuery users.
5697
+ """
5599
5698
  return pulumi.get(self, "special_group")
5600
5699
 
5601
5700
  @property
5602
5701
  @pulumi.getter(name="userByEmail")
5603
5702
  def user_by_email(self) -> str:
5703
+ """
5704
+ An email address of a user to grant access to. For example:
5705
+ fred@example.com
5706
+ """
5604
5707
  return pulumi.get(self, "user_by_email")
5605
5708
 
5606
5709
  @property
5607
5710
  @pulumi.getter
5608
5711
  def views(self) -> Sequence['outputs.GetDatasetAccessViewResult']:
5712
+ """
5713
+ A view from a different dataset to grant access to. Queries
5714
+ executed against that view will have read access to tables in
5715
+ this dataset. The role field is not required when this field is
5716
+ set. If that view is updated by any user, access to the view
5717
+ needs to be granted again via an update operation.
5718
+ """
5609
5719
  return pulumi.get(self, "views")
5610
5720
 
5611
5721
 
@@ -5614,17 +5724,29 @@ class GetDatasetAccessDatasetResult(dict):
5614
5724
  def __init__(__self__, *,
5615
5725
  datasets: Sequence['outputs.GetDatasetAccessDatasetDatasetResult'],
5616
5726
  target_types: Sequence[str]):
5727
+ """
5728
+ :param Sequence['GetDatasetAccessDatasetDatasetArgs'] datasets: The dataset this entry applies to
5729
+ :param Sequence[str] target_types: Which resources in the dataset this entry applies to. Currently, only views are supported,
5730
+ but additional target types may be added in the future. Possible values: VIEWS
5731
+ """
5617
5732
  pulumi.set(__self__, "datasets", datasets)
5618
5733
  pulumi.set(__self__, "target_types", target_types)
5619
5734
 
5620
5735
  @property
5621
5736
  @pulumi.getter
5622
5737
  def datasets(self) -> Sequence['outputs.GetDatasetAccessDatasetDatasetResult']:
5738
+ """
5739
+ The dataset this entry applies to
5740
+ """
5623
5741
  return pulumi.get(self, "datasets")
5624
5742
 
5625
5743
  @property
5626
5744
  @pulumi.getter(name="targetTypes")
5627
5745
  def target_types(self) -> Sequence[str]:
5746
+ """
5747
+ Which resources in the dataset this entry applies to. Currently, only views are supported,
5748
+ but additional target types may be added in the future. Possible values: VIEWS
5749
+ """
5628
5750
  return pulumi.get(self, "target_types")
5629
5751
 
5630
5752
 
@@ -5635,6 +5757,7 @@ class GetDatasetAccessDatasetDatasetResult(dict):
5635
5757
  project_id: str):
5636
5758
  """
5637
5759
  :param str dataset_id: The dataset ID.
5760
+ :param str project_id: The ID of the project containing this table.
5638
5761
  """
5639
5762
  pulumi.set(__self__, "dataset_id", dataset_id)
5640
5763
  pulumi.set(__self__, "project_id", project_id)
@@ -5650,6 +5773,9 @@ class GetDatasetAccessDatasetDatasetResult(dict):
5650
5773
  @property
5651
5774
  @pulumi.getter(name="projectId")
5652
5775
  def project_id(self) -> str:
5776
+ """
5777
+ The ID of the project containing this table.
5778
+ """
5653
5779
  return pulumi.get(self, "project_id")
5654
5780
 
5655
5781
 
@@ -5661,6 +5787,10 @@ class GetDatasetAccessRoutineResult(dict):
5661
5787
  routine_id: str):
5662
5788
  """
5663
5789
  :param str dataset_id: The dataset ID.
5790
+ :param str project_id: The ID of the project containing this table.
5791
+ :param str routine_id: The ID of the routine. The ID must contain only letters (a-z,
5792
+ A-Z), numbers (0-9), or underscores (_). The maximum length
5793
+ is 256 characters.
5664
5794
  """
5665
5795
  pulumi.set(__self__, "dataset_id", dataset_id)
5666
5796
  pulumi.set(__self__, "project_id", project_id)
@@ -5677,11 +5807,19 @@ class GetDatasetAccessRoutineResult(dict):
5677
5807
  @property
5678
5808
  @pulumi.getter(name="projectId")
5679
5809
  def project_id(self) -> str:
5810
+ """
5811
+ The ID of the project containing this table.
5812
+ """
5680
5813
  return pulumi.get(self, "project_id")
5681
5814
 
5682
5815
  @property
5683
5816
  @pulumi.getter(name="routineId")
5684
5817
  def routine_id(self) -> str:
5818
+ """
5819
+ The ID of the routine. The ID must contain only letters (a-z,
5820
+ A-Z), numbers (0-9), or underscores (_). The maximum length
5821
+ is 256 characters.
5822
+ """
5685
5823
  return pulumi.get(self, "routine_id")
5686
5824
 
5687
5825
 
@@ -5693,6 +5831,10 @@ class GetDatasetAccessViewResult(dict):
5693
5831
  table_id: str):
5694
5832
  """
5695
5833
  :param str dataset_id: The dataset ID.
5834
+ :param str project_id: The ID of the project containing this table.
5835
+ :param str table_id: The ID of the table. The ID must contain only letters (a-z,
5836
+ A-Z), numbers (0-9), or underscores (_). The maximum length
5837
+ is 1,024 characters.
5696
5838
  """
5697
5839
  pulumi.set(__self__, "dataset_id", dataset_id)
5698
5840
  pulumi.set(__self__, "project_id", project_id)
@@ -5709,11 +5851,19 @@ class GetDatasetAccessViewResult(dict):
5709
5851
  @property
5710
5852
  @pulumi.getter(name="projectId")
5711
5853
  def project_id(self) -> str:
5854
+ """
5855
+ The ID of the project containing this table.
5856
+ """
5712
5857
  return pulumi.get(self, "project_id")
5713
5858
 
5714
5859
  @property
5715
5860
  @pulumi.getter(name="tableId")
5716
5861
  def table_id(self) -> str:
5862
+ """
5863
+ The ID of the table. The ID must contain only letters (a-z,
5864
+ A-Z), numbers (0-9), or underscores (_). The maximum length
5865
+ is 1,024 characters.
5866
+ """
5717
5867
  return pulumi.get(self, "table_id")
5718
5868
 
5719
5869
 
@@ -5721,11 +5871,21 @@ class GetDatasetAccessViewResult(dict):
5721
5871
  class GetDatasetDefaultEncryptionConfigurationResult(dict):
5722
5872
  def __init__(__self__, *,
5723
5873
  kms_key_name: str):
5874
+ """
5875
+ :param str kms_key_name: Describes the Cloud KMS encryption key that will be used to protect destination
5876
+ BigQuery table. The BigQuery Service Account associated with your project requires
5877
+ access to this encryption key.
5878
+ """
5724
5879
  pulumi.set(__self__, "kms_key_name", kms_key_name)
5725
5880
 
5726
5881
  @property
5727
5882
  @pulumi.getter(name="kmsKeyName")
5728
5883
  def kms_key_name(self) -> str:
5884
+ """
5885
+ Describes the Cloud KMS encryption key that will be used to protect destination
5886
+ BigQuery table. The BigQuery Service Account associated with your project requires
5887
+ access to this encryption key.
5888
+ """
5729
5889
  return pulumi.get(self, "kms_key_name")
5730
5890
 
5731
5891
 
@@ -5734,17 +5894,29 @@ class GetDatasetExternalDatasetReferenceResult(dict):
5734
5894
  def __init__(__self__, *,
5735
5895
  connection: str,
5736
5896
  external_source: str):
5897
+ """
5898
+ :param str connection: The connection id that is used to access the externalSource.
5899
+ Format: projects/{projectId}/locations/{locationId}/connections/{connectionId}
5900
+ :param str external_source: External source that backs this dataset.
5901
+ """
5737
5902
  pulumi.set(__self__, "connection", connection)
5738
5903
  pulumi.set(__self__, "external_source", external_source)
5739
5904
 
5740
5905
  @property
5741
5906
  @pulumi.getter
5742
5907
  def connection(self) -> str:
5908
+ """
5909
+ The connection id that is used to access the externalSource.
5910
+ Format: projects/{projectId}/locations/{locationId}/connections/{connectionId}
5911
+ """
5743
5912
  return pulumi.get(self, "connection")
5744
5913
 
5745
5914
  @property
5746
5915
  @pulumi.getter(name="externalSource")
5747
5916
  def external_source(self) -> str:
5917
+ """
5918
+ External source that backs this dataset.
5919
+ """
5748
5920
  return pulumi.get(self, "external_source")
5749
5921
 
5750
5922
 
@@ -123,6 +123,7 @@ class InstanceClusterArgs:
123
123
  `cluster_id`.
124
124
  :param pulumi.Input[int] num_nodes: The number of nodes in the cluster.
125
125
  If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
126
+ :param pulumi.Input[str] state: The state of the cluster
126
127
  :param pulumi.Input[str] storage_type: The storage type to use. One of `"SSD"` or
127
128
  `"HDD"`. Defaults to `"SSD"`.
128
129
  :param pulumi.Input[str] zone: The zone to create the Cloud Bigtable cluster in. If it not
@@ -204,6 +205,9 @@ class InstanceClusterArgs:
204
205
  @property
205
206
  @pulumi.getter
206
207
  def state(self) -> Optional[pulumi.Input[str]]:
208
+ """
209
+ The state of the cluster
210
+ """
207
211
  return pulumi.get(self, "state")
208
212
 
209
213
  @state.setter
@@ -134,6 +134,7 @@ class InstanceCluster(dict):
134
134
  `cluster_id`.
135
135
  :param int num_nodes: The number of nodes in the cluster.
136
136
  If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.
137
+ :param str state: The state of the cluster
137
138
  :param str storage_type: The storage type to use. One of `"SSD"` or
138
139
  `"HDD"`. Defaults to `"SSD"`.
139
140
  :param str zone: The zone to create the Cloud Bigtable cluster in. If it not
@@ -199,6 +200,9 @@ class InstanceCluster(dict):
199
200
  @property
200
201
  @pulumi.getter
201
202
  def state(self) -> Optional[str]:
203
+ """
204
+ The state of the cluster
205
+ """
202
206
  return pulumi.get(self, "state")
203
207
 
204
208
  @property