pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.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 (203) hide show
  1. pulumi_gcp/__init__.py +144 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/appengine/_inputs.py +18 -0
  8. pulumi_gcp/appengine/domain_mapping.py +1 -1
  9. pulumi_gcp/appengine/outputs.py +16 -0
  10. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  11. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  12. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  13. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/_inputs.py +286 -2
  15. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  16. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  17. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  18. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  19. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  20. pulumi_gcp/bigquery/outputs.py +289 -2
  21. pulumi_gcp/bigquery/table.py +77 -35
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  30. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  31. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  32. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  34. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  35. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  36. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  37. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  38. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  39. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  40. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  41. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  42. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  43. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  44. pulumi_gcp/certificateauthority/outputs.py +20 -4
  45. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  46. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  47. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  48. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  49. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  50. pulumi_gcp/cloudfunctionsv2/function.py +0 -4
  51. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  52. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  53. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  54. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrun/_inputs.py +80 -4
  56. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  57. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  58. pulumi_gcp/cloudrun/iam_member.py +21 -7
  59. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  60. pulumi_gcp/cloudrun/outputs.py +137 -4
  61. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  62. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  63. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  64. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  65. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  66. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  67. pulumi_gcp/cloudrunv2/service.py +47 -0
  68. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  69. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  70. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  71. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  72. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  73. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  74. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  75. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  76. pulumi_gcp/compute/__init__.py +1 -0
  77. pulumi_gcp/compute/_inputs.py +416 -194
  78. pulumi_gcp/compute/get_subnetworks.py +157 -0
  79. pulumi_gcp/compute/instance_group_membership.py +2 -2
  80. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  81. pulumi_gcp/compute/network_endpoint.py +2 -2
  82. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  83. pulumi_gcp/compute/outputs.py +629 -181
  84. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  85. pulumi_gcp/compute/security_policy_rule.py +55 -1
  86. pulumi_gcp/container/_inputs.py +560 -0
  87. pulumi_gcp/container/outputs.py +1106 -51
  88. pulumi_gcp/dataplex/__init__.py +15 -0
  89. pulumi_gcp/dataplex/_inputs.py +264 -0
  90. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  91. pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
  92. pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
  93. pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
  94. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  95. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  96. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  97. pulumi_gcp/dataplex/entry_group.py +722 -0
  98. pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
  99. pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
  100. pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
  101. pulumi_gcp/dataplex/entry_type.py +963 -0
  102. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  103. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  104. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  105. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
  106. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  107. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
  108. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  110. pulumi_gcp/dataplex/outputs.py +188 -0
  111. pulumi_gcp/dataplex/task.py +16 -16
  112. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  113. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  114. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  115. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  116. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  117. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  118. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  119. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  120. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  121. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  122. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  123. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  124. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  125. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  126. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  127. pulumi_gcp/datastream/connection_profile.py +47 -0
  128. pulumi_gcp/datastream/private_connection.py +47 -0
  129. pulumi_gcp/datastream/stream.py +47 -0
  130. pulumi_gcp/firestore/field.py +4 -4
  131. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  132. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  133. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  134. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  135. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  136. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  137. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  138. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  139. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  140. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  141. pulumi_gcp/gkehub/membership_binding.py +6 -6
  142. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  143. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  144. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  145. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  146. pulumi_gcp/gkehub/namespace.py +4 -4
  147. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  148. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  149. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  150. pulumi_gcp/kms/__init__.py +2 -0
  151. pulumi_gcp/kms/autokey_config.py +366 -0
  152. pulumi_gcp/kms/key_handle.py +548 -0
  153. pulumi_gcp/logging/__init__.py +4 -0
  154. pulumi_gcp/logging/_inputs.py +100 -0
  155. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  156. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  157. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  158. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  159. pulumi_gcp/logging/outputs.py +76 -0
  160. pulumi_gcp/netapp/storage_pool.py +9 -9
  161. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  162. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  163. pulumi_gcp/networkservices/__init__.py +1 -0
  164. pulumi_gcp/networkservices/_inputs.py +245 -27
  165. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  166. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
  167. pulumi_gcp/networkservices/outputs.py +251 -20
  168. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  169. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  170. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  171. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  172. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  173. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  174. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  175. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  176. pulumi_gcp/orgpolicy/policy.py +2 -2
  177. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  178. pulumi_gcp/pubsub/_inputs.py +16 -0
  179. pulumi_gcp/pubsub/outputs.py +25 -0
  180. pulumi_gcp/pubsub/subscription.py +8 -4
  181. pulumi_gcp/pulumi-plugin.json +1 -1
  182. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  183. pulumi_gcp/sql/_inputs.py +2 -4
  184. pulumi_gcp/sql/outputs.py +6 -8
  185. pulumi_gcp/sql/user.py +4 -4
  186. pulumi_gcp/storage/_inputs.py +48 -0
  187. pulumi_gcp/storage/outputs.py +75 -0
  188. pulumi_gcp/tpu/_inputs.py +2 -2
  189. pulumi_gcp/tpu/outputs.py +2 -2
  190. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  191. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  192. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  193. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  194. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  195. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  196. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  197. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  198. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  199. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  200. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  201. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
  202. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  203. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,9 @@ class ConnectionIamPolicyArgs:
