pulumi-gcp 7.26.0a1717544115__py3-none-any.whl → 7.26.0a1717690580__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 +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -116,7 +116,9 @@ def get_entry_group_iam_policy(entry_group_id: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The location where entry group will be created in.
119
- Used to find the parent resource to bind the IAM policy to
119
+ Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  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.
122
124
  """
@@ -157,7 +159,9 @@ def get_entry_group_iam_policy_output(entry_group_id: Optional[pulumi.Input[str]
157
159
 
158
160
 
159
161
  :param str location: The location where entry group will be created in.
160
- Used to find the parent resource to bind the IAM policy to
162
+ Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  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.
163
167
  """
@@ -0,0 +1,168 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = [
13
+ 'GetEntryTypeIamPolicyResult',
14
+ 'AwaitableGetEntryTypeIamPolicyResult',
15
+ 'get_entry_type_iam_policy',
16
+ 'get_entry_type_iam_policy_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetEntryTypeIamPolicyResult:
21
+ """
22
+ A collection of values returned by getEntryTypeIamPolicy.
23
+ """
24
+ def __init__(__self__, entry_type_id=None, etag=None, id=None, location=None, policy_data=None, project=None):
25
+ if entry_type_id and not isinstance(entry_type_id, str):
26
+ raise TypeError("Expected argument 'entry_type_id' to be a str")
27
+ pulumi.set(__self__, "entry_type_id", entry_type_id)
28
+ if etag and not isinstance(etag, str):
29
+ raise TypeError("Expected argument 'etag' to be a str")
30
+ pulumi.set(__self__, "etag", etag)
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if location and not isinstance(location, str):
35
+ raise TypeError("Expected argument 'location' to be a str")
36
+ pulumi.set(__self__, "location", location)
37
+ if policy_data and not isinstance(policy_data, str):
38
+ raise TypeError("Expected argument 'policy_data' to be a str")
39
+ pulumi.set(__self__, "policy_data", policy_data)
40
+ if project and not isinstance(project, str):
41
+ raise TypeError("Expected argument 'project' to be a str")
42
+ pulumi.set(__self__, "project", project)
43
+
44
+ @property
45
+ @pulumi.getter(name="entryTypeId")
46
+ def entry_type_id(self) -> str:
47
+ return pulumi.get(self, "entry_type_id")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def etag(self) -> str:
52
+ """
53
+ (Computed) The etag of the IAM policy.
54
+ """
55
+ return pulumi.get(self, "etag")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def id(self) -> str:
60
+ """
61
+ The provider-assigned unique ID for this managed resource.
62
+ """
63
+ return pulumi.get(self, "id")
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def location(self) -> str:
68
+ return pulumi.get(self, "location")
69
+
70
+ @property
71
+ @pulumi.getter(name="policyData")
72
+ def policy_data(self) -> str:
73
+ """
74
+ (Required only by `dataplex.EntryTypeIamPolicy`) The policy data generated by
75
+ a `organizations_get_iam_policy` data source.
76
+ """
77
+ return pulumi.get(self, "policy_data")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def project(self) -> str:
82
+ return pulumi.get(self, "project")
83
+
84
+
85
+ class AwaitableGetEntryTypeIamPolicyResult(GetEntryTypeIamPolicyResult):
86
+ # pylint: disable=using-constant-test
87
+ def __await__(self):
88
+ if False:
89
+ yield self
90
+ return GetEntryTypeIamPolicyResult(
91
+ entry_type_id=self.entry_type_id,
92
+ etag=self.etag,
93
+ id=self.id,
94
+ location=self.location,
95
+ policy_data=self.policy_data,
96
+ project=self.project)
97
+
98
+
99
+ def get_entry_type_iam_policy(entry_type_id: Optional[str] = None,
100
+ location: Optional[str] = None,
101
+ project: Optional[str] = None,
102
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntryTypeIamPolicyResult:
103
+ """
104
+ Retrieves the current IAM policy data for entrytype
105
+
106
+ ## example
107
+
108
+ ```python
109
+ import pulumi
110
+ import pulumi_gcp as gcp
111
+
112
+ policy = gcp.dataplex.get_entry_type_iam_policy(project=test_entry_type_basic["project"],
113
+ location=test_entry_type_basic["location"],
114
+ entry_type_id=test_entry_type_basic["entryTypeId"])
115
+ ```
116
+
117
+
118
+ :param str location: The location where entry type will be created in.
119
+ Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
122
+ :param str project: The ID of the project in which the resource belongs.
123
+ 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.
124
+ """
125
+ __args__ = dict()
126
+ __args__['entryTypeId'] = entry_type_id
127
+ __args__['location'] = location
128
+ __args__['project'] = project
129
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
+ __ret__ = pulumi.runtime.invoke('gcp:dataplex/getEntryTypeIamPolicy:getEntryTypeIamPolicy', __args__, opts=opts, typ=GetEntryTypeIamPolicyResult).value
131
+
132
+ return AwaitableGetEntryTypeIamPolicyResult(
133
+ entry_type_id=pulumi.get(__ret__, 'entry_type_id'),
134
+ etag=pulumi.get(__ret__, 'etag'),
135
+ id=pulumi.get(__ret__, 'id'),
136
+ location=pulumi.get(__ret__, 'location'),
137
+ policy_data=pulumi.get(__ret__, 'policy_data'),
138
+ project=pulumi.get(__ret__, 'project'))
139
+
140
+
141
+ @_utilities.lift_output_func(get_entry_type_iam_policy)
142
+ def get_entry_type_iam_policy_output(entry_type_id: Optional[pulumi.Input[str]] = None,
143
+ location: Optional[pulumi.Input[Optional[str]]] = None,
144
+ project: Optional[pulumi.Input[Optional[str]]] = None,
145
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEntryTypeIamPolicyResult]:
146
+ """
147
+ Retrieves the current IAM policy data for entrytype
148
+
149
+ ## example
150
+
151
+ ```python
152
+ import pulumi
153
+ import pulumi_gcp as gcp
154
+
155
+ policy = gcp.dataplex.get_entry_type_iam_policy(project=test_entry_type_basic["project"],
156
+ location=test_entry_type_basic["location"],
157
+ entry_type_id=test_entry_type_basic["entryTypeId"])
158
+ ```
159
+
160
+
161
+ :param str location: The location where entry type will be created in.
162
+ Used to find the parent resource to bind the IAM policy to. If not specified,
163
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
+ location is specified, it is taken from the provider configuration.
165
+ :param str project: The ID of the project in which the resource belongs.
166
+ 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.
167
+ """
168
+ ...
@@ -129,7 +129,9 @@ def get_task_iam_policy(lake: Optional[str] = None,
129
129
  :param str lake: The lake in which the task will be created in.
130
130
  Used to find the parent resource to bind the IAM policy to
131
131
  :param str location: The location in which the task will be created in.
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_task_iam_policy_output(lake: Optional[pulumi.Input[str]] = None,
176
178
  :param str lake: The lake in which the task will be created in.
177
179
  Used to find the parent resource to bind the IAM policy to
178
180
  :param str location: The location in which the task will be created in.
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
  """
@@ -50,6 +50,9 @@ __all__ = [
50
50
  'DatascanIamMemberCondition',
51
51
  'EntryGroupIamBindingCondition',
52
52
  'EntryGroupIamMemberCondition',
53
+ 'EntryTypeIamBindingCondition',
54
+ 'EntryTypeIamMemberCondition',
55
+ 'EntryTypeRequiredAspect',
53
56
  'LakeAssetStatus',
54
57
  'LakeIamBindingCondition',
55
58
  'LakeIamMemberCondition',
@@ -2023,6 +2026,79 @@ class EntryGroupIamMemberCondition(dict):
2023
2026
  return pulumi.get(self, "description")
2024
2027
 
2025
2028
 
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
+
2026
2102
  @pulumi.output_type
2027
2103
  class LakeAssetStatus(dict):
2028
2104
  @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_22811",
570
+ name="tf-test-lake_91042",
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_91042",
574
+ task_id="tf-test-task_72490",
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_72490",
608
+ name="tf-test-workstation-cluster_89605",
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_89605",
612
+ name="tf-test-lake_56730",
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_56730",
616
+ task_id="tf-test-task_95154",
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_95154",
664
+ name="tf-test-workstation-cluster_64336",
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_64336",
668
+ name="tf-test-lake_34962",
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_34962",
672
+ task_id="tf-test-task_74000",
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_22811",
780
+ name="tf-test-lake_91042",
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_91042",
784
+ task_id="tf-test-task_72490",
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_72490",
818
+ name="tf-test-workstation-cluster_89605",
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_89605",
822
+ name="tf-test-lake_56730",
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_56730",
826
+ task_id="tf-test-task_95154",
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_95154",
874
+ name="tf-test-workstation-cluster_64336",
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_64336",
878
+ name="tf-test-lake_34962",
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_34962",
882
+ task_id="tf-test-task_74000",
883
883
  location="us-central1",
884
884
  lake=example_notebook.name,
885
885
  trigger_spec=gcp.dataplex.TaskTriggerSpecArgs(
@@ -42,7 +42,9 @@ 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
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
  """
@@ -129,7 +131,9 @@ class TaskIamBindingArgs:
129
131
  def location(self) -> Optional[pulumi.Input[str]]:
130
132
  """
131
133
  The location in which the task will be created in.
132
- Used to find the parent resource to bind the IAM policy to
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.
133
137
  """
134
138
  return pulumi.get(self, "location")
135
139
 
@@ -168,7 +172,9 @@ class _TaskIamBindingState:
168
172
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
169
173
  Used to find the parent resource to bind the IAM policy to
170
174
  :param pulumi.Input[str] location: The location in which the task will be created in.
171
- Used to find the parent resource to bind the IAM policy to
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.
172
178
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
173
179
  Each entry can have one of the following values:
174
180
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -242,7 +248,9 @@ class _TaskIamBindingState:
242
248
  def location(self) -> Optional[pulumi.Input[str]]:
243
249
  """
244
250
  The location in which the task will be created in.
245
- Used to find the parent resource to bind the IAM policy to
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.
246
254
  """
247
255
  return pulumi.get(self, "location")
248
256
 
@@ -476,7 +484,9 @@ class TaskIamBinding(pulumi.CustomResource):
476
484
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
477
485
  Used to find the parent resource to bind the IAM policy to
478
486
  :param pulumi.Input[str] location: The location in which the task will be created in.
479
- Used to find the parent resource to bind the IAM policy to
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.
480
490
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
481
491
  Each entry can have one of the following values:
482
492
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -725,7 +735,9 @@ class TaskIamBinding(pulumi.CustomResource):
725
735
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
726
736
  Used to find the parent resource to bind the IAM policy to
727
737
  :param pulumi.Input[str] location: The location in which the task will be created in.
728
- Used to find the parent resource to bind the IAM policy to
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.
729
741
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
730
742
  Each entry can have one of the following values:
731
743
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -784,7 +796,9 @@ class TaskIamBinding(pulumi.CustomResource):
784
796
  def location(self) -> pulumi.Output[str]:
785
797
  """
786
798
  The location in which the task will be created in.
787
- Used to find the parent resource to bind the IAM policy to
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.
788
802
  """
789
803
  return pulumi.get(self, "location")
790
804
 
@@ -42,7 +42,9 @@ 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
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
  """
@@ -129,7 +131,9 @@ class TaskIamMemberArgs:
129
131
  def location(self) -> Optional[pulumi.Input[str]]:
130
132
  """
131
133
  The location in which the task will be created in.
132
- Used to find the parent resource to bind the IAM policy to
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.
133
137
  """
134
138
  return pulumi.get(self, "location")
135
139
 
@@ -168,7 +172,9 @@ class _TaskIamMemberState:
168
172
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
169
173
  Used to find the parent resource to bind the IAM policy to
170
174
  :param pulumi.Input[str] location: The location in which the task will be created in.
171
- Used to find the parent resource to bind the IAM policy to
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.
172
178
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
173
179
  Each entry can have one of the following values:
174
180
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -242,7 +248,9 @@ class _TaskIamMemberState:
242
248
  def location(self) -> Optional[pulumi.Input[str]]:
243
249
  """
244
250
  The location in which the task will be created in.
245
- Used to find the parent resource to bind the IAM policy to
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.
246
254
  """
247
255
  return pulumi.get(self, "location")
248
256
 
@@ -476,7 +484,9 @@ class TaskIamMember(pulumi.CustomResource):
476
484
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
477
485
  Used to find the parent resource to bind the IAM policy to
478
486
  :param pulumi.Input[str] location: The location in which the task will be created in.
479
- Used to find the parent resource to bind the IAM policy to
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.
480
490
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
481
491
  Each entry can have one of the following values:
482
492
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -725,7 +735,9 @@ class TaskIamMember(pulumi.CustomResource):
725
735
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
726
736
  Used to find the parent resource to bind the IAM policy to
727
737
  :param pulumi.Input[str] location: The location in which the task will be created in.
728
- Used to find the parent resource to bind the IAM policy to
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.
729
741
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
730
742
  Each entry can have one of the following values:
731
743
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -784,7 +796,9 @@ class TaskIamMember(pulumi.CustomResource):
784
796
  def location(self) -> pulumi.Output[str]:
785
797
  """
786
798
  The location in which the task will be created in.
787
- Used to find the parent resource to bind the IAM policy to
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.
788
802
  """
789
803
  return pulumi.get(self, "location")
790
804
 
@@ -26,7 +26,9 @@ 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
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.
30
32
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
33
  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.
32
34
  """
@@ -78,7 +80,9 @@ class TaskIamPolicyArgs:
78
80
  def location(self) -> Optional[pulumi.Input[str]]:
79
81
  """
80
82
  The location in which the task will be created in.
81
- Used to find the parent resource to bind the IAM policy to
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.
82
86
  """
83
87
  return pulumi.get(self, "location")
84
88
 
@@ -115,7 +119,9 @@ class _TaskIamPolicyState:
115
119
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
116
120
  Used to find the parent resource to bind the IAM policy to
117
121
  :param pulumi.Input[str] location: The location in which the task will be created in.
118
- Used to find the parent resource to bind the IAM policy to
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.
119
125
  :param pulumi.Input[str] policy_data: The policy data generated by
120
126
  a `organizations_get_iam_policy` data source.
121
127
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -164,7 +170,9 @@ class _TaskIamPolicyState:
164
170
  def location(self) -> Optional[pulumi.Input[str]]:
165
171
  """
166
172
  The location in which the task will be created in.
167
- Used to find the parent resource to bind the IAM policy to
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.
168
176
  """
169
177
  return pulumi.get(self, "location")
170
178
 
@@ -373,7 +381,9 @@ class TaskIamPolicy(pulumi.CustomResource):
373
381
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
374
382
  Used to find the parent resource to bind the IAM policy to
375
383
  :param pulumi.Input[str] location: The location in which the task will be created in.
376
- Used to find the parent resource to bind the IAM policy to
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.
377
387
  :param pulumi.Input[str] policy_data: The policy data generated by
378
388
  a `organizations_get_iam_policy` data source.
379
389
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -602,7 +612,9 @@ class TaskIamPolicy(pulumi.CustomResource):
602
612
  :param pulumi.Input[str] lake: The lake in which the task will be created in.
603
613
  Used to find the parent resource to bind the IAM policy to
604
614
  :param pulumi.Input[str] location: The location in which the task will be created in.
605
- Used to find the parent resource to bind the IAM policy to
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.
606
618
  :param pulumi.Input[str] policy_data: The policy data generated by
607
619
  a `organizations_get_iam_policy` data source.
608
620
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -642,7 +654,9 @@ class TaskIamPolicy(pulumi.CustomResource):
642
654
  def location(self) -> pulumi.Output[str]:
643
655
  """
644
656
  The location in which the task will be created in.
645
- Used to find the parent resource to bind the IAM policy to
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.
646
660
  """
647
661
  return pulumi.get(self, "location")
648
662