pulumi-gcp 7.24.0a1716588893__py3-none-any.whl → 7.25.0__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 (179) hide show
  1. pulumi_gcp/__init__.py +88 -0
  2. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -64
  3. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -70
  4. pulumi_gcp/alloydb/backup.py +50 -42
  5. pulumi_gcp/alloydb/cluster.py +56 -48
  6. pulumi_gcp/alloydb/instance.py +50 -42
  7. pulumi_gcp/alloydb/user.py +32 -24
  8. pulumi_gcp/apigateway/api_config.py +0 -114
  9. pulumi_gcp/apigateway/gateway.py +0 -44
  10. pulumi_gcp/apigee/addons_config.py +14 -4
  11. pulumi_gcp/apigee/endpoint_attachment.py +4 -2
  12. pulumi_gcp/apigee/env_group.py +4 -2
  13. pulumi_gcp/apigee/environment.py +4 -2
  14. pulumi_gcp/apigee/instance.py +22 -8
  15. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +26 -10
  16. pulumi_gcp/apigee/nat_address.py +10 -2
  17. pulumi_gcp/apigee/organization.py +18 -6
  18. pulumi_gcp/apigee/sync_authorization.py +8 -4
  19. pulumi_gcp/apigee/target_server.py +26 -10
  20. pulumi_gcp/appengine/_inputs.py +18 -0
  21. pulumi_gcp/appengine/domain_mapping.py +1 -1
  22. pulumi_gcp/appengine/outputs.py +16 -0
  23. pulumi_gcp/apphub/service.py +40 -20
  24. pulumi_gcp/apphub/service_project_attachment.py +16 -8
  25. pulumi_gcp/apphub/workload.py +0 -418
  26. pulumi_gcp/applicationintegration/auth_config.py +4 -2
  27. pulumi_gcp/artifactregistry/repository.py +14 -12
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +4 -2
  29. pulumi_gcp/bigquery/_inputs.py +286 -2
  30. pulumi_gcp/bigquery/data_transfer_config.py +8 -4
  31. pulumi_gcp/bigquery/job.py +22 -16
  32. pulumi_gcp/bigquery/outputs.py +289 -2
  33. pulumi_gcp/bigquery/table.py +77 -35
  34. pulumi_gcp/certificateauthority/authority.py +10 -2
  35. pulumi_gcp/certificateauthority/certificate.py +8 -4
  36. pulumi_gcp/certificatemanager/certificate.py +84 -80
  37. pulumi_gcp/certificatemanager/certificate_issuance_config.py +32 -30
  38. pulumi_gcp/cloudbuild/bitbucket_server_config.py +12 -6
  39. pulumi_gcp/cloudbuild/trigger.py +22 -14
  40. pulumi_gcp/cloudbuild/worker_pool.py +12 -6
  41. pulumi_gcp/cloudbuildv2/connection.py +10 -2
  42. pulumi_gcp/cloudbuildv2/repository.py +10 -2
  43. pulumi_gcp/cloudfunctionsv2/function.py +110 -66
  44. pulumi_gcp/cloudids/endpoint.py +4 -2
  45. pulumi_gcp/cloudrun/_inputs.py +80 -4
  46. pulumi_gcp/cloudrun/outputs.py +137 -4
  47. pulumi_gcp/cloudrunv2/job.py +32 -20
  48. pulumi_gcp/cloudrunv2/service.py +28 -20
  49. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  50. pulumi_gcp/compute/__init__.py +1 -0
  51. pulumi_gcp/compute/_inputs.py +398 -176
  52. pulumi_gcp/compute/forwarding_rule.py +225 -817
  53. pulumi_gcp/compute/get_subnetworks.py +157 -0
  54. pulumi_gcp/compute/global_forwarding_rule.py +0 -766
  55. pulumi_gcp/compute/instance_group.py +0 -100
  56. pulumi_gcp/compute/instance_group_membership.py +2 -2
  57. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  58. pulumi_gcp/compute/network_endpoint.py +2 -2
  59. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  60. pulumi_gcp/compute/outputs.py +609 -161
  61. pulumi_gcp/compute/packet_mirroring.py +4 -2
  62. pulumi_gcp/compute/region_security_policy_rule.py +4 -2
  63. pulumi_gcp/compute/region_ssl_certificate.py +0 -188
  64. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  65. pulumi_gcp/compute/route.py +10 -2
  66. pulumi_gcp/compute/security_policy_rule.py +55 -1
  67. pulumi_gcp/compute/ssl_certificate.py +0 -166
  68. pulumi_gcp/compute/target_instance.py +4 -2
  69. pulumi_gcp/compute/vpn_gateway.py +12 -2
  70. pulumi_gcp/compute/vpn_tunnel.py +26 -16
  71. pulumi_gcp/container/_inputs.py +560 -0
  72. pulumi_gcp/container/outputs.py +1106 -51
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +32 -16
  74. pulumi_gcp/datacatalog/policy_tag.py +4 -2
  75. pulumi_gcp/datafusion/instance.py +14 -12
  76. pulumi_gcp/dataplex/__init__.py +10 -0
  77. pulumi_gcp/dataplex/_inputs.py +160 -0
  78. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  79. pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
  80. pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
  81. pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
  82. pulumi_gcp/dataplex/asset.py +4 -2
  83. pulumi_gcp/dataplex/datascan.py +16 -14
  84. pulumi_gcp/dataplex/entry_group.py +722 -0
  85. pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
  86. pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
  87. pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
  88. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
  89. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
  90. pulumi_gcp/dataplex/outputs.py +112 -0
  91. pulumi_gcp/datastore/data_store_index.py +4 -2
  92. pulumi_gcp/datastream/connection_profile.py +47 -0
  93. pulumi_gcp/datastream/private_connection.py +47 -0
  94. pulumi_gcp/datastream/stream.py +63 -10
  95. pulumi_gcp/diagflow/cx_test_case.py +4 -4
  96. pulumi_gcp/diagflow/entity_type.py +4 -2
  97. pulumi_gcp/diagflow/fulfillment.py +4 -2
  98. pulumi_gcp/diagflow/intent.py +8 -4
  99. pulumi_gcp/dns/get_managed_zone.py +3 -3
  100. pulumi_gcp/dns/managed_zone.py +7 -7
  101. pulumi_gcp/dns/outputs.py +2 -2
  102. pulumi_gcp/edgecontainer/node_pool.py +4 -2
  103. pulumi_gcp/edgecontainer/vpn_connection.py +4 -2
  104. pulumi_gcp/eventarc/channel.py +4 -2
  105. pulumi_gcp/eventarc/google_channel_config.py +4 -2
  106. pulumi_gcp/firebase/app_check_app_attest_config.py +16 -8
  107. pulumi_gcp/firebase/app_check_debug_token.py +8 -4
  108. pulumi_gcp/firebase/app_check_device_check_config.py +8 -4
  109. pulumi_gcp/firebase/app_check_play_integrity_config.py +16 -8
  110. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +8 -4
  111. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +8 -4
  112. pulumi_gcp/firebase/app_check_service_config.py +12 -6
  113. pulumi_gcp/firebase/database_instance.py +4 -2
  114. pulumi_gcp/firebaserules/release.py +0 -98
  115. pulumi_gcp/firestore/database.py +24 -20
  116. pulumi_gcp/firestore/document.py +24 -12
  117. pulumi_gcp/folder/access_approval_settings.py +4 -2
  118. pulumi_gcp/gkehub/membership_binding.py +14 -4
  119. pulumi_gcp/gkehub/membership_rbac_role_binding.py +8 -4
  120. pulumi_gcp/gkehub/namespace.py +4 -2
  121. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -2
  122. pulumi_gcp/integrationconnectors/connection.py +4 -2
  123. pulumi_gcp/integrationconnectors/managed_zone.py +18 -6
  124. pulumi_gcp/kms/__init__.py +2 -0
  125. pulumi_gcp/kms/autokey_config.py +366 -0
  126. pulumi_gcp/kms/key_handle.py +548 -0
  127. pulumi_gcp/logging/folder_settings.py +12 -10
  128. pulumi_gcp/logging/linked_dataset.py +4 -2
  129. pulumi_gcp/logging/organization_settings.py +12 -10
  130. pulumi_gcp/logging/project_bucket_config.py +4 -2
  131. pulumi_gcp/looker/instance.py +12 -10
  132. pulumi_gcp/netapp/volume_replication.py +4 -2
  133. pulumi_gcp/netapp/volume_snapshot.py +4 -2
  134. pulumi_gcp/networkconnectivity/internal_range.py +14 -12
  135. pulumi_gcp/networksecurity/gateway_security_policy.py +16 -4
  136. pulumi_gcp/networksecurity/tls_inspection_policy.py +22 -4
  137. pulumi_gcp/networkservices/__init__.py +1 -0
  138. pulumi_gcp/networkservices/_inputs.py +245 -27
  139. pulumi_gcp/networkservices/gateway.py +12 -6
  140. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  141. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -540
  142. pulumi_gcp/networkservices/outputs.py +251 -20
  143. pulumi_gcp/organizations/access_approval_settings.py +4 -2
  144. pulumi_gcp/orgpolicy/policy.py +2 -2
  145. pulumi_gcp/parallelstore/instance.py +20 -18
  146. pulumi_gcp/projects/access_approval_settings.py +4 -2
  147. pulumi_gcp/pubsub/_inputs.py +16 -0
  148. pulumi_gcp/pubsub/outputs.py +25 -0
  149. pulumi_gcp/pubsub/schema.py +4 -2
  150. pulumi_gcp/pubsub/subscription.py +102 -66
  151. pulumi_gcp/pubsub/topic.py +4 -2
  152. pulumi_gcp/pulumi-plugin.json +1 -1
  153. pulumi_gcp/redis/cluster.py +30 -28
  154. pulumi_gcp/redis/instance.py +4 -2
  155. pulumi_gcp/secretmanager/secret.py +4 -2
  156. pulumi_gcp/securesourcemanager/instance.py +20 -8
  157. pulumi_gcp/securitycenter/instance_iam_binding.py +14 -12
  158. pulumi_gcp/securitycenter/instance_iam_member.py +14 -12
  159. pulumi_gcp/securitycenter/instance_iam_policy.py +14 -12
  160. pulumi_gcp/serviceaccount/key.py +2 -2
  161. pulumi_gcp/sql/database_instance.py +4 -2
  162. pulumi_gcp/sql/user.py +4 -4
  163. pulumi_gcp/storage/get_project_service_account.py +4 -2
  164. pulumi_gcp/storage/insights_report_config.py +12 -10
  165. pulumi_gcp/storage/notification.py +18 -16
  166. pulumi_gcp/storage/transfer_agent_pool.py +4 -2
  167. pulumi_gcp/storage/transfer_job.py +14 -4
  168. pulumi_gcp/tpu/_inputs.py +2 -2
  169. pulumi_gcp/tpu/outputs.py +2 -2
  170. pulumi_gcp/tpu/v2_vm.py +10 -6
  171. pulumi_gcp/vertex/ai_endpoint.py +24 -22
  172. pulumi_gcp/vertex/ai_index_endpoint.py +20 -18
  173. pulumi_gcp/vertex/ai_tensorboard.py +14 -12
  174. pulumi_gcp/vmwareengine/external_address.py +4 -2
  175. pulumi_gcp/vmwareengine/network.py +8 -4
  176. {pulumi_gcp-7.24.0a1716588893.dist-info → pulumi_gcp-7.25.0.dist-info}/METADATA +1 -1
  177. {pulumi_gcp-7.24.0a1716588893.dist-info → pulumi_gcp-7.25.0.dist-info}/RECORD +179 -165
  178. {pulumi_gcp-7.24.0a1716588893.dist-info → pulumi_gcp-7.25.0.dist-info}/WHEEL +0 -0
  179. {pulumi_gcp-7.24.0a1716588893.dist-info → pulumi_gcp-7.25.0.dist-info}/top_level.txt +0 -0