30
30
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
31
31
  Spanner Connections same as spanner region
32
32
  AWS allowed regions are aws-us-east-1
33
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
33
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
34
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
35
+ location is specified, it is taken from the provider configuration.
34
36
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
35
37
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
36
38
  """
@@ -77,7 +79,9 @@ class ConnectionIamPolicyArgs:
77
79
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
78
80
  Spanner Connections same as spanner region
79
81
  AWS allowed regions are aws-us-east-1
80
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
82
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
83
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
84
+ location is specified, it is taken from the provider configuration.
81
85
  """
82
86
  return pulumi.get(self, "location")
83
87
 
@@ -118,7 +122,9 @@ class _ConnectionIamPolicyState:
118
122
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
119
123
  Spanner Connections same as spanner region
120
124
  AWS allowed regions are aws-us-east-1
121
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
125
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
126
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
+ location is specified, it is taken from the provider configuration.
122
128
  :param pulumi.Input[str] policy_data: The policy data generated by
123
129
  a `organizations_get_iam_policy` data source.
124
130
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -170,7 +176,9 @@ class _ConnectionIamPolicyState:
170
176
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
171
177
  Spanner Connections same as spanner region
172
178
  AWS allowed regions are aws-us-east-1
173
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
179
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
180
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
+ location is specified, it is taken from the provider configuration.
174
182
  """
175
183
  return pulumi.get(self, "location")
176
184
 
@@ -368,7 +376,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
368
376
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
369
377
  Spanner Connections same as spanner region
370
378
  AWS allowed regions are aws-us-east-1
371
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
379
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
380
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
381
+ location is specified, it is taken from the provider configuration.
372
382
  :param pulumi.Input[str] policy_data: The policy data generated by
373
383
  a `organizations_get_iam_policy` data source.
374
384
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -591,7 +601,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
591
601
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
592
602
  Spanner Connections same as spanner region
593
603
  AWS allowed regions are aws-us-east-1
594
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
604
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
605
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
606
+ location is specified, it is taken from the provider configuration.
595
607
  :param pulumi.Input[str] policy_data: The policy data generated by
596
608
  a `organizations_get_iam_policy` data source.
597
609
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -635,7 +647,9 @@ class ConnectionIamPolicy(pulumi.CustomResource):
635
647
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
636
648
  Spanner Connections same as spanner region
637
649
  AWS allowed regions are aws-us-east-1
638
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
650
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
651
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
652
+ location is specified, it is taken from the provider configuration.
639
653
  """
640
654
  return pulumi.get(self, "location")
641
655
 
@@ -64,7 +64,8 @@ class DataTransferConfigArgs:
64
64
  jun 13:15, and first sunday of quarter 00:00. See more explanation
65
65
  about the format here:
