pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.0__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 +144 -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/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -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/_inputs.py +286 -2
- 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/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/table.py +77 -35
- 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.py +0 -4
- 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/_inputs.py +80 -4
- 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/cloudrun/outputs.py +137 -4
- 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/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +416 -194
- pulumi_gcp/compute/get_subnetworks.py +157 -0
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/interconnect_attachment.py +82 -0
- pulumi_gcp/compute/network_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +629 -181
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- pulumi_gcp/container/_inputs.py +560 -0
- pulumi_gcp/container/outputs.py +1106 -51
- pulumi_gcp/dataplex/__init__.py +15 -0
- pulumi_gcp/dataplex/_inputs.py +264 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
- 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.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
- 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 +168 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
- 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 +188 -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/datastream/connection_profile.py +47 -0
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +47 -0
- 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/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -0
- 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/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +245 -27
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
- pulumi_gcp/networkservices/outputs.py +251 -20
- 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/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/subscription.py +8 -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/sql/user.py +4 -4
- pulumi_gcp/storage/_inputs.py +48 -0
- pulumi_gcp/storage/outputs.py +75 -0
- pulumi_gcp/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- 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.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -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
|
+
'GetAspectTypeIamPolicyResult',
|
14
|
+
'AwaitableGetAspectTypeIamPolicyResult',
|
15
|
+
'get_aspect_type_iam_policy',
|
16
|
+
'get_aspect_type_iam_policy_output',
|
17
|
+
]
|
18
|
+
|
19
|
+
@pulumi.output_type
|
20
|
+
class GetAspectTypeIamPolicyResult:
|
21
|
+
"""
|
22
|
+
A collection of values returned by getAspectTypeIamPolicy.
|
23
|
+
"""
|
24
|
+
def __init__(__self__, aspect_type_id=None, etag=None, id=None, location=None, policy_data=None, project=None):
|
25
|
+
if aspect_type_id and not isinstance(aspect_type_id, str):
|
26
|
+
raise TypeError("Expected argument 'aspect_type_id' to be a str")
|
27
|
+
pulumi.set(__self__, "aspect_type_id", aspect_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="aspectTypeId")
|
46
|
+
def aspect_type_id(self) -> str:
|
47
|
+
return pulumi.get(self, "aspect_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.AspectTypeIamPolicy`) 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 AwaitableGetAspectTypeIamPolicyResult(GetAspectTypeIamPolicyResult):
|
86
|
+
# pylint: disable=using-constant-test
|
87
|
+
def __await__(self):
|
88
|
+
if False:
|
89
|
+
yield self
|
90
|
+
return GetAspectTypeIamPolicyResult(
|
91
|
+
aspect_type_id=self.aspect_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_aspect_type_iam_policy(aspect_type_id: Optional[str] = None,
|
100
|
+
location: Optional[str] = None,
|
101
|
+
project: Optional[str] = None,
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAspectTypeIamPolicyResult:
|
103
|
+
"""
|
104
|
+
Retrieves the current IAM policy data for aspecttype
|
105
|
+
|
106
|
+
## example
|
107
|
+
|
108
|
+
```python
|
109
|
+
import pulumi
|
110
|
+
import pulumi_gcp as gcp
|
111
|
+
|
112
|
+
policy = gcp.dataplex.get_aspect_type_iam_policy(project=test_aspect_type_basic["project"],
|
113
|
+
location=test_aspect_type_basic["location"],
|
114
|
+
aspect_type_id=test_aspect_type_basic["aspectTypeId"])
|
115
|
+
```
|
116
|
+
|
117
|
+
|
118
|
+
:param str location: The location where aspect 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__['aspectTypeId'] = aspect_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/getAspectTypeIamPolicy:getAspectTypeIamPolicy', __args__, opts=opts, typ=GetAspectTypeIamPolicyResult).value
|
131
|
+
|
132
|
+
return AwaitableGetAspectTypeIamPolicyResult(
|
133
|
+
aspect_type_id=pulumi.get(__ret__, 'aspect_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_aspect_type_iam_policy)
|
142
|
+
def get_aspect_type_iam_policy_output(aspect_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[GetAspectTypeIamPolicyResult]:
|
146
|
+
"""
|
147
|
+
Retrieves the current IAM policy data for aspecttype
|
148
|
+
|
149
|
+
## example
|
150
|
+
|
151
|
+
```python
|
152
|
+
import pulumi
|
153
|
+
import pulumi_gcp as gcp
|
154
|
+
|
155
|
+
policy = gcp.dataplex.get_aspect_type_iam_policy(project=test_aspect_type_basic["project"],
|
156
|
+
location=test_aspect_type_basic["location"],
|
157
|
+
aspect_type_id=test_aspect_type_basic["aspectTypeId"])
|
158
|
+
```
|
159
|
+
|
160
|
+
|
161
|
+
:param str location: The location where aspect 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
|
+
...
|
@@ -116,7 +116,9 @@ def get_datascan_iam_policy(data_scan_id: Optional[str] = None,
|
|
116
116
|
|
117
117
|
|
118
118
|
:param str location: The location where the data scan should reside.
|
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_datascan_iam_policy_output(data_scan_id: Optional[pulumi.Input[str]] = N
|
|
157
159
|
|
158
160
|
|
159
161
|
:param str location: The location where the data scan should reside.
|
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
|
+
'GetEntryGroupIamPolicyResult',
|
14
|
+
'AwaitableGetEntryGroupIamPolicyResult',
|
15
|
+
'get_entry_group_iam_policy',
|
16
|
+
'get_entry_group_iam_policy_output',
|
17
|
+
]
|
18
|
+
|
19
|
+
@pulumi.output_type
|
20
|
+
class GetEntryGroupIamPolicyResult:
|
21
|
+
"""
|
22
|
+
A collection of values returned by getEntryGroupIamPolicy.
|
23
|
+
"""
|
24
|
+
def __init__(__self__, entry_group_id=None, etag=None, id=None, location=None, policy_data=None, project=None):
|
25
|
+
if entry_group_id and not isinstance(entry_group_id, str):
|
26
|
+
raise TypeError("Expected argument 'entry_group_id' to be a str")
|
27
|
+
pulumi.set(__self__, "entry_group_id", entry_group_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="entryGroupId")
|
46
|
+
def entry_group_id(self) -> str:
|
47
|
+
return pulumi.get(self, "entry_group_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.EntryGroupIamPolicy`) 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 AwaitableGetEntryGroupIamPolicyResult(GetEntryGroupIamPolicyResult):
|
86
|
+
# pylint: disable=using-constant-test
|
87
|
+
def __await__(self):
|
88
|
+
if False:
|
89
|
+
yield self
|
90
|
+
return GetEntryGroupIamPolicyResult(
|
91
|
+
entry_group_id=self.entry_group_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_group_iam_policy(entry_group_id: Optional[str] = None,
|
100
|
+
location: Optional[str] = None,
|
101
|
+
project: Optional[str] = None,
|
102
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEntryGroupIamPolicyResult:
|
103
|
+
"""
|
104
|
+
Retrieves the current IAM policy data for entrygroup
|
105
|
+
|
106
|
+
## example
|
107
|
+
|
108
|
+
```python
|
109
|
+
import pulumi
|
110
|
+
import pulumi_gcp as gcp
|
111
|
+
|
112
|
+
policy = gcp.dataplex.get_entry_group_iam_policy(project=test_entry_group_basic["project"],
|
113
|
+
location=test_entry_group_basic["location"],
|
114
|
+
entry_group_id=test_entry_group_basic["entryGroupId"])
|
115
|
+
```
|
116
|
+
|
117
|
+
|
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. 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__['entryGroupId'] = entry_group_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/getEntryGroupIamPolicy:getEntryGroupIamPolicy', __args__, opts=opts, typ=GetEntryGroupIamPolicyResult).value
|
131
|
+
|
132
|
+
return AwaitableGetEntryGroupIamPolicyResult(
|
133
|
+
entry_group_id=pulumi.get(__ret__, 'entry_group_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_group_iam_policy)
|
142
|
+
def get_entry_group_iam_policy_output(entry_group_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[GetEntryGroupIamPolicyResult]:
|
146
|
+
"""
|
147
|
+
Retrieves the current IAM policy data for entrygroup
|
148
|
+
|
149
|
+
## example
|
150
|
+
|
151
|
+
```python
|
152
|
+
import pulumi
|
153
|
+
import pulumi_gcp as gcp
|
154
|
+
|
155
|
+
policy = gcp.dataplex.get_entry_group_iam_policy(project=test_entry_group_basic["project"],
|
156
|
+
location=test_entry_group_basic["location"],
|
157
|
+
entry_group_id=test_entry_group_basic["entryGroupId"])
|
158
|
+
```
|
159
|
+
|
160
|
+
|
161
|
+
:param str location: The location where entry group 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
|
+
...
|
@@ -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
|
"""
|