@@ -69,6 +69,9 @@ __all__ = [
69
69
  'TableEncryptionConfigurationArgs',
70
70
  'TableExternalDataConfigurationArgs',
71
71
  'TableExternalDataConfigurationAvroOptionsArgs',
72
+ 'TableExternalDataConfigurationBigtableOptionsArgs',
73
+ 'TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs',
74
+ 'TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs',
72
75
  'TableExternalDataConfigurationCsvOptionsArgs',
73
76
  'TableExternalDataConfigurationGoogleSheetsOptionsArgs',
74
77
  'TableExternalDataConfigurationHivePartitioningOptionsArgs',
@@ -4114,6 +4117,7 @@ class TableExternalDataConfigurationArgs:
4114
4117
  autodetect: pulumi.Input[bool],
4115
4118
  source_uris: pulumi.Input[Sequence[pulumi.Input[str]]],
4116
4119
  avro_options: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']] = None,
4120
+ bigtable_options: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']] = None,
4117
4121
  compression: Optional[pulumi.Input[str]] = None,
4118
4122
  connection_id: Optional[pulumi.Input[str]] = None,
4119
4123
  csv_options: Optional[pulumi.Input['TableExternalDataConfigurationCsvOptionsArgs']] = None,
@@ -4137,6 +4141,8 @@ class TableExternalDataConfigurationArgs:
4137
4141
  your data in Google Cloud.
4138
4142
  :param pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs'] avro_options: Additional options if `source_format` is set to
4139
4143
  "AVRO". Structure is documented below.
4144
+ :param pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs'] bigtable_options: Additional properties to set if
4145
+ `source_format` is set to "BIGTABLE". Structure is documented below.
4140
4146
  :param pulumi.Input[str] compression: The compression type of the data source.
4141
4147
  Valid values are "NONE" or "GZIP".
4142
4148
  :param pulumi.Input[str] connection_id: The connection specifying the credentials to be used to read
@@ -4199,6 +4205,8 @@ class TableExternalDataConfigurationArgs:
4199
4205
  pulumi.set(__self__, "source_uris", source_uris)
4200
4206
  if avro_options is not None:
4201
4207
  pulumi.set(__self__, "avro_options", avro_options)
4208
+ if bigtable_options is not None:
4209
+ pulumi.set(__self__, "bigtable_options", bigtable_options)
4202
4210
  if compression is not None:
4203
4211
  pulumi.set(__self__, "compression", compression)
4204
4212
  if connection_id is not None:
@@ -4271,6 +4279,19 @@ class TableExternalDataConfigurationArgs:
4271
4279
  def avro_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationAvroOptionsArgs']]):
4272
4280
  pulumi.set(self, "avro_options", value)
4273
4281
 
4282
+ @property
4283
+ @pulumi.getter(name="bigtableOptions")
4284
+ def bigtable_options(self) -> Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]:
4285
+ """
4286
+ Additional properties to set if
4287
+ `source_format` is set to "BIGTABLE". Structure is documented below.
4288
+ """
4289
+ return pulumi.get(self, "bigtable_options")
4290
+
4291
+ @bigtable_options.setter
4292
+ def bigtable_options(self, value: Optional[pulumi.Input['TableExternalDataConfigurationBigtableOptionsArgs']]):
4293
+ pulumi.set(self, "bigtable_options", value)
4294
+
4274
4295
  @property