66
66
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
67
- NOTE: the granularity should be at least 8 hours, or less frequent.
67
+ NOTE: The minimum interval time between recurring transfers depends
68
+ on the data source; refer to the documentation for your data source.
68
69
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
69
70
  Structure is documented below.
70
71
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -250,7 +251,8 @@ class DataTransferConfigArgs:
250
251
  jun 13:15, and first sunday of quarter 00:00. See more explanation
251
252
  about the format here:
252
253
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
253
- NOTE: the granularity should be at least 8 hours, or less frequent.
254
+ NOTE: The minimum interval time between recurring transfers depends
255
+ on the data source; refer to the documentation for your data source.
254
256
  """
255
257
  return pulumi.get(self, "schedule")
256
258
 
@@ -361,7 +363,8 @@ class _DataTransferConfigState:
361
363
  jun 13:15, and first sunday of quarter 00:00. See more explanation
362
364
  about the format here:
363
365
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
364
- NOTE: the granularity should be at least 8 hours, or less frequent.
366
+ NOTE: The minimum interval time between recurring transfers depends
367
+ on the data source; refer to the documentation for your data source.
365
368
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
366
369
  Structure is documented below.
367
370
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -568,7 +571,8 @@ class _DataTransferConfigState:
568
571
  jun 13:15, and first sunday of quarter 00:00. See more explanation
569
572
  about the format here:
570
573
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
571
- NOTE: the granularity should be at least 8 hours, or less frequent.
574
+ NOTE: The minimum interval time between recurring transfers depends
575
+ on the data source; refer to the documentation for your data source.
572
576
  """
573
577
  return pulumi.get(self, "schedule")
574
578
 
@@ -731,7 +735,8 @@ class DataTransferConfig(pulumi.CustomResource):
731
735
  jun 13:15, and first sunday of quarter 00:00. See more explanation
732
736
  about the format here:
733
737
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
734
- NOTE: the granularity should be at least 8 hours, or less frequent.
738
+ NOTE: The minimum interval time between recurring transfers depends
739
+ on the data source; refer to the documentation for your data source.
735
740
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
736
741
  Structure is documented below.
737
742
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -934,7 +939,8 @@ class DataTransferConfig(pulumi.CustomResource):
934
939
  jun 13:15, and first sunday of quarter 00:00. See more explanation
935
940
  about the format here:
936
941
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
937
- NOTE: the granularity should be at least 8 hours, or less frequent.
942
+ NOTE: The minimum interval time between recurring transfers depends
943
+ on the data source; refer to the documentation for your data source.
938
944
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
939
945
  Structure is documented below.
940
946
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -1087,7 +1093,8 @@ class DataTransferConfig(pulumi.CustomResource):
1087
1093
  jun 13:15, and first sunday of quarter 00:00. See more explanation
1088
1094
  about the format here:
1089
1095
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
1090
- NOTE: the granularity should be at least 8 hours, or less frequent.
1096
+ NOTE: The minimum interval time between recurring transfers depends
1097
+ on the data source; refer to the documentation for your data source.
1091
1098
  """
1092
1099
  return pulumi.get(self, "schedule")
1093
1100
 
@@ -123,7 +123,9 @@ def get_connection_iam_policy(connection_id: Optional[str] = None,
123
123
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
124
124
  Spanner Connections same as spanner region
125
125
  AWS allowed regions are aws-us-east-1
126
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
126
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
127
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
128
+ location is specified, it is taken from the provider configuration.
127
129
  :param str project: The ID of the project in which the resource belongs.
128
130
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
129
131
  """
@@ -171,7 +173,9 @@ def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]]
171
173
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
172
174
  Spanner Connections same as spanner region
173
175
  AWS allowed regions are aws-us-east-1
174
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
176
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
177
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
178
+ location is specified, it is taken from the provider configuration.
175
179
  :param str project: The ID of the project in which the resource belongs.
