pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,199 @@
|
|
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
|
+
'GetParameterVersionRenderResult',
|
19
|
+
'AwaitableGetParameterVersionRenderResult',
|
20
|
+
'get_parameter_version_render',
|
21
|
+
'get_parameter_version_render_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetParameterVersionRenderResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getParameterVersionRender.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, disabled=None, id=None, name=None, parameter=None, parameter_data=None, parameter_version_id=None, project=None, rendered_parameter_data=None):
|
30
|
+
if disabled and not isinstance(disabled, bool):
|
31
|
+
raise TypeError("Expected argument 'disabled' to be a bool")
|
32
|
+
pulumi.set(__self__, "disabled", disabled)
|
33
|
+
if id and not isinstance(id, str):
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
35
|
+
pulumi.set(__self__, "id", id)
|
36
|
+
if name and not isinstance(name, str):
|
37
|
+
raise TypeError("Expected argument 'name' to be a str")
|
38
|
+
pulumi.set(__self__, "name", name)
|
39
|
+
if parameter and not isinstance(parameter, str):
|
40
|
+
raise TypeError("Expected argument 'parameter' to be a str")
|
41
|
+
pulumi.set(__self__, "parameter", parameter)
|
42
|
+
if parameter_data and not isinstance(parameter_data, str):
|
43
|
+
raise TypeError("Expected argument 'parameter_data' to be a str")
|
44
|
+
pulumi.set(__self__, "parameter_data", parameter_data)
|
45
|
+
if parameter_version_id and not isinstance(parameter_version_id, str):
|
46
|
+
raise TypeError("Expected argument 'parameter_version_id' to be a str")
|
47
|
+
pulumi.set(__self__, "parameter_version_id", parameter_version_id)
|
48
|
+
if project and not isinstance(project, str):
|
49
|
+
raise TypeError("Expected argument 'project' to be a str")
|
50
|
+
pulumi.set(__self__, "project", project)
|
51
|
+
if rendered_parameter_data and not isinstance(rendered_parameter_data, str):
|
52
|
+
raise TypeError("Expected argument 'rendered_parameter_data' to be a str")
|
53
|
+
pulumi.set(__self__, "rendered_parameter_data", rendered_parameter_data)
|
54
|
+
|
55
|
+
@property
|
56
|
+
@pulumi.getter
|
57
|
+
def disabled(self) -> bool:
|
58
|
+
"""
|
59
|
+
The current state of the Parameter Version.
|
60
|
+
"""
|
61
|
+
return pulumi.get(self, "disabled")
|
62
|
+
|
63
|
+
@property
|
64
|
+
@pulumi.getter
|
65
|
+
def id(self) -> str:
|
66
|
+
"""
|
67
|
+
The provider-assigned unique ID for this managed resource.
|
68
|
+
"""
|
69
|
+
return pulumi.get(self, "id")
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter
|
73
|
+
def name(self) -> str:
|
74
|
+
"""
|
75
|
+
The resource name of the ParameterVersion. Format:
|
76
|
+
`projects/{{project}}/locations/global/parameters/{{parameter_id}}/versions/{{parameter_version_id}}`
|
77
|
+
"""
|
78
|
+
return pulumi.get(self, "name")
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter
|
82
|
+
def parameter(self) -> str:
|
83
|
+
return pulumi.get(self, "parameter")
|
84
|
+
|
85
|
+
@property
|
86
|
+
@pulumi.getter(name="parameterData")
|
87
|
+
def parameter_data(self) -> str:
|
88
|
+
"""
|
89
|
+
The Parameter data.
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "parameter_data")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="parameterVersionId")
|
95
|
+
def parameter_version_id(self) -> str:
|
96
|
+
return pulumi.get(self, "parameter_version_id")
|
97
|
+
|
98
|
+
@property
|
99
|
+
@pulumi.getter
|
100
|
+
def project(self) -> str:
|
101
|
+
return pulumi.get(self, "project")
|
102
|
+
|
103
|
+
@property
|
104
|
+
@pulumi.getter(name="renderedParameterData")
|
105
|
+
def rendered_parameter_data(self) -> str:
|
106
|
+
return pulumi.get(self, "rendered_parameter_data")
|
107
|
+
|
108
|
+
|
109
|
+
class AwaitableGetParameterVersionRenderResult(GetParameterVersionRenderResult):
|
110
|
+
# pylint: disable=using-constant-test
|
111
|
+
def __await__(self):
|
112
|
+
if False:
|
113
|
+
yield self
|
114
|
+
return GetParameterVersionRenderResult(
|
115
|
+
disabled=self.disabled,
|
116
|
+
id=self.id,
|
117
|
+
name=self.name,
|
118
|
+
parameter=self.parameter,
|
119
|
+
parameter_data=self.parameter_data,
|
120
|
+
parameter_version_id=self.parameter_version_id,
|
121
|
+
project=self.project,
|
122
|
+
rendered_parameter_data=self.rendered_parameter_data)
|
123
|
+
|
124
|
+
|
125
|
+
def get_parameter_version_render(parameter: Optional[str] = None,
|
126
|
+
parameter_version_id: Optional[str] = None,
|
127
|
+
project: Optional[str] = None,
|
128
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetParameterVersionRenderResult:
|
129
|
+
"""
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_gcp as gcp
|
135
|
+
|
136
|
+
basic = gcp.parametermanager.get_parameter_version_render(parameter="test-parameter",
|
137
|
+
parameter_version_id="test-parameter-version")
|
138
|
+
```
|
139
|
+
|
140
|
+
|
141
|
+
:param str parameter: The Parameter for obtaining the Parameter Version.
|
142
|
+
This can be either the reference of the parameter as in `projects/{{project}}/locations/global/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
|
143
|
+
:param str parameter_version_id: The version of the parameter to get.
|
144
|
+
:param str project: The project for retrieving the Parameter Version. If it's not specified,
|
145
|
+
the provider project will be used.
|
146
|
+
"""
|
147
|
+
__args__ = dict()
|
148
|
+
__args__['parameter'] = parameter
|
149
|
+
__args__['parameterVersionId'] = parameter_version_id
|
150
|
+
__args__['project'] = project
|
151
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
152
|
+
__ret__ = pulumi.runtime.invoke('gcp:parametermanager/getParameterVersionRender:getParameterVersionRender', __args__, opts=opts, typ=GetParameterVersionRenderResult).value
|
153
|
+
|
154
|
+
return AwaitableGetParameterVersionRenderResult(
|
155
|
+
disabled=pulumi.get(__ret__, 'disabled'),
|
156
|
+
id=pulumi.get(__ret__, 'id'),
|
157
|
+
name=pulumi.get(__ret__, 'name'),
|
158
|
+
parameter=pulumi.get(__ret__, 'parameter'),
|
159
|
+
parameter_data=pulumi.get(__ret__, 'parameter_data'),
|
160
|
+
parameter_version_id=pulumi.get(__ret__, 'parameter_version_id'),
|
161
|
+
project=pulumi.get(__ret__, 'project'),
|
162
|
+
rendered_parameter_data=pulumi.get(__ret__, 'rendered_parameter_data'))
|
163
|
+
def get_parameter_version_render_output(parameter: Optional[pulumi.Input[str]] = None,
|
164
|
+
parameter_version_id: Optional[pulumi.Input[str]] = None,
|
165
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
166
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetParameterVersionRenderResult]:
|
167
|
+
"""
|
168
|
+
## Example Usage
|
169
|
+
|
170
|
+
```python
|
171
|
+
import pulumi
|
172
|
+
import pulumi_gcp as gcp
|
173
|
+
|
174
|
+
basic = gcp.parametermanager.get_parameter_version_render(parameter="test-parameter",
|
175
|
+
parameter_version_id="test-parameter-version")
|
176
|
+
```
|
177
|
+
|
178
|
+
|
179
|
+
:param str parameter: The Parameter for obtaining the Parameter Version.
|
180
|
+
This can be either the reference of the parameter as in `projects/{{project}}/locations/global/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
|
181
|
+
:param str parameter_version_id: The version of the parameter to get.
|
182
|
+
:param str project: The project for retrieving the Parameter Version. If it's not specified,
|
183
|
+
the provider project will be used.
|
184
|
+
"""
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['parameter'] = parameter
|
187
|
+
__args__['parameterVersionId'] = parameter_version_id
|
188
|
+
__args__['project'] = project
|
189
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
190
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:parametermanager/getParameterVersionRender:getParameterVersionRender', __args__, opts=opts, typ=GetParameterVersionRenderResult)
|
191
|
+
return __ret__.apply(lambda __response__: GetParameterVersionRenderResult(
|
192
|
+
disabled=pulumi.get(__response__, 'disabled'),
|
193
|
+
id=pulumi.get(__response__, 'id'),
|
194
|
+
name=pulumi.get(__response__, 'name'),
|
195
|
+
parameter=pulumi.get(__response__, 'parameter'),
|
196
|
+
parameter_data=pulumi.get(__response__, 'parameter_data'),
|
197
|
+
parameter_version_id=pulumi.get(__response__, 'parameter_version_id'),
|
198
|
+
project=pulumi.get(__response__, 'project'),
|
199
|
+
rendered_parameter_data=pulumi.get(__response__, 'rendered_parameter_data')))
|
@@ -0,0 +1,220 @@
|
|
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
|
+
'GetRegionalParameterVersionRenderResult',
|
19
|
+
'AwaitableGetRegionalParameterVersionRenderResult',
|
20
|
+
'get_regional_parameter_version_render',
|
21
|
+
'get_regional_parameter_version_render_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetRegionalParameterVersionRenderResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getRegionalParameterVersionRender.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, disabled=None, id=None, location=None, name=None, parameter=None, parameter_data=None, parameter_version_id=None, project=None, rendered_parameter_data=None):
|
30
|
+
if disabled and not isinstance(disabled, bool):
|
31
|
+
raise TypeError("Expected argument 'disabled' to be a bool")
|
32
|
+
pulumi.set(__self__, "disabled", disabled)
|
33
|
+
if id and not isinstance(id, str):
|
34
|
+
raise TypeError("Expected argument 'id' to be a str")
|
35
|
+
pulumi.set(__self__, "id", id)
|
36
|
+
if location and not isinstance(location, str):
|
37
|
+
raise TypeError("Expected argument 'location' to be a str")
|
38
|
+
pulumi.set(__self__, "location", location)
|
39
|
+
if name and not isinstance(name, str):
|
40
|
+
raise TypeError("Expected argument 'name' to be a str")
|
41
|
+
pulumi.set(__self__, "name", name)
|
42
|
+
if parameter and not isinstance(parameter, str):
|
43
|
+
raise TypeError("Expected argument 'parameter' to be a str")
|
44
|
+
pulumi.set(__self__, "parameter", parameter)
|
45
|
+
if parameter_data and not isinstance(parameter_data, str):
|
46
|
+
raise TypeError("Expected argument 'parameter_data' to be a str")
|
47
|
+
pulumi.set(__self__, "parameter_data", parameter_data)
|
48
|
+
if parameter_version_id and not isinstance(parameter_version_id, str):
|
49
|
+
raise TypeError("Expected argument 'parameter_version_id' to be a str")
|
50
|
+
pulumi.set(__self__, "parameter_version_id", parameter_version_id)
|
51
|
+
if project and not isinstance(project, str):
|
52
|
+
raise TypeError("Expected argument 'project' to be a str")
|
53
|
+
pulumi.set(__self__, "project", project)
|
54
|
+
if rendered_parameter_data and not isinstance(rendered_parameter_data, str):
|
55
|
+
raise TypeError("Expected argument 'rendered_parameter_data' to be a str")
|
56
|
+
pulumi.set(__self__, "rendered_parameter_data", rendered_parameter_data)
|
57
|
+
|
58
|
+
@property
|
59
|
+
@pulumi.getter
|
60
|
+
def disabled(self) -> bool:
|
61
|
+
"""
|
62
|
+
The current state of the Regional Parameter Version.
|
63
|
+
"""
|
64
|
+
return pulumi.get(self, "disabled")
|
65
|
+
|
66
|
+
@property
|
67
|
+
@pulumi.getter
|
68
|
+
def id(self) -> str:
|
69
|
+
"""
|
70
|
+
The provider-assigned unique ID for this managed resource.
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "id")
|
73
|
+
|
74
|
+
@property
|
75
|
+
@pulumi.getter
|
76
|
+
def location(self) -> str:
|
77
|
+
return pulumi.get(self, "location")
|
78
|
+
|
79
|
+
@property
|
80
|
+
@pulumi.getter
|
81
|
+
def name(self) -> str:
|
82
|
+
"""
|
83
|
+
The resource name of the RegionalParameterVersion. Format:
|
84
|
+
`projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}/versions/{{parameter_version_id}}`
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "name")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter
|
90
|
+
def parameter(self) -> str:
|
91
|
+
return pulumi.get(self, "parameter")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="parameterData")
|
95
|
+
def parameter_data(self) -> str:
|
96
|
+
"""
|
97
|
+
The Parameter data.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "parameter_data")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter(name="parameterVersionId")
|
103
|
+
def parameter_version_id(self) -> str:
|
104
|
+
return pulumi.get(self, "parameter_version_id")
|
105
|
+
|
106
|
+
@property
|
107
|
+
@pulumi.getter
|
108
|
+
def project(self) -> str:
|
109
|
+
return pulumi.get(self, "project")
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter(name="renderedParameterData")
|
113
|
+
def rendered_parameter_data(self) -> str:
|
114
|
+
return pulumi.get(self, "rendered_parameter_data")
|
115
|
+
|
116
|
+
|
117
|
+
class AwaitableGetRegionalParameterVersionRenderResult(GetRegionalParameterVersionRenderResult):
|
118
|
+
# pylint: disable=using-constant-test
|
119
|
+
def __await__(self):
|
120
|
+
if False:
|
121
|
+
yield self
|
122
|
+
return GetRegionalParameterVersionRenderResult(
|
123
|
+
disabled=self.disabled,
|
124
|
+
id=self.id,
|
125
|
+
location=self.location,
|
126
|
+
name=self.name,
|
127
|
+
parameter=self.parameter,
|
128
|
+
parameter_data=self.parameter_data,
|
129
|
+
parameter_version_id=self.parameter_version_id,
|
130
|
+
project=self.project,
|
131
|
+
rendered_parameter_data=self.rendered_parameter_data)
|
132
|
+
|
133
|
+
|
134
|
+
def get_regional_parameter_version_render(location: Optional[str] = None,
|
135
|
+
parameter: Optional[str] = None,
|
136
|
+
parameter_version_id: Optional[str] = None,
|
137
|
+
project: Optional[str] = None,
|
138
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionalParameterVersionRenderResult:
|
139
|
+
"""
|
140
|
+
## Example Usage
|
141
|
+
|
142
|
+
```python
|
143
|
+
import pulumi
|
144
|
+
import pulumi_gcp as gcp
|
145
|
+
|
146
|
+
basic = gcp.parametermanager.get_regional_parameter_version_render(parameter="test-regional-parameter",
|
147
|
+
parameter_version_id="test-regional-parameter-version",
|
148
|
+
location="us-central1")
|
149
|
+
```
|
150
|
+
|
151
|
+
|
152
|
+
:param str location: Location of Parameter Manager regional Parameter resource.
|
153
|
+
It must be provided when the `parameter` field provided consists of only the name of the regional parameter.
|
154
|
+
:param str parameter: The Parameter for obtaining the Regional Parameter Version.
|
155
|
+
This can be either the reference of the parameter as in `projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
|
156
|
+
:param str parameter_version_id: The version of the regional parameter to get.
|
157
|
+
:param str project: The project for retrieving the Regional Parameter Version. If it's not
|
158
|
+
specified, the provider project will be used.
|
159
|
+
"""
|
160
|
+
__args__ = dict()
|
161
|
+
__args__['location'] = location
|
162
|
+
__args__['parameter'] = parameter
|
163
|
+
__args__['parameterVersionId'] = parameter_version_id
|
164
|
+
__args__['project'] = project
|
165
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
166
|
+
__ret__ = pulumi.runtime.invoke('gcp:parametermanager/getRegionalParameterVersionRender:getRegionalParameterVersionRender', __args__, opts=opts, typ=GetRegionalParameterVersionRenderResult).value
|
167
|
+
|
168
|
+
return AwaitableGetRegionalParameterVersionRenderResult(
|
169
|
+
disabled=pulumi.get(__ret__, 'disabled'),
|
170
|
+
id=pulumi.get(__ret__, 'id'),
|
171
|
+
location=pulumi.get(__ret__, 'location'),
|
172
|
+
name=pulumi.get(__ret__, 'name'),
|
173
|
+
parameter=pulumi.get(__ret__, 'parameter'),
|
174
|
+
parameter_data=pulumi.get(__ret__, 'parameter_data'),
|
175
|
+
parameter_version_id=pulumi.get(__ret__, 'parameter_version_id'),
|
176
|
+
project=pulumi.get(__ret__, 'project'),
|
177
|
+
rendered_parameter_data=pulumi.get(__ret__, 'rendered_parameter_data'))
|
178
|
+
def get_regional_parameter_version_render_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
179
|
+
parameter: Optional[pulumi.Input[str]] = None,
|
180
|
+
parameter_version_id: Optional[pulumi.Input[str]] = None,
|
181
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
182
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRegionalParameterVersionRenderResult]:
|
183
|
+
"""
|
184
|
+
## Example Usage
|
185
|
+
|
186
|
+
```python
|
187
|
+
import pulumi
|
188
|
+
import pulumi_gcp as gcp
|
189
|
+
|
190
|
+
basic = gcp.parametermanager.get_regional_parameter_version_render(parameter="test-regional-parameter",
|
191
|
+
parameter_version_id="test-regional-parameter-version",
|
192
|
+
location="us-central1")
|
193
|
+
```
|
194
|
+
|
195
|
+
|
196
|
+
:param str location: Location of Parameter Manager regional Parameter resource.
|
197
|
+
It must be provided when the `parameter` field provided consists of only the name of the regional parameter.
|
198
|
+
:param str parameter: The Parameter for obtaining the Regional Parameter Version.
|
199
|
+
This can be either the reference of the parameter as in `projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}` or only the name of the parameter as in `{{parameter_id}}`.
|
200
|
+
:param str parameter_version_id: The version of the regional parameter to get.
|
201
|
+
:param str project: The project for retrieving the Regional Parameter Version. If it's not
|
202
|
+
specified, the provider project will be used.
|
203
|
+
"""
|
204
|
+
__args__ = dict()
|
205
|
+
__args__['location'] = location
|
206
|
+
__args__['parameter'] = parameter
|
207
|
+
__args__['parameterVersionId'] = parameter_version_id
|
208
|
+
__args__['project'] = project
|
209
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
210
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:parametermanager/getRegionalParameterVersionRender:getRegionalParameterVersionRender', __args__, opts=opts, typ=GetRegionalParameterVersionRenderResult)
|
211
|
+
return __ret__.apply(lambda __response__: GetRegionalParameterVersionRenderResult(
|
212
|
+
disabled=pulumi.get(__response__, 'disabled'),
|
213
|
+
id=pulumi.get(__response__, 'id'),
|
214
|
+
location=pulumi.get(__response__, 'location'),
|
215
|
+
name=pulumi.get(__response__, 'name'),
|
216
|
+
parameter=pulumi.get(__response__, 'parameter'),
|
217
|
+
parameter_data=pulumi.get(__response__, 'parameter_data'),
|
218
|
+
parameter_version_id=pulumi.get(__response__, 'parameter_version_id'),
|
219
|
+
project=pulumi.get(__response__, 'project'),
|
220
|
+
rendered_parameter_data=pulumi.get(__response__, 'rendered_parameter_data')))
|
@@ -451,6 +451,13 @@ class Entitlement(pulumi.CustomResource):
|
|
451
451
|
"""
|
452
452
|
An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
|
453
453
|
|
454
|
+
To get more information about Entitlement, see:
|
455
|
+
|
456
|
+
* [API documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
|
457
|
+
* How-to Guides
|
458
|
+
* [How to create an Entitlement](https://cloud.google.com/iam/docs/pam-create-entitlements)
|
459
|
+
* [Official Documentation](https://cloud.google.com/iam/docs/pam-overview)
|
460
|
+
|
454
461
|
## Example Usage
|
455
462
|
|
456
463
|
### Privileged Access Manager Entitlement Basic
|
@@ -539,6 +546,13 @@ class Entitlement(pulumi.CustomResource):
|
|
539
546
|
"""
|
540
547
|
An Entitlement defines the eligibility of a set of users to obtain a predefined access for some time possibly after going through an approval workflow.
|
541
548
|
|
549
|
+
To get more information about Entitlement, see:
|
550
|
+
|
551
|
+
* [API documentation](https://cloud.google.com/iam/docs/reference/pam/rest)
|
552
|
+
* How-to Guides
|
553
|
+
* [How to create an Entitlement](https://cloud.google.com/iam/docs/pam-create-entitlements)
|
554
|
+
* [Official Documentation](https://cloud.google.com/iam/docs/pam-overview)
|
555
|
+
|
542
556
|
## Example Usage
|
543
557
|
|
544
558
|
### Privileged Access Manager Entitlement Basic
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -514,6 +514,8 @@ class BranchRule(pulumi.CustomResource):
|
|
514
514
|
BranchRule is the protection rule to enforce pre-defined rules on designated branches within a repository.
|
515
515
|
|
516
516
|
To get more information about BranchRule, see:
|
517
|
+
|
518
|
+
* [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.repositories.branchRules)
|
517
519
|
* How-to Guides
|
518
520
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
519
521
|
|
@@ -624,6 +626,8 @@ class BranchRule(pulumi.CustomResource):
|
|
624
626
|
BranchRule is the protection rule to enforce pre-defined rules on designated branches within a repository.
|
625
627
|
|
626
628
|
To get more information about BranchRule, see:
|
629
|
+
|
630
|
+
* [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.repositories.branchRules)
|
627
631
|
* How-to Guides
|
628
632
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
629
633
|
|
@@ -341,6 +341,8 @@ class Repository(pulumi.CustomResource):
|
|
341
341
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
342
342
|
|
343
343
|
To get more information about Repository, see:
|
344
|
+
|
345
|
+
* [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.repositories)
|
344
346
|
* How-to Guides
|
345
347
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
346
348
|
|
@@ -436,6 +438,8 @@ class Repository(pulumi.CustomResource):
|
|
436
438
|
Repositories store source code. It supports all Git SCM client commands and has built-in pull requests and issue tracking. Both HTTPS and SSH authentication are supported.
|
437
439
|
|
438
440
|
To get more information about Repository, see:
|
441
|
+
|
442
|
+
* [API documentation](https://cloud.google.com/secure-source-manager/docs/reference/rest/v1/projects.locations.repositories)
|
439
443
|
* How-to Guides
|
440
444
|
* [Official Documentation](https://cloud.google.com/secure-source-manager/docs/overview)
|
441
445
|
|
@@ -734,6 +734,10 @@ class BucketObject(pulumi.CustomResource):
|
|
734
734
|
and
|
735
735
|
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
|
736
736
|
|
737
|
+
A datasource can be used to retrieve the data of the stored object:
|
738
|
+
|
739
|
+
* `storage_get_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)
|
740
|
+
|
737
741
|
## Example Usage
|
738
742
|
|
739
743
|
Example creating a public object in an existing `image-store` bucket.
|
@@ -806,6 +810,10 @@ class BucketObject(pulumi.CustomResource):
|
|
806
810
|
and
|
807
811
|
[API](https://cloud.google.com/storage/docs/json_api/v1/objects).
|
808
812
|
|
813
|
+
A datasource can be used to retrieve the data of the stored object:
|
814
|
+
|
815
|
+
* `storage_get_bucket_object_content`: Retrieves the content within a specified bucket object in Google Cloud Storage Service (GCS)
|
816
|
+
|
809
817
|
## Example Usage
|
810
818
|
|
811
819
|
Example creating a public object in an existing `image-store` bucket.
|