pulumi-gcp 8.23.0a1742538920__py3-none-any.whl → 8.24.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 +59 -0
- pulumi_gcp/alloydb/_inputs.py +27 -1
- pulumi_gcp/alloydb/outputs.py +33 -2
- pulumi_gcp/applicationintegration/client.py +18 -24
- pulumi_gcp/bigquery/_inputs.py +178 -0
- pulumi_gcp/bigquery/outputs.py +127 -0
- pulumi_gcp/bigquery/reservation.py +189 -1
- pulumi_gcp/bigquery/table.py +61 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +11 -7
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/chronicle/data_access_label.py +16 -0
- pulumi_gcp/clouddeploy/_inputs.py +20 -0
- pulumi_gcp/clouddeploy/outputs.py +15 -1
- pulumi_gcp/cloudfunctions/function.py +11 -11
- pulumi_gcp/cloudfunctionsv2/function.py +24 -24
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +41 -2
- pulumi_gcp/cloudidentity/outputs.py +18 -38
- pulumi_gcp/cloudrunv2/service.py +14 -14
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +616 -18
- pulumi_gcp/compute/firewall_policy.py +20 -0
- pulumi_gcp/compute/get_images.py +172 -0
- pulumi_gcp/compute/get_resource_policy.py +15 -4
- pulumi_gcp/compute/image.py +54 -0
- pulumi_gcp/compute/interconnect.py +14 -7
- pulumi_gcp/compute/outputs.py +710 -18
- pulumi_gcp/compute/region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/resource_policy.py +169 -3
- pulumi_gcp/compute/router_route_policy.py +16 -0
- pulumi_gcp/compute/subnetwork.py +109 -1
- pulumi_gcp/compute/target_https_proxy.py +7 -7
- pulumi_gcp/config/__init__.pyi +8 -0
- pulumi_gcp/config/vars.py +16 -0
- pulumi_gcp/container/_inputs.py +265 -4
- pulumi_gcp/container/cluster.py +54 -0
- pulumi_gcp/container/get_attached_versions.py +2 -2
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +301 -6
- pulumi_gcp/dataform/repository.py +49 -0
- pulumi_gcp/dataproc/_inputs.py +23 -0
- pulumi_gcp/dataproc/get_metastore_service.py +26 -4
- pulumi_gcp/dataproc/metastore_federation.py +56 -0
- pulumi_gcp/dataproc/metastore_service.py +58 -2
- pulumi_gcp/dataproc/outputs.py +27 -0
- pulumi_gcp/eventarc/__init__.py +1 -0
- pulumi_gcp/eventarc/_inputs.py +1758 -0
- pulumi_gcp/eventarc/outputs.py +1337 -0
- pulumi_gcp/eventarc/pipeline.py +1596 -0
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +154 -0
- pulumi_gcp/firebase/app_hosting_backend.py +1303 -0
- pulumi_gcp/firebase/hosting_version.py +2 -2
- pulumi_gcp/firebase/outputs.py +127 -0
- pulumi_gcp/kms/get_key_rings.py +39 -2
- pulumi_gcp/lustre/__init__.py +8 -0
- pulumi_gcp/lustre/instance.py +983 -0
- pulumi_gcp/managedkafka/__init__.py +2 -0
- pulumi_gcp/managedkafka/_inputs.py +263 -0
- pulumi_gcp/managedkafka/connect_cluster.py +795 -0
- pulumi_gcp/managedkafka/connector.py +695 -0
- pulumi_gcp/managedkafka/outputs.py +248 -0
- pulumi_gcp/memorystore/_inputs.py +419 -0
- pulumi_gcp/memorystore/get_instance.py +23 -1
- pulumi_gcp/memorystore/instance.py +144 -14
- pulumi_gcp/memorystore/outputs.py +544 -0
- pulumi_gcp/monitoring/uptime_check_config.py +2 -2
- pulumi_gcp/networkmanagement/_inputs.py +422 -91
- pulumi_gcp/networkmanagement/connectivity_test.py +233 -211
- pulumi_gcp/networkmanagement/outputs.py +280 -61
- pulumi_gcp/networksecurity/_inputs.py +1277 -242
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
- pulumi_gcp/networksecurity/intercept_deployment_group.py +44 -16
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +90 -36
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +53 -8
- pulumi_gcp/networksecurity/mirroring_deployment.py +22 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +20 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +24 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +28 -0
- pulumi_gcp/networksecurity/outputs.py +723 -8
- pulumi_gcp/networksecurity/tls_inspection_policy.py +14 -0
- pulumi_gcp/networkservices/gateway.py +242 -120
- pulumi_gcp/organizations/__init__.py +1 -0
- pulumi_gcp/organizations/get_iam_custom_role.py +198 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5413 -0
- pulumi_gcp/osconfig/outputs.py +3962 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +971 -0
- pulumi_gcp/projects/__init__.py +2 -0
- pulumi_gcp/projects/get_iam_custom_role.py +198 -0
- pulumi_gcp/projects/get_iam_custom_roles.py +164 -0
- pulumi_gcp/projects/outputs.py +96 -0
- pulumi_gcp/provider.py +80 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +4 -0
- pulumi_gcp/sql/outputs.py +8 -8
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +740 -6
- pulumi_gcp/storage/control_project_intelligence_config.py +366 -0
- pulumi_gcp/storage/get_control_project_intelligence_config.py +130 -0
- pulumi_gcp/storage/insights_report_config.py +121 -20
- pulumi_gcp/storage/outputs.py +723 -4
- pulumi_gcp/workflows/workflow.py +75 -7
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/RECORD +106 -93
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.23.0a1742538920.dist-info → pulumi_gcp-8.24.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/firebase/__init__.py
CHANGED
@@ -13,6 +13,7 @@ from .app_check_play_integrity_config import *
|
|
13
13
|
from .app_check_recaptcha_enterprise_config import *
|
14
14
|
from .app_check_recaptcha_v3_config import *
|
15
15
|
from .app_check_service_config import *
|
16
|
+
from .app_hosting_backend import *
|
16
17
|
from .apple_app import *
|
17
18
|
from .data_connect_service import *
|
18
19
|
from .database_instance import *
|
pulumi_gcp/firebase/_inputs.py
CHANGED
@@ -15,6 +15,12 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'AppHostingBackendCodebaseArgs',
|
19
|
+
'AppHostingBackendCodebaseArgsDict',
|
20
|
+
'AppHostingBackendManagedResourceArgs',
|
21
|
+
'AppHostingBackendManagedResourceArgsDict',
|
22
|
+
'AppHostingBackendManagedResourceRunServiceArgs',
|
23
|
+
'AppHostingBackendManagedResourceRunServiceArgsDict',
|
18
24
|
'ExtensionsInstanceConfigArgs',
|
19
25
|
'ExtensionsInstanceConfigArgsDict',
|
20
26
|
'ExtensionsInstanceErrorStatusArgs',
|
@@ -67,6 +73,154 @@ __all__ = [
|
|
67
73
|
|
68
74
|
MYPY = False
|
69
75
|
|
76
|
+
if not MYPY:
|
77
|
+
class AppHostingBackendCodebaseArgsDict(TypedDict):
|
78
|
+
repository: pulumi.Input[str]
|
79
|
+
"""
|
80
|
+
The resource name for the Developer Connect
|
81
|
+
[`gitRepositoryLink`](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks)
|
82
|
+
connected to this backend, in the format:
|
83
|
+
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
|
84
|
+
"""
|
85
|
+
root_directory: NotRequired[pulumi.Input[str]]
|
86
|
+
"""
|
87
|
+
If `repository` is provided, the directory relative to the root of the
|
88
|
+
repository to use as the root for the deployed web app.
|
89
|
+
"""
|
90
|
+
elif False:
|
91
|
+
AppHostingBackendCodebaseArgsDict: TypeAlias = Mapping[str, Any]
|
92
|
+
|
93
|
+
@pulumi.input_type
|
94
|
+
class AppHostingBackendCodebaseArgs:
|
95
|
+
def __init__(__self__, *,
|
96
|
+
repository: pulumi.Input[str],
|
97
|
+
root_directory: Optional[pulumi.Input[str]] = None):
|
98
|
+
"""
|
99
|
+
:param pulumi.Input[str] repository: The resource name for the Developer Connect
|
100
|
+
[`gitRepositoryLink`](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks)
|
101
|
+
connected to this backend, in the format:
|
102
|
+
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
|
103
|
+
:param pulumi.Input[str] root_directory: If `repository` is provided, the directory relative to the root of the
|
104
|
+
repository to use as the root for the deployed web app.
|
105
|
+
"""
|
106
|
+
pulumi.set(__self__, "repository", repository)
|
107
|
+
if root_directory is not None:
|
108
|
+
pulumi.set(__self__, "root_directory", root_directory)
|
109
|
+
|
110
|
+
@property
|
111
|
+
@pulumi.getter
|
112
|
+
def repository(self) -> pulumi.Input[str]:
|
113
|
+
"""
|
114
|
+
The resource name for the Developer Connect
|
115
|
+
[`gitRepositoryLink`](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks)
|
116
|
+
connected to this backend, in the format:
|
117
|
+
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
|
118
|
+
"""
|
119
|
+
return pulumi.get(self, "repository")
|
120
|
+
|
121
|
+
@repository.setter
|
122
|
+
def repository(self, value: pulumi.Input[str]):
|
123
|
+
pulumi.set(self, "repository", value)
|
124
|
+
|
125
|
+
@property
|
126
|
+
@pulumi.getter(name="rootDirectory")
|
127
|
+
def root_directory(self) -> Optional[pulumi.Input[str]]:
|
128
|
+
"""
|
129
|
+
If `repository` is provided, the directory relative to the root of the
|
130
|
+
repository to use as the root for the deployed web app.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "root_directory")
|
133
|
+
|
134
|
+
@root_directory.setter
|
135
|
+
def root_directory(self, value: Optional[pulumi.Input[str]]):
|
136
|
+
pulumi.set(self, "root_directory", value)
|
137
|
+
|
138
|
+
|
139
|
+
if not MYPY:
|
140
|
+
class AppHostingBackendManagedResourceArgsDict(TypedDict):
|
141
|
+
run_services: NotRequired[pulumi.Input[Sequence[pulumi.Input['AppHostingBackendManagedResourceRunServiceArgsDict']]]]
|
142
|
+
"""
|
143
|
+
(Output)
|
144
|
+
A managed Cloud Run
|
145
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service).
|
146
|
+
Structure is documented below.
|
147
|
+
"""
|
148
|
+
elif False:
|
149
|
+
AppHostingBackendManagedResourceArgsDict: TypeAlias = Mapping[str, Any]
|
150
|
+
|
151
|
+
@pulumi.input_type
|
152
|
+
class AppHostingBackendManagedResourceArgs:
|
153
|
+
def __init__(__self__, *,
|
154
|
+
run_services: Optional[pulumi.Input[Sequence[pulumi.Input['AppHostingBackendManagedResourceRunServiceArgs']]]] = None):
|
155
|
+
"""
|
156
|
+
:param pulumi.Input[Sequence[pulumi.Input['AppHostingBackendManagedResourceRunServiceArgs']]] run_services: (Output)
|
157
|
+
A managed Cloud Run
|
158
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service).
|
159
|
+
Structure is documented below.
|
160
|
+
"""
|
161
|
+
if run_services is not None:
|
162
|
+
pulumi.set(__self__, "run_services", run_services)
|
163
|
+
|
164
|
+
@property
|
165
|
+
@pulumi.getter(name="runServices")
|
166
|
+
def run_services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppHostingBackendManagedResourceRunServiceArgs']]]]:
|
167
|
+
"""
|
168
|
+
(Output)
|
169
|
+
A managed Cloud Run
|
170
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service).
|
171
|
+
Structure is documented below.
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "run_services")
|
174
|
+
|
175
|
+
@run_services.setter
|
176
|
+
def run_services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AppHostingBackendManagedResourceRunServiceArgs']]]]):
|
177
|
+
pulumi.set(self, "run_services", value)
|
178
|
+
|
179
|
+
|
180
|
+
if not MYPY:
|
181
|
+
class AppHostingBackendManagedResourceRunServiceArgsDict(TypedDict):
|
182
|
+
service: NotRequired[pulumi.Input[str]]
|
183
|
+
"""
|
184
|
+
(Output)
|
185
|
+
The name of the Cloud Run
|
186
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service),
|
187
|
+
in the format:
|
188
|
+
projects/{project}/locations/{location}/services/{serviceId}
|
189
|
+
"""
|
190
|
+
elif False:
|
191
|
+
AppHostingBackendManagedResourceRunServiceArgsDict: TypeAlias = Mapping[str, Any]
|
192
|
+
|
193
|
+
@pulumi.input_type
|
194
|
+
class AppHostingBackendManagedResourceRunServiceArgs:
|
195
|
+
def __init__(__self__, *,
|
196
|
+
service: Optional[pulumi.Input[str]] = None):
|
197
|
+
"""
|
198
|
+
:param pulumi.Input[str] service: (Output)
|
199
|
+
The name of the Cloud Run
|
200
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service),
|
201
|
+
in the format:
|
202
|
+
projects/{project}/locations/{location}/services/{serviceId}
|
203
|
+
"""
|
204
|
+
if service is not None:
|
205
|
+
pulumi.set(__self__, "service", service)
|
206
|
+
|
207
|
+
@property
|
208
|
+
@pulumi.getter
|
209
|
+
def service(self) -> Optional[pulumi.Input[str]]:
|
210
|
+
"""
|
211
|
+
(Output)
|
212
|
+
The name of the Cloud Run
|
213
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service),
|
214
|
+
in the format:
|
215
|
+
projects/{project}/locations/{location}/services/{serviceId}
|
216
|
+
"""
|
217
|
+
return pulumi.get(self, "service")
|
218
|
+
|
219
|
+
@service.setter
|
220
|
+
def service(self, value: Optional[pulumi.Input[str]]):
|
221
|
+
pulumi.set(self, "service", value)
|
222
|
+
|
223
|
+
|
70
224
|
if not MYPY:
|
71
225
|
class ExtensionsInstanceConfigArgsDict(TypedDict):
|
72
226
|
extension_ref: pulumi.Input[str]
|