176
180
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
177
181
  """
@@ -70,6 +70,9 @@ __all__ = [
70
70
  'TableEncryptionConfiguration',
71
71
  'TableExternalDataConfiguration',
72
72
  'TableExternalDataConfigurationAvroOptions',
73
+ 'TableExternalDataConfigurationBigtableOptions',
74
+ 'TableExternalDataConfigurationBigtableOptionsColumnFamily',
75
+ 'TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn',
73
76
  'TableExternalDataConfigurationCsvOptions',
74
77
  'TableExternalDataConfigurationGoogleSheetsOptions',
75
78
  'TableExternalDataConfigurationHivePartitioningOptions',
@@ -4307,6 +4310,8 @@ class TableExternalDataConfiguration(dict):
4307
4310
  suggest = "source_uris"
4308
4311
  elif key == "avroOptions":
4309
4312
  suggest = "avro_options"
4313
+ elif key == "bigtableOptions":
4314
+ suggest = "bigtable_options"
4310
4315
  elif key == "connectionId":
4311
4316
  suggest = "connection_id"
4312
4317
  elif key == "csvOptions":
@@ -4351,6 +4356,7 @@ class TableExternalDataConfiguration(dict):
4351
4356
  autodetect: bool,
4352
4357
  source_uris: Sequence[str],
4353
4358
  avro_options: Optional['outputs.TableExternalDataConfigurationAvroOptions'] = None,
4359
+ bigtable_options: Optional['outputs.TableExternalDataConfigurationBigtableOptions'] = None,
4354
4360
  compression: Optional[str] = None,
4355
4361
  connection_id: Optional[str] = None,
4356
4362
  csv_options: Optional['outputs.TableExternalDataConfigurationCsvOptions'] = None,
@@ -4374,6 +4380,8 @@ class TableExternalDataConfiguration(dict):
4374
4380
  your data in Google Cloud.
4375
4381
  :param 'TableExternalDataConfigurationAvroOptionsArgs' avro_options: Additional options if `source_format` is set to
4376
4382
  "AVRO". Structure is documented below.
4383
+ :param 'TableExternalDataConfigurationBigtableOptionsArgs' bigtable_options: Additional properties to set if
4384
+ `source_format` is set to "BIGTABLE". Structure is documented below.
4377
4385
  :param str compression: The compression type of the data source.
4378
4386
  Valid values are "NONE" or "GZIP".
4379
4387
  :param str connection_id: The connection specifying the credentials to be used to read
@@ -4436,6 +4444,8 @@ class TableExternalDataConfiguration(dict):
4436
4444
  pulumi.set(__self__, "source_uris", source_uris)
4437
4445
  if avro_options is not None:
4438
4446
  pulumi.set(__self__, "avro_options", avro_options)
4447
+ if bigtable_options is not None:
4448
+ pulumi.set(__self__, "bigtable_options", bigtable_options)
4439
4449
  if compression is not None:
4440
4450
  pulumi.set(__self__, "compression", compression)
4441
4451
  if connection_id is not None:
@@ -4496,6 +4506,15 @@ class TableExternalDataConfiguration(dict):
4496
4506
  """
4497
4507
  return pulumi.get(self, "avro_options")
4498
4508
 
4509
+ @property
4510
+ @pulumi.getter(name="bigtableOptions")
4511
+ def bigtable_options(self) -> Optional['outputs.TableExternalDataConfigurationBigtableOptions']:
4512
+ """
4513
+ Additional properties to set if
4514
+ `source_format` is set to "BIGTABLE". Structure is documented below.
4515
+ """
4516
+ return pulumi.get(self, "bigtable_options")
4517
+
4499
4518
  @property
4500
4519
  @pulumi.getter
4501
4520
  def compression(self) -> Optional[str]:
@@ -4705,6 +4724,272 @@ class TableExternalDataConfigurationAvroOptions(dict):
4705
4724
  return pulumi.get(self, "use_avro_logical_types")
4706
4725
 
4707
4726
 
