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
@@ -19,6 +19,8 @@ __all__ = [
19
19
  'FolderSinkBigqueryOptionsArgs',
20
20
  'FolderSinkExclusionArgs',
21
21
  'LinkedDatasetBigqueryDatasetArgs',
22
+ 'LogViewIamBindingConditionArgs',
23
+ 'LogViewIamMemberConditionArgs',
22
24
  'MetricBucketOptionsArgs',
23
25
  'MetricBucketOptionsExplicitBucketsArgs',
24
26
  'MetricBucketOptionsExponentialBucketsArgs',
@@ -530,6 +532,104 @@ class LinkedDatasetBigqueryDatasetArgs:
530
532
  pulumi.set(self, "dataset_id", value)
531
533
 
532
534
 
535
+ @pulumi.input_type
536
+ class LogViewIamBindingConditionArgs:
537
+ def __init__(__self__, *,
538
+ expression: pulumi.Input[str],
539
+ title: pulumi.Input[str],
540
+ description: Optional[pulumi.Input[str]] = None):
541
+ """
542
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
543
+ :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
544
+ """
545
+ pulumi.set(__self__, "expression", expression)
546
+ pulumi.set(__self__, "title", title)
547
+ if description is not None:
548
+ pulumi.set(__self__, "description", description)
549
+
550
+ @property
551
+ @pulumi.getter
552
+ def expression(self) -> pulumi.Input[str]:
553
+ """
554
+ Textual representation of an expression in Common Expression Language syntax.
555
+ """
556
+ return pulumi.get(self, "expression")
557
+
558
+ @expression.setter
559
+ def expression(self, value: pulumi.Input[str]):
560
+ pulumi.set(self, "expression", value)
561
+
562
+ @property
563
+ @pulumi.getter
564
+ def title(self) -> pulumi.Input[str]:
565
+ """
566
+ A title for the expression, i.e. a short string describing its purpose.
567
+ """
568
+ return pulumi.get(self, "title")
569
+
570
+ @title.setter
571
+ def title(self, value: pulumi.Input[str]):
572
+ pulumi.set(self, "title", value)
573
+
574
+ @property
575
+ @pulumi.getter
576
+ def description(self) -> Optional[pulumi.Input[str]]:
577
+ return pulumi.get(self, "description")
578
+
579
+ @description.setter
580
+ def description(self, value: Optional[pulumi.Input[str]]):
581
+ pulumi.set(self, "description", value)
582
+
583
+
584
+ @pulumi.input_type
585
+ class LogViewIamMemberConditionArgs:
586
+ def __init__(__self__, *,
587
+ expression: pulumi.Input[str],
588
+ title: pulumi.Input[str],
589
+ description: Optional[pulumi.Input[str]] = None):
590
+ """
591
+ :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
592
+ :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
593
+ """
594
+ pulumi.set(__self__, "expression", expression)
595
+ pulumi.set(__self__, "title", title)
596
+ if description is not None:
597
+ pulumi.set(__self__, "description", description)
598
+
599
+ @property
600
+ @pulumi.getter
601
+ def expression(self) -> pulumi.Input[str]:
602
+ """
603
+ Textual representation of an expression in Common Expression Language syntax.
604
+ """
605
+ return pulumi.get(self, "expression")
606
+
607
+ @expression.setter
608
+ def expression(self, value: pulumi.Input[str]):
609
+ pulumi.set(self, "expression", value)
610
+
611
+ @property
612
+ @pulumi.getter
613
+ def title(self) -> pulumi.Input[str]:
614
+ """
615
+ A title for the expression, i.e. a short string describing its purpose.
616
+ """
617
+ return pulumi.get(self, "title")
618
+
619
+ @title.setter
620
+ def title(self, value: pulumi.Input[str]):
621
+ pulumi.set(self, "title", value)
622
+
623
+ @property
624
+ @pulumi.getter
625
+ def description(self) -> Optional[pulumi.Input[str]]:
626
+ return pulumi.get(self, "description")
627
+
628
+ @description.setter
629
+ def description(self, value: Optional[pulumi.Input[str]]):
630
+ pulumi.set(self, "description", value)
631
+
632
+
533
633
  @pulumi.input_type
534
634
  class MetricBucketOptionsArgs:
535
635
  def __init__(__self__, *,
@@ -0,0 +1,157 @@
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
+ ...