pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717481608__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/top_level.txt +0 -0
@@ -50,9 +50,6 @@ __all__ = [
50
50
  'DatascanIamMemberCondition',
51
51
  'EntryGroupIamBindingCondition',
52
52
  'EntryGroupIamMemberCondition',
53
- 'EntryTypeIamBindingCondition',
54
- 'EntryTypeIamMemberCondition',
55
- 'EntryTypeRequiredAspect',
56
53
  'LakeAssetStatus',
57
54
  'LakeIamBindingCondition',
58
55
  'LakeIamMemberCondition',
@@ -2026,79 +2023,6 @@ class EntryGroupIamMemberCondition(dict):
2026
2023
  return pulumi.get(self, "description")
2027
2024
 
2028
2025
 
2029
- @pulumi.output_type
2030
- class EntryTypeIamBindingCondition(dict):
2031
- def __init__(__self__, *,
2032
- expression: str,
2033
- title: str,
2034
- description: Optional[str] = None):
2035
- pulumi.set(__self__, "expression", expression)
2036
- pulumi.set(__self__, "title", title)
2037
- if description is not None:
2038
- pulumi.set(__self__, "description", description)
2039
-
2040
- @property
2041
- @pulumi.getter
2042
- def expression(self) -> str:
2043
- return pulumi.get(self, "expression")
2044
-
2045
- @property
2046
- @pulumi.getter
2047
- def title(self) -> str:
2048
- return pulumi.get(self, "title")
2049
-
2050
- @property
2051
- @pulumi.getter
2052
- def description(self) -> Optional[str]:
2053
- return pulumi.get(self, "description")
2054
-
2055
-
2056
- @pulumi.output_type
2057
- class EntryTypeIamMemberCondition(dict):
2058
- def __init__(__self__, *,
2059
- expression: str,
2060
- title: str,
2061
- description: Optional[str] = None):
2062
- pulumi.set(__self__, "expression", expression)
2063
- pulumi.set(__self__, "title", title)
2064
- if description is not None:
2065
- pulumi.set(__self__, "description", description)
2066
-
2067
- @property
2068
- @pulumi.getter
2069
- def expression(self) -> str:
2070
- return pulumi.get(self, "expression")
2071
-
2072
- @property
2073
- @pulumi.getter
2074
- def title(self) -> str:
2075
- return pulumi.get(self, "title")
2076
-
2077
- @property
2078
- @pulumi.getter
2079
- def description(self) -> Optional[str]:
2080
- return pulumi.get(self, "description")
2081
-
2082
-
2083
- @pulumi.output_type
2084
- class EntryTypeRequiredAspect(dict):
2085
- def __init__(__self__, *,
2086
- type: Optional[str] = None):
2087
- """
2088
- :param str type: Required aspect type for the entry type.
2089
- """
2090
- if type is not None:
2091
- pulumi.set(__self__, "type", type)
2092
-
2093
- @property
2094
- @pulumi.getter
2095
- def type(self) -> Optional[str]:
2096
- """
2097
- Required aspect type for the entry type.
2098
- """
2099
- return pulumi.get(self, "type")
2100
-
2101
-
2102
2026
  @pulumi.output_type
2103
2027
  class LakeAssetStatus(dict):
2104
2028
  @staticmethod
@@ -567,11 +567,11 @@ class Task(pulumi.CustomResource):
567
567
 
568
568
  project = gcp.organizations.get_project()
569
569
  example = gcp.dataplex.Lake("example",
570
- name="tf-test-lake_91042",
570
+ name="tf-test-lake_22811",
571
571
  location="us-central1",
572
572
  project="my-project-name")
573
573
  example_task = gcp.dataplex.Task("example",
574
- task_id="tf-test-task_72490",
574
+ task_id="tf-test-task_91042",
575
575
  location="us-central1",
576
576
  lake=example.name,
577
577
  description="Test Task Basic",
@@ -605,15 +605,15 @@ class Task(pulumi.CustomResource):
605
605
 
606
606
  # VPC network
607
607
  default = gcp.compute.Network("default",
608
- name="tf-test-workstation-cluster_89605",
608
+ name="tf-test-workstation-cluster_72490",
609
609
  auto_create_subnetworks=True)
610
610
  project = gcp.organizations.get_project()
611
611
  example_spark = gcp.dataplex.Lake("example_spark",
612
- name="tf-test-lake_56730",
612
+ name="tf-test-lake_89605",
613
613
  location="us-central1",
614
614
  project="my-project-name")
615
615
  example_spark_task = gcp.dataplex.Task("example_spark",
616
- task_id="tf-test-task_95154",
616
+ task_id="tf-test-task_56730",
617
617
  location="us-central1",
618
618
  lake=example_spark.name,
619
619
  trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
@@ -661,15 +661,15 @@ class Task(pulumi.CustomResource):
661
661
 
662
662
  # VPC network
663
663
  default = gcp.compute.Network("default",
664
- name="tf-test-workstation-cluster_64336",
664
+ name="tf-test-workstation-cluster_95154",
665
665
  auto_create_subnetworks=True)
666
666
  project = gcp.organizations.get_project()
667
667
  example_notebook = gcp.dataplex.Lake("example_notebook",
668
- name="tf-test-lake_34962",
668
+ name="tf-test-lake_64336",
669
669
  location="us-central1",
670
670
  project="my-project-name")
671
671
  example_notebook_task = gcp.dataplex.Task("example_notebook",
672
- task_id="tf-test-task_74000",
672
+ task_id="tf-test-task_34962",
673
673
  location="us-central1",
674
674
  lake=example_notebook.name,
675
675
  trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
@@ -777,11 +777,11 @@ class Task(pulumi.CustomResource):
777
777
 
778
778
  project = gcp.organizations.get_project()
779
779
  example = gcp.dataplex.Lake("example",
780
- name="tf-test-lake_91042",
780
+ name="tf-test-lake_22811",
781
781
  location="us-central1",
782
782
  project="my-project-name")
783
783
  example_task = gcp.dataplex.Task("example",
784
- task_id="tf-test-task_72490",
784
+ task_id="tf-test-task_91042",
785
785
  location="us-central1",
786
786
  lake=example.name,
787
787
  description="Test Task Basic",
@@ -815,15 +815,15 @@ class Task(pulumi.CustomResource):
815
815
 
816
816
  # VPC network
817
817
  default = gcp.compute.Network("default",
818
- name="tf-test-workstation-cluster_89605",
818
+ name="tf-test-workstation-cluster_72490",
819
819
  auto_create_subnetworks=True)
820
820
  project = gcp.organizations.get_project()
821
821
  example_spark = gcp.dataplex.Lake("example_spark",
822
- name="tf-test-lake_56730",
822
+ name="tf-test-lake_89605",
823
823
  location="us-central1",
824
824
  project="my-project-name")
825
825
  example_spark_task = gcp.dataplex.Task("example_spark",
826
- task_id="tf-test-task_95154",
826
+ task_id="tf-test-task_56730",
827
827
  location="us-central1",
828
828
  lake=example_spark.name,
829
829
  trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
@@ -871,15 +871,15 @@ class Task(pulumi.CustomResource):
871
871
 
872
872
  # VPC network
873
873
  default = gcp.compute.Network("default",
874
- name="tf-test-workstation-cluster_64336",
874
+ name="tf-test-workstation-cluster_95154",
875
875
  auto_create_subnetworks=True)
876
876
  project = gcp.organizations.get_project()
877
877
  example_notebook = gcp.dataplex.Lake("example_notebook",
878
- name="tf-test-lake_34962",
878
+ name="tf-test-lake_64336",
879
879
  location="us-central1",
880
880
  project="my-project-name")
881
881
  example_notebook_task = gcp.dataplex.Task("example_notebook",
882
- task_id="tf-test-task_74000",
882
+ task_id="tf-test-task_34962",
883
883
  location="us-central1",
884
884
  lake=example_notebook.name,
885
885
  trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
@@ -42,9 +42,7 @@ class TaskIamBindingArgs:
42
42
  `dataplex.TaskIamBinding` 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 location in which the task will be created in.
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.
45
+ Used to find the parent resource to bind the IAM policy to
48
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
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.
50
48
  """
@@ -131,9 +129,7 @@ class TaskIamBindingArgs:
131
129
  def location(self) -> Optional[pulumi.Input[str]]:
132
130
  """
133
131
  The location in which the task will be created in.
134
- Used to find the parent resource to bind the IAM policy to. If not specified,
135
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
136
- location is specified, it is taken from the provider configuration.
132
+ Used to find the parent resource to bind the IAM policy to
137
133
  """
138
134
  return pulumi.get(self, "location")
139
135
 
@@ -172,9 +168,7 @@ class _TaskIamBindingState:
172
168
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
173
169
  Used to find the parent resource to bind the IAM policy to
174
170
  :param pulumi.Input[str] location: The location in which the task will be created in.
175
- Used to find the parent resource to bind the IAM policy to. If not specified,
176
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
177
- location is specified, it is taken from the provider configuration.
171
+ Used to find the parent resource to bind the IAM policy to
178
172
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
179
173
  Each entry can have one of the following values:
180
174
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -248,9 +242,7 @@ class _TaskIamBindingState:
248
242
  def location(self) -> Optional[pulumi.Input[str]]:
249
243
  """
250
244
  The location in which the task will be created in.
251
- Used to find the parent resource to bind the IAM policy to. If not specified,
252
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
253
- location is specified, it is taken from the provider configuration.
245
+ Used to find the parent resource to bind the IAM policy to
254
246
  """
255
247
  return pulumi.get(self, "location")
256
248
 
@@ -484,9 +476,7 @@ class TaskIamBinding(pulumi.CustomResource):
484
476
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
485
477
  Used to find the parent resource to bind the IAM policy to
486
478
  :param pulumi.Input[str] location: The location in which the task will be created in.
487
- Used to find the parent resource to bind the IAM policy to. If not specified,
488
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
489
- location is specified, it is taken from the provider configuration.
479
+ Used to find the parent resource to bind the IAM policy to
490
480
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
491
481
  Each entry can have one of the following values:
492
482
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -735,9 +725,7 @@ class TaskIamBinding(pulumi.CustomResource):
735
725
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to
737
727
  :param pulumi.Input[str] location: The location in which the task will be created in.
738
- Used to find the parent resource to bind the IAM policy to. If not specified,
739
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
740
- location is specified, it is taken from the provider configuration.
728
+ Used to find the parent resource to bind the IAM policy to
741
729
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
742
730
  Each entry can have one of the following values:
743
731
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -796,9 +784,7 @@ class TaskIamBinding(pulumi.CustomResource):
796
784
  def location(self) -> pulumi.Output[str]:
797
785
  """
798
786
  The location in which the task will be created in.
799
- Used to find the parent resource to bind the IAM policy to. If not specified,
800
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
801
- location is specified, it is taken from the provider configuration.
787
+ Used to find the parent resource to bind the IAM policy to
802
788
  """
803
789
  return pulumi.get(self, "location")
804
790
 
@@ -42,9 +42,7 @@ class TaskIamMemberArgs:
42
42
  `dataplex.TaskIamBinding` 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 location in which the task will be created in.
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.
45
+ Used to find the parent resource to bind the IAM policy to
48
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
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.
50
48
  """
@@ -131,9 +129,7 @@ class TaskIamMemberArgs:
131
129
  def location(self) -> Optional[pulumi.Input[str]]:
132
130
  """
133
131
  The location in which the task will be created in.
134
- Used to find the parent resource to bind the IAM policy to. If not specified,
135
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
136
- location is specified, it is taken from the provider configuration.
132
+ Used to find the parent resource to bind the IAM policy to
137
133
  """
138
134
  return pulumi.get(self, "location")
139
135
 
@@ -172,9 +168,7 @@ class _TaskIamMemberState:
172
168
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
173
169
  Used to find the parent resource to bind the IAM policy to
174
170
  :param pulumi.Input[str] location: The location in which the task will be created in.
175
- Used to find the parent resource to bind the IAM policy to. If not specified,
176
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
177
- location is specified, it is taken from the provider configuration.
171
+ Used to find the parent resource to bind the IAM policy to
178
172
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
179
173
  Each entry can have one of the following values:
180
174
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -248,9 +242,7 @@ class _TaskIamMemberState:
248
242
  def location(self) -> Optional[pulumi.Input[str]]:
249
243
  """
250
244
  The location in which the task will be created in.
251
- Used to find the parent resource to bind the IAM policy to. If not specified,
252
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
253
- location is specified, it is taken from the provider configuration.
245
+ Used to find the parent resource to bind the IAM policy to
254
246
  """
255
247
  return pulumi.get(self, "location")
256
248
 
@@ -484,9 +476,7 @@ class TaskIamMember(pulumi.CustomResource):
484
476
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
485
477
  Used to find the parent resource to bind the IAM policy to
486
478
  :param pulumi.Input[str] location: The location in which the task will be created in.
487
- Used to find the parent resource to bind the IAM policy to. If not specified,
488
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
489
- location is specified, it is taken from the provider configuration.
479
+ Used to find the parent resource to bind the IAM policy to
490
480
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
491
481
  Each entry can have one of the following values:
492
482
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -735,9 +725,7 @@ class TaskIamMember(pulumi.CustomResource):
735
725
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to
737
727
  :param pulumi.Input[str] location: The location in which the task will be created in.
738
- Used to find the parent resource to bind the IAM policy to. If not specified,
739
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
740
- location is specified, it is taken from the provider configuration.
728
+ Used to find the parent resource to bind the IAM policy to
741
729
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
742
730
  Each entry can have one of the following values:
743
731
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -796,9 +784,7 @@ class TaskIamMember(pulumi.CustomResource):
796
784
  def location(self) -> pulumi.Output[str]:
797
785
  """
798
786
  The location in which the task will be created in.
799
- Used to find the parent resource to bind the IAM policy to. If not specified,
800
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
801
- location is specified, it is taken from the provider configuration.
787
+ Used to find the parent resource to bind the IAM policy to
802
788
  """
803
789
  return pulumi.get(self, "location")
804
790
 
@@ -26,9 +26,7 @@ class TaskIamPolicyArgs:
26
26
  :param pulumi.Input[str] policy_data: The policy data generated by
27
27
  a `organizations_get_iam_policy` data source.
28
28
  :param pulumi.Input[str] location: The location in which the task will be created in.
29
- Used to find the parent resource to bind the IAM policy to. If not specified,
30
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
31
- location is specified, it is taken from the provider configuration.
29
+ Used to find the parent resource to bind the IAM policy to
32
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
33
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.
34
32
  """
@@ -80,9 +78,7 @@ class TaskIamPolicyArgs:
80
78
  def location(self) -> Optional[pulumi.Input[str]]:
81
79
  """
82
80
  The location in which the task will be created in.
83
- Used to find the parent resource to bind the IAM policy to. If not specified,
84
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
85
- location is specified, it is taken from the provider configuration.
81
+ Used to find the parent resource to bind the IAM policy to
86
82
  """
87
83
  return pulumi.get(self, "location")
88
84
 
@@ -119,9 +115,7 @@ class _TaskIamPolicyState:
119
115
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
120
116
  Used to find the parent resource to bind the IAM policy to
121
117
  :param pulumi.Input[str] location: The location in which the task will be created in.
122
- Used to find the parent resource to bind the IAM policy to. If not specified,
123
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
124
- location is specified, it is taken from the provider configuration.
118
+ Used to find the parent resource to bind the IAM policy to
125
119
  :param pulumi.Input[str] policy_data: The policy data generated by
126
120
  a `organizations_get_iam_policy` data source.
127
121
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -170,9 +164,7 @@ class _TaskIamPolicyState:
170
164
  def location(self) -> Optional[pulumi.Input[str]]:
171
165
  """
172
166
  The location in which the task will be created in.
173
- Used to find the parent resource to bind the IAM policy to. If not specified,
174
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
175
- location is specified, it is taken from the provider configuration.
167
+ Used to find the parent resource to bind the IAM policy to
176
168
  """
177
169
  return pulumi.get(self, "location")
178
170
 
@@ -381,9 +373,7 @@ class TaskIamPolicy(pulumi.CustomResource):
381
373
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
382
374
  Used to find the parent resource to bind the IAM policy to
383
375
  :param pulumi.Input[str] location: The location in which the task will be created in.
384
- Used to find the parent resource to bind the IAM policy to. If not specified,
385
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
386
- location is specified, it is taken from the provider configuration.
376
+ Used to find the parent resource to bind the IAM policy to
387
377
  :param pulumi.Input[str] policy_data: The policy data generated by
388
378
  a `organizations_get_iam_policy` data source.
389
379
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -612,9 +602,7 @@ class TaskIamPolicy(pulumi.CustomResource):
612
602
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
613
603
  Used to find the parent resource to bind the IAM policy to
614
604
  :param pulumi.Input[str] location: The location in which the task will be created in.
615
- Used to find the parent resource to bind the IAM policy to. If not specified,
616
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
617
- location is specified, it is taken from the provider configuration.
605
+ Used to find the parent resource to bind the IAM policy to
618
606
  :param pulumi.Input[str] policy_data: The policy data generated by
619
607
  a `organizations_get_iam_policy` data source.
620
608
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -654,9 +642,7 @@ class TaskIamPolicy(pulumi.CustomResource):
654
642
  def location(self) -> pulumi.Output[str]:
655
643
  """
656
644
  The location in which the task will be created in.
657
- Used to find the parent resource to bind the IAM policy to. If not specified,
658
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
659
- location is specified, it is taken from the provider configuration.
645
+ Used to find the parent resource to bind the IAM policy to
660
646
  """
661
647
  return pulumi.get(self, "location")
662
648
 
@@ -44,9 +44,7 @@ class AutoscalingPolicyIamBindingArgs:
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
45
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
46
46
  The default value is `global`.
47
- Used to find the parent resource to bind the IAM policy to. If not specified,
48
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
49
- location is specified, it is taken from the provider configuration.
47
+ Used to find the parent resource to bind the IAM policy to
50
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
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.
52
50
  """
@@ -126,9 +124,7 @@ class AutoscalingPolicyIamBindingArgs:
126
124
  """
127
125
  The location where the autoscaling policy should reside.
128
126
  The default value is `global`.
129
- Used to find the parent resource to bind the IAM policy to. If not specified,
130
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
131
- location is specified, it is taken from the provider configuration.
127
+ Used to find the parent resource to bind the IAM policy to
132
128
  """
133
129
  return pulumi.get(self, "location")
134
130
 
@@ -165,9 +161,7 @@ class _AutoscalingPolicyIamBindingState:
165
161
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
166
162
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
167
163
  The default value is `global`.
168
- Used to find the parent resource to bind the IAM policy to. If not specified,
169
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
- location is specified, it is taken from the provider configuration.
164
+ Used to find the parent resource to bind the IAM policy to
171
165
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
172
166
  Each entry can have one of the following values:
173
167
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -231,9 +225,7 @@ class _AutoscalingPolicyIamBindingState:
231
225
  """
232
226
  The location where the autoscaling policy should reside.
233
227
  The default value is `global`.
234
- Used to find the parent resource to bind the IAM policy to. If not specified,
235
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
236
- location is specified, it is taken from the provider configuration.
228
+ Used to find the parent resource to bind the IAM policy to
237
229
  """
238
230
  return pulumi.get(self, "location")
239
231
 
@@ -465,9 +457,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
465
457
  :param pulumi.ResourceOptions opts: Options for the resource.
466
458
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
467
459
  The default value is `global`.
468
- Used to find the parent resource to bind the IAM policy to. If not specified,
469
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
470
- location is specified, it is taken from the provider configuration.
460
+ Used to find the parent resource to bind the IAM policy to
471
461
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
472
462
  Each entry can have one of the following values:
473
463
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -708,9 +698,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
708
698
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
709
699
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
710
700
  The default value is `global`.
711
- Used to find the parent resource to bind the IAM policy to. If not specified,
712
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
713
- location is specified, it is taken from the provider configuration.
701
+ Used to find the parent resource to bind the IAM policy to
714
702
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
715
703
  Each entry can have one of the following values:
716
704
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -764,9 +752,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
764
752
  """
765
753
  The location where the autoscaling policy should reside.
766
754
  The default value is `global`.
767
- Used to find the parent resource to bind the IAM policy to. If not specified,
768
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
769
- location is specified, it is taken from the provider configuration.
755
+ Used to find the parent resource to bind the IAM policy to
770
756
  """
771
757
  return pulumi.get(self, "location")
772
758
 
@@ -44,9 +44,7 @@ class AutoscalingPolicyIamMemberArgs:
44
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
45
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
46
46
  The default value is `global`.
47
- Used to find the parent resource to bind the IAM policy to. If not specified,
48
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
49
- location is specified, it is taken from the provider configuration.
47
+ Used to find the parent resource to bind the IAM policy to
50
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
51
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.
52
50
  """
@@ -126,9 +124,7 @@ class AutoscalingPolicyIamMemberArgs:
126
124
  """
127
125
  The location where the autoscaling policy should reside.
128
126
  The default value is `global`.
129
- Used to find the parent resource to bind the IAM policy to. If not specified,
130
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
131
- location is specified, it is taken from the provider configuration.
127
+ Used to find the parent resource to bind the IAM policy to
132
128
  """
133
129
  return pulumi.get(self, "location")
134
130
 
@@ -165,9 +161,7 @@ class _AutoscalingPolicyIamMemberState:
165
161
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
166
162
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
167
163
  The default value is `global`.
168
- Used to find the parent resource to bind the IAM policy to. If not specified,
169
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
- location is specified, it is taken from the provider configuration.
164
+ Used to find the parent resource to bind the IAM policy to
171
165
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
172
166
  Each entry can have one of the following values:
173
167
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -231,9 +225,7 @@ class _AutoscalingPolicyIamMemberState:
231
225
  """
232
226
  The location where the autoscaling policy should reside.
233
227
  The default value is `global`.
234
- Used to find the parent resource to bind the IAM policy to. If not specified,
235
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
236
- location is specified, it is taken from the provider configuration.
228
+ Used to find the parent resource to bind the IAM policy to
237
229
  """
238
230
  return pulumi.get(self, "location")
239
231
 
@@ -465,9 +457,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
465
457
  :param pulumi.ResourceOptions opts: Options for the resource.
466
458
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
467
459
  The default value is `global`.
468
- Used to find the parent resource to bind the IAM policy to. If not specified,
469
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
470
- location is specified, it is taken from the provider configuration.
460
+ Used to find the parent resource to bind the IAM policy to
471
461
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
472
462
  Each entry can have one of the following values:
473
463
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -708,9 +698,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
708
698
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
709
699
  :param pulumi.Input[str] location: The location where the autoscaling policy should reside.
710
700
  The default value is `global`.
711
- Used to find the parent resource to bind the IAM policy to. If not specified,
712
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
713
- location is specified, it is taken from the provider configuration.
701
+ Used to find the parent resource to bind the IAM policy to
714
702
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
715
703
  Each entry can have one of the following values:
716
704
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -764,9 +752,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
764
752
  """
765
753
  The location where the autoscaling policy should reside.
766
754
  The default value is `global`.
767
- Used to find the parent resource to bind the IAM policy to. If not specified,
768
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
769
- location is specified, it is taken from the provider configuration.
755
+ Used to find the parent resource to bind the IAM policy to
770
756
  """
771
757
  return pulumi.get(self, "location")
772
758