4727
+ @pulumi.output_type
4728
+ class TableExternalDataConfigurationBigtableOptions(dict):
4729
+ @staticmethod
4730
+ def __key_warning(key: str):
4731
+ suggest = None
4732
+ if key == "columnFamilies":
4733
+ suggest = "column_families"
4734
+ elif key == "ignoreUnspecifiedColumnFamilies":
4735
+ suggest = "ignore_unspecified_column_families"
4736
+ elif key == "outputColumnFamiliesAsJson":
4737
+ suggest = "output_column_families_as_json"
4738
+ elif key == "readRowkeyAsString":
4739
+ suggest = "read_rowkey_as_string"
4740
+
4741
+ if suggest:
4742
+ pulumi.log.warn(f"Key '{key}' not found in TableExternalDataConfigurationBigtableOptions. Access the value via the '{suggest}' property getter instead.")
4743
+
4744
+ def __getitem__(self, key: str) -> Any:
4745
+ TableExternalDataConfigurationBigtableOptions.__key_warning(key)
4746
+ return super().__getitem__(key)
4747
+
4748
+ def get(self, key: str, default = None) -> Any:
4749
+ TableExternalDataConfigurationBigtableOptions.__key_warning(key)
4750
+ return super().get(key, default)
4751
+
4752
+ def __init__(__self__, *,
4753
+ column_families: Optional[Sequence['outputs.TableExternalDataConfigurationBigtableOptionsColumnFamily']] = None,
4754
+ ignore_unspecified_column_families: Optional[bool] = None,
4755
+ output_column_families_as_json: Optional[bool] = None,
4756
+ read_rowkey_as_string: Optional[bool] = None):
4757
+ """
4758
+ :param Sequence['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.
4759
+ :param 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.
4760
+ :param 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.
4761
+ :param 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.
4762
+ """
4763
+ if column_families is not None:
4764
+ pulumi.set(__self__, "column_families", column_families)
4765
+ if ignore_unspecified_column_families is not None:
4766
+ pulumi.set(__self__, "ignore_unspecified_column_families", ignore_unspecified_column_families)
4767
+ if output_column_families_as_json is not None:
4768
+ pulumi.set(__self__, "output_column_families_as_json", output_column_families_as_json)
4769
+ if read_rowkey_as_string is not None:
4770
+ pulumi.set(__self__, "read_rowkey_as_string", read_rowkey_as_string)
4771
+
4772
+ @property
4773
+ @pulumi.getter(name="columnFamilies")
4774
+ def column_families(self) -> Optional[Sequence['outputs.TableExternalDataConfigurationBigtableOptionsColumnFamily']]:
4775
+ """
4776
+ 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.
4777
+ """
4778
+ return pulumi.get(self, "column_families")
4779
+
4780
+ @property
4781
+ @pulumi.getter(name="ignoreUnspecifiedColumnFamilies")
4782
+ def ignore_unspecified_column_families(self) -> Optional[bool]:
4783
+ """
4784
+ 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.
4785
+ """
4786
+ return pulumi.get(self, "ignore_unspecified_column_families")
4787
+
4788
+ @property
4789
+ @pulumi.getter(name="outputColumnFamiliesAsJson")
4790
+ def output_column_families_as_json(self) -> Optional[bool]:
4791
+ """
4792
+ 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.
4793
+ """
4794
+ return pulumi.get(self, "output_column_families_as_json")
4795
+
4796
+ @property
4797
+ @pulumi.getter(name="readRowkeyAsString")
4798
+ def read_rowkey_as_string(self) -> Optional[bool]:
4799
+ """
4800
+ 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.
4801
+ """
4802
+ return pulumi.get(self, "read_rowkey_as_string")
4803
+
4804
+
4805
+ @pulumi.output_type
4806
+ class TableExternalDataConfigurationBigtableOptionsColumnFamily(dict):
4807
+ @staticmethod
4808
+ def __key_warning(key: str):
4809
+ suggest = None
4810
+ if key == "familyId":
4811
+ suggest = "family_id"
4812
+ elif key == "onlyReadLatest":
4813
+ suggest = "only_read_latest"
4814
+
4815
+ if suggest:
4816
+ pulumi.log.warn(f"Key '{key}' not found in TableExternalDataConfigurationBigtableOptionsColumnFamily. Access the value via the '{suggest}' property getter instead.")
4817
+
4818
+ def __getitem__(self, key: str) -> Any:
4819
+ TableExternalDataConfigurationBigtableOptionsColumnFamily.__key_warning(key)
4820
+ return super().__getitem__(key)
4821
+
4822
+ def get(self, key: str, default = None) -> Any:
4823
+ TableExternalDataConfigurationBigtableOptionsColumnFamily.__key_warning(key)
4824
+ return super().get(key, default)
4825
+
4826
+ def __init__(__self__, *,
4827
+ columns: Optional[Sequence['outputs.TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn']] = None,
4828
+ encoding: Optional[str] = None,
4829
+ family_id: Optional[str] = None,
4830
+ only_read_latest: Optional[bool] = None,
4831
+ type: Optional[str] = None):
4832
+ """
4833
+ :param Sequence['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.
4834
+ :param 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.
4835
+ :param str family_id: Identifier of the column family.
4836
+ :param 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.
4837
+ :param 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.
4838
+ """
4839
+ if columns is not None:
4840
+ pulumi.set(__self__, "columns", columns)
4841
+ if encoding is not None:
4842
+ pulumi.set(__self__, "encoding", encoding)
4843
+ if family_id is not None:
4844
+ pulumi.set(__self__, "family_id", family_id)
4845
+ if only_read_latest is not None:
4846
+ pulumi.set(__self__, "only_read_latest", only_read_latest)
4847
+ if type is not None:
4848
+ pulumi.set(__self__, "type", type)
4849
+
4850
+ @property
4851
+ @pulumi.getter
4852
+ def columns(self) -> Optional[Sequence['outputs.TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn']]:
4853
+ """
4854
+ 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.
4855
+ """
4856
+ return pulumi.get(self, "columns")
4857
+
4858
+ @property
4859
+ @pulumi.getter
4860
+ def encoding(self) -> Optional[str]:
4861
+ """
4862
+ 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.
4863
+ """
4864
+ return pulumi.get(self, "encoding")
4865
+
4866
+ @property
4867
+ @pulumi.getter(name="familyId")
4868
+ def family_id(self) -> Optional[str]:
4869
+ """
4870
+ Identifier of the column family.
4871
+ """
4872
+ return pulumi.get(self, "family_id")
4873
+
4874
+ @property
4875
+ @pulumi.getter(name="onlyReadLatest")
4876
+ def only_read_latest(self) -> Optional[bool]:
4877
+ """
4878
+ 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.
4879
+ """
4880
+ return pulumi.get(self, "only_read_latest")
4881
+
4882
+ @property
4883
+ @pulumi.getter
4884
+ def type(self) -> Optional[str]:
4885
+ """
4886
+ 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.
4887
+ """
4888
+ return pulumi.get(self, "type")
4889
+
4890
+
4891
+ @pulumi.output_type
4892
+ class TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn(dict):
4893
+ @staticmethod
4894
+ def __key_warning(key: str):
4895
+ suggest = None
4896
+ if key == "fieldName":
4897
+ suggest = "field_name"
4898
+ elif key == "onlyReadLatest":
4899
+ suggest = "only_read_latest"
4900
+ elif key == "qualifierEncoded":
4901
+ suggest = "qualifier_encoded"
4902
+ elif key == "qualifierString":
4903
+ suggest = "qualifier_string"
4904
+
4905
+ if suggest:
4906
+ pulumi.log.warn(f"Key '{key}' not found in TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn. Access the value via the '{suggest}' property getter instead.")
4907
+
4908
+ def __getitem__(self, key: str) -> Any:
4909
+ TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.__key_warning(key)
4910
+ return super().__getitem__(key)
4911
+
4912
+ def get(self, key: str, default = None) -> Any:
4913
+ TableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.__key_warning(key)
4914
+ return super().get(key, default)
4915
+
4916
+ def __init__(__self__, *,
4917
+ encoding: Optional[str] = None,
4918
+ field_name: Optional[str] = None,
4919
+ only_read_latest: Optional[bool] = None,
4920
+ qualifier_encoded: Optional[str] = None,
4921
+ qualifier_string: Optional[str] = None,
4922
+ type: Optional[str] = None):
4923
+ """
4924
+ :param 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.
4925
+ :param 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.
4926
+ :param 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.
4927
+ :param 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.
4928
+ :param str qualifier_string: Qualifier string.
4929
+ :param 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.
4930
+ """
4931
+ if encoding is not None:
4932
+ pulumi.set(__self__, "encoding", encoding)
4933
+ if field_name is not None:
4934
+ pulumi.set(__self__, "field_name", field_name)
4935
+ if only_read_latest is not None:
4936
+ pulumi.set(__self__, "only_read_latest", only_read_latest)
4937
+ if qualifier_encoded is not None:
4938
+ pulumi.set(__self__, "qualifier_encoded", qualifier_encoded)
4939
+ if qualifier_string is not None:
4940
+ pulumi.set(__self__, "qualifier_string", qualifier_string)
4941
+ if type is not None:
4942
+ pulumi.set(__self__, "type", type)
4943
+
4944
+ @property
4945
+ @pulumi.getter
4946
+ def encoding(self) -> Optional[str]:
4947
+ """
4948
+ 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.
4949
+ """
4950
+ return pulumi.get(self, "encoding")
4951
+
4952
+ @property
4953
+ @pulumi.getter(name="fieldName")
4954
+ def field_name(self) -> Optional[str]:
4955
+ """
4956
+ 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.
4957
+ """
4958
+ return pulumi.get(self, "field_name")
4959
+
4960
+ @property
4961
+ @pulumi.getter(name="onlyReadLatest")
4962
+ def only_read_latest(self) -> Optional[bool]:
4963
+ """
4964
+ 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.
4965
+ """
4966
+ return pulumi.get(self, "only_read_latest")
4967
+
4968
+ @property
4969
+ @pulumi.getter(name="qualifierEncoded")
4970
+ def qualifier_encoded(self) -> Optional[str]:
4971
+ """
4972
+ 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.
4973
+ """
4974
+ return pulumi.get(self, "qualifier_encoded")
4975
+
4976
+ @property
4977
+ @pulumi.getter(name="qualifierString")
4978
+ def qualifier_string(self) -> Optional[str]:
4979
+ """
4980
+ Qualifier string.
4981
+ """
4982
+ return pulumi.get(self, "qualifier_string")
4983
+
4984
+ @property
4985
+ @pulumi.getter
4986
+ def type(self) -> Optional[str]:
4987
+ """
4988
+ 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.
4989
+ """
4990
+ return pulumi.get(self, "type")
4991
+
4992
+
4708
4993
  @pulumi.output_type
