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.
- pulumi_gcp/__init__.py +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,7 @@ __all__ = ['TableIamBindingArgs', 'TableIamBinding']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class TableIamBindingArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
-
|
24
|
+
instance_name: pulumi.Input[_builtins.str],
|
25
25
|
members: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
26
26
|
role: pulumi.Input[_builtins.str],
|
27
27
|
table: pulumi.Input[_builtins.str],
|
@@ -29,7 +29,7 @@ class TableIamBindingArgs:
|
|
29
29
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a TableIamBinding resource.
|
32
|
-
:param pulumi.Input[_builtins.str]
|
32
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
33
33
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
34
34
|
Each entry can have one of the following values:
|
35
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -49,7 +49,7 @@ class TableIamBindingArgs:
|
|
49
49
|
:param pulumi.Input[_builtins.str] project: The project in which the table belongs. If it
|
50
50
|
is not provided, this provider will use the provider default.
|
51
51
|
"""
|
52
|
-
pulumi.set(__self__, "
|
52
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
53
53
|
pulumi.set(__self__, "members", members)
|
54
54
|
pulumi.set(__self__, "role", role)
|
55
55
|
pulumi.set(__self__, "table", table)
|
@@ -59,16 +59,16 @@ class TableIamBindingArgs:
|
|
59
59
|
pulumi.set(__self__, "project", project)
|
60
60
|
|
61
61
|
@_builtins.property
|
62
|
-
@pulumi.getter
|
63
|
-
def
|
62
|
+
@pulumi.getter(name="instanceName")
|
63
|
+
def instance_name(self) -> pulumi.Input[_builtins.str]:
|
64
64
|
"""
|
65
65
|
The name or relative resource id of the instance that owns the table.
|
66
66
|
"""
|
67
|
-
return pulumi.get(self, "
|
67
|
+
return pulumi.get(self, "instance_name")
|
68
68
|
|
69
|
-
@
|
70
|
-
def
|
71
|
-
pulumi.set(self, "
|
69
|
+
@instance_name.setter
|
70
|
+
def instance_name(self, value: pulumi.Input[_builtins.str]):
|
71
|
+
pulumi.set(self, "instance_name", value)
|
72
72
|
|
73
73
|
@_builtins.property
|
74
74
|
@pulumi.getter
|
@@ -147,7 +147,7 @@ class _TableIamBindingState:
|
|
147
147
|
def __init__(__self__, *,
|
148
148
|
condition: Optional[pulumi.Input['TableIamBindingConditionArgs']] = None,
|
149
149
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
150
|
-
|
150
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
151
151
|
members: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
152
152
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
153
153
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -155,7 +155,7 @@ class _TableIamBindingState:
|
|
155
155
|
"""
|
156
156
|
Input properties used for looking up and filtering TableIamBinding resources.
|
157
157
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
158
|
-
:param pulumi.Input[_builtins.str]
|
158
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
159
159
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
160
160
|
Each entry can have one of the following values:
|
161
161
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -179,8 +179,8 @@ class _TableIamBindingState:
|
|
179
179
|
pulumi.set(__self__, "condition", condition)
|
180
180
|
if etag is not None:
|
181
181
|
pulumi.set(__self__, "etag", etag)
|
182
|
-
if
|
183
|
-
pulumi.set(__self__, "
|
182
|
+
if instance_name is not None:
|
183
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
184
184
|
if members is not None:
|
185
185
|
pulumi.set(__self__, "members", members)
|
186
186
|
if project is not None:
|
@@ -212,16 +212,16 @@ class _TableIamBindingState:
|
|
212
212
|
pulumi.set(self, "etag", value)
|
213
213
|
|
214
214
|
@_builtins.property
|
215
|
-
@pulumi.getter
|
216
|
-
def
|
215
|
+
@pulumi.getter(name="instanceName")
|
216
|
+
def instance_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
217
217
|
"""
|
218
218
|
The name or relative resource id of the instance that owns the table.
|
219
219
|
"""
|
220
|
-
return pulumi.get(self, "
|
220
|
+
return pulumi.get(self, "instance_name")
|
221
221
|
|
222
|
-
@
|
223
|
-
def
|
224
|
-
pulumi.set(self, "
|
222
|
+
@instance_name.setter
|
223
|
+
def instance_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
224
|
+
pulumi.set(self, "instance_name", value)
|
225
225
|
|
226
226
|
@_builtins.property
|
227
227
|
@pulumi.getter
|
@@ -293,7 +293,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
293
293
|
resource_name: str,
|
294
294
|
opts: Optional[pulumi.ResourceOptions] = None,
|
295
295
|
condition: Optional[pulumi.Input[Union['TableIamBindingConditionArgs', 'TableIamBindingConditionArgsDict']]] = None,
|
296
|
-
|
296
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
297
297
|
members: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
298
298
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
299
299
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -322,7 +322,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
322
322
|
}])
|
323
323
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
324
324
|
project="your-project",
|
325
|
-
|
325
|
+
instance_name="your-bigtable-instance",
|
326
326
|
table="your-bigtable-table",
|
327
327
|
policy_data=admin.policy_data)
|
328
328
|
```
|
@@ -335,7 +335,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
335
335
|
|
336
336
|
editor = gcp.bigtable.TableIamBinding("editor",
|
337
337
|
table="your-bigtable-table",
|
338
|
-
|
338
|
+
instance_name="your-bigtable-instance",
|
339
339
|
role="roles/bigtable.user",
|
340
340
|
members=["user:jane@example.com"])
|
341
341
|
```
|
@@ -348,7 +348,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
348
348
|
|
349
349
|
editor = gcp.bigtable.TableIamMember("editor",
|
350
350
|
table="your-bigtable-table",
|
351
|
-
|
351
|
+
instance_name="your-bigtable-instance",
|
352
352
|
role="roles/bigtable.user",
|
353
353
|
member="user:jane@example.com")
|
354
354
|
```
|
@@ -365,7 +365,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
365
365
|
}])
|
366
366
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
367
367
|
project="your-project",
|
368
|
-
|
368
|
+
instance_name="your-bigtable-instance",
|
369
369
|
table="your-bigtable-table",
|
370
370
|
policy_data=admin.policy_data)
|
371
371
|
```
|
@@ -378,7 +378,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
378
378
|
|
379
379
|
editor = gcp.bigtable.TableIamBinding("editor",
|
380
380
|
table="your-bigtable-table",
|
381
|
-
|
381
|
+
instance_name="your-bigtable-instance",
|
382
382
|
role="roles/bigtable.user",
|
383
383
|
members=["user:jane@example.com"])
|
384
384
|
```
|
@@ -391,7 +391,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
391
391
|
|
392
392
|
editor = gcp.bigtable.TableIamMember("editor",
|
393
393
|
table="your-bigtable-table",
|
394
|
-
|
394
|
+
instance_name="your-bigtable-instance",
|
395
395
|
role="roles/bigtable.user",
|
396
396
|
member="user:jane@example.com")
|
397
397
|
```
|
@@ -424,7 +424,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
424
424
|
|
425
425
|
:param str resource_name: The name of the resource.
|
426
426
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
427
|
-
:param pulumi.Input[_builtins.str]
|
427
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
428
428
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
429
429
|
Each entry can have one of the following values:
|
430
430
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -473,7 +473,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
473
473
|
}])
|
474
474
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
475
475
|
project="your-project",
|
476
|
-
|
476
|
+
instance_name="your-bigtable-instance",
|
477
477
|
table="your-bigtable-table",
|
478
478
|
policy_data=admin.policy_data)
|
479
479
|
```
|
@@ -486,7 +486,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
486
486
|
|
487
487
|
editor = gcp.bigtable.TableIamBinding("editor",
|
488
488
|
table="your-bigtable-table",
|
489
|
-
|
489
|
+
instance_name="your-bigtable-instance",
|
490
490
|
role="roles/bigtable.user",
|
491
491
|
members=["user:jane@example.com"])
|
492
492
|
```
|
@@ -499,7 +499,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
499
499
|
|
500
500
|
editor = gcp.bigtable.TableIamMember("editor",
|
501
501
|
table="your-bigtable-table",
|
502
|
-
|
502
|
+
instance_name="your-bigtable-instance",
|
503
503
|
role="roles/bigtable.user",
|
504
504
|
member="user:jane@example.com")
|
505
505
|
```
|
@@ -516,7 +516,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
516
516
|
}])
|
517
517
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
518
518
|
project="your-project",
|
519
|
-
|
519
|
+
instance_name="your-bigtable-instance",
|
520
520
|
table="your-bigtable-table",
|
521
521
|
policy_data=admin.policy_data)
|
522
522
|
```
|
@@ -529,7 +529,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
529
529
|
|
530
530
|
editor = gcp.bigtable.TableIamBinding("editor",
|
531
531
|
table="your-bigtable-table",
|
532
|
-
|
532
|
+
instance_name="your-bigtable-instance",
|
533
533
|
role="roles/bigtable.user",
|
534
534
|
members=["user:jane@example.com"])
|
535
535
|
```
|
@@ -542,7 +542,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
542
542
|
|
543
543
|
editor = gcp.bigtable.TableIamMember("editor",
|
544
544
|
table="your-bigtable-table",
|
545
|
-
|
545
|
+
instance_name="your-bigtable-instance",
|
546
546
|
role="roles/bigtable.user",
|
547
547
|
member="user:jane@example.com")
|
548
548
|
```
|
@@ -589,7 +589,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
589
589
|
resource_name: str,
|
590
590
|
opts: Optional[pulumi.ResourceOptions] = None,
|
591
591
|
condition: Optional[pulumi.Input[Union['TableIamBindingConditionArgs', 'TableIamBindingConditionArgsDict']]] = None,
|
592
|
-
|
592
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
593
593
|
members: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
594
594
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
595
595
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -604,9 +604,9 @@ class TableIamBinding(pulumi.CustomResource):
|
|
604
604
|
__props__ = TableIamBindingArgs.__new__(TableIamBindingArgs)
|
605
605
|
|
606
606
|
__props__.__dict__["condition"] = condition
|
607
|
-
if
|
608
|
-
raise TypeError("Missing required property '
|
609
|
-
__props__.__dict__["
|
607
|
+
if instance_name is None and not opts.urn:
|
608
|
+
raise TypeError("Missing required property 'instance_name'")
|
609
|
+
__props__.__dict__["instance_name"] = instance_name
|
610
610
|
if members is None and not opts.urn:
|
611
611
|
raise TypeError("Missing required property 'members'")
|
612
612
|
__props__.__dict__["members"] = members
|
@@ -630,7 +630,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
630
630
|
opts: Optional[pulumi.ResourceOptions] = None,
|
631
631
|
condition: Optional[pulumi.Input[Union['TableIamBindingConditionArgs', 'TableIamBindingConditionArgsDict']]] = None,
|
632
632
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
633
|
-
|
633
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
634
634
|
members: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
635
635
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
636
636
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -643,7 +643,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
643
643
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
644
644
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
645
645
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
646
|
-
:param pulumi.Input[_builtins.str]
|
646
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
647
647
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
648
648
|
Each entry can have one of the following values:
|
649
649
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -669,7 +669,7 @@ class TableIamBinding(pulumi.CustomResource):
|
|
669
669
|
|
670
670
|
__props__.__dict__["condition"] = condition
|
671
671
|
__props__.__dict__["etag"] = etag
|
672
|
-
__props__.__dict__["
|
672
|
+
__props__.__dict__["instance_name"] = instance_name
|
673
673
|
__props__.__dict__["members"] = members
|
674
674
|
__props__.__dict__["project"] = project
|
675
675
|
__props__.__dict__["role"] = role
|
@@ -690,12 +690,12 @@ class TableIamBinding(pulumi.CustomResource):
|
|
690
690
|
return pulumi.get(self, "etag")
|
691
691
|
|
692
692
|
@_builtins.property
|
693
|
-
@pulumi.getter
|
694
|
-
def
|
693
|
+
@pulumi.getter(name="instanceName")
|
694
|
+
def instance_name(self) -> pulumi.Output[_builtins.str]:
|
695
695
|
"""
|
696
696
|
The name or relative resource id of the instance that owns the table.
|
697
697
|
"""
|
698
|
-
return pulumi.get(self, "
|
698
|
+
return pulumi.get(self, "instance_name")
|
699
699
|
|
700
700
|
@_builtins.property
|
701
701
|
@pulumi.getter
|
@@ -21,7 +21,7 @@ __all__ = ['TableIamMemberArgs', 'TableIamMember']
|
|
21
21
|
@pulumi.input_type
|
22
22
|
class TableIamMemberArgs:
|
23
23
|
def __init__(__self__, *,
|
24
|
-
|
24
|
+
instance_name: pulumi.Input[_builtins.str],
|
25
25
|
member: pulumi.Input[_builtins.str],
|
26
26
|
role: pulumi.Input[_builtins.str],
|
27
27
|
table: pulumi.Input[_builtins.str],
|
@@ -29,7 +29,7 @@ class TableIamMemberArgs:
|
|
29
29
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a TableIamMember resource.
|
32
|
-
:param pulumi.Input[_builtins.str]
|
32
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
33
33
|
:param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
|
34
34
|
Each entry can have one of the following values:
|
35
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -49,7 +49,7 @@ class TableIamMemberArgs:
|
|
49
49
|
:param pulumi.Input[_builtins.str] project: The project in which the table belongs. If it
|
50
50
|
is not provided, this provider will use the provider default.
|
51
51
|
"""
|
52
|
-
pulumi.set(__self__, "
|
52
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
53
53
|
pulumi.set(__self__, "member", member)
|
54
54
|
pulumi.set(__self__, "role", role)
|
55
55
|
pulumi.set(__self__, "table", table)
|
@@ -59,16 +59,16 @@ class TableIamMemberArgs:
|
|
59
59
|
pulumi.set(__self__, "project", project)
|
60
60
|
|
61
61
|
@_builtins.property
|
62
|
-
@pulumi.getter
|
63
|
-
def
|
62
|
+
@pulumi.getter(name="instanceName")
|
63
|
+
def instance_name(self) -> pulumi.Input[_builtins.str]:
|
64
64
|
"""
|
65
65
|
The name or relative resource id of the instance that owns the table.
|
66
66
|
"""
|
67
|
-
return pulumi.get(self, "
|
67
|
+
return pulumi.get(self, "instance_name")
|
68
68
|
|
69
|
-
@
|
70
|
-
def
|
71
|
-
pulumi.set(self, "
|
69
|
+
@instance_name.setter
|
70
|
+
def instance_name(self, value: pulumi.Input[_builtins.str]):
|
71
|
+
pulumi.set(self, "instance_name", value)
|
72
72
|
|
73
73
|
@_builtins.property
|
74
74
|
@pulumi.getter
|
@@ -147,7 +147,7 @@ class _TableIamMemberState:
|
|
147
147
|
def __init__(__self__, *,
|
148
148
|
condition: Optional[pulumi.Input['TableIamMemberConditionArgs']] = None,
|
149
149
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
150
|
-
|
150
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
151
151
|
member: Optional[pulumi.Input[_builtins.str]] = None,
|
152
152
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
153
153
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -155,7 +155,7 @@ class _TableIamMemberState:
|
|
155
155
|
"""
|
156
156
|
Input properties used for looking up and filtering TableIamMember resources.
|
157
157
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
158
|
-
:param pulumi.Input[_builtins.str]
|
158
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
159
159
|
:param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
|
160
160
|
Each entry can have one of the following values:
|
161
161
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -179,8 +179,8 @@ class _TableIamMemberState:
|
|
179
179
|
pulumi.set(__self__, "condition", condition)
|
180
180
|
if etag is not None:
|
181
181
|
pulumi.set(__self__, "etag", etag)
|
182
|
-
if
|
183
|
-
pulumi.set(__self__, "
|
182
|
+
if instance_name is not None:
|
183
|
+
pulumi.set(__self__, "instance_name", instance_name)
|
184
184
|
if member is not None:
|
185
185
|
pulumi.set(__self__, "member", member)
|
186
186
|
if project is not None:
|
@@ -212,16 +212,16 @@ class _TableIamMemberState:
|
|
212
212
|
pulumi.set(self, "etag", value)
|
213
213
|
|
214
214
|
@_builtins.property
|
215
|
-
@pulumi.getter
|
216
|
-
def
|
215
|
+
@pulumi.getter(name="instanceName")
|
216
|
+
def instance_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
217
217
|
"""
|
218
218
|
The name or relative resource id of the instance that owns the table.
|
219
219
|
"""
|
220
|
-
return pulumi.get(self, "
|
220
|
+
return pulumi.get(self, "instance_name")
|
221
221
|
|
222
|
-
@
|
223
|
-
def
|
224
|
-
pulumi.set(self, "
|
222
|
+
@instance_name.setter
|
223
|
+
def instance_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
224
|
+
pulumi.set(self, "instance_name", value)
|
225
225
|
|
226
226
|
@_builtins.property
|
227
227
|
@pulumi.getter
|
@@ -293,7 +293,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
293
293
|
resource_name: str,
|
294
294
|
opts: Optional[pulumi.ResourceOptions] = None,
|
295
295
|
condition: Optional[pulumi.Input[Union['TableIamMemberConditionArgs', 'TableIamMemberConditionArgsDict']]] = None,
|
296
|
-
|
296
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
297
297
|
member: Optional[pulumi.Input[_builtins.str]] = None,
|
298
298
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
299
299
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -322,7 +322,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
322
322
|
}])
|
323
323
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
324
324
|
project="your-project",
|
325
|
-
|
325
|
+
instance_name="your-bigtable-instance",
|
326
326
|
table="your-bigtable-table",
|
327
327
|
policy_data=admin.policy_data)
|
328
328
|
```
|
@@ -335,7 +335,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
335
335
|
|
336
336
|
editor = gcp.bigtable.TableIamBinding("editor",
|
337
337
|
table="your-bigtable-table",
|
338
|
-
|
338
|
+
instance_name="your-bigtable-instance",
|
339
339
|
role="roles/bigtable.user",
|
340
340
|
members=["user:jane@example.com"])
|
341
341
|
```
|
@@ -348,7 +348,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
348
348
|
|
349
349
|
editor = gcp.bigtable.TableIamMember("editor",
|
350
350
|
table="your-bigtable-table",
|
351
|
-
|
351
|
+
instance_name="your-bigtable-instance",
|
352
352
|
role="roles/bigtable.user",
|
353
353
|
member="user:jane@example.com")
|
354
354
|
```
|
@@ -365,7 +365,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
365
365
|
}])
|
366
366
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
367
367
|
project="your-project",
|
368
|
-
|
368
|
+
instance_name="your-bigtable-instance",
|
369
369
|
table="your-bigtable-table",
|
370
370
|
policy_data=admin.policy_data)
|
371
371
|
```
|
@@ -378,7 +378,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
378
378
|
|
379
379
|
editor = gcp.bigtable.TableIamBinding("editor",
|
380
380
|
table="your-bigtable-table",
|
381
|
-
|
381
|
+
instance_name="your-bigtable-instance",
|
382
382
|
role="roles/bigtable.user",
|
383
383
|
members=["user:jane@example.com"])
|
384
384
|
```
|
@@ -391,7 +391,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
391
391
|
|
392
392
|
editor = gcp.bigtable.TableIamMember("editor",
|
393
393
|
table="your-bigtable-table",
|
394
|
-
|
394
|
+
instance_name="your-bigtable-instance",
|
395
395
|
role="roles/bigtable.user",
|
396
396
|
member="user:jane@example.com")
|
397
397
|
```
|
@@ -424,7 +424,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
424
424
|
|
425
425
|
:param str resource_name: The name of the resource.
|
426
426
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
427
|
-
:param pulumi.Input[_builtins.str]
|
427
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
428
428
|
:param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
|
429
429
|
Each entry can have one of the following values:
|
430
430
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -473,7 +473,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
473
473
|
}])
|
474
474
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
475
475
|
project="your-project",
|
476
|
-
|
476
|
+
instance_name="your-bigtable-instance",
|
477
477
|
table="your-bigtable-table",
|
478
478
|
policy_data=admin.policy_data)
|
479
479
|
```
|
@@ -486,7 +486,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
486
486
|
|
487
487
|
editor = gcp.bigtable.TableIamBinding("editor",
|
488
488
|
table="your-bigtable-table",
|
489
|
-
|
489
|
+
instance_name="your-bigtable-instance",
|
490
490
|
role="roles/bigtable.user",
|
491
491
|
members=["user:jane@example.com"])
|
492
492
|
```
|
@@ -499,7 +499,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
499
499
|
|
500
500
|
editor = gcp.bigtable.TableIamMember("editor",
|
501
501
|
table="your-bigtable-table",
|
502
|
-
|
502
|
+
instance_name="your-bigtable-instance",
|
503
503
|
role="roles/bigtable.user",
|
504
504
|
member="user:jane@example.com")
|
505
505
|
```
|
@@ -516,7 +516,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
516
516
|
}])
|
517
517
|
editor = gcp.bigtable.TableIamPolicy("editor",
|
518
518
|
project="your-project",
|
519
|
-
|
519
|
+
instance_name="your-bigtable-instance",
|
520
520
|
table="your-bigtable-table",
|
521
521
|
policy_data=admin.policy_data)
|
522
522
|
```
|
@@ -529,7 +529,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
529
529
|
|
530
530
|
editor = gcp.bigtable.TableIamBinding("editor",
|
531
531
|
table="your-bigtable-table",
|
532
|
-
|
532
|
+
instance_name="your-bigtable-instance",
|
533
533
|
role="roles/bigtable.user",
|
534
534
|
members=["user:jane@example.com"])
|
535
535
|
```
|
@@ -542,7 +542,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
542
542
|
|
543
543
|
editor = gcp.bigtable.TableIamMember("editor",
|
544
544
|
table="your-bigtable-table",
|
545
|
-
|
545
|
+
instance_name="your-bigtable-instance",
|
546
546
|
role="roles/bigtable.user",
|
547
547
|
member="user:jane@example.com")
|
548
548
|
```
|
@@ -589,7 +589,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
589
589
|
resource_name: str,
|
590
590
|
opts: Optional[pulumi.ResourceOptions] = None,
|
591
591
|
condition: Optional[pulumi.Input[Union['TableIamMemberConditionArgs', 'TableIamMemberConditionArgsDict']]] = None,
|
592
|
-
|
592
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
593
593
|
member: Optional[pulumi.Input[_builtins.str]] = None,
|
594
594
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
595
595
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -604,9 +604,9 @@ class TableIamMember(pulumi.CustomResource):
|
|
604
604
|
__props__ = TableIamMemberArgs.__new__(TableIamMemberArgs)
|
605
605
|
|
606
606
|
__props__.__dict__["condition"] = condition
|
607
|
-
if
|
608
|
-
raise TypeError("Missing required property '
|
609
|
-
__props__.__dict__["
|
607
|
+
if instance_name is None and not opts.urn:
|
608
|
+
raise TypeError("Missing required property 'instance_name'")
|
609
|
+
__props__.__dict__["instance_name"] = instance_name
|
610
610
|
if member is None and not opts.urn:
|
611
611
|
raise TypeError("Missing required property 'member'")
|
612
612
|
__props__.__dict__["member"] = member
|
@@ -630,7 +630,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
630
630
|
opts: Optional[pulumi.ResourceOptions] = None,
|
631
631
|
condition: Optional[pulumi.Input[Union['TableIamMemberConditionArgs', 'TableIamMemberConditionArgsDict']]] = None,
|
632
632
|
etag: Optional[pulumi.Input[_builtins.str]] = None,
|
633
|
-
|
633
|
+
instance_name: Optional[pulumi.Input[_builtins.str]] = None,
|
634
634
|
member: Optional[pulumi.Input[_builtins.str]] = None,
|
635
635
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
636
636
|
role: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -643,7 +643,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
643
643
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
644
644
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
645
645
|
:param pulumi.Input[_builtins.str] etag: (Computed) The etag of the tables's IAM policy.
|
646
|
-
:param pulumi.Input[_builtins.str]
|
646
|
+
:param pulumi.Input[_builtins.str] instance_name: The name or relative resource id of the instance that owns the table.
|
647
647
|
:param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
|
648
648
|
Each entry can have one of the following values:
|
649
649
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -669,7 +669,7 @@ class TableIamMember(pulumi.CustomResource):
|
|
669
669
|
|
670
670
|
__props__.__dict__["condition"] = condition
|
671
671
|
__props__.__dict__["etag"] = etag
|
672
|
-
__props__.__dict__["
|
672
|
+
__props__.__dict__["instance_name"] = instance_name
|
673
673
|
__props__.__dict__["member"] = member
|
674
674
|
__props__.__dict__["project"] = project
|
675
675
|
__props__.__dict__["role"] = role
|
@@ -690,12 +690,12 @@ class TableIamMember(pulumi.CustomResource):
|
|
690
690
|
return pulumi.get(self, "etag")
|
691
691
|
|
692
692
|
@_builtins.property
|
693
|
-
@pulumi.getter
|
694
|
-
def
|
693
|
+
@pulumi.getter(name="instanceName")
|
694
|
+
def instance_name(self) -> pulumi.Output[_builtins.str]:
|
695
695
|
"""
|
696
696
|
The name or relative resource id of the instance that owns the table.
|
697
697
|
"""
|
698
|
-
return pulumi.get(self, "
|
698
|
+
return pulumi.get(self, "instance_name")
|
699
699
|
|
700
700
|
@_builtins.property
|
701
701
|
@pulumi.getter
|