pulumi-gcp 8.36.0a1750439108__py3-none-any.whl → 8.36.0a1751060819__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.
- pulumi_gcp/__init__.py +35 -0
- pulumi_gcp/alloydb/_inputs.py +26 -0
- pulumi_gcp/alloydb/outputs.py +34 -1
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/_inputs.py +983 -0
- pulumi_gcp/apihub/outputs.py +807 -0
- pulumi_gcp/apihub/plugin_instance.py +808 -0
- pulumi_gcp/bigquery/table.py +16 -12
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +56 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +73 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +201 -48
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +28 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +50 -4
- pulumi_gcp/bigtable/table.py +82 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +64 -8
- pulumi_gcp/compute/_inputs.py +24 -12
- pulumi_gcp/compute/instance.py +2 -2
- pulumi_gcp/compute/instance_template.py +2 -2
- pulumi_gcp/compute/interconnect.py +43 -11
- pulumi_gcp/compute/node_template.py +21 -0
- pulumi_gcp/compute/outputs.py +16 -8
- pulumi_gcp/compute/service_attachment.py +76 -8
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/contactcenterinsights/__init__.py +9 -0
- pulumi_gcp/contactcenterinsights/view.py +526 -0
- pulumi_gcp/container/_inputs.py +72 -12
- pulumi_gcp/container/get_engine_versions.py +15 -1
- pulumi_gcp/container/outputs.py +73 -9
- pulumi_gcp/dataplex/_inputs.py +431 -6
- pulumi_gcp/dataplex/datascan.py +251 -0
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/glossary_category.py +8 -8
- pulumi_gcp/dataplex/glossary_term.py +8 -8
- pulumi_gcp/dataplex/outputs.py +353 -4
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +486 -0
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/dataproc/outputs.py +407 -0
- pulumi_gcp/dataproc/session_template.py +1084 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +48 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/encryption_spec.py +382 -0
- pulumi_gcp/diagflow/outputs.py +46 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/lustre/get_instance.py +12 -1
- pulumi_gcp/lustre/instance.py +143 -86
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/storage/bucket_object.py +56 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/RECORD +71 -66
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.36.0a1750439108.dist-info → pulumi_gcp-8.36.0a1751060819.dist-info}/top_level.txt +0 -0
@@ -112,6 +112,7 @@ class _ListingSubscriptionState:
|
|
112
112
|
linked_resources: Optional[pulumi.Input[Sequence[pulumi.Input['ListingSubscriptionLinkedResourceArgs']]]] = None,
|
113
113
|
listing_id: Optional[pulumi.Input[builtins.str]] = None,
|
114
114
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
115
|
+
log_linked_dataset_query_user_email: Optional[pulumi.Input[builtins.bool]] = None,
|
115
116
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
116
117
|
organization_display_name: Optional[pulumi.Input[builtins.str]] = None,
|
117
118
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -134,6 +135,7 @@ class _ListingSubscriptionState:
|
|
134
135
|
Structure is documented below.
|
135
136
|
:param pulumi.Input[builtins.str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.
|
136
137
|
:param pulumi.Input[builtins.str] location: The name of the location of the data exchange. Distinct from the location of the destination data set.
|
138
|
+
:param pulumi.Input[builtins.bool] log_linked_dataset_query_user_email: Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for Listing.
|
137
139
|
:param pulumi.Input[builtins.str] name: The resource name of the subscription. e.g. "projects/myproject/locations/US/subscriptions/123"
|
138
140
|
:param pulumi.Input[builtins.str] organization_display_name: Display name of the project of this subscription.
|
139
141
|
:param pulumi.Input[builtins.str] organization_id: Organization of the project this subscription belongs to.
|
@@ -158,6 +160,8 @@ class _ListingSubscriptionState:
|
|
158
160
|
pulumi.set(__self__, "listing_id", listing_id)
|
159
161
|
if location is not None:
|
160
162
|
pulumi.set(__self__, "location", location)
|
163
|
+
if log_linked_dataset_query_user_email is not None:
|
164
|
+
pulumi.set(__self__, "log_linked_dataset_query_user_email", log_linked_dataset_query_user_email)
|
161
165
|
if name is not None:
|
162
166
|
pulumi.set(__self__, "name", name)
|
163
167
|
if organization_display_name is not None:
|
@@ -275,6 +279,18 @@ class _ListingSubscriptionState:
|
|
275
279
|
def location(self, value: Optional[pulumi.Input[builtins.str]]):
|
276
280
|
pulumi.set(self, "location", value)
|
277
281
|
|
282
|
+
@property
|
283
|
+
@pulumi.getter(name="logLinkedDatasetQueryUserEmail")
|
284
|
+
def log_linked_dataset_query_user_email(self) -> Optional[pulumi.Input[builtins.bool]]:
|
285
|
+
"""
|
286
|
+
Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for Listing.
|
287
|
+
"""
|
288
|
+
return pulumi.get(self, "log_linked_dataset_query_user_email")
|
289
|
+
|
290
|
+
@log_linked_dataset_query_user_email.setter
|
291
|
+
def log_linked_dataset_query_user_email(self, value: Optional[pulumi.Input[builtins.bool]]):
|
292
|
+
pulumi.set(self, "log_linked_dataset_query_user_email", value)
|
293
|
+
|
278
294
|
@property
|
279
295
|
@pulumi.getter
|
280
296
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -601,6 +617,7 @@ class ListingSubscription(pulumi.CustomResource):
|
|
601
617
|
__props__.__dict__["last_modify_time"] = None
|
602
618
|
__props__.__dict__["linked_dataset_maps"] = None
|
603
619
|
__props__.__dict__["linked_resources"] = None
|
620
|
+
__props__.__dict__["log_linked_dataset_query_user_email"] = None
|
604
621
|
__props__.__dict__["name"] = None
|
605
622
|
__props__.__dict__["organization_display_name"] = None
|
606
623
|
__props__.__dict__["organization_id"] = None
|
@@ -626,6 +643,7 @@ class ListingSubscription(pulumi.CustomResource):
|
|
626
643
|
linked_resources: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ListingSubscriptionLinkedResourceArgs', 'ListingSubscriptionLinkedResourceArgsDict']]]]] = None,
|
627
644
|
listing_id: Optional[pulumi.Input[builtins.str]] = None,
|
628
645
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
646
|
+
log_linked_dataset_query_user_email: Optional[pulumi.Input[builtins.bool]] = None,
|
629
647
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
630
648
|
organization_display_name: Optional[pulumi.Input[builtins.str]] = None,
|
631
649
|
organization_id: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -653,6 +671,7 @@ class ListingSubscription(pulumi.CustomResource):
|
|
653
671
|
Structure is documented below.
|
654
672
|
:param pulumi.Input[builtins.str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces.
|
655
673
|
:param pulumi.Input[builtins.str] location: The name of the location of the data exchange. Distinct from the location of the destination data set.
|
674
|
+
:param pulumi.Input[builtins.bool] log_linked_dataset_query_user_email: Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for Listing.
|
656
675
|
:param pulumi.Input[builtins.str] name: The resource name of the subscription. e.g. "projects/myproject/locations/US/subscriptions/123"
|
657
676
|
:param pulumi.Input[builtins.str] organization_display_name: Display name of the project of this subscription.
|
658
677
|
:param pulumi.Input[builtins.str] organization_id: Organization of the project this subscription belongs to.
|
@@ -673,6 +692,7 @@ class ListingSubscription(pulumi.CustomResource):
|
|
673
692
|
__props__.__dict__["linked_resources"] = linked_resources
|
674
693
|
__props__.__dict__["listing_id"] = listing_id
|
675
694
|
__props__.__dict__["location"] = location
|
695
|
+
__props__.__dict__["log_linked_dataset_query_user_email"] = log_linked_dataset_query_user_email
|
676
696
|
__props__.__dict__["name"] = name
|
677
697
|
__props__.__dict__["organization_display_name"] = organization_display_name
|
678
698
|
__props__.__dict__["organization_id"] = organization_id
|
@@ -751,6 +771,14 @@ class ListingSubscription(pulumi.CustomResource):
|
|
751
771
|
"""
|
752
772
|
return pulumi.get(self, "location")
|
753
773
|
|
774
|
+
@property
|
775
|
+
@pulumi.getter(name="logLinkedDatasetQueryUserEmail")
|
776
|
+
def log_linked_dataset_query_user_email(self) -> pulumi.Output[builtins.bool]:
|
777
|
+
"""
|
778
|
+
Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for Listing.
|
779
|
+
"""
|
780
|
+
return pulumi.get(self, "log_linked_dataset_query_user_email")
|
781
|
+
|
754
782
|
@property
|
755
783
|
@pulumi.getter
|
756
784
|
def name(self) -> pulumi.Output[builtins.str]:
|
@@ -28,6 +28,7 @@ __all__ = [
|
|
28
28
|
'ListingIamBindingCondition',
|
29
29
|
'ListingIamMemberCondition',
|
30
30
|
'ListingPublisher',
|
31
|
+
'ListingPubsubTopic',
|
31
32
|
'ListingRestrictedExportConfig',
|
32
33
|
'ListingSubscriptionDestinationDataset',
|
33
34
|
'ListingSubscriptionDestinationDatasetDatasetReference',
|
@@ -206,8 +207,6 @@ class ListingBigqueryDatasetSelectedResource(dict):
|
|
206
207
|
table: Optional[builtins.str] = None):
|
207
208
|
"""
|
208
209
|
:param builtins.str table: Format: For table: projects/{projectId}/datasets/{datasetId}/tables/{tableId} Example:"projects/test_project/datasets/test_dataset/tables/test_table"
|
209
|
-
|
210
|
-
- - -
|
211
210
|
"""
|
212
211
|
if table is not None:
|
213
212
|
pulumi.set(__self__, "table", table)
|
@@ -217,8 +216,6 @@ class ListingBigqueryDatasetSelectedResource(dict):
|
|
217
216
|
def table(self) -> Optional[builtins.str]:
|
218
217
|
"""
|
219
218
|
Format: For table: projects/{projectId}/datasets/{datasetId}/tables/{tableId} Example:"projects/test_project/datasets/test_dataset/tables/test_table"
|
220
|
-
|
221
|
-
- - -
|
222
219
|
"""
|
223
220
|
return pulumi.get(self, "table")
|
224
221
|
|
@@ -371,6 +368,55 @@ class ListingPublisher(dict):
|
|
371
368
|
return pulumi.get(self, "primary_contact")
|
372
369
|
|
373
370
|
|
371
|
+
@pulumi.output_type
|
372
|
+
class ListingPubsubTopic(dict):
|
373
|
+
@staticmethod
|
374
|
+
def __key_warning(key: str):
|
375
|
+
suggest = None
|
376
|
+
if key == "dataAffinityRegions":
|
377
|
+
suggest = "data_affinity_regions"
|
378
|
+
|
379
|
+
if suggest:
|
380
|
+
pulumi.log.warn(f"Key '{key}' not found in ListingPubsubTopic. Access the value via the '{suggest}' property getter instead.")
|
381
|
+
|
382
|
+
def __getitem__(self, key: str) -> Any:
|
383
|
+
ListingPubsubTopic.__key_warning(key)
|
384
|
+
return super().__getitem__(key)
|
385
|
+
|
386
|
+
def get(self, key: str, default = None) -> Any:
|
387
|
+
ListingPubsubTopic.__key_warning(key)
|
388
|
+
return super().get(key, default)
|
389
|
+
|
390
|
+
def __init__(__self__, *,
|
391
|
+
topic: builtins.str,
|
392
|
+
data_affinity_regions: Optional[Sequence[builtins.str]] = None):
|
393
|
+
"""
|
394
|
+
:param builtins.str topic: Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId
|
395
|
+
:param Sequence[builtins.str] data_affinity_regions: Region hint on where the data might be published. Data affinity regions are modifiable.
|
396
|
+
See https://cloud.google.com/about/locations for full listing of possible Cloud regions.
|
397
|
+
"""
|
398
|
+
pulumi.set(__self__, "topic", topic)
|
399
|
+
if data_affinity_regions is not None:
|
400
|
+
pulumi.set(__self__, "data_affinity_regions", data_affinity_regions)
|
401
|
+
|
402
|
+
@property
|
403
|
+
@pulumi.getter
|
404
|
+
def topic(self) -> builtins.str:
|
405
|
+
"""
|
406
|
+
Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId
|
407
|
+
"""
|
408
|
+
return pulumi.get(self, "topic")
|
409
|
+
|
410
|
+
@property
|
411
|
+
@pulumi.getter(name="dataAffinityRegions")
|
412
|
+
def data_affinity_regions(self) -> Optional[Sequence[builtins.str]]:
|
413
|
+
"""
|
414
|
+
Region hint on where the data might be published. Data affinity regions are modifiable.
|
415
|
+
See https://cloud.google.com/about/locations for full listing of possible Cloud regions.
|
416
|
+
"""
|
417
|
+
return pulumi.get(self, "data_affinity_regions")
|
418
|
+
|
419
|
+
|
374
420
|
@pulumi.output_type
|
375
421
|
class ListingRestrictedExportConfig(dict):
|
376
422
|
@staticmethod
|
pulumi_gcp/bigtable/table.py
CHANGED
@@ -29,6 +29,7 @@ class TableArgs:
|
|
29
29
|
deletion_protection: Optional[pulumi.Input[builtins.str]] = None,
|
30
30
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
31
31
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
32
|
+
row_key_schema: Optional[pulumi.Input[builtins.str]] = None,
|
32
33
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
33
34
|
"""
|
34
35
|
The set of arguments for constructing a Table resource.
|
@@ -42,6 +43,12 @@ class TableArgs:
|
|
42
43
|
: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
44
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
44
45
|
is not provided, the provider project is used.
|
46
|
+
: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
|
47
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
48
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
49
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
50
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
51
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
45
52
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] split_keys: A list of predefined keys to split the table on.
|
46
53
|
!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
|
47
54
|
to delete/recreate the entire `bigtable.Table` resource.
|
@@ -59,6 +66,8 @@ class TableArgs:
|
|
59
66
|
pulumi.set(__self__, "name", name)
|
60
67
|
if project is not None:
|
61
68
|
pulumi.set(__self__, "project", project)
|
69
|
+
if row_key_schema is not None:
|
70
|
+
pulumi.set(__self__, "row_key_schema", row_key_schema)
|
62
71
|
if split_keys is not None:
|
63
72
|
pulumi.set(__self__, "split_keys", split_keys)
|
64
73
|
|
@@ -149,6 +158,23 @@ class TableArgs:
|
|
149
158
|
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
150
159
|
pulumi.set(self, "project", value)
|
151
160
|
|
161
|
+
@property
|
162
|
+
@pulumi.getter(name="rowKeySchema")
|
163
|
+
def row_key_schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
164
|
+
"""
|
165
|
+
Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
|
166
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
167
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
168
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
169
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
170
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
171
|
+
"""
|
172
|
+
return pulumi.get(self, "row_key_schema")
|
173
|
+
|
174
|
+
@row_key_schema.setter
|
175
|
+
def row_key_schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
176
|
+
pulumi.set(self, "row_key_schema", value)
|
177
|
+
|
152
178
|
@property
|
153
179
|
@pulumi.getter(name="splitKeys")
|
154
180
|
def split_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -174,6 +200,7 @@ class _TableState:
|
|
174
200
|
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
175
201
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
176
202
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
203
|
+
row_key_schema: Optional[pulumi.Input[builtins.str]] = None,
|
177
204
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
178
205
|
"""
|
179
206
|
Input properties used for looking up and filtering Table resources.
|
@@ -187,6 +214,12 @@ class _TableState:
|
|
187
214
|
: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.
|
188
215
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
189
216
|
is not provided, the provider project is used.
|
217
|
+
: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
|
218
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
219
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
220
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
221
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
222
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
190
223
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] split_keys: A list of predefined keys to split the table on.
|
191
224
|
!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
|
192
225
|
to delete/recreate the entire `bigtable.Table` resource.
|
@@ -205,6 +238,8 @@ class _TableState:
|
|
205
238
|
pulumi.set(__self__, "name", name)
|
206
239
|
if project is not None:
|
207
240
|
pulumi.set(__self__, "project", project)
|
241
|
+
if row_key_schema is not None:
|
242
|
+
pulumi.set(__self__, "row_key_schema", row_key_schema)
|
208
243
|
if split_keys is not None:
|
209
244
|
pulumi.set(__self__, "split_keys", split_keys)
|
210
245
|
|
@@ -295,6 +330,23 @@ class _TableState:
|
|
295
330
|
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
296
331
|
pulumi.set(self, "project", value)
|
297
332
|
|
333
|
+
@property
|
334
|
+
@pulumi.getter(name="rowKeySchema")
|
335
|
+
def row_key_schema(self) -> Optional[pulumi.Input[builtins.str]]:
|
336
|
+
"""
|
337
|
+
Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
|
338
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
339
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
340
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
341
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
342
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
343
|
+
"""
|
344
|
+
return pulumi.get(self, "row_key_schema")
|
345
|
+
|
346
|
+
@row_key_schema.setter
|
347
|
+
def row_key_schema(self, value: Optional[pulumi.Input[builtins.str]]):
|
348
|
+
pulumi.set(self, "row_key_schema", value)
|
349
|
+
|
298
350
|
@property
|
299
351
|
@pulumi.getter(name="splitKeys")
|
300
352
|
def split_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -323,6 +375,7 @@ class Table(pulumi.CustomResource):
|
|
323
375
|
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
324
376
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
325
377
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
378
|
+
row_key_schema: Optional[pulumi.Input[builtins.str]] = None,
|
326
379
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
327
380
|
__props__=None):
|
328
381
|
"""
|
@@ -422,6 +475,12 @@ class Table(pulumi.CustomResource):
|
|
422
475
|
: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.
|
423
476
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
424
477
|
is not provided, the provider project is used.
|
478
|
+
: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
|
479
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
480
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
481
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
482
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
483
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
425
484
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] split_keys: A list of predefined keys to split the table on.
|
426
485
|
!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
|
427
486
|
to delete/recreate the entire `bigtable.Table` resource.
|
@@ -539,6 +598,7 @@ class Table(pulumi.CustomResource):
|
|
539
598
|
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
540
599
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
541
600
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
601
|
+
row_key_schema: Optional[pulumi.Input[builtins.str]] = None,
|
542
602
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
543
603
|
__props__=None):
|
544
604
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -558,6 +618,7 @@ class Table(pulumi.CustomResource):
|
|
558
618
|
__props__.__dict__["instance_name"] = instance_name
|
559
619
|
__props__.__dict__["name"] = name
|
560
620
|
__props__.__dict__["project"] = project
|
621
|
+
__props__.__dict__["row_key_schema"] = row_key_schema
|
561
622
|
__props__.__dict__["split_keys"] = split_keys
|
562
623
|
super(Table, __self__).__init__(
|
563
624
|
'gcp:bigtable/table:Table',
|
@@ -576,6 +637,7 @@ class Table(pulumi.CustomResource):
|
|
576
637
|
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
577
638
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
578
639
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
640
|
+
row_key_schema: Optional[pulumi.Input[builtins.str]] = None,
|
579
641
|
split_keys: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'Table':
|
580
642
|
"""
|
581
643
|
Get an existing Table resource's state with the given name, id, and optional extra
|
@@ -594,6 +656,12 @@ class Table(pulumi.CustomResource):
|
|
594
656
|
: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.
|
595
657
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
596
658
|
is not provided, the provider project is used.
|
659
|
+
: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
|
660
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
661
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
662
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
663
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
664
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
597
665
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] split_keys: A list of predefined keys to split the table on.
|
598
666
|
!> **Warning:** Modifying the `split_keys` of an existing table will cause the provider
|
599
667
|
to delete/recreate the entire `bigtable.Table` resource.
|
@@ -609,6 +677,7 @@ class Table(pulumi.CustomResource):
|
|
609
677
|
__props__.__dict__["instance_name"] = instance_name
|
610
678
|
__props__.__dict__["name"] = name
|
611
679
|
__props__.__dict__["project"] = project
|
680
|
+
__props__.__dict__["row_key_schema"] = row_key_schema
|
612
681
|
__props__.__dict__["split_keys"] = split_keys
|
613
682
|
return Table(resource_name, opts=opts, __props__=__props__)
|
614
683
|
|
@@ -671,6 +740,19 @@ class Table(pulumi.CustomResource):
|
|
671
740
|
"""
|
672
741
|
return pulumi.get(self, "project")
|
673
742
|
|
743
|
+
@property
|
744
|
+
@pulumi.getter(name="rowKeySchema")
|
745
|
+
def row_key_schema(self) -> pulumi.Output[Optional[builtins.str]]:
|
746
|
+
"""
|
747
|
+
Defines the row key schema of a table. To create or update a table with a row key schema, specify this argument. Note
|
748
|
+
that in-place update is not supported, and any in-place modification to the schema will lead to failure. To update a
|
749
|
+
schema, please clear it (by omitting the field), and update the resource again with a new schema.\\n The schema must be a
|
750
|
+
valid JSON encoded string representing a Type's struct protobuf message. Note that for bytes sequence (like
|
751
|
+
delimited_bytes.delimiter) the delimiter must be base64 encoded. For example, if you want to set a delimiter to a single
|
752
|
+
byte character "#", it should be set to "Iw==", which is the base64 encoding of the byte sequence "#".
|
753
|
+
"""
|
754
|
+
return pulumi.get(self, "row_key_schema")
|
755
|
+
|
674
756
|
@property
|
675
757
|
@pulumi.getter(name="splitKeys")
|
676
758
|
def split_keys(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
@@ -70,15 +70,19 @@ class _SQuotaAdjusterSettingsState:
|
|
70
70
|
effective_container: Optional[pulumi.Input[builtins.str]] = None,
|
71
71
|
effective_enablement: Optional[pulumi.Input[builtins.str]] = None,
|
72
72
|
enablement: Optional[pulumi.Input[builtins.str]] = None,
|
73
|
+
inherited: Optional[pulumi.Input[builtins.bool]] = None,
|
74
|
+
inherited_from: Optional[pulumi.Input[builtins.str]] = None,
|
73
75
|
parent: Optional[pulumi.Input[builtins.str]] = None):
|
74
76
|
"""
|
75
77
|
Input properties used for looking up and filtering SQuotaAdjusterSettings resources.
|
76
78
|
:param pulumi.Input[builtins.str] effective_container: The resource container that determines if the quota adjuster is set for this project.
|
77
|
-
Expect this field to be empty currently.
|
78
79
|
:param pulumi.Input[builtins.str] effective_enablement: Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
79
|
-
Expect this field to be empty currently.
|
80
80
|
:param pulumi.Input[builtins.str] enablement: Required. The configured value of the enablement at the given resource.
|
81
81
|
Possible values are: `ENABLED`, `DISABLED`.
|
82
|
+
:param pulumi.Input[builtins.bool] inherited: Indicates whether the setting is inherited or explicitly specified.
|
83
|
+
:param pulumi.Input[builtins.str] inherited_from: The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
|
84
|
+
The value can be `organizations/{organization_id}`, `folders/{folder_id}`, or can be `default` if no ancestor exists with enablement set.
|
85
|
+
The value will be empty when `enablement` is specified on this resource container.
|
82
86
|
:param pulumi.Input[builtins.str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
83
87
|
|
84
88
|
|
@@ -90,6 +94,10 @@ class _SQuotaAdjusterSettingsState:
|
|
90
94
|
pulumi.set(__self__, "effective_enablement", effective_enablement)
|
91
95
|
if enablement is not None:
|
92
96
|
pulumi.set(__self__, "enablement", enablement)
|
97
|
+
if inherited is not None:
|
98
|
+
pulumi.set(__self__, "inherited", inherited)
|
99
|
+
if inherited_from is not None:
|
100
|
+
pulumi.set(__self__, "inherited_from", inherited_from)
|
93
101
|
if parent is not None:
|
94
102
|
pulumi.set(__self__, "parent", parent)
|
95
103
|
|
@@ -98,7 +106,6 @@ class _SQuotaAdjusterSettingsState:
|
|
98
106
|
def effective_container(self) -> Optional[pulumi.Input[builtins.str]]:
|
99
107
|
"""
|
100
108
|
The resource container that determines if the quota adjuster is set for this project.
|
101
|
-
Expect this field to be empty currently.
|
102
109
|
"""
|
103
110
|
return pulumi.get(self, "effective_container")
|
104
111
|
|
@@ -111,7 +118,6 @@ class _SQuotaAdjusterSettingsState:
|
|
111
118
|
def effective_enablement(self) -> Optional[pulumi.Input[builtins.str]]:
|
112
119
|
"""
|
113
120
|
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
114
|
-
Expect this field to be empty currently.
|
115
121
|
"""
|
116
122
|
return pulumi.get(self, "effective_enablement")
|
117
123
|
|
@@ -132,6 +138,32 @@ class _SQuotaAdjusterSettingsState:
|
|
132
138
|
def enablement(self, value: Optional[pulumi.Input[builtins.str]]):
|
133
139
|
pulumi.set(self, "enablement", value)
|
134
140
|
|
141
|
+
@property
|
142
|
+
@pulumi.getter
|
143
|
+
def inherited(self) -> Optional[pulumi.Input[builtins.bool]]:
|
144
|
+
"""
|
145
|
+
Indicates whether the setting is inherited or explicitly specified.
|
146
|
+
"""
|
147
|
+
return pulumi.get(self, "inherited")
|
148
|
+
|
149
|
+
@inherited.setter
|
150
|
+
def inherited(self, value: Optional[pulumi.Input[builtins.bool]]):
|
151
|
+
pulumi.set(self, "inherited", value)
|
152
|
+
|
153
|
+
@property
|
154
|
+
@pulumi.getter(name="inheritedFrom")
|
155
|
+
def inherited_from(self) -> Optional[pulumi.Input[builtins.str]]:
|
156
|
+
"""
|
157
|
+
The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
|
158
|
+
The value can be `organizations/{organization_id}`, `folders/{folder_id}`, or can be `default` if no ancestor exists with enablement set.
|
159
|
+
The value will be empty when `enablement` is specified on this resource container.
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "inherited_from")
|
162
|
+
|
163
|
+
@inherited_from.setter
|
164
|
+
def inherited_from(self, value: Optional[pulumi.Input[builtins.str]]):
|
165
|
+
pulumi.set(self, "inherited_from", value)
|
166
|
+
|
135
167
|
@property
|
136
168
|
@pulumi.getter
|
137
169
|
def parent(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -256,6 +288,8 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
256
288
|
__props__.__dict__["parent"] = parent
|
257
289
|
__props__.__dict__["effective_container"] = None
|
258
290
|
__props__.__dict__["effective_enablement"] = None
|
291
|
+
__props__.__dict__["inherited"] = None
|
292
|
+
__props__.__dict__["inherited_from"] = None
|
259
293
|
super(SQuotaAdjusterSettings, __self__).__init__(
|
260
294
|
'gcp:cloudquota/sQuotaAdjusterSettings:SQuotaAdjusterSettings',
|
261
295
|
resource_name,
|
@@ -269,6 +303,8 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
269
303
|
effective_container: Optional[pulumi.Input[builtins.str]] = None,
|
270
304
|
effective_enablement: Optional[pulumi.Input[builtins.str]] = None,
|
271
305
|
enablement: Optional[pulumi.Input[builtins.str]] = None,
|
306
|
+
inherited: Optional[pulumi.Input[builtins.bool]] = None,
|
307
|
+
inherited_from: Optional[pulumi.Input[builtins.str]] = None,
|
272
308
|
parent: Optional[pulumi.Input[builtins.str]] = None) -> 'SQuotaAdjusterSettings':
|
273
309
|
"""
|
274
310
|
Get an existing SQuotaAdjusterSettings resource's state with the given name, id, and optional extra
|
@@ -278,11 +314,13 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
278
314
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
279
315
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
280
316
|
:param pulumi.Input[builtins.str] effective_container: The resource container that determines if the quota adjuster is set for this project.
|
281
|
-
Expect this field to be empty currently.
|
282
317
|
:param pulumi.Input[builtins.str] effective_enablement: Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
283
|
-
Expect this field to be empty currently.
|
284
318
|
:param pulumi.Input[builtins.str] enablement: Required. The configured value of the enablement at the given resource.
|
285
319
|
Possible values are: `ENABLED`, `DISABLED`.
|
320
|
+
:param pulumi.Input[builtins.bool] inherited: Indicates whether the setting is inherited or explicitly specified.
|
321
|
+
:param pulumi.Input[builtins.str] inherited_from: The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
|
322
|
+
The value can be `organizations/{organization_id}`, `folders/{folder_id}`, or can be `default` if no ancestor exists with enablement set.
|
323
|
+
The value will be empty when `enablement` is specified on this resource container.
|
286
324
|
:param pulumi.Input[builtins.str] parent: The parent of the quota preference. Allowed parent format is "projects/[project-id / number]".
|
287
325
|
|
288
326
|
|
@@ -295,6 +333,8 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
295
333
|
__props__.__dict__["effective_container"] = effective_container
|
296
334
|
__props__.__dict__["effective_enablement"] = effective_enablement
|
297
335
|
__props__.__dict__["enablement"] = enablement
|
336
|
+
__props__.__dict__["inherited"] = inherited
|
337
|
+
__props__.__dict__["inherited_from"] = inherited_from
|
298
338
|
__props__.__dict__["parent"] = parent
|
299
339
|
return SQuotaAdjusterSettings(resource_name, opts=opts, __props__=__props__)
|
300
340
|
|
@@ -303,7 +343,6 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
303
343
|
def effective_container(self) -> pulumi.Output[builtins.str]:
|
304
344
|
"""
|
305
345
|
The resource container that determines if the quota adjuster is set for this project.
|
306
|
-
Expect this field to be empty currently.
|
307
346
|
"""
|
308
347
|
return pulumi.get(self, "effective_container")
|
309
348
|
|
@@ -312,7 +351,6 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
312
351
|
def effective_enablement(self) -> pulumi.Output[builtins.str]:
|
313
352
|
"""
|
314
353
|
Based on the effective container`s setting above, determines Whether this resource container has the quota adjuster enabled.
|
315
|
-
Expect this field to be empty currently.
|
316
354
|
"""
|
317
355
|
return pulumi.get(self, "effective_enablement")
|
318
356
|
|
@@ -325,6 +363,24 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
325
363
|
"""
|
326
364
|
return pulumi.get(self, "enablement")
|
327
365
|
|
366
|
+
@property
|
367
|
+
@pulumi.getter
|
368
|
+
def inherited(self) -> pulumi.Output[builtins.bool]:
|
369
|
+
"""
|
370
|
+
Indicates whether the setting is inherited or explicitly specified.
|
371
|
+
"""
|
372
|
+
return pulumi.get(self, "inherited")
|
373
|
+
|
374
|
+
@property
|
375
|
+
@pulumi.getter(name="inheritedFrom")
|
376
|
+
def inherited_from(self) -> pulumi.Output[builtins.str]:
|
377
|
+
"""
|
378
|
+
The resource container from which the setting is inherited. This refers to the nearest ancestor with enablement set (either ENABLED or DISABLED).
|
379
|
+
The value can be `organizations/{organization_id}`, `folders/{folder_id}`, or can be `default` if no ancestor exists with enablement set.
|
380
|
+
The value will be empty when `enablement` is specified on this resource container.
|
381
|
+
"""
|
382
|
+
return pulumi.get(self, "inherited_from")
|
383
|
+
|
328
384
|
@property
|
329
385
|
@pulumi.getter
|
330
386
|
def parent(self) -> pulumi.Output[builtins.str]:
|