4275
4296
  @pulumi.getter
4276
4297
  def compression(self) -> Optional[pulumi.Input[str]]:
@@ -4531,6 +4552,267 @@ class TableExternalDataConfigurationAvroOptionsArgs:
4531
4552
  pulumi.set(self, "use_avro_logical_types", value)
4532
4553
 
4533
4554
 
4555
+ @pulumi.input_type
4556
+ class TableExternalDataConfigurationBigtableOptionsArgs:
4557
+ def __init__(__self__, *,
4558
+ column_families: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]] = None,
4559
+ ignore_unspecified_column_families: Optional[pulumi.Input[bool]] = None,
4560
+ output_column_families_as_json: Optional[pulumi.Input[bool]] = None,
4561
+ read_rowkey_as_string: Optional[pulumi.Input[bool]] = None):
4562
+ """
4563
+ :param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]] column_families: A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
4564
+ :param pulumi.Input[bool] ignore_unspecified_column_families: If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
4565
+ :param pulumi.Input[bool] output_column_families_as_json: If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
4566
+ :param pulumi.Input[bool] read_rowkey_as_string: If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
4567
+ """
4568
+ if column_families is not None:
4569
+ pulumi.set(__self__, "column_families", column_families)
4570
+ if ignore_unspecified_column_families is not None:
4571
+ pulumi.set(__self__, "ignore_unspecified_column_families", ignore_unspecified_column_families)
4572
+ if output_column_families_as_json is not None:
4573
+ pulumi.set(__self__, "output_column_families_as_json", output_column_families_as_json)
4574
+ if read_rowkey_as_string is not None:
4575
+ pulumi.set(__self__, "read_rowkey_as_string", read_rowkey_as_string)
4576
+
4577
+ @property
4578
+ @pulumi.getter(name="columnFamilies")
4579
+ def column_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]:
4580
+ """
4581
+ A list of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. Structure is documented below.
4582
+ """
4583
+ return pulumi.get(self, "column_families")
4584
+
4585
+ @column_families.setter
4586
+ def column_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs']]]]):
4587
+ pulumi.set(self, "column_families", value)
4588
+
4589
+ @property
4590
+ @pulumi.getter(name="ignoreUnspecifiedColumnFamilies")
4591
+ def ignore_unspecified_column_families(self) -> Optional[pulumi.Input[bool]]:
4592
+ """
4593
+ If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.
4594
+ """
4595
+ return pulumi.get(self, "ignore_unspecified_column_families")
4596
+
4597
+ @ignore_unspecified_column_families.setter
4598
+ def ignore_unspecified_column_families(self, value: Optional[pulumi.Input[bool]]):
4599
+ pulumi.set(self, "ignore_unspecified_column_families", value)
4600
+
4601
+ @property
4602
+ @pulumi.getter(name="outputColumnFamiliesAsJson")
4603
+ def output_column_families_as_json(self) -> Optional[pulumi.Input[bool]]:
4604
+ """
4605
+ If field is true, then each column family will be read as a single JSON column. Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false.
4606
+ """
4607
+ return pulumi.get(self, "output_column_families_as_json")
4608
+
4609
+ @output_column_families_as_json.setter
4610
+ def output_column_families_as_json(self, value: Optional[pulumi.Input[bool]]):
4611
+ pulumi.set(self, "output_column_families_as_json", value)
4612
+
4613
+ @property
4614
+ @pulumi.getter(name="readRowkeyAsString")
4615
+ def read_rowkey_as_string(self) -> Optional[pulumi.Input[bool]]:
4616
+ """
4617
+ If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.
4618
+ """
4619
+ return pulumi.get(self, "read_rowkey_as_string")
4620
+
4621
+ @read_rowkey_as_string.setter
4622
+ def read_rowkey_as_string(self, value: Optional[pulumi.Input[bool]]):
4623
+ pulumi.set(self, "read_rowkey_as_string", value)
4624
+
4625
+
4626
+ @pulumi.input_type
4627
+ class TableExternalDataConfigurationBigtableOptionsColumnFamilyArgs:
4628
+ def __init__(__self__, *,
4629
+ columns: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]] = None,
4630
+ encoding: Optional[pulumi.Input[str]] = None,
4631
+ family_id: Optional[pulumi.Input[str]] = None,
4632
+ only_read_latest: Optional[pulumi.Input[bool]] = None,
4633
+ type: Optional[pulumi.Input[str]] = None):
4634
+ """
4635
+ :param pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]] columns: A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
4636
+ :param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
4637
+ :param pulumi.Input[str] family_id: Identifier of the column family.
4638
+ :param pulumi.Input[bool] only_read_latest: If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
4639
+ :param pulumi.Input[str] type: The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
4640
+ """
4641
+ if columns is not None:
4642
+ pulumi.set(__self__, "columns", columns)
4643
+ if encoding is not None:
4644
+ pulumi.set(__self__, "encoding", encoding)
4645
+ if family_id is not None:
4646
+ pulumi.set(__self__, "family_id", family_id)
4647
+ if only_read_latest is not None:
4648
+ pulumi.set(__self__, "only_read_latest", only_read_latest)
4649
+ if type is not None:
4650
+ pulumi.set(__self__, "type", type)
4651
+
4652
+ @property
4653
+ @pulumi.getter
4654
+ def columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]:
4655
+ """
4656
+ A List of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as Other columns can be accessed as a list through column field. Structure is documented below.
4657
+ """
4658
+ return pulumi.get(self, "columns")
4659
+
4660
+ @columns.setter
4661
+ def columns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs']]]]):
4662
+ pulumi.set(self, "columns", value)
4663
+
4664
+ @property
4665
+ @pulumi.getter
4666
+ def encoding(self) -> Optional[pulumi.Input[str]]:
4667
+ """
4668
+ The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
4669
+ """
4670
+ return pulumi.get(self, "encoding")
4671
+
4672
+ @encoding.setter
4673
+ def encoding(self, value: Optional[pulumi.Input[str]]):
4674
+ pulumi.set(self, "encoding", value)
4675
+
4676
+ @property
4677
+ @pulumi.getter(name="familyId")
4678
+ def family_id(self) -> Optional[pulumi.Input[str]]:
4679
+ """
4680
+ Identifier of the column family.
4681
+ """
4682
+ return pulumi.get(self, "family_id")
4683
+
4684
+ @family_id.setter
4685
+ def family_id(self, value: Optional[pulumi.Input[str]]):
4686
+ pulumi.set(self, "family_id", value)
4687
+
4688
+ @property
4689
+ @pulumi.getter(name="onlyReadLatest")
4690
+ def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
4691
+ """
4692
+ If this is set only the latest version of value are exposed for all columns in this column family. This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column.
4693
+ """
4694
+ return pulumi.get(self, "only_read_latest")
4695
+
4696
+ @only_read_latest.setter
4697
+ def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
4698
+ pulumi.set(self, "only_read_latest", value)
4699
+
4700
+ @property
4701
+ @pulumi.getter
4702
+ def type(self) -> Optional[pulumi.Input[str]]:
4703
+ """
4704
+ The type to convert the value in cells of this column family. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it.
4705
+ """
4706
+ return pulumi.get(self, "type")
4707
+
4708
+ @type.setter
4709
+ def type(self, value: Optional[pulumi.Input[str]]):
4710
+ pulumi.set(self, "type", value)
4711
+
4712
+
4713
+ @pulumi.input_type
4714
+ class TableExternalDataConfigurationBigtableOptionsColumnFamilyColumnArgs:
4715
+ def __init__(__self__, *,
4716
+ encoding: Optional[pulumi.Input[str]] = None,
4717
+ field_name: Optional[pulumi.Input[str]] = None,
4718
+ only_read_latest: Optional[pulumi.Input[bool]] = None,
4719
+ qualifier_encoded: Optional[pulumi.Input[str]] = None,
4720
+ qualifier_string: Optional[pulumi.Input[str]] = None,
4721
+ type: Optional[pulumi.Input[str]] = None):
4722
+ """
4723
+ :param pulumi.Input[str] encoding: The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
4724
+ :param pulumi.Input[str] field_name: If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
4725
+ :param pulumi.Input[bool] only_read_latest: If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
4726
+ :param pulumi.Input[str] qualifier_encoded: Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
4727
+ :param pulumi.Input[str] qualifier_string: Qualifier string.
4728
+ :param pulumi.Input[str] type: The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
4729
+ """
4730
+ if encoding is not None:
4731
+ pulumi.set(__self__, "encoding", encoding)
4732
+ if field_name is not None:
4733
+ pulumi.set(__self__, "field_name", field_name)
4734
+ if only_read_latest is not None:
4735
+ pulumi.set(__self__, "only_read_latest", only_read_latest)
4736
+ if qualifier_encoded is not None:
4737
+ pulumi.set(__self__, "qualifier_encoded", qualifier_encoded)
4738
+ if qualifier_string is not None:
4739
+ pulumi.set(__self__, "qualifier_string", qualifier_string)
4740
+ if type is not None:
4741
+ pulumi.set(__self__, "type", type)
4742
+
4743
+ @property
4744
+ @pulumi.getter
4745
+ def encoding(self) -> Optional[pulumi.Input[str]]:
4746
+ """
4747
+ The encoding of the values when the type is not STRING. Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels.
4748
+ """
4749
+ return pulumi.get(self, "encoding")
4750
+
4751
+ @encoding.setter
4752
+ def encoding(self, value: Optional[pulumi.Input[str]]):
4753
+ pulumi.set(self, "encoding", value)
4754
+
4755
+ @property
4756
+ @pulumi.getter(name="fieldName")
4757
+ def field_name(self) -> Optional[pulumi.Input[str]]:
4758
+ """
4759
+ If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.
4760
+ """
4761
+ return pulumi.get(self, "field_name")
4762
+
4763
+ @field_name.setter
4764
+ def field_name(self, value: Optional[pulumi.Input[str]]):
4765
+ pulumi.set(self, "field_name", value)
4766
+
4767
+ @property
4768
+ @pulumi.getter(name="onlyReadLatest")
4769
+ def only_read_latest(self) -> Optional[pulumi.Input[bool]]:
4770
+ """
4771
+ If this is set, only the latest version of value in this column are exposed. 'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels.
4772
+ """
4773
+ return pulumi.get(self, "only_read_latest")
4774
+
4775
+ @only_read_latest.setter
4776
+ def only_read_latest(self, value: Optional[pulumi.Input[bool]]):
4777
+ pulumi.set(self, "only_read_latest", value)
4778
+
4779
+ @property
4780
+ @pulumi.getter(name="qualifierEncoded")
4781
+ def qualifier_encoded(self) -> Optional[pulumi.Input[str]]:
4782
+ """
4783
+ Qualifier of the column. Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName.
4784
+ """
4785
+ return pulumi.get(self, "qualifier_encoded")
4786
+
4787
+ @qualifier_encoded.setter
4788
+ def qualifier_encoded(self, value: Optional[pulumi.Input[str]]):
4789
+ pulumi.set(self, "qualifier_encoded", value)
4790
+
4791
+ @property
4792
+ @pulumi.getter(name="qualifierString")
4793
+ def qualifier_string(self) -> Optional[pulumi.Input[str]]:
4794
+ """
4795
+ Qualifier string.
4796
+ """
4797
+ return pulumi.get(self, "qualifier_string")
4798
+
4799
+ @qualifier_string.setter
4800
+ def qualifier_string(self, value: Optional[pulumi.Input[str]]):
4801
+ pulumi.set(self, "qualifier_string", value)
4802
+
4803
+ @property
4804
+ @pulumi.getter
4805
+ def type(self) -> Optional[pulumi.Input[str]]:
4806
+ """
4807
+ The type to convert the value in cells of this column. The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON", Default type is "BYTES". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels.
4808
+ """
4809
+ return pulumi.get(self, "type")
4810
+
4811
+ @type.setter
4812
+ def type(self, value: Optional[pulumi.Input[str]]):
4813
+ pulumi.set(self, "type", value)
4814
+
4815
+
4534
4816
  @pulumi.input_type
