pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +144 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/_inputs.py +286 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +188 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- 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 +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/bigquery/table.py
CHANGED
@@ -44,7 +44,8 @@ class TableArgs:
|
|
44
44
|
Changing this forces a new resource to be created.
|
45
45
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
46
46
|
Changing this forces a new resource to be created.
|
47
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
47
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
48
|
+
are still resource tags attached. The default value is false.
|
48
49
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
49
50
|
Up to four top-level columns are allowed, and should be specified in
|
50
51
|
descending priority order.
|
@@ -80,13 +81,18 @@ class TableArgs:
|
|
80
81
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
81
82
|
require a partition filter that can be used for partition elimination to be
|
82
83
|
specified.
|
83
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
84
|
-
|
85
|
-
|
84
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
85
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
86
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
87
|
+
parent organization or project resource for this tag key. Tag value is
|
88
|
+
expected to be the short name, for example "Production".
|
86
89
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
87
90
|
:param pulumi.Input['TableTableConstraintsArgs'] table_constraints: Defines the primary key and foreign keys.
|
88
91
|
Structure is documented below.
|
89
|
-
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
92
|
+
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
93
|
+
using "AS REPLICA" DDL like:
|
94
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
95
|
+
Structure is documented below.
|
90
96
|
:param pulumi.Input['TableTimePartitioningArgs'] time_partitioning: If specified, configures time-based
|
91
97
|
partitioning for this table. Structure is documented below.
|
92
98
|
:param pulumi.Input['TableViewArgs'] view: If specified, configures this table as a view.
|
@@ -165,7 +171,8 @@ class TableArgs:
|
|
165
171
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
166
172
|
def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
|
167
173
|
"""
|
168
|
-
|
174
|
+
This field is in beta. If set to true, it allows table deletion when there
|
175
|
+
are still resource tags attached. The default value is false.
|
169
176
|
"""
|
170
177
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
171
178
|
|
@@ -355,9 +362,11 @@ class TableArgs:
|
|
355
362
|
@pulumi.getter(name="resourceTags")
|
356
363
|
def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
357
364
|
"""
|
358
|
-
The tags attached to this table. Tag keys are
|
359
|
-
|
360
|
-
|
365
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
366
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
367
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
368
|
+
parent organization or project resource for this tag key. Tag value is
|
369
|
+
expected to be the short name, for example "Production".
|
361
370
|
"""
|
362
371
|
return pulumi.get(self, "resource_tags")
|
363
372
|
|
@@ -394,7 +403,10 @@ class TableArgs:
|
|
394
403
|
@pulumi.getter(name="tableReplicationInfo")
|
395
404
|
def table_replication_info(self) -> Optional[pulumi.Input['TableTableReplicationInfoArgs']]:
|
396
405
|
"""
|
397
|
-
Replication info of a table created
|
406
|
+
Replication info of a table created
|
407
|
+
using "AS REPLICA" DDL like:
|
408
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
409
|
+
Structure is documented below.
|
398
410
|
"""
|
399
411
|
return pulumi.get(self, "table_replication_info")
|
400
412
|
|
@@ -467,7 +479,8 @@ class _TableState:
|
|
467
479
|
view: Optional[pulumi.Input['TableViewArgs']] = None):
|
468
480
|
"""
|
469
481
|
Input properties used for looking up and filtering Table resources.
|
470
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
482
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
483
|
+
are still resource tags attached. The default value is false.
|
471
484
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
472
485
|
Up to four top-level columns are allowed, and should be specified in
|
473
486
|
descending priority order.
|
@@ -529,16 +542,21 @@ class _TableState:
|
|
529
542
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
530
543
|
require a partition filter that can be used for partition elimination to be
|
531
544
|
specified.
|
532
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
533
|
-
|
534
|
-
|
545
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
546
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
547
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
548
|
+
parent organization or project resource for this tag key. Tag value is
|
549
|
+
expected to be the short name, for example "Production".
|
535
550
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
536
551
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
537
552
|
:param pulumi.Input['TableTableConstraintsArgs'] table_constraints: Defines the primary key and foreign keys.
|
538
553
|
Structure is documented below.
|
539
554
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
540
555
|
Changing this forces a new resource to be created.
|
541
|
-
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
556
|
+
:param pulumi.Input['TableTableReplicationInfoArgs'] table_replication_info: Replication info of a table created
|
557
|
+
using "AS REPLICA" DDL like:
|
558
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
559
|
+
Structure is documented below.
|
542
560
|
:param pulumi.Input['TableTimePartitioningArgs'] time_partitioning: If specified, configures time-based
|
543
561
|
partitioning for this table. Structure is documented below.
|
544
562
|
:param pulumi.Input[str] type: Describes the table type.
|
@@ -616,7 +634,8 @@ class _TableState:
|
|
616
634
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
617
635
|
def allow_resource_tags_on_deletion(self) -> Optional[pulumi.Input[bool]]:
|
618
636
|
"""
|
619
|
-
|
637
|
+
This field is in beta. If set to true, it allows table deletion when there
|
638
|
+
are still resource tags attached. The default value is false.
|
620
639
|
"""
|
621
640
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
622
641
|
|
@@ -942,9 +961,11 @@ class _TableState:
|
|
942
961
|
@pulumi.getter(name="resourceTags")
|
943
962
|
def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
944
963
|
"""
|
945
|
-
The tags attached to this table. Tag keys are
|
946
|
-
|
947
|
-
|
964
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
965
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
966
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
967
|
+
parent organization or project resource for this tag key. Tag value is
|
968
|
+
expected to be the short name, for example "Production".
|
948
969
|
"""
|
949
970
|
return pulumi.get(self, "resource_tags")
|
950
971
|
|
@@ -1006,7 +1027,10 @@ class _TableState:
|
|
1006
1027
|
@pulumi.getter(name="tableReplicationInfo")
|
1007
1028
|
def table_replication_info(self) -> Optional[pulumi.Input['TableTableReplicationInfoArgs']]:
|
1008
1029
|
"""
|
1009
|
-
Replication info of a table created
|
1030
|
+
Replication info of a table created
|
1031
|
+
using "AS REPLICA" DDL like:
|
1032
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1033
|
+
Structure is documented below.
|
1010
1034
|
"""
|
1011
1035
|
return pulumi.get(self, "table_replication_info")
|
1012
1036
|
|
@@ -1168,7 +1192,8 @@ class Table(pulumi.CustomResource):
|
|
1168
1192
|
|
1169
1193
|
:param str resource_name: The name of the resource.
|
1170
1194
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1171
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
1195
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
1196
|
+
are still resource tags attached. The default value is false.
|
1172
1197
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
1173
1198
|
Up to four top-level columns are allowed, and should be specified in
|
1174
1199
|
descending priority order.
|
@@ -1206,15 +1231,20 @@ class Table(pulumi.CustomResource):
|
|
1206
1231
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
1207
1232
|
require a partition filter that can be used for partition elimination to be
|
1208
1233
|
specified.
|
1209
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
1210
|
-
|
1211
|
-
|
1234
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
1235
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1236
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1237
|
+
parent organization or project resource for this tag key. Tag value is
|
1238
|
+
expected to be the short name, for example "Production".
|
1212
1239
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
1213
1240
|
:param pulumi.Input[pulumi.InputType['TableTableConstraintsArgs']] table_constraints: Defines the primary key and foreign keys.
|
1214
1241
|
Structure is documented below.
|
1215
1242
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
1216
1243
|
Changing this forces a new resource to be created.
|
1217
|
-
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1244
|
+
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1245
|
+
using "AS REPLICA" DDL like:
|
1246
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1247
|
+
Structure is documented below.
|
1218
1248
|
:param pulumi.Input[pulumi.InputType['TableTimePartitioningArgs']] time_partitioning: If specified, configures time-based
|
1219
1249
|
partitioning for this table. Structure is documented below.
|
1220
1250
|
:param pulumi.Input[pulumi.InputType['TableViewArgs']] view: If specified, configures this table as a view.
|
@@ -1446,7 +1476,8 @@ class Table(pulumi.CustomResource):
|
|
1446
1476
|
:param str resource_name: The unique name of the resulting resource.
|
1447
1477
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1448
1478
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1449
|
-
:param pulumi.Input[bool] allow_resource_tags_on_deletion:
|
1479
|
+
:param pulumi.Input[bool] allow_resource_tags_on_deletion: This field is in beta. If set to true, it allows table deletion when there
|
1480
|
+
are still resource tags attached. The default value is false.
|
1450
1481
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] clusterings: Specifies column names to use for data clustering.
|
1451
1482
|
Up to four top-level columns are allowed, and should be specified in
|
1452
1483
|
descending priority order.
|
@@ -1508,16 +1539,21 @@ class Table(pulumi.CustomResource):
|
|
1508
1539
|
:param pulumi.Input[bool] require_partition_filter: If set to true, queries over this table
|
1509
1540
|
require a partition filter that can be used for partition elimination to be
|
1510
1541
|
specified.
|
1511
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: The tags attached to this table. Tag keys are
|
1512
|
-
|
1513
|
-
|
1542
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: This field is in beta. The tags attached to this table. Tag keys are
|
1543
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1544
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1545
|
+
parent organization or project resource for this tag key. Tag value is
|
1546
|
+
expected to be the short name, for example "Production".
|
1514
1547
|
:param pulumi.Input[str] schema: A JSON schema for the table.
|
1515
1548
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
1516
1549
|
:param pulumi.Input[pulumi.InputType['TableTableConstraintsArgs']] table_constraints: Defines the primary key and foreign keys.
|
1517
1550
|
Structure is documented below.
|
1518
1551
|
:param pulumi.Input[str] table_id: A unique ID for the resource.
|
1519
1552
|
Changing this forces a new resource to be created.
|
1520
|
-
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1553
|
+
:param pulumi.Input[pulumi.InputType['TableTableReplicationInfoArgs']] table_replication_info: Replication info of a table created
|
1554
|
+
using "AS REPLICA" DDL like:
|
1555
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1556
|
+
Structure is documented below.
|
1521
1557
|
:param pulumi.Input[pulumi.InputType['TableTimePartitioningArgs']] time_partitioning: If specified, configures time-based
|
1522
1558
|
partitioning for this table. Structure is documented below.
|
1523
1559
|
:param pulumi.Input[str] type: Describes the table type.
|
@@ -1567,7 +1603,8 @@ class Table(pulumi.CustomResource):
|
|
1567
1603
|
@pulumi.getter(name="allowResourceTagsOnDeletion")
|
1568
1604
|
def allow_resource_tags_on_deletion(self) -> pulumi.Output[Optional[bool]]:
|
1569
1605
|
"""
|
1570
|
-
|
1606
|
+
This field is in beta. If set to true, it allows table deletion when there
|
1607
|
+
are still resource tags attached. The default value is false.
|
1571
1608
|
"""
|
1572
1609
|
return pulumi.get(self, "allow_resource_tags_on_deletion")
|
1573
1610
|
|
@@ -1797,9 +1834,11 @@ class Table(pulumi.CustomResource):
|
|
1797
1834
|
@pulumi.getter(name="resourceTags")
|
1798
1835
|
def resource_tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1799
1836
|
"""
|
1800
|
-
The tags attached to this table. Tag keys are
|
1801
|
-
|
1802
|
-
|
1837
|
+
This field is in beta. The tags attached to this table. Tag keys are
|
1838
|
+
globally unique. Tag key is expected to be in the namespaced format, for
|
1839
|
+
example "123456789012/environment" where 123456789012 is the ID of the
|
1840
|
+
parent organization or project resource for this tag key. Tag value is
|
1841
|
+
expected to be the short name, for example "Production".
|
1803
1842
|
"""
|
1804
1843
|
return pulumi.get(self, "resource_tags")
|
1805
1844
|
|
@@ -1841,7 +1880,10 @@ class Table(pulumi.CustomResource):
|
|
1841
1880
|
@pulumi.getter(name="tableReplicationInfo")
|
1842
1881
|
def table_replication_info(self) -> pulumi.Output[Optional['outputs.TableTableReplicationInfo']]:
|
1843
1882
|
"""
|
1844
|
-
Replication info of a table created
|
1883
|
+
Replication info of a table created
|
1884
|
+
using "AS REPLICA" DDL like:
|
1885
|
+
`CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`.
|
1886
|
+
Structure is documented below.
|
1845
1887
|
"""
|
1846
1888
|
return pulumi.get(self, "table_replication_info")
|
1847
1889
|
|
@@ -40,7 +40,9 @@ class DataExchangeIamBindingArgs:
|
|
40
40
|
`bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
|
41
41
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
42
42
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
43
|
-
Used to find the parent resource to bind the IAM policy to
|
43
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
44
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
45
|
+
location is specified, it is taken from the provider configuration.
|
44
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
45
47
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
46
48
|
"""
|
@@ -116,7 +118,9 @@ class DataExchangeIamBindingArgs:
|
|
116
118
|
def location(self) -> Optional[pulumi.Input[str]]:
|
117
119
|
"""
|
118
120
|
The name of the location this data exchange.
|
119
|
-
Used to find the parent resource to bind the IAM policy to
|
121
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
122
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
123
|
+
location is specified, it is taken from the provider configuration.
|
120
124
|
"""
|
121
125
|
return pulumi.get(self, "location")
|
122
126
|
|
@@ -153,7 +157,9 @@ class _DataExchangeIamBindingState:
|
|
153
157
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
154
158
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
155
159
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
156
|
-
Used to find the parent resource to bind the IAM policy to
|
160
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
161
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
162
|
+
location is specified, it is taken from the provider configuration.
|
157
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
158
164
|
Each entry can have one of the following values:
|
159
165
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -224,7 +230,9 @@ class _DataExchangeIamBindingState:
|
|
224
230
|
def location(self) -> Optional[pulumi.Input[str]]:
|
225
231
|
"""
|
226
232
|
The name of the location this data exchange.
|
227
|
-
Used to find the parent resource to bind the IAM policy to
|
233
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
234
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
235
|
+
location is specified, it is taken from the provider configuration.
|
228
236
|
"""
|
229
237
|
return pulumi.get(self, "location")
|
230
238
|
|
@@ -441,7 +449,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
441
449
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
442
450
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
443
451
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
444
|
-
Used to find the parent resource to bind the IAM policy to
|
452
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
453
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
454
|
+
location is specified, it is taken from the provider configuration.
|
445
455
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
446
456
|
Each entry can have one of the following values:
|
447
457
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -678,7 +688,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
678
688
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
679
689
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
680
690
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
681
|
-
Used to find the parent resource to bind the IAM policy to
|
691
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
692
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
693
|
+
location is specified, it is taken from the provider configuration.
|
682
694
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
683
695
|
Each entry can have one of the following values:
|
684
696
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -735,7 +747,9 @@ class DataExchangeIamBinding(pulumi.CustomResource):
|
|
735
747
|
def location(self) -> pulumi.Output[str]:
|
736
748
|
"""
|
737
749
|
The name of the location this data exchange.
|
738
|
-
Used to find the parent resource to bind the IAM policy to
|
750
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
751
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
752
|
+
location is specified, it is taken from the provider configuration.
|
739
753
|
"""
|
740
754
|
return pulumi.get(self, "location")
|
741
755
|
|
@@ -40,7 +40,9 @@ class DataExchangeIamMemberArgs:
|
|
40
40
|
`bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
|
41
41
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
42
42
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
43
|
-
Used to find the parent resource to bind the IAM policy to
|
43
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
44
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
45
|
+
location is specified, it is taken from the provider configuration.
|
44
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
45
47
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
46
48
|
"""
|
@@ -116,7 +118,9 @@ class DataExchangeIamMemberArgs:
|
|
116
118
|
def location(self) -> Optional[pulumi.Input[str]]:
|
117
119
|
"""
|
118
120
|
The name of the location this data exchange.
|
119
|
-
Used to find the parent resource to bind the IAM policy to
|
121
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
122
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
123
|
+
location is specified, it is taken from the provider configuration.
|
120
124
|
"""
|
121
125
|
return pulumi.get(self, "location")
|
122
126
|
|
@@ -153,7 +157,9 @@ class _DataExchangeIamMemberState:
|
|
153
157
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
154
158
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
155
159
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
156
|
-
Used to find the parent resource to bind the IAM policy to
|
160
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
161
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
162
|
+
location is specified, it is taken from the provider configuration.
|
157
163
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
158
164
|
Each entry can have one of the following values:
|
159
165
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -224,7 +230,9 @@ class _DataExchangeIamMemberState:
|
|
224
230
|
def location(self) -> Optional[pulumi.Input[str]]:
|
225
231
|
"""
|
226
232
|
The name of the location this data exchange.
|
227
|
-
Used to find the parent resource to bind the IAM policy to
|
233
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
234
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
235
|
+
location is specified, it is taken from the provider configuration.
|
228
236
|
"""
|
229
237
|
return pulumi.get(self, "location")
|
230
238
|
|
@@ -441,7 +449,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
441
449
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
442
450
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
443
451
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
444
|
-
Used to find the parent resource to bind the IAM policy to
|
452
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
453
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
454
|
+
location is specified, it is taken from the provider configuration.
|
445
455
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
446
456
|
Each entry can have one of the following values:
|
447
457
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -678,7 +688,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
678
688
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
679
689
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
680
690
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
681
|
-
Used to find the parent resource to bind the IAM policy to
|
691
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
692
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
693
|
+
location is specified, it is taken from the provider configuration.
|
682
694
|
:param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
|
683
695
|
Each entry can have one of the following values:
|
684
696
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -735,7 +747,9 @@ class DataExchangeIamMember(pulumi.CustomResource):
|
|
735
747
|
def location(self) -> pulumi.Output[str]:
|
736
748
|
"""
|
737
749
|
The name of the location this data exchange.
|
738
|
-
Used to find the parent resource to bind the IAM policy to
|
750
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
751
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
752
|
+
location is specified, it is taken from the provider configuration.
|
739
753
|
"""
|
740
754
|
return pulumi.get(self, "location")
|
741
755
|
|
@@ -24,7 +24,9 @@ class DataExchangeIamPolicyArgs:
|
|
24
24
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
25
25
|
a `organizations_get_iam_policy` data source.
|
26
26
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
27
|
-
Used to find the parent resource to bind the IAM policy to
|
27
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
28
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
29
|
+
location is specified, it is taken from the provider configuration.
|
28
30
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
29
31
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
30
32
|
"""
|
@@ -65,7 +67,9 @@ class DataExchangeIamPolicyArgs:
|
|
65
67
|
def location(self) -> Optional[pulumi.Input[str]]:
|
66
68
|
"""
|
67
69
|
The name of the location this data exchange.
|
68
|
-
Used to find the parent resource to bind the IAM policy to
|
70
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
71
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
72
|
+
location is specified, it is taken from the provider configuration.
|
69
73
|
"""
|
70
74
|
return pulumi.get(self, "location")
|
71
75
|
|
@@ -100,7 +104,9 @@ class _DataExchangeIamPolicyState:
|
|
100
104
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
101
105
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
102
106
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
103
|
-
Used to find the parent resource to bind the IAM policy to
|
107
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
108
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
109
|
+
location is specified, it is taken from the provider configuration.
|
104
110
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
105
111
|
a `organizations_get_iam_policy` data source.
|
106
112
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -146,7 +152,9 @@ class _DataExchangeIamPolicyState:
|
|
146
152
|
def location(self) -> Optional[pulumi.Input[str]]:
|
147
153
|
"""
|
148
154
|
The name of the location this data exchange.
|
149
|
-
Used to find the parent resource to bind the IAM policy to
|
155
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
156
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
157
|
+
location is specified, it is taken from the provider configuration.
|
150
158
|
"""
|
151
159
|
return pulumi.get(self, "location")
|
152
160
|
|
@@ -338,7 +346,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
338
346
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
339
347
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
340
348
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
341
|
-
Used to find the parent resource to bind the IAM policy to
|
349
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
350
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
351
|
+
location is specified, it is taken from the provider configuration.
|
342
352
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
343
353
|
a `organizations_get_iam_policy` data source.
|
344
354
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -555,7 +565,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
555
565
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
556
566
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
557
567
|
:param pulumi.Input[str] location: The name of the location this data exchange.
|
558
|
-
Used to find the parent resource to bind the IAM policy to
|
568
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
569
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
570
|
+
location is specified, it is taken from the provider configuration.
|
559
571
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
560
572
|
a `organizations_get_iam_policy` data source.
|
561
573
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
@@ -593,7 +605,9 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
|
|
593
605
|
def location(self) -> pulumi.Output[str]:
|
594
606
|
"""
|
595
607
|
The name of the location this data exchange.
|
596
|
-
Used to find the parent resource to bind the IAM policy to
|
608
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
609
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
610
|
+
location is specified, it is taken from the provider configuration.
|
597
611
|
"""
|
598
612
|
return pulumi.get(self, "location")
|
599
613
|
|
@@ -117,7 +117,9 @@ def get_data_exchange_iam_policy(data_exchange_id: Optional[str] = None,
|
|
117
117
|
|
118
118
|
:param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
119
119
|
:param str location: The name of the location this data exchange.
|
120
|
-
Used to find the parent resource to bind the IAM policy to
|
120
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
121
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
122
|
+
location is specified, it is taken from the provider configuration.
|
121
123
|
:param str project: The ID of the project in which the resource belongs.
|
122
124
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
123
125
|
"""
|
@@ -159,7 +161,9 @@ def get_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[
|
|
159
161
|
|
160
162
|
:param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
161
163
|
:param str location: The name of the location this data exchange.
|
162
|
-
Used to find the parent resource to bind the IAM policy to
|
164
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
165
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
166
|
+
location is specified, it is taken from the provider configuration.
|
163
167
|
:param str project: The ID of the project in which the resource belongs.
|
164
168
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
165
169
|
"""
|
@@ -129,7 +129,9 @@ def get_listing_iam_policy(data_exchange_id: Optional[str] = None,
|
|
129
129
|
:param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
130
130
|
:param 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. Used to find the parent resource to bind the IAM policy to
|
131
131
|
:param str location: The name of the location this data exchange listing.
|
132
|
-
Used to find the parent resource to bind the IAM policy to
|
132
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
133
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
134
|
+
location is specified, it is taken from the provider configuration.
|
133
135
|
:param str project: The ID of the project in which the resource belongs.
|
134
136
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
135
137
|
"""
|
@@ -176,7 +178,9 @@ def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]]
|
|
176
178
|
:param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
177
179
|
:param 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. Used to find the parent resource to bind the IAM policy to
|
178
180
|
:param str location: The name of the location this data exchange listing.
|
179
|
-
Used to find the parent resource to bind the IAM policy to
|
181
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
182
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
183
|
+
location is specified, it is taken from the provider configuration.
|
180
184
|
:param str project: The ID of the project in which the resource belongs.
|
181
185
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
182
186
|
"""
|
@@ -42,7 +42,9 @@ class ListingIamBindingArgs:
|
|
42
42
|
`bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
|
43
43
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
44
44
|
:param pulumi.Input[str] location: The name of the location this data exchange listing.
|
45
|
-
Used to find the parent resource to bind the IAM policy to
|
45
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
46
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
47
|
+
location is specified, it is taken from the provider configuration.
|
46
48
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
47
49
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
48
50
|
"""
|
@@ -131,7 +133,9 @@ class ListingIamBindingArgs:
|
|
131
133
|
def location(self) -> Optional[pulumi.Input[str]]:
|
132
134
|
"""
|
133
135
|
The name of the location this data exchange listing.
|
134
|
-
Used to find the parent resource to bind the IAM policy to
|
136
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
137
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
138
|
+
location is specified, it is taken from the provider configuration.
|
135
139
|
"""
|
136
140
|
return pulumi.get(self, "location")
|
137
141
|
|
@@ -170,7 +174,9 @@ class _ListingIamBindingState:
|
|
170
174
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
171
175
|
:param pulumi.Input[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. Used to find the parent resource to bind the IAM policy to
|
172
176
|
:param pulumi.Input[str] location: The name of the location this data exchange listing.
|
173
|
-
Used to find the parent resource to bind the IAM policy to
|
177
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
178
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
179
|
+
location is specified, it is taken from the provider configuration.
|
174
180
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
175
181
|
Each entry can have one of the following values:
|
176
182
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -255,7 +261,9 @@ class _ListingIamBindingState:
|
|
255
261
|
def location(self) -> Optional[pulumi.Input[str]]:
|
256
262
|
"""
|
257
263
|
The name of the location this data exchange listing.
|
258
|
-
Used to find the parent resource to bind the IAM policy to
|
264
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
265
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
266
|
+
location is specified, it is taken from the provider configuration.
|
259
267
|
"""
|
260
268
|
return pulumi.get(self, "location")
|
261
269
|
|
@@ -480,7 +488,9 @@ class ListingIamBinding(pulumi.CustomResource):
|
|
480
488
|
:param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
|
481
489
|
:param pulumi.Input[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. Used to find the parent resource to bind the IAM policy to
|
482
490
|
:param pulumi.Input[str] location: The name of the location this data exchange listing.
|
483
|
-
Used to find the parent resource to bind the IAM policy to
|
491
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
492
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
493
|
+
location is specified, it is taken from the provider configuration.
|
484
494
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
485
495
|
Each entry can have one of the following values:
|
486
496
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -729,7 +739,9 @@ class ListingIamBinding(pulumi.CustomResource):
|
|
729
739
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
730
740
|
:param pulumi.Input[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. Used to find the parent resource to bind the IAM policy to
|
731
741
|
:param pulumi.Input[str] location: The name of the location this data exchange listing.
|
732
|
-
Used to find the parent resource to bind the IAM policy to
|
742
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
743
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
744
|
+
location is specified, it is taken from the provider configuration.
|
733
745
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
|
734
746
|
Each entry can have one of the following values:
|
735
747
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -795,7 +807,9 @@ class ListingIamBinding(pulumi.CustomResource):
|
|
795
807
|
def location(self) -> pulumi.Output[str]:
|
796
808
|
"""
|
797
809
|
The name of the location this data exchange listing.
|
798
|
-
Used to find the parent resource to bind the IAM policy to
|
810
|
+
Used to find the parent resource to bind the IAM policy to. If not specified,
|
811
|
+
the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
|
812
|
+
location is specified, it is taken from the provider configuration.
|
799
813
|
"""
|
800
814
|
return pulumi.get(self, "location")
|
801
815
|
|