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
@@ -309,7 +309,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
309
309
|
project="my-project-name",
|
310
310
|
name="cloud-function-via-hosting",
|
311
311
|
description="A Cloud Function connected to Firebase Hosing",
|
312
|
-
runtime="
|
312
|
+
runtime="nodejs20",
|
313
313
|
available_memory_mb=128,
|
314
314
|
source_archive_bucket=bucket.name,
|
315
315
|
source_archive_object=object.name,
|
@@ -516,7 +516,7 @@ class HostingVersion(pulumi.CustomResource):
|
|
516
516
|
project="my-project-name",
|
517
517
|
name="cloud-function-via-hosting",
|
518
518
|
description="A Cloud Function connected to Firebase Hosing",
|
519
|
-
runtime="
|
519
|
+
runtime="nodejs20",
|
520
520
|
available_memory_mb=128,
|
521
521
|
source_archive_bucket=bucket.name,
|
522
522
|
source_archive_object=object.name,
|
pulumi_gcp/firebase/outputs.py
CHANGED
@@ -16,6 +16,9 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
+
'AppHostingBackendCodebase',
|
20
|
+
'AppHostingBackendManagedResource',
|
21
|
+
'AppHostingBackendManagedResourceRunService',
|
19
22
|
'ExtensionsInstanceConfig',
|
20
23
|
'ExtensionsInstanceErrorStatus',
|
21
24
|
'ExtensionsInstanceRuntimeData',
|
@@ -42,6 +45,130 @@ __all__ = [
|
|
42
45
|
'HostingVersionConfigRewriteRun',
|
43
46
|
]
|
44
47
|
|
48
|
+
@pulumi.output_type
|
49
|
+
class AppHostingBackendCodebase(dict):
|
50
|
+
@staticmethod
|
51
|
+
def __key_warning(key: str):
|
52
|
+
suggest = None
|
53
|
+
if key == "rootDirectory":
|
54
|
+
suggest = "root_directory"
|
55
|
+
|
56
|
+
if suggest:
|
57
|
+
pulumi.log.warn(f"Key '{key}' not found in AppHostingBackendCodebase. Access the value via the '{suggest}' property getter instead.")
|
58
|
+
|
59
|
+
def __getitem__(self, key: str) -> Any:
|
60
|
+
AppHostingBackendCodebase.__key_warning(key)
|
61
|
+
return super().__getitem__(key)
|
62
|
+
|
63
|
+
def get(self, key: str, default = None) -> Any:
|
64
|
+
AppHostingBackendCodebase.__key_warning(key)
|
65
|
+
return super().get(key, default)
|
66
|
+
|
67
|
+
def __init__(__self__, *,
|
68
|
+
repository: str,
|
69
|
+
root_directory: Optional[str] = None):
|
70
|
+
"""
|
71
|
+
:param str repository: The resource name for the Developer Connect
|
72
|
+
[`gitRepositoryLink`](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks)
|
73
|
+
connected to this backend, in the format:
|
74
|
+
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
|
75
|
+
:param str root_directory: If `repository` is provided, the directory relative to the root of the
|
76
|
+
repository to use as the root for the deployed web app.
|
77
|
+
"""
|
78
|
+
pulumi.set(__self__, "repository", repository)
|
79
|
+
if root_directory is not None:
|
80
|
+
pulumi.set(__self__, "root_directory", root_directory)
|
81
|
+
|
82
|
+
@property
|
83
|
+
@pulumi.getter
|
84
|
+
def repository(self) -> str:
|
85
|
+
"""
|
86
|
+
The resource name for the Developer Connect
|
87
|
+
[`gitRepositoryLink`](https://cloud.google.com/developer-connect/docs/api/reference/rest/v1/projects.locations.connections.gitRepositoryLinks)
|
88
|
+
connected to this backend, in the format:
|
89
|
+
projects/{project}/locations/{location}/connections/{connection}/gitRepositoryLinks/{repositoryLink}
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "repository")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="rootDirectory")
|
95
|
+
def root_directory(self) -> Optional[str]:
|
96
|
+
"""
|
97
|
+
If `repository` is provided, the directory relative to the root of the
|
98
|
+
repository to use as the root for the deployed web app.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "root_directory")
|
101
|
+
|
102
|
+
|
103
|
+
@pulumi.output_type
|
104
|
+
class AppHostingBackendManagedResource(dict):
|
105
|
+
@staticmethod
|
106
|
+
def __key_warning(key: str):
|
107
|
+
suggest = None
|
108
|
+
if key == "runServices":
|
109
|
+
suggest = "run_services"
|
110
|
+
|
111
|
+
if suggest:
|
112
|
+
pulumi.log.warn(f"Key '{key}' not found in AppHostingBackendManagedResource. Access the value via the '{suggest}' property getter instead.")
|
113
|
+
|
114
|
+
def __getitem__(self, key: str) -> Any:
|
115
|
+
AppHostingBackendManagedResource.__key_warning(key)
|
116
|
+
return super().__getitem__(key)
|
117
|
+
|
118
|
+
def get(self, key: str, default = None) -> Any:
|
119
|
+
AppHostingBackendManagedResource.__key_warning(key)
|
120
|
+
return super().get(key, default)
|
121
|
+
|
122
|
+
def __init__(__self__, *,
|
123
|
+
run_services: Optional[Sequence['outputs.AppHostingBackendManagedResourceRunService']] = None):
|
124
|
+
"""
|
125
|
+
:param Sequence['AppHostingBackendManagedResourceRunServiceArgs'] run_services: (Output)
|
126
|
+
A managed Cloud Run
|
127
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service).
|
128
|
+
Structure is documented below.
|
129
|
+
"""
|
130
|
+
if run_services is not None:
|
131
|
+
pulumi.set(__self__, "run_services", run_services)
|
132
|
+
|
133
|
+
@property
|
134
|
+
@pulumi.getter(name="runServices")
|
135
|
+
def run_services(self) -> Optional[Sequence['outputs.AppHostingBackendManagedResourceRunService']]:
|
136
|
+
"""
|
137
|
+
(Output)
|
138
|
+
A managed Cloud Run
|
139
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service).
|
140
|
+
Structure is documented below.
|
141
|
+
"""
|
142
|
+
return pulumi.get(self, "run_services")
|
143
|
+
|
144
|
+
|
145
|
+
@pulumi.output_type
|
146
|
+
class AppHostingBackendManagedResourceRunService(dict):
|
147
|
+
def __init__(__self__, *,
|
148
|
+
service: Optional[str] = None):
|
149
|
+
"""
|
150
|
+
:param str service: (Output)
|
151
|
+
The name of the Cloud Run
|
152
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service),
|
153
|
+
in the format:
|
154
|
+
projects/{project}/locations/{location}/services/{serviceId}
|
155
|
+
"""
|
156
|
+
if service is not None:
|
157
|
+
pulumi.set(__self__, "service", service)
|
158
|
+
|
159
|
+
@property
|
160
|
+
@pulumi.getter
|
161
|
+
def service(self) -> Optional[str]:
|
162
|
+
"""
|
163
|
+
(Output)
|
164
|
+
The name of the Cloud Run
|
165
|
+
[`service`](https://cloud.google.com/run/docs/reference/rest/v2/projects.locations.services#resource:-service),
|
166
|
+
in the format:
|
167
|
+
projects/{project}/locations/{location}/services/{serviceId}
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "service")
|
170
|
+
|
171
|
+
|
45
172
|
@pulumi.output_type
|
46
173
|
class ExtensionsInstanceConfig(dict):
|
47
174
|
@staticmethod
|
pulumi_gcp/kms/get_key_rings.py
CHANGED
@@ -60,6 +60,9 @@ class GetKeyRingsResult:
|
|
60
60
|
@property
|
61
61
|
@pulumi.getter(name="keyRings")
|
62
62
|
def key_rings(self) -> Sequence['outputs.GetKeyRingsKeyRingResult']:
|
63
|
+
"""
|
64
|
+
A list of all the retrieved key rings from the provided location. This list is influenced by the provided filter argument.
|
65
|
+
"""
|
63
66
|
return pulumi.get(self, "key_rings")
|
64
67
|
|
65
68
|
@property
|
@@ -91,7 +94,24 @@ def get_key_rings(filter: Optional[str] = None,
|
|
91
94
|
project: Optional[str] = None,
|
92
95
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKeyRingsResult:
|
93
96
|
"""
|
94
|
-
|
97
|
+
Provides access to all Google Cloud Platform KMS CryptoKeyRings in a set location. For more information see
|
98
|
+
[the official documentation](https://cloud.google.com/kms/docs/resource-hierarchy#key_rings)
|
99
|
+
and
|
100
|
+
[API](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings).
|
101
|
+
|
102
|
+
A key ring organizes keys in a specific Google Cloud location and lets you manage access control on groups of keys. A key ring's name does not need to be unique across a Google Cloud project, but must be unique within a given location. After creation, a key ring cannot be deleted. Key rings don't incur any costs.
|
103
|
+
|
104
|
+
|
105
|
+
:param str filter: The filter argument is used to add a filter query parameter that limits which key rings are retrieved by the data source: ?filter={{filter}}. When no value is provided there is no filtering.
|
106
|
+
|
107
|
+
Example filter values if filtering on name. Note: names take the form projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}.
|
108
|
+
|
109
|
+
* `"name:my-key-"` will retrieve key rings that contain "my-key-" anywhere in their name.
|
110
|
+
* `"name=projects/my-project/locations/global/keyRings/my-key-ring"` will only retrieve a key with that exact name.
|
111
|
+
|
112
|
+
[See the documentation about using filters](https://cloud.google.com/kms/docs/sorting-and-filtering)
|
113
|
+
:param str location: The location that the underlying key ring resides in. e.g us-west1
|
114
|
+
:param str project: The Project ID of the project.
|
95
115
|
"""
|
96
116
|
__args__ = dict()
|
97
117
|
__args__['filter'] = filter
|
@@ -111,7 +131,24 @@ def get_key_rings_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
111
131
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
112
132
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKeyRingsResult]:
|
113
133
|
"""
|
114
|
-
|
134
|
+
Provides access to all Google Cloud Platform KMS CryptoKeyRings in a set location. For more information see
|
135
|
+
[the official documentation](https://cloud.google.com/kms/docs/resource-hierarchy#key_rings)
|
136
|
+
and
|
137
|
+
[API](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings).
|
138
|
+
|
139
|
+
A key ring organizes keys in a specific Google Cloud location and lets you manage access control on groups of keys. A key ring's name does not need to be unique across a Google Cloud project, but must be unique within a given location. After creation, a key ring cannot be deleted. Key rings don't incur any costs.
|
140
|
+
|
141
|
+
|
142
|
+
:param str filter: The filter argument is used to add a filter query parameter that limits which key rings are retrieved by the data source: ?filter={{filter}}. When no value is provided there is no filtering.
|
143
|
+
|
144
|
+
Example filter values if filtering on name. Note: names take the form projects/{{project}}/locations/{{location}}/keyRings/{{keyRing}}.
|
145
|
+
|
146
|
+
* `"name:my-key-"` will retrieve key rings that contain "my-key-" anywhere in their name.
|
147
|
+
* `"name=projects/my-project/locations/global/keyRings/my-key-ring"` will only retrieve a key with that exact name.
|
148
|
+
|
149
|
+
[See the documentation about using filters](https://cloud.google.com/kms/docs/sorting-and-filtering)
|
150
|
+
:param str location: The location that the underlying key ring resides in. e.g us-west1
|
151
|
+
:param str project: The Project ID of the project.
|
115
152
|
"""
|
116
153
|
__args__ = dict()
|
117
154
|
__args__['filter'] = filter
|
@@ -0,0 +1,8 @@
|
|
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
|
+
from .. import _utilities
|
6
|
+
import typing
|
7
|
+
# Export this package's modules as members:
|
8
|
+
from .instance import *
|