pulumi-gcp 8.42.0a1756925793__py3-none-any.whl → 9.0.0a1__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 (149) hide show
  1. pulumi_gcp/__init__.py +35 -48
  2. pulumi_gcp/alloydb/backup.py +8 -4
  3. pulumi_gcp/alloydb/cluster.py +56 -10
  4. pulumi_gcp/alloydb/get_cluster.py +12 -1
  5. pulumi_gcp/alloydb/instance.py +10 -4
  6. pulumi_gcp/alloydb/user.py +8 -4
  7. pulumi_gcp/apigee/_inputs.py +151 -108
  8. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  9. pulumi_gcp/apigee/outputs.py +92 -88
  10. pulumi_gcp/artifactregistry/__init__.py +1 -0
  11. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  12. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  13. pulumi_gcp/artifactregistry/outputs.py +8 -16
  14. pulumi_gcp/beyondcorp/__init__.py +0 -5
  15. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  16. pulumi_gcp/beyondcorp/outputs.py +0 -200
  17. pulumi_gcp/bigquery/_inputs.py +114 -4
  18. pulumi_gcp/bigquery/app_profile.py +52 -19
  19. pulumi_gcp/bigquery/dataset_access.py +8 -4
  20. pulumi_gcp/bigquery/outputs.py +75 -5
  21. pulumi_gcp/bigquery/table.py +21 -7
  22. pulumi_gcp/bigtable/app_profile.py +50 -15
  23. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  24. pulumi_gcp/bigtable/table.py +42 -42
  25. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  26. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  27. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  28. pulumi_gcp/billing/_inputs.py +0 -6
  29. pulumi_gcp/billing/outputs.py +0 -4
  30. pulumi_gcp/certificatemanager/__init__.py +1 -0
  31. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  32. pulumi_gcp/certificatemanager/outputs.py +41 -0
  33. pulumi_gcp/cloudbuild/_inputs.py +289 -45
  34. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  35. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  36. pulumi_gcp/cloudbuild/outputs.py +366 -30
  37. pulumi_gcp/cloudbuild/trigger.py +156 -0
  38. pulumi_gcp/cloudbuild/worker_pool.py +23 -34
  39. pulumi_gcp/cloudfunctions/function.py +8 -4
  40. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  41. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  42. pulumi_gcp/cloudrunv2/_inputs.py +23 -26
  43. pulumi_gcp/cloudrunv2/outputs.py +28 -30
  44. pulumi_gcp/cloudrunv2/service.py +18 -12
  45. pulumi_gcp/cloudtasks/queue.py +98 -2
  46. pulumi_gcp/colab/_inputs.py +1 -114
  47. pulumi_gcp/colab/outputs.py +1 -106
  48. pulumi_gcp/composer/environment.py +49 -28
  49. pulumi_gcp/compute/_inputs.py +80 -0
  50. pulumi_gcp/compute/backend_bucket.py +54 -0
  51. pulumi_gcp/compute/backend_service.py +54 -0
  52. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  53. pulumi_gcp/compute/get_backend_service.py +12 -1
  54. pulumi_gcp/compute/instance_from_machine_image.py +110 -75
  55. pulumi_gcp/compute/instance_from_template.py +110 -75
  56. pulumi_gcp/compute/instance_group_manager.py +14 -7
  57. pulumi_gcp/compute/instance_template.py +14 -7
  58. pulumi_gcp/compute/interconnect.py +8 -4
  59. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  60. pulumi_gcp/compute/organization_security_policy.py +83 -51
  61. pulumi_gcp/compute/outputs.py +128 -0
  62. pulumi_gcp/compute/packet_mirroring.py +6 -0
  63. pulumi_gcp/compute/region_instance_group_manager.py +14 -7
  64. pulumi_gcp/compute/subnetwork.py +0 -98
  65. pulumi_gcp/config/__init__.pyi +2 -2
  66. pulumi_gcp/config/vars.py +4 -4
  67. pulumi_gcp/container/_inputs.py +20 -0
  68. pulumi_gcp/container/aws_cluster.py +42 -28
  69. pulumi_gcp/container/aws_node_pool.py +42 -28
  70. pulumi_gcp/container/azure_cluster.py +70 -35
  71. pulumi_gcp/container/azure_node_pool.py +42 -28
  72. pulumi_gcp/container/outputs.py +25 -0
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  74. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  75. pulumi_gcp/dataplex/asset.py +21 -28
  76. pulumi_gcp/dataplex/zone.py +21 -28
  77. pulumi_gcp/dataproc/cluster.py +14 -21
  78. pulumi_gcp/dataproc/workflow_template.py +105 -42
  79. pulumi_gcp/diagflow/_inputs.py +152 -0
  80. pulumi_gcp/diagflow/cx_agent.py +425 -0
  81. pulumi_gcp/diagflow/outputs.py +143 -0
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  84. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  85. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  86. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  87. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  88. pulumi_gcp/firebase/data_connect_service.py +4 -8
  89. pulumi_gcp/firebase/database_instance.py +4 -8
  90. pulumi_gcp/gkehub/_inputs.py +0 -60
  91. pulumi_gcp/gkehub/get_membership.py +1 -12
  92. pulumi_gcp/gkehub/membership.py +0 -70
  93. pulumi_gcp/gkehub/outputs.py +0 -36
  94. pulumi_gcp/iap/__init__.py +4 -0
  95. pulumi_gcp/iap/_inputs.py +130 -0
  96. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  97. pulumi_gcp/iap/outputs.py +76 -0
  98. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
  99. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
  100. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  101. pulumi_gcp/kms/autokey_config.py +0 -2
  102. pulumi_gcp/kms/key_handle.py +0 -2
  103. pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
  104. pulumi_gcp/logging/folder_bucket_config.py +21 -7
  105. pulumi_gcp/logging/organization_bucket_config.py +21 -7
  106. pulumi_gcp/memorystore/get_instance.py +1 -12
  107. pulumi_gcp/memorystore/instance.py +0 -70
  108. pulumi_gcp/monitoring/dashboard.py +14 -7
  109. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  110. pulumi_gcp/notebooks/__init__.py +0 -1
  111. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  112. pulumi_gcp/organizations/project.py +21 -7
  113. pulumi_gcp/projects/service.py +2 -4
  114. pulumi_gcp/provider.py +20 -20
  115. pulumi_gcp/pulumi-plugin.json +1 -1
  116. pulumi_gcp/redis/cluster.py +0 -70
  117. pulumi_gcp/redis/get_cluster.py +1 -12
  118. pulumi_gcp/saasruntime/__init__.py +11 -0
  119. pulumi_gcp/saasruntime/_inputs.py +55 -0
  120. pulumi_gcp/saasruntime/outputs.py +39 -0
  121. pulumi_gcp/saasruntime/saa_s.py +815 -0
  122. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  123. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  124. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  125. pulumi_gcp/sql/database_instance.py +61 -7
  126. pulumi_gcp/sql/get_database_instance.py +12 -1
  127. pulumi_gcp/sql/outputs.py +11 -0
  128. pulumi_gcp/sql/user.py +61 -0
  129. pulumi_gcp/storage/_inputs.py +7 -7
  130. pulumi_gcp/storage/bucket.py +14 -7
  131. pulumi_gcp/storage/outputs.py +7 -7
  132. pulumi_gcp/tpu/__init__.py +0 -2
  133. pulumi_gcp/tpu/_inputs.py +0 -93
  134. pulumi_gcp/tpu/outputs.py +0 -72
  135. pulumi_gcp/vertex/_inputs.py +8 -9
  136. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  137. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  138. pulumi_gcp/vertex/ai_index.py +24 -23
  139. pulumi_gcp/vertex/outputs.py +7 -8
  140. {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
  141. {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
  142. pulumi_gcp/beyondcorp/application.py +0 -746
  143. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
  144. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  145. pulumi_gcp/notebooks/location.py +0 -285
  146. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  147. pulumi_gcp/tpu/node.py +0 -1062
  148. {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
  149. {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -105,7 +105,9 @@ class TableArgs:
105
105
  type definition in field schema. Structure is documented below.
106
106
  :param pulumi.Input['TableTableConstraintsArgs'] table_constraints: Defines the primary key and foreign keys.
107
107
  Structure is documented below.
108
- :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
108
+ :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
109
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
110
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
109
111
  :param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
110
112
  using "AS REPLICA" DDL like:
111
113
  `CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
@@ -478,7 +480,9 @@ class TableArgs:
478
480
  @pulumi.getter(name="tableMetadataView")
479
481
  def table_metadata_view(self) -> Optional[pulumi.Input[_builtins.str]]:
480
482
  """
481
- View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
483
+ View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
484
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
485
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
482
486
  """
483
487
  return pulumi.get(self, "table_metadata_view")
484
488
 
@@ -654,7 +658,9 @@ class _TableState:
654
658
  Structure is documented below.
655
659
  :param pulumi.Input[_builtins.str] table_id: A unique ID for the resource.
656
660
  Changing this forces a new resource to be created.
657
- :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
661
+ :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
662
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
663
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
658
664
  :param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
659
665
  using "AS REPLICA" DDL like:
660
666
  `CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
@@ -1202,7 +1208,9 @@ class _TableState:
1202
1208
  @pulumi.getter(name="tableMetadataView")
1203
1209
  def table_metadata_view(self) -> Optional[pulumi.Input[_builtins.str]]:
1204
1210
  """
1205
- View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1211
+ View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
1212
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
1213
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1206
1214
  """
1207
1215
  return pulumi.get(self, "table_metadata_view")
1208
1216
 
@@ -1440,7 +1448,9 @@ class Table(pulumi.CustomResource):
1440
1448
  Structure is documented below.
1441
1449
  :param pulumi.Input[_builtins.str] table_id: A unique ID for the resource.
1442
1450
  Changing this forces a new resource to be created.
1443
- :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1451
+ :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
1452
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
1453
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1444
1454
  :param pulumi.Input[Union['TableTableReplicationInfoArgs', 'TableTableReplicationInfoArgsDict']] table_replication_info: Replication info of a table created
1445
1455
  using "AS REPLICA" DDL like:
1446
1456
  `CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
@@ -1775,7 +1785,9 @@ class Table(pulumi.CustomResource):
1775
1785
  Structure is documented below.
1776
1786
  :param pulumi.Input[_builtins.str] table_id: A unique ID for the resource.
1777
1787
  Changing this forces a new resource to be created.
1778
- :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1788
+ :param pulumi.Input[_builtins.str] table_metadata_view: View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
1789
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
1790
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
1779
1791
  :param pulumi.Input[Union['TableTableReplicationInfoArgs', 'TableTableReplicationInfoArgsDict']] table_replication_info: Replication info of a table created
1780
1792
  using "AS REPLICA" DDL like:
1781
1793
  `CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
@@ -2153,7 +2165,9 @@ class Table(pulumi.CustomResource):
2153
2165
  @pulumi.getter(name="tableMetadataView")
2154
2166
  def table_metadata_view(self) -> pulumi.Output[Optional[_builtins.str]]:
2155
2167
  """
2156
- View sets the optional parameter "view": Specifies the view that determines which table information is returned. By default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values: TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
2168
+ View sets the optional parameter "view": Specifies the view that determines which table information is returned. By
2169
+ default, basic table information and storage statistics (STORAGE_STATS) are returned. Possible values:
2170
+ TABLE_METADATA_VIEW_UNSPECIFIED, BASIC, STORAGE_STATS, FULL
2157
2171
  """
2158
2172
  return pulumi.get(self, "table_metadata_view")
2159
2173
 
@@ -40,13 +40,18 @@ class AppProfileArgs:
40
40
  :param pulumi.Input[_builtins.str] description: Long form description of the use case for this app profile.
41
41
  :param pulumi.Input[_builtins.bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
42
42
  :param pulumi.Input[_builtins.str] instance: The name of the instance to create the app profile within.
43
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
43
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
44
+ clusters are eligible.
44
45
  :param pulumi.Input[_builtins.bool] multi_cluster_routing_use_any: If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available
45
46
  in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes
46
47
  consistency to improve availability.
47
48
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
48
49
  If it is not provided, the provider project is used.
49
- :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
50
+ :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
51
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
52
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
53
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
54
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
50
55
  :param pulumi.Input['AppProfileSingleClusterRoutingArgs'] single_cluster_routing: Use a single-cluster routing policy.
51
56
  Structure is documented below.
52
57
  :param pulumi.Input['AppProfileStandardIsolationArgs'] standard_isolation: The standard options used for isolating this app profile's traffic from other use cases.
@@ -139,7 +144,8 @@ class AppProfileArgs:
139
144
  @pulumi.getter(name="multiClusterRoutingClusterIds")
140
145
  def multi_cluster_routing_cluster_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
141
146
  """
142
- The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
147
+ The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
148
+ clusters are eligible.
143
149
  """
144
150
  return pulumi.get(self, "multi_cluster_routing_cluster_ids")
145
151
 
@@ -178,7 +184,11 @@ class AppProfileArgs:
178
184
  @pulumi.getter(name="rowAffinity")
179
185
  def row_affinity(self) -> Optional[pulumi.Input[_builtins.bool]]:
180
186
  """
181
- Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
187
+ Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
188
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
189
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
190
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
191
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
182
192
  """
183
193
  return pulumi.get(self, "row_affinity")
184
194
 
@@ -236,14 +246,19 @@ class _AppProfileState:
236
246
  :param pulumi.Input[_builtins.str] description: Long form description of the use case for this app profile.
237
247
  :param pulumi.Input[_builtins.bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
238
248
  :param pulumi.Input[_builtins.str] instance: The name of the instance to create the app profile within.
239
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
249
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
250
+ clusters are eligible.
240
251
  :param pulumi.Input[_builtins.bool] multi_cluster_routing_use_any: If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available
241
252
  in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes
242
253
  consistency to improve availability.
243
254
  :param pulumi.Input[_builtins.str] name: The unique name of the requested app profile. Values are of the form `projects/<project>/instances/<instance>/appProfiles/<appProfileId>`.
244
255
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
245
256
  If it is not provided, the provider project is used.
246
- :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
257
+ :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
258
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
259
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
260
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
261
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
247
262
  :param pulumi.Input['AppProfileSingleClusterRoutingArgs'] single_cluster_routing: Use a single-cluster routing policy.
248
263
  Structure is documented below.
249
264
  :param pulumi.Input['AppProfileStandardIsolationArgs'] standard_isolation: The standard options used for isolating this app profile's traffic from other use cases.
@@ -339,7 +354,8 @@ class _AppProfileState:
339
354
  @pulumi.getter(name="multiClusterRoutingClusterIds")
340
355
  def multi_cluster_routing_cluster_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
341
356
  """
342
- The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
357
+ The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
358
+ clusters are eligible.
343
359
  """
344
360
  return pulumi.get(self, "multi_cluster_routing_cluster_ids")
345
361
 
@@ -390,7 +406,11 @@ class _AppProfileState:
390
406
  @pulumi.getter(name="rowAffinity")
391
407
  def row_affinity(self) -> Optional[pulumi.Input[_builtins.bool]]:
392
408
  """
393
- Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
409
+ Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
410
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
411
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
412
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
413
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
394
414
  """
395
415
  return pulumi.get(self, "row_affinity")
396
416
 
@@ -610,13 +630,18 @@ class AppProfile(pulumi.CustomResource):
610
630
  :param pulumi.Input[_builtins.str] description: Long form description of the use case for this app profile.
611
631
  :param pulumi.Input[_builtins.bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
612
632
  :param pulumi.Input[_builtins.str] instance: The name of the instance to create the app profile within.
613
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
633
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
634
+ clusters are eligible.
614
635
  :param pulumi.Input[_builtins.bool] multi_cluster_routing_use_any: If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available
615
636
  in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes
616
637
  consistency to improve availability.
617
638
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
618
639
  If it is not provided, the provider project is used.
619
- :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
640
+ :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
641
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
642
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
643
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
644
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
620
645
  :param pulumi.Input[Union['AppProfileSingleClusterRoutingArgs', 'AppProfileSingleClusterRoutingArgsDict']] single_cluster_routing: Use a single-cluster routing policy.
621
646
  Structure is documented below.
622
647
  :param pulumi.Input[Union['AppProfileStandardIsolationArgs', 'AppProfileStandardIsolationArgsDict']] standard_isolation: The standard options used for isolating this app profile's traffic from other use cases.
@@ -836,7 +861,7 @@ class AppProfile(pulumi.CustomResource):
836
861
  __props__.__dict__["single_cluster_routing"] = single_cluster_routing
837
862
  __props__.__dict__["standard_isolation"] = standard_isolation
838
863
  __props__.__dict__["name"] = None
839
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="gcp:bigquery/appProfile:AppProfile")])
864
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="gcp:bigquery/appProfile:AppProfile"), pulumi.Alias(type_="gcp:bigquery/appProfile:AppProfile")])
840
865
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
841
866
  super(AppProfile, __self__).__init__(
842
867
  'gcp:bigtable/appProfile:AppProfile',
@@ -873,14 +898,19 @@ class AppProfile(pulumi.CustomResource):
873
898
  :param pulumi.Input[_builtins.str] description: Long form description of the use case for this app profile.
874
899
  :param pulumi.Input[_builtins.bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
875
900
  :param pulumi.Input[_builtins.str] instance: The name of the instance to create the app profile within.
876
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
901
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] multi_cluster_routing_cluster_ids: The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
902
+ clusters are eligible.
877
903
  :param pulumi.Input[_builtins.bool] multi_cluster_routing_use_any: If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available
878
904
  in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes
879
905
  consistency to improve availability.
880
906
  :param pulumi.Input[_builtins.str] name: The unique name of the requested app profile. Values are of the form `projects/<project>/instances/<instance>/appProfiles/<appProfileId>`.
881
907
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
882
908
  If it is not provided, the provider project is used.
883
- :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
909
+ :param pulumi.Input[_builtins.bool] row_affinity: Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
910
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
911
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
912
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
913
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
884
914
  :param pulumi.Input[Union['AppProfileSingleClusterRoutingArgs', 'AppProfileSingleClusterRoutingArgsDict']] single_cluster_routing: Use a single-cluster routing policy.
885
915
  Structure is documented below.
886
916
  :param pulumi.Input[Union['AppProfileStandardIsolationArgs', 'AppProfileStandardIsolationArgsDict']] standard_isolation: The standard options used for isolating this app profile's traffic from other use cases.
@@ -949,7 +979,8 @@ class AppProfile(pulumi.CustomResource):
949
979
  @pulumi.getter(name="multiClusterRoutingClusterIds")
950
980
  def multi_cluster_routing_cluster_ids(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
951
981
  """
952
- The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.
982
+ The set of clusters to route to. The order is ignored; clusters will be tried in order of distance. If left empty, all
983
+ clusters are eligible.
953
984
  """
954
985
  return pulumi.get(self, "multi_cluster_routing_cluster_ids")
955
986
 
@@ -984,7 +1015,11 @@ class AppProfile(pulumi.CustomResource):
984
1015
  @pulumi.getter(name="rowAffinity")
985
1016
  def row_affinity(self) -> pulumi.Output[Optional[_builtins.bool]]:
986
1017
  """
987
- Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
1018
+ Must be used with multi-cluster routing. If true, then this app profile will use row affinity sticky routing. With row
1019
+ affinity, Bigtable will route single row key requests based on the row key, rather than randomly. Instead, each row key
1020
+ will be assigned to a cluster by Cloud Bigtable, and will stick to that cluster. Choosing this option improves
1021
+ read-your-writes consistency for most requests under most circumstances, without sacrificing availability. Consistency
1022
+ is not guaranteed, as requests may still fail over between clusters in the event of errors or latency.
988
1023
  """
989
1024
  return pulumi.get(self, "row_affinity")
990
1025
 
@@ -26,16 +26,16 @@ class GetTableIamPolicyResult:
26
26
  """
27
27
  A collection of values returned by getTableIamPolicy.
28
28
  """
29
- def __init__(__self__, etag=None, id=None, instance=None, policy_data=None, project=None, table=None):
29
+ def __init__(__self__, etag=None, id=None, instance_name=None, policy_data=None, project=None, table=None):
30
30
  if etag and not isinstance(etag, str):
31
31
  raise TypeError("Expected argument 'etag' to be a str")
32
32
  pulumi.set(__self__, "etag", etag)
33
33
  if id and not isinstance(id, str):
34
34
  raise TypeError("Expected argument 'id' to be a str")
35
35
  pulumi.set(__self__, "id", id)
36
- if instance and not isinstance(instance, str):
37
- raise TypeError("Expected argument 'instance' to be a str")
38
- pulumi.set(__self__, "instance", instance)
36
+ if instance_name and not isinstance(instance_name, str):
37
+ raise TypeError("Expected argument 'instance_name' to be a str")
38
+ pulumi.set(__self__, "instance_name", instance_name)
39
39
  if policy_data and not isinstance(policy_data, str):
40
40
  raise TypeError("Expected argument 'policy_data' to be a str")
41
41
  pulumi.set(__self__, "policy_data", policy_data)
@@ -63,9 +63,9 @@ class GetTableIamPolicyResult:
63
63
  return pulumi.get(self, "id")
64
64
 
65
65
  @_builtins.property
66
- @pulumi.getter
67
- def instance(self) -> _builtins.str:
68
- return pulumi.get(self, "instance")
66
+ @pulumi.getter(name="instanceName")
67
+ def instance_name(self) -> _builtins.str:
68
+ return pulumi.get(self, "instance_name")
69
69
 
70
70
  @_builtins.property
71
71
  @pulumi.getter(name="policyData")
@@ -94,13 +94,13 @@ class AwaitableGetTableIamPolicyResult(GetTableIamPolicyResult):
94
94
  return GetTableIamPolicyResult(
95
95
  etag=self.etag,
96
96
  id=self.id,
97
- instance=self.instance,
97
+ instance_name=self.instance_name,
98
98
  policy_data=self.policy_data,
99
99
  project=self.project,
100
100
  table=self.table)
101
101
 
102
102
 
103
- def get_table_iam_policy(instance: Optional[_builtins.str] = None,
103
+ def get_table_iam_policy(instance_name: Optional[_builtins.str] = None,
104
104
  project: Optional[_builtins.str] = None,
105
105
  table: Optional[_builtins.str] = None,
106
106
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTableIamPolicyResult:
@@ -113,16 +113,15 @@ def get_table_iam_policy(instance: Optional[_builtins.str] = None,
113
113
  import pulumi
114
114
  import pulumi_gcp as gcp
115
115
 
116
- policy = gcp.bigtable.get_table_iam_policy(instance=instance["name"],
116
+ policy = gcp.bigtable.get_table_iam_policy(instance_name=instance["name"],
117
117
  table=table["name"])
118
118
  ```
119
119
 
120
120
 
121
- :param _builtins.str instance: The name or relative resource id of the instance that owns the table.
122
121
  :param _builtins.str table: The name or relative resource id of the table to manage IAM policies for.
123
122
  """
124
123
  __args__ = dict()
125
- __args__['instance'] = instance
124
+ __args__['instanceName'] = instance_name
126
125
  __args__['project'] = project
127
126
  __args__['table'] = table
128
127
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -131,11 +130,11 @@ def get_table_iam_policy(instance: Optional[_builtins.str] = None,
131
130
  return AwaitableGetTableIamPolicyResult(
132
131
  etag=pulumi.get(__ret__, 'etag'),
133
132
  id=pulumi.get(__ret__, 'id'),
134
- instance=pulumi.get(__ret__, 'instance'),
133
+ instance_name=pulumi.get(__ret__, 'instance_name'),
135
134
  policy_data=pulumi.get(__ret__, 'policy_data'),
136
135
  project=pulumi.get(__ret__, 'project'),
137
136
  table=pulumi.get(__ret__, 'table'))
138
- def get_table_iam_policy_output(instance: Optional[pulumi.Input[_builtins.str]] = None,
137
+ def get_table_iam_policy_output(instance_name: Optional[pulumi.Input[_builtins.str]] = None,
139
138
  project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
140
139
  table: Optional[pulumi.Input[_builtins.str]] = None,
141
140
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTableIamPolicyResult]:
@@ -148,16 +147,15 @@ def get_table_iam_policy_output(instance: Optional[pulumi.Input[_builtins.str]]
148
147
  import pulumi
149
148
  import pulumi_gcp as gcp
150
149
 
151
- policy = gcp.bigtable.get_table_iam_policy(instance=instance["name"],
150
+ policy = gcp.bigtable.get_table_iam_policy(instance_name=instance["name"],
152
151
  table=table["name"])
153
152
  ```
154
153
 
155
154
 
156
- :param _builtins.str instance: The name or relative resource id of the instance that owns the table.
157
155
  :param _builtins.str table: The name or relative resource id of the table to manage IAM policies for.
158
156
  """
159
157
  __args__ = dict()
160
- __args__['instance'] = instance
158
+ __args__['instanceName'] = instance_name
161
159
  __args__['project'] = project
162
160
  __args__['table'] = table
163
161
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -165,7 +163,7 @@ def get_table_iam_policy_output(instance: Optional[pulumi.Input[_builtins.str]]
165
163
  return __ret__.apply(lambda __response__: GetTableIamPolicyResult(
166
164
  etag=pulumi.get(__response__, 'etag'),
167
165
  id=pulumi.get(__response__, 'id'),
168
- instance=pulumi.get(__response__, 'instance'),
166
+ instance_name=pulumi.get(__response__, 'instance_name'),
169
167
  policy_data=pulumi.get(__response__, 'policy_data'),
170
168
  project=pulumi.get(__response__, 'project'),
171
169
  table=pulumi.get(__response__, 'table')))
@@ -42,12 +42,12 @@ class TableArgs:
42
42
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
43
43
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
44
44
  is not provided, the provider project is used.
45
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
46
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
47
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
48
-
49
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
50
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
45
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
46
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
47
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
48
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
49
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
50
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
51
51
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
52
52
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
53
53
  to delete/recreate the entire `bigtable.Table` resource.
@@ -161,12 +161,12 @@ class TableArgs:
161
161
  @pulumi.getter(name="rowKeySchema")
162
162
  def row_key_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
163
163
  """
164
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
165
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
166
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
167
-
168
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
169
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
164
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
165
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
166
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
167
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
168
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
169
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
170
170
  """
171
171
  return pulumi.get(self, "row_key_schema")
172
172
 
@@ -213,12 +213,12 @@ class _TableState:
213
213
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
214
214
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
215
215
  is not provided, the provider project is used.
216
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
217
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
218
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
219
-
220
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
221
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
216
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
217
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
218
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
219
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
220
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
221
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
222
222
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
223
223
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
224
224
  to delete/recreate the entire `bigtable.Table` resource.
@@ -333,12 +333,12 @@ class _TableState:
333
333
  @pulumi.getter(name="rowKeySchema")
334
334
  def row_key_schema(self) -> Optional[pulumi.Input[_builtins.str]]:
335
335
  """
336
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
337
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
338
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
339
-
340
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
341
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
336
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
337
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
338
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
339
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
340
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
341
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
342
342
  """
343
343
  return pulumi.get(self, "row_key_schema")
344
344
 
@@ -474,12 +474,12 @@ class Table(pulumi.CustomResource):
474
474
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
475
475
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
476
476
  is not provided, the provider project is used.
477
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
478
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
479
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
480
-
481
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
482
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
477
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
478
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
479
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
480
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
481
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
482
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
483
483
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
484
484
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
485
485
  to delete/recreate the entire `bigtable.Table` resource.
@@ -655,12 +655,12 @@ class Table(pulumi.CustomResource):
655
655
  :param pulumi.Input[_builtins.str] name: The name of the table. Must be 1-50 characters and must only contain hyphens, underscores, periods, letters and numbers.
656
656
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs. If it
657
657
  is not provided, the provider project is used.
658
- :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
659
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
660
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
661
-
662
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
663
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
658
+ :param pulumi.Input[_builtins.str] row_key_schema: Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
659
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
660
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
661
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
662
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
663
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
664
664
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] split_keys: A list of predefined keys to split the table on.
665
665
  !> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
666
666
  to delete/recreate the entire `bigtable.Table` resource.
@@ -743,12 +743,12 @@ class Table(pulumi.CustomResource):
743
743
  @pulumi.getter(name="rowKeySchema")
744
744
  def row_key_schema(self) -> pulumi.Output[Optional[_builtins.str]]:
745
745
  """
746
- Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument.
747
- Note that in-place update is not supported, and any in-place modification to the schema will lead to failure.
748
- To update a schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n
749
-
750
- The schema must be a valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like delimited_bytes.delimiter)
751
- the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
746
+ Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
747
+ that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
748
+ schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
749
+ valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
750
+ delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
751
+ byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
752
752
  """
753
753
  return pulumi.get(self, "row_key_schema")
754
754