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
@@ -1,168 +0,0 @@
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
- ...
@@ -1,157 +0,0 @@
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
- 'GetLogViewIamPolicyResult',
14
- 'AwaitableGetLogViewIamPolicyResult',
15
- 'get_log_view_iam_policy',
16
- 'get_log_view_iam_policy_output',
17
- ]
18
-
19
- @pulumi.output_type
20
- class GetLogViewIamPolicyResult:
21
- """
22
- A collection of values returned by getLogViewIamPolicy.
23
- """
24
- def __init__(__self__, bucket=None, etag=None, id=None, location=None, name=None, parent=None, policy_data=None):
25
- if bucket and not isinstance(bucket, str):
26
- raise TypeError("Expected argument 'bucket' to be a str")
27
- pulumi.set(__self__, "bucket", bucket)
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 name and not isinstance(name, str):
38
- raise TypeError("Expected argument 'name' to be a str")
39
- pulumi.set(__self__, "name", name)
40
- if parent and not isinstance(parent, str):
41
- raise TypeError("Expected argument 'parent' to be a str")
42
- pulumi.set(__self__, "parent", parent)
43
- if policy_data and not isinstance(policy_data, str):
44
- raise TypeError("Expected argument 'policy_data' to be a str")
45
- pulumi.set(__self__, "policy_data", policy_data)
46
-
47
- @property
48
- @pulumi.getter
49
- def bucket(self) -> str:
50
- return pulumi.get(self, "bucket")
51
-
52
- @property
53
- @pulumi.getter
54
- def etag(self) -> str:
55
- """
56
- (Computed) The etag of the IAM policy.
57
- """
58
- return pulumi.get(self, "etag")
59
-
60
- @property
61
- @pulumi.getter
62
- def id(self) -> str:
63
- """
64
- The provider-assigned unique ID for this managed resource.
65
- """
66
- return pulumi.get(self, "id")
67
-
68
- @property
69
- @pulumi.getter
70
- def location(self) -> str:
71
- return pulumi.get(self, "location")
72
-
73
- @property
74
- @pulumi.getter
75
- def name(self) -> str:
76
- return pulumi.get(self, "name")
77
-
78
- @property
79
- @pulumi.getter
80
- def parent(self) -> str:
81
- return pulumi.get(self, "parent")
82
-
83
- @property
84
- @pulumi.getter(name="policyData")
85
- def policy_data(self) -> str:
86
- """
87
- (Required only by `logging.LogViewIamPolicy`) The policy data generated by
88
- a `organizations_get_iam_policy` data source.
89
- """
90
- return pulumi.get(self, "policy_data")
91
-
92
-
93
- class AwaitableGetLogViewIamPolicyResult(GetLogViewIamPolicyResult):
94
- # pylint: disable=using-constant-test
95
- def __await__(self):
96
- if False:
97
- yield self
98
- return GetLogViewIamPolicyResult(
99
- bucket=self.bucket,
100
- etag=self.etag,
101
- id=self.id,
102
- location=self.location,
103
- name=self.name,
104
- parent=self.parent,
105
- policy_data=self.policy_data)
106
-
107
-
108
- def get_log_view_iam_policy(bucket: Optional[str] = None,
109
- location: Optional[str] = None,
110
- name: Optional[str] = None,
111
- parent: Optional[str] = None,
112
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLogViewIamPolicyResult:
113
- """
114
- Use this data source to access information about an existing resource.
115
-
116
- :param str bucket: The bucket of the resource Used to find the parent resource to bind the IAM policy to
117
- :param str location: The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1. Used to find the parent resource to bind the IAM policy to. If not specified,
118
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
- location is specified, it is taken from the provider configuration.
120
- :param str name: Used to find the parent resource to bind the IAM policy to
121
- :param str parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
122
- """
123
- __args__ = dict()
124
- __args__['bucket'] = bucket
125
- __args__['location'] = location
126
- __args__['name'] = name
127
- __args__['parent'] = parent
128
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
129
- __ret__ = pulumi.runtime.invoke('gcp:logging/getLogViewIamPolicy:getLogViewIamPolicy', __args__, opts=opts, typ=GetLogViewIamPolicyResult).value
130
-
131
- return AwaitableGetLogViewIamPolicyResult(
132
- bucket=pulumi.get(__ret__, 'bucket'),
133
- etag=pulumi.get(__ret__, 'etag'),
134
- id=pulumi.get(__ret__, 'id'),
135
- location=pulumi.get(__ret__, 'location'),
136
- name=pulumi.get(__ret__, 'name'),
137
- parent=pulumi.get(__ret__, 'parent'),
138
- policy_data=pulumi.get(__ret__, 'policy_data'))
139
-
140
-
141
- @_utilities.lift_output_func(get_log_view_iam_policy)
142
- def get_log_view_iam_policy_output(bucket: Optional[pulumi.Input[str]] = None,
143
- location: Optional[pulumi.Input[Optional[str]]] = None,
144
- name: Optional[pulumi.Input[str]] = None,
145
- parent: Optional[pulumi.Input[str]] = None,
146
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLogViewIamPolicyResult]:
147
- """
148
- Use this data source to access information about an existing resource.
149
-
150
- :param str bucket: The bucket of the resource Used to find the parent resource to bind the IAM policy to
151
- :param str location: The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1. Used to find the parent resource to bind the IAM policy to. If not specified,
152
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
153
- location is specified, it is taken from the provider configuration.
154
- :param str name: Used to find the parent resource to bind the IAM policy to
155
- :param str parent: The parent of the resource. Used to find the parent resource to bind the IAM policy to
156
- """
157
- ...