4535
4817
  class TableExternalDataConfigurationCsvOptionsArgs:
4536
4818
  def __init__(__self__, *,
@@ -5262,7 +5544,8 @@ class TableTableReplicationInfoArgs:
5262
5544
  :param pulumi.Input[str] source_dataset_id: The ID of the source dataset.
5263
5545
  :param pulumi.Input[str] source_project_id: The ID of the source project.
5264
5546
  :param pulumi.Input[str] source_table_id: The ID of the source materialized view.
5265
- :param pulumi.Input[int] replication_interval_ms: The interval at which the source materialized view is polled for updates. The default is 300000.
5547
+ :param pulumi.Input[int] replication_interval_ms: The interval at which the source
5548
+ materialized view is polled for updates. The default is 300000.
5266
5549
  """
5267
5550
  pulumi.set(__self__, "source_dataset_id", source_dataset_id)
5268
5551
  pulumi.set(__self__, "source_project_id", source_project_id)
@@ -5310,7 +5593,8 @@ class TableTableReplicationInfoArgs:
5310
5593
  @pulumi.getter(name="replicationIntervalMs")
5311
5594
  def replication_interval_ms(self) -> Optional[pulumi.Input[int]]:
5312
5595
  """
5313
- The interval at which the source materialized view is polled for updates. The default is 300000.
5596
+ The interval at which the source
5597
+ materialized view is polled for updates. The default is 300000.
5314
5598
  """
5315
5599
  return pulumi.get(self, "replication_interval_ms")
5316
5600
 
@@ -669,7 +669,8 @@ class DataTransferConfig(pulumi.CustomResource):
669
669
  dataset_id="my_dataset",
670
670
  friendly_name="foo",
671
671
  description="bar",
672
- location="asia-northeast1")
672
+ location="asia-northeast1",
673
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
673
674
  query_config = gcp.bigquery.DataTransferConfig("query_config",
674
675
  display_name="my-query",
675
676
  location="asia-northeast1",
@@ -680,7 +681,8 @@ class DataTransferConfig(pulumi.CustomResource):
680
681
  "destination_table_name_template": "my_table",
681
682
  "write_disposition": "WRITE_APPEND",
682
683
  "query": "SELECT name FROM tabl WHERE x = 'y'",
683
- })
684
+ },
685
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
684
686
  ```
685
687
 
686
688
  ## Import
@@ -776,7 +778,8 @@ class DataTransferConfig(pulumi.CustomResource):
776
778
  dataset_id="my_dataset",
777
779
  friendly_name="foo",
778
780
  description="bar",
779
- location="asia-northeast1")
781
+ location="asia-northeast1",
782
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
780
783
  query_config = gcp.bigquery.DataTransferConfig("query_config",
781
784
  display_name="my-query",
782
785
  location="asia-northeast1",
@@ -787,7 +790,8 @@ class DataTransferConfig(pulumi.CustomResource):
787
790
  "destination_table_name_template": "my_table",
788
791
  "write_disposition": "WRITE_APPEND",
789
792
  "query": "SELECT name FROM tabl WHERE x = 'y'",
790
- })
793
+ },
794
+ opts=pulumi.ResourceOptions(depends_on=[permissions]))
791
795
  ```
792
796
 
793
797
  ## Import
@@ -580,7 +580,8 @@ class Job(pulumi.CustomResource):
580
580
  autodetect=True,
581
581
  source_format="NEWLINE_DELIMITED_JSON",
582
582
  json_extension="GEOJSON",
583
- ))
583
+ ),
584
+ opts=pulumi.ResourceOptions(depends_on=[object]))
584
585
  ```
585
586
  ### Bigquery Job Load Parquet
586
587
 
@@ -679,6 +680,11 @@ class Job(pulumi.CustomResource):
679
680
  crypto_key = gcp.kms.CryptoKey("crypto_key",
680
681
  name="example-key",
681
682
  key_ring=key_ring.id)
683
+ project = gcp.organizations.get_project(project_id="my-project-name")
684
+ encrypt_role = gcp.projects.IAMMember("encrypt_role",
685
+ project=project.project_id,
686
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
687
+ member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
682
688
  dest = gcp.bigquery.Table("dest",
683
689
  deletion_protection=False,
684
690
  dataset_id=dest_dataset.dataset_id,
@@ -703,12 +709,8 @@ class Job(pulumi.CustomResource):
703
709
  \"\"\",
704
710
  encryption_configuration=gcp.bigquery.TableEncryptionConfigurationArgs(
705
711
  kms_key_name=crypto_key.id,
706
- ))
707
- project = gcp.organizations.get_project(project_id="my-project-name")
708
- encrypt_role = gcp.projects.IAMMember("encrypt_role",
709
- project=project.project_id,
710
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
711
- member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
712
+ ),
713
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
712
714
  job = gcp.bigquery.Job("job",
713
715
  job_id="job_copy",
714
716
  copy=gcp.bigquery.JobCopyArgs(
@@ -732,7 +734,8 @@ class Job(pulumi.CustomResource):
732
734
  destination_encryption_configuration=gcp.bigquery.JobCopyDestinationEncryptionConfigurationArgs(
733
735
  kms_key_name=crypto_key.id,
734
736
  ),
735
- ))
737
+ ),
738
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
736
739
  ```
737
740
  ### Bigquery Job Extract
738
741
 
@@ -1005,7 +1008,8 @@ class Job(pulumi.CustomResource):
1005
1008
  autodetect=True,
1006
1009
  source_format="NEWLINE_DELIMITED_JSON",
1007
1010
  json_extension="GEOJSON",
1008
- ))
1011
+ ),
1012
+ opts=pulumi.ResourceOptions(depends_on=[object]))
1009
1013
  ```
1010
1014
  ### Bigquery Job Load Parquet
1011
1015
 
@@ -1104,6 +1108,11 @@ class Job(pulumi.CustomResource):
1104
1108
  crypto_key = gcp.kms.CryptoKey("crypto_key",
1105
1109
  name="example-key",
1106
1110
  key_ring=key_ring.id)
1111
+ project = gcp.organizations.get_project(project_id="my-project-name")
1112
+ encrypt_role = gcp.projects.IAMMember("encrypt_role",
1113
+ project=project.project_id,
1114
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
1115
+ member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
1107
1116
  dest = gcp.bigquery.Table("dest",
1108
1117
  deletion_protection=False,
1109
1118
  dataset_id=dest_dataset.dataset_id,
@@ -1128,12 +1137,8 @@ class Job(pulumi.CustomResource):
1128
1137
  \"\"\",
1129
1138
  encryption_configuration=gcp.bigquery.TableEncryptionConfigurationArgs(
1130
1139
  kms_key_name=crypto_key.id,
1131
- ))
1132
- project = gcp.organizations.get_project(project_id="my-project-name")
1133
- encrypt_role = gcp.projects.IAMMember("encrypt_role",
1134
- project=project.project_id,
1135
- role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
1136
- member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
1140
+ ),
1141
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
1137
1142
  job = gcp.bigquery.Job("job",
1138
1143
  job_id="job_copy",
1139
1144
  copy=gcp.bigquery.JobCopyArgs(
@@ -1157,7 +1162,8 @@ class Job(pulumi.CustomResource):
1157
1162
  destination_encryption_configuration=gcp.bigquery.JobCopyDestinationEncryptionConfigurationArgs(
1158
1163
  kms_key_name=crypto_key.id,
1159
1164
  ),
1160
- ))
1165
+ ),
1166
+ opts=pulumi.ResourceOptions(depends_on=[encrypt_role]))
1161
1167
  ```
1162
1168
  ### Bigquery Job Extract
1163
1169