pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- 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/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,230 @@
|
|
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 sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetRegionalParameterResult',
|
20
|
+
'AwaitableGetRegionalParameterResult',
|
21
|
+
'get_regional_parameter',
|
22
|
+
'get_regional_parameter_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetRegionalParameterResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getRegionalParameter.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, create_time=None, effective_labels=None, format=None, id=None, labels=None, location=None, name=None, parameter_id=None, policy_members=None, project=None, pulumi_labels=None, update_time=None):
|
31
|
+
if create_time and not isinstance(create_time, str):
|
32
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
33
|
+
pulumi.set(__self__, "create_time", create_time)
|
34
|
+
if effective_labels and not isinstance(effective_labels, dict):
|
35
|
+
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
36
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
37
|
+
if format and not isinstance(format, str):
|
38
|
+
raise TypeError("Expected argument 'format' to be a str")
|
39
|
+
pulumi.set(__self__, "format", format)
|
40
|
+
if id and not isinstance(id, str):
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
42
|
+
pulumi.set(__self__, "id", id)
|
43
|
+
if labels and not isinstance(labels, dict):
|
44
|
+
raise TypeError("Expected argument 'labels' to be a dict")
|
45
|
+
pulumi.set(__self__, "labels", labels)
|
46
|
+
if location and not isinstance(location, str):
|
47
|
+
raise TypeError("Expected argument 'location' to be a str")
|
48
|
+
pulumi.set(__self__, "location", location)
|
49
|
+
if name and not isinstance(name, str):
|
50
|
+
raise TypeError("Expected argument 'name' to be a str")
|
51
|
+
pulumi.set(__self__, "name", name)
|
52
|
+
if parameter_id and not isinstance(parameter_id, str):
|
53
|
+
raise TypeError("Expected argument 'parameter_id' to be a str")
|
54
|
+
pulumi.set(__self__, "parameter_id", parameter_id)
|
55
|
+
if policy_members and not isinstance(policy_members, list):
|
56
|
+
raise TypeError("Expected argument 'policy_members' to be a list")
|
57
|
+
pulumi.set(__self__, "policy_members", policy_members)
|
58
|
+
if project and not isinstance(project, str):
|
59
|
+
raise TypeError("Expected argument 'project' to be a str")
|
60
|
+
pulumi.set(__self__, "project", project)
|
61
|
+
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
62
|
+
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
63
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
64
|
+
if update_time and not isinstance(update_time, str):
|
65
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
66
|
+
pulumi.set(__self__, "update_time", update_time)
|
67
|
+
|
68
|
+
@property
|
69
|
+
@pulumi.getter(name="createTime")
|
70
|
+
def create_time(self) -> str:
|
71
|
+
return pulumi.get(self, "create_time")
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter(name="effectiveLabels")
|
75
|
+
def effective_labels(self) -> Mapping[str, str]:
|
76
|
+
return pulumi.get(self, "effective_labels")
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter
|
80
|
+
def format(self) -> str:
|
81
|
+
return pulumi.get(self, "format")
|
82
|
+
|
83
|
+
@property
|
84
|
+
@pulumi.getter
|
85
|
+
def id(self) -> str:
|
86
|
+
"""
|
87
|
+
The provider-assigned unique ID for this managed resource.
|
88
|
+
"""
|
89
|
+
return pulumi.get(self, "id")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter
|
93
|
+
def labels(self) -> Mapping[str, str]:
|
94
|
+
return pulumi.get(self, "labels")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter
|
98
|
+
def location(self) -> str:
|
99
|
+
return pulumi.get(self, "location")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter
|
103
|
+
def name(self) -> str:
|
104
|
+
return pulumi.get(self, "name")
|
105
|
+
|
106
|
+
@property
|
107
|
+
@pulumi.getter(name="parameterId")
|
108
|
+
def parameter_id(self) -> str:
|
109
|
+
return pulumi.get(self, "parameter_id")
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter(name="policyMembers")
|
113
|
+
def policy_members(self) -> Sequence['outputs.GetRegionalParameterPolicyMemberResult']:
|
114
|
+
return pulumi.get(self, "policy_members")
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter
|
118
|
+
def project(self) -> Optional[str]:
|
119
|
+
return pulumi.get(self, "project")
|
120
|
+
|
121
|
+
@property
|
122
|
+
@pulumi.getter(name="pulumiLabels")
|
123
|
+
def pulumi_labels(self) -> Mapping[str, str]:
|
124
|
+
return pulumi.get(self, "pulumi_labels")
|
125
|
+
|
126
|
+
@property
|
127
|
+
@pulumi.getter(name="updateTime")
|
128
|
+
def update_time(self) -> str:
|
129
|
+
return pulumi.get(self, "update_time")
|
130
|
+
|
131
|
+
|
132
|
+
class AwaitableGetRegionalParameterResult(GetRegionalParameterResult):
|
133
|
+
# pylint: disable=using-constant-test
|
134
|
+
def __await__(self):
|
135
|
+
if False:
|
136
|
+
yield self
|
137
|
+
return GetRegionalParameterResult(
|
138
|
+
create_time=self.create_time,
|
139
|
+
effective_labels=self.effective_labels,
|
140
|
+
format=self.format,
|
141
|
+
id=self.id,
|
142
|
+
labels=self.labels,
|
143
|
+
location=self.location,
|
144
|
+
name=self.name,
|
145
|
+
parameter_id=self.parameter_id,
|
146
|
+
policy_members=self.policy_members,
|
147
|
+
project=self.project,
|
148
|
+
pulumi_labels=self.pulumi_labels,
|
149
|
+
update_time=self.update_time)
|
150
|
+
|
151
|
+
|
152
|
+
def get_regional_parameter(location: Optional[str] = None,
|
153
|
+
parameter_id: Optional[str] = None,
|
154
|
+
project: Optional[str] = None,
|
155
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalParameterResult:
|
156
|
+
"""
|
157
|
+
## Example Usage
|
158
|
+
|
159
|
+
```python
|
160
|
+
import pulumi
|
161
|
+
import pulumi_gcp as gcp
|
162
|
+
|
163
|
+
reg_parameter_datasource = gcp.parametermanager.get_regional_parameter(parameter_id="foobar",
|
164
|
+
location="us-central1")
|
165
|
+
```
|
166
|
+
|
167
|
+
|
168
|
+
:param str location: The location of the regional parameter. eg us-central1
|
169
|
+
:param str parameter_id: The name of the regional parameter.
|
170
|
+
:param str project: The ID of the project in which the resource belongs.
|
171
|
+
"""
|
172
|
+
__args__ = dict()
|
173
|
+
__args__['location'] = location
|
174
|
+
__args__['parameterId'] = parameter_id
|
175
|
+
__args__['project'] = project
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
177
|
+
__ret__ = pulumi.runtime.invoke('gcp:parametermanager/getRegionalParameter:getRegionalParameter', __args__, opts=opts, typ=GetRegionalParameterResult).value
|
178
|
+
|
179
|
+
return AwaitableGetRegionalParameterResult(
|
180
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
181
|
+
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
182
|
+
format=pulumi.get(__ret__, 'format'),
|
183
|
+
id=pulumi.get(__ret__, 'id'),
|
184
|
+
labels=pulumi.get(__ret__, 'labels'),
|
185
|
+
location=pulumi.get(__ret__, 'location'),
|
186
|
+
name=pulumi.get(__ret__, 'name'),
|
187
|
+
parameter_id=pulumi.get(__ret__, 'parameter_id'),
|
188
|
+
policy_members=pulumi.get(__ret__, 'policy_members'),
|
189
|
+
project=pulumi.get(__ret__, 'project'),
|
190
|
+
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
191
|
+
update_time=pulumi.get(__ret__, 'update_time'))
|
192
|
+
def get_regional_parameter_output(location: Optional[pulumi.Input[str]] = None,
|
193
|
+
parameter_id: Optional[pulumi.Input[str]] = None,
|
194
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
195
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRegionalParameterResult]:
|
196
|
+
"""
|
197
|
+
## Example Usage
|
198
|
+
|
199
|
+
```python
|
200
|
+
import pulumi
|
201
|
+
import pulumi_gcp as gcp
|
202
|
+
|
203
|
+
reg_parameter_datasource = gcp.parametermanager.get_regional_parameter(parameter_id="foobar",
|
204
|
+
location="us-central1")
|
205
|
+
```
|
206
|
+
|
207
|
+
|
208
|
+
:param str location: The location of the regional parameter. eg us-central1
|
209
|
+
:param str parameter_id: The name of the regional parameter.
|
210
|
+
:param str project: The ID of the project in which the resource belongs.
|
211
|
+
"""
|
212
|
+
__args__ = dict()
|
213
|
+
__args__['location'] = location
|
214
|
+
__args__['parameterId'] = parameter_id
|
215
|
+
__args__['project'] = project
|
216
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
217
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:parametermanager/getRegionalParameter:getRegionalParameter', __args__, opts=opts, typ=GetRegionalParameterResult)
|
218
|
+
return __ret__.apply(lambda __response__: GetRegionalParameterResult(
|
219
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
220
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
221
|
+
format=pulumi.get(__response__, 'format'),
|
222
|
+
id=pulumi.get(__response__, 'id'),
|
223
|
+
labels=pulumi.get(__response__, 'labels'),
|
224
|
+
location=pulumi.get(__response__, 'location'),
|
225
|
+
name=pulumi.get(__response__, 'name'),
|
226
|
+
parameter_id=pulumi.get(__response__, 'parameter_id'),
|
227
|
+
policy_members=pulumi.get(__response__, 'policy_members'),
|
228
|
+
project=pulumi.get(__response__, 'project'),
|
229
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
230
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -0,0 +1,191 @@
|
|
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 sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'ParameterPolicyMember',
|
19
|
+
'RegionalParameterPolicyMember',
|
20
|
+
'GetRegionalParameterPolicyMemberResult',
|
21
|
+
]
|
22
|
+
|
23
|
+
@pulumi.output_type
|
24
|
+
class ParameterPolicyMember(dict):
|
25
|
+
@staticmethod
|
26
|
+
def __key_warning(key: str):
|
27
|
+
suggest = None
|
28
|
+
if key == "iamPolicyNamePrincipal":
|
29
|
+
suggest = "iam_policy_name_principal"
|
30
|
+
elif key == "iamPolicyUidPrincipal":
|
31
|
+
suggest = "iam_policy_uid_principal"
|
32
|
+
|
33
|
+
if suggest:
|
34
|
+
pulumi.log.warn(f"Key '{key}' not found in ParameterPolicyMember. Access the value via the '{suggest}' property getter instead.")
|
35
|
+
|
36
|
+
def __getitem__(self, key: str) -> Any:
|
37
|
+
ParameterPolicyMember.__key_warning(key)
|
38
|
+
return super().__getitem__(key)
|
39
|
+
|
40
|
+
def get(self, key: str, default = None) -> Any:
|
41
|
+
ParameterPolicyMember.__key_warning(key)
|
42
|
+
return super().get(key, default)
|
43
|
+
|
44
|
+
def __init__(__self__, *,
|
45
|
+
iam_policy_name_principal: Optional[str] = None,
|
46
|
+
iam_policy_uid_principal: Optional[str] = None):
|
47
|
+
"""
|
48
|
+
:param str iam_policy_name_principal: (Output)
|
49
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a
|
50
|
+
resource is deleted and recreated with the same name, the binding will be applicable to the
|
51
|
+
new resource. Format:
|
52
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
|
53
|
+
:param str iam_policy_uid_principal: (Output)
|
54
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
|
55
|
+
If a resource is deleted and recreated with the same name, the binding will not be applicable to the
|
56
|
+
new resource. Format:
|
57
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
|
58
|
+
"""
|
59
|
+
if iam_policy_name_principal is not None:
|
60
|
+
pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
|
61
|
+
if iam_policy_uid_principal is not None:
|
62
|
+
pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
|
63
|
+
|
64
|
+
@property
|
65
|
+
@pulumi.getter(name="iamPolicyNamePrincipal")
|
66
|
+
def iam_policy_name_principal(self) -> Optional[str]:
|
67
|
+
"""
|
68
|
+
(Output)
|
69
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a
|
70
|
+
resource is deleted and recreated with the same name, the binding will be applicable to the
|
71
|
+
new resource. Format:
|
72
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/global/parameters/{{parameter_id}}`
|
73
|
+
"""
|
74
|
+
return pulumi.get(self, "iam_policy_name_principal")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="iamPolicyUidPrincipal")
|
78
|
+
def iam_policy_uid_principal(self) -> Optional[str]:
|
79
|
+
"""
|
80
|
+
(Output)
|
81
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier.
|
82
|
+
If a resource is deleted and recreated with the same name, the binding will not be applicable to the
|
83
|
+
new resource. Format:
|
84
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/global/parameters/{{uid}}`
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "iam_policy_uid_principal")
|
87
|
+
|
88
|
+
|
89
|
+
@pulumi.output_type
|
90
|
+
class RegionalParameterPolicyMember(dict):
|
91
|
+
@staticmethod
|
92
|
+
def __key_warning(key: str):
|
93
|
+
suggest = None
|
94
|
+
if key == "iamPolicyNamePrincipal":
|
95
|
+
suggest = "iam_policy_name_principal"
|
96
|
+
elif key == "iamPolicyUidPrincipal":
|
97
|
+
suggest = "iam_policy_uid_principal"
|
98
|
+
|
99
|
+
if suggest:
|
100
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionalParameterPolicyMember. Access the value via the '{suggest}' property getter instead.")
|
101
|
+
|
102
|
+
def __getitem__(self, key: str) -> Any:
|
103
|
+
RegionalParameterPolicyMember.__key_warning(key)
|
104
|
+
return super().__getitem__(key)
|
105
|
+
|
106
|
+
def get(self, key: str, default = None) -> Any:
|
107
|
+
RegionalParameterPolicyMember.__key_warning(key)
|
108
|
+
return super().get(key, default)
|
109
|
+
|
110
|
+
def __init__(__self__, *,
|
111
|
+
iam_policy_name_principal: Optional[str] = None,
|
112
|
+
iam_policy_uid_principal: Optional[str] = None):
|
113
|
+
"""
|
114
|
+
:param str iam_policy_name_principal: (Output)
|
115
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
116
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
117
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}`
|
118
|
+
:param str iam_policy_uid_principal: (Output)
|
119
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
120
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
121
|
+
resource. Format:
|
122
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}`
|
123
|
+
"""
|
124
|
+
if iam_policy_name_principal is not None:
|
125
|
+
pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
|
126
|
+
if iam_policy_uid_principal is not None:
|
127
|
+
pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="iamPolicyNamePrincipal")
|
131
|
+
def iam_policy_name_principal(self) -> Optional[str]:
|
132
|
+
"""
|
133
|
+
(Output)
|
134
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
135
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
136
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}`
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "iam_policy_name_principal")
|
139
|
+
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="iamPolicyUidPrincipal")
|
142
|
+
def iam_policy_uid_principal(self) -> Optional[str]:
|
143
|
+
"""
|
144
|
+
(Output)
|
145
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
146
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
147
|
+
resource. Format:
|
148
|
+
`principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}`
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "iam_policy_uid_principal")
|
151
|
+
|
152
|
+
|
153
|
+
@pulumi.output_type
|
154
|
+
class GetRegionalParameterPolicyMemberResult(dict):
|
155
|
+
def __init__(__self__, *,
|
156
|
+
iam_policy_name_principal: str,
|
157
|
+
iam_policy_uid_principal: str):
|
158
|
+
"""
|
159
|
+
:param str iam_policy_name_principal: IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
160
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
161
|
+
'principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}'
|
162
|
+
:param str iam_policy_uid_principal: IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
163
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
164
|
+
resource. Format:
|
165
|
+
'principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}'
|
166
|
+
"""
|
167
|
+
pulumi.set(__self__, "iam_policy_name_principal", iam_policy_name_principal)
|
168
|
+
pulumi.set(__self__, "iam_policy_uid_principal", iam_policy_uid_principal)
|
169
|
+
|
170
|
+
@property
|
171
|
+
@pulumi.getter(name="iamPolicyNamePrincipal")
|
172
|
+
def iam_policy_name_principal(self) -> str:
|
173
|
+
"""
|
174
|
+
IAM policy binding member referring to a Google Cloud resource by user-assigned name. If a resource is
|
175
|
+
deleted and recreated with the same name, the binding will be applicable to the new resource. Format:
|
176
|
+
'principal://parametermanager.googleapis.com/projects/{{project}}/name/locations/{{location}}/parameters/{{parameter_id}}'
|
177
|
+
"""
|
178
|
+
return pulumi.get(self, "iam_policy_name_principal")
|
179
|
+
|
180
|
+
@property
|
181
|
+
@pulumi.getter(name="iamPolicyUidPrincipal")
|
182
|
+
def iam_policy_uid_principal(self) -> str:
|
183
|
+
"""
|
184
|
+
IAM policy binding member referring to a Google Cloud resource by system-assigned unique identifier. If
|
185
|
+
a resource is deleted and recreated with the same name, the binding will not be applicable to the new
|
186
|
+
resource. Format:
|
187
|
+
'principal://parametermanager.googleapis.com/projects/{{project}}/uid/locations/{{location}}/parameters/{{uid}}'
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "iam_policy_uid_principal")
|
190
|
+
|
191
|
+
|