pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717725112__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +56 -0
- pulumi_gcp/alloydb/_inputs.py +92 -0
- pulumi_gcp/alloydb/backup.py +12 -4
- pulumi_gcp/alloydb/cluster.py +72 -6
- pulumi_gcp/alloydb/instance.py +60 -2
- pulumi_gcp/alloydb/outputs.py +114 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
- pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
- pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
- pulumi_gcp/bigquery/connection_iam_member.py +21 -7
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
- pulumi_gcp/bigquery/data_transfer_config.py +14 -7
- pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/_inputs.py +20 -4
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
- pulumi_gcp/certificateauthority/certificate_template.py +157 -173
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
- pulumi_gcp/certificateauthority/outputs.py +20 -4
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrun/iam_binding.py +21 -7
- pulumi_gcp/cloudrun/iam_member.py +21 -7
- pulumi_gcp/cloudrun/iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
- pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
- pulumi_gcp/cloudrunv2/service.py +47 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
- pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
- pulumi_gcp/compute/_inputs.py +18 -18
- pulumi_gcp/compute/outputs.py +20 -20
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +104 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
- pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
- pulumi_gcp/dataplex/entry_type.py +963 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
- pulumi_gcp/dataplex/outputs.py +76 -0
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +21 -7
- pulumi_gcp/dataplex/task_iam_member.py +21 -7
- pulumi_gcp/dataplex/task_iam_policy.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
- pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
- pulumi_gcp/gkehub/feature_iam_member.py +21 -7
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
- pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
- pulumi_gcp/gkehub/membership_iam_member.py +21 -7
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/logging/__init__.py +4 -0
- pulumi_gcp/logging/_inputs.py +100 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
- pulumi_gcp/logging/log_view_iam_binding.py +630 -0
- pulumi_gcp/logging/log_view_iam_member.py +630 -0
- pulumi_gcp/logging/log_view_iam_policy.py +449 -0
- pulumi_gcp/logging/outputs.py +76 -0
- pulumi_gcp/netapp/storage_pool.py +9 -9
- pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
- pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
- pulumi_gcp/notebooks/instance_iam_member.py +21 -7
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
- pulumi_gcp/sql/_inputs.py +2 -4
- pulumi_gcp/sql/outputs.py +6 -8
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
- pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
- pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
- pulumi_gcp/workstations/workstation_iam_member.py +21 -7
- pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/RECORD +165 -156
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/top_level.txt +0 -0
pulumi_gcp/logging/_inputs.py
CHANGED
@@ -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
|
+
...
|