4709
4994
  class TableExternalDataConfigurationCsvOptions(dict):
4710
4995
  @staticmethod
@@ -5500,7 +5785,8 @@ class TableTableReplicationInfo(dict):
5500
5785
  :param str source_dataset_id: The ID of the source dataset.
5501
5786
  :param str source_project_id: The ID of the source project.
5502
5787
  :param str source_table_id: The ID of the source materialized view.
5503
- :param int replication_interval_ms: The interval at which the source materialized view is polled for updates. The default is 300000.
5788
+ :param int replication_interval_ms: The interval at which the source
5789
+ materialized view is polled for updates. The default is 300000.
5504
5790
  """
5505
5791
  pulumi.set(__self__, "source_dataset_id", source_dataset_id)
5506
5792
  pulumi.set(__self__, "source_project_id", source_project_id)
@@ -5536,7 +5822,8 @@ class TableTableReplicationInfo(dict):
5536
5822
  @pulumi.getter(name="replicationIntervalMs")
5537
5823
  def replication_interval_ms(self) -> Optional[int]:
5538
5824
  """
5539
- The interval at which the source materialized view is polled for updates. The default is 300000.
5825
+ The interval at which the source
5826
+ materialized view is polled for updates. The default is 300000.
5540
5827
  """
5541
5828
  return pulumi.get(self, "replication_interval_ms")
5542
5829