pulumi-gcp 8.42.0a1756968228__py3-none-any.whl → 9.0.0a1__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 +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,251 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
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
|
+
'GetNpmPackageResult',
|
19
|
+
'AwaitableGetNpmPackageResult',
|
20
|
+
'get_npm_package',
|
21
|
+
'get_npm_package_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetNpmPackageResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getNpmPackage.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, create_time=None, id=None, location=None, name=None, package_name=None, project=None, repository_id=None, tags=None, update_time=None, version=None):
|
30
|
+
if create_time and not isinstance(create_time, str):
|
31
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
32
|
+
pulumi.set(__self__, "create_time", create_time)
|
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 package_name and not isinstance(package_name, str):
|
43
|
+
raise TypeError("Expected argument 'package_name' to be a str")
|
44
|
+
pulumi.set(__self__, "package_name", package_name)
|
45
|
+
if project and not isinstance(project, str):
|
46
|
+
raise TypeError("Expected argument 'project' to be a str")
|
47
|
+
pulumi.set(__self__, "project", project)
|
48
|
+
if repository_id and not isinstance(repository_id, str):
|
49
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
50
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
51
|
+
if tags and not isinstance(tags, list):
|
52
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
53
|
+
pulumi.set(__self__, "tags", tags)
|
54
|
+
if update_time and not isinstance(update_time, str):
|
55
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
56
|
+
pulumi.set(__self__, "update_time", update_time)
|
57
|
+
if version and not isinstance(version, str):
|
58
|
+
raise TypeError("Expected argument 'version' to be a str")
|
59
|
+
pulumi.set(__self__, "version", version)
|
60
|
+
|
61
|
+
@_builtins.property
|
62
|
+
@pulumi.getter(name="createTime")
|
63
|
+
def create_time(self) -> _builtins.str:
|
64
|
+
"""
|
65
|
+
The time the package was created.
|
66
|
+
"""
|
67
|
+
return pulumi.get(self, "create_time")
|
68
|
+
|
69
|
+
@_builtins.property
|
70
|
+
@pulumi.getter
|
71
|
+
def id(self) -> _builtins.str:
|
72
|
+
"""
|
73
|
+
The provider-assigned unique ID for this managed resource.
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "id")
|
76
|
+
|
77
|
+
@_builtins.property
|
78
|
+
@pulumi.getter
|
79
|
+
def location(self) -> _builtins.str:
|
80
|
+
return pulumi.get(self, "location")
|
81
|
+
|
82
|
+
@_builtins.property
|
83
|
+
@pulumi.getter
|
84
|
+
def name(self) -> _builtins.str:
|
85
|
+
"""
|
86
|
+
The fully qualified name of the fetched package. Format:
|
87
|
+
```
|
88
|
+
projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}/npmPackages/{{package}}:{{version}}
|
89
|
+
```
|
90
|
+
"""
|
91
|
+
return pulumi.get(self, "name")
|
92
|
+
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter(name="packageName")
|
95
|
+
def package_name(self) -> _builtins.str:
|
96
|
+
return pulumi.get(self, "package_name")
|
97
|
+
|
98
|
+
@_builtins.property
|
99
|
+
@pulumi.getter
|
100
|
+
def project(self) -> Optional[_builtins.str]:
|
101
|
+
return pulumi.get(self, "project")
|
102
|
+
|
103
|
+
@_builtins.property
|
104
|
+
@pulumi.getter(name="repositoryId")
|
105
|
+
def repository_id(self) -> _builtins.str:
|
106
|
+
return pulumi.get(self, "repository_id")
|
107
|
+
|
108
|
+
@_builtins.property
|
109
|
+
@pulumi.getter
|
110
|
+
def tags(self) -> Sequence[_builtins.str]:
|
111
|
+
"""
|
112
|
+
A list of all Tags attached to this package.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "tags")
|
115
|
+
|
116
|
+
@_builtins.property
|
117
|
+
@pulumi.getter(name="updateTime")
|
118
|
+
def update_time(self) -> _builtins.str:
|
119
|
+
"""
|
120
|
+
The time the package was last updated.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "update_time")
|
123
|
+
|
124
|
+
@_builtins.property
|
125
|
+
@pulumi.getter
|
126
|
+
def version(self) -> _builtins.str:
|
127
|
+
"""
|
128
|
+
The version of the NPM package.
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "version")
|
131
|
+
|
132
|
+
|
133
|
+
class AwaitableGetNpmPackageResult(GetNpmPackageResult):
|
134
|
+
# pylint: disable=using-constant-test
|
135
|
+
def __await__(self):
|
136
|
+
if False:
|
137
|
+
yield self
|
138
|
+
return GetNpmPackageResult(
|
139
|
+
create_time=self.create_time,
|
140
|
+
id=self.id,
|
141
|
+
location=self.location,
|
142
|
+
name=self.name,
|
143
|
+
package_name=self.package_name,
|
144
|
+
project=self.project,
|
145
|
+
repository_id=self.repository_id,
|
146
|
+
tags=self.tags,
|
147
|
+
update_time=self.update_time,
|
148
|
+
version=self.version)
|
149
|
+
|
150
|
+
|
151
|
+
def get_npm_package(location: Optional[_builtins.str] = None,
|
152
|
+
package_name: Optional[_builtins.str] = None,
|
153
|
+
project: Optional[_builtins.str] = None,
|
154
|
+
repository_id: Optional[_builtins.str] = None,
|
155
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNpmPackageResult:
|
156
|
+
"""
|
157
|
+
This data source fetches information from a provided Artifact Registry repository, based on a the latest version of the package and optional version.
|
158
|
+
|
159
|
+
## Example Usage
|
160
|
+
|
161
|
+
```python
|
162
|
+
import pulumi
|
163
|
+
import pulumi_gcp as gcp
|
164
|
+
|
165
|
+
npm_repo = gcp.artifactregistry.Repository("npm_repo",
|
166
|
+
location="us-central1",
|
167
|
+
repository_id="my-npm-repo",
|
168
|
+
format="NPM")
|
169
|
+
latest = gcp.artifactregistry.get_npm_package_output(location=npm_repo.location,
|
170
|
+
repository_id=npm_repo.repository_id,
|
171
|
+
package_name="example-pkg")
|
172
|
+
with_version = gcp.artifactregistry.get_npm_package_output(location=npm_repo.location,
|
173
|
+
repository_id=npm_repo.repository_id,
|
174
|
+
package_name="example-pkg:1.0.0")
|
175
|
+
```
|
176
|
+
|
177
|
+
|
178
|
+
:param _builtins.str location: The location of the Artifact Registry repository.
|
179
|
+
:param _builtins.str package_name: The name of the package to fetch. Can optionally include a specific version (e.g., `my_pkg:1.2.3`). If no version is provided, the latest version is used.
|
180
|
+
:param _builtins.str project: The ID of the project that owns the repository. If not provided, the provider-level project is used.
|
181
|
+
:param _builtins.str repository_id: The ID of the repository containing the NPM package.
|
182
|
+
"""
|
183
|
+
__args__ = dict()
|
184
|
+
__args__['location'] = location
|
185
|
+
__args__['packageName'] = package_name
|
186
|
+
__args__['project'] = project
|
187
|
+
__args__['repositoryId'] = repository_id
|
188
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
189
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getNpmPackage:getNpmPackage', __args__, opts=opts, typ=GetNpmPackageResult).value
|
190
|
+
|
191
|
+
return AwaitableGetNpmPackageResult(
|
192
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
193
|
+
id=pulumi.get(__ret__, 'id'),
|
194
|
+
location=pulumi.get(__ret__, 'location'),
|
195
|
+
name=pulumi.get(__ret__, 'name'),
|
196
|
+
package_name=pulumi.get(__ret__, 'package_name'),
|
197
|
+
project=pulumi.get(__ret__, 'project'),
|
198
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
199
|
+
tags=pulumi.get(__ret__, 'tags'),
|
200
|
+
update_time=pulumi.get(__ret__, 'update_time'),
|
201
|
+
version=pulumi.get(__ret__, 'version'))
|
202
|
+
def get_npm_package_output(location: Optional[pulumi.Input[_builtins.str]] = None,
|
203
|
+
package_name: Optional[pulumi.Input[_builtins.str]] = None,
|
204
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
205
|
+
repository_id: Optional[pulumi.Input[_builtins.str]] = None,
|
206
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNpmPackageResult]:
|
207
|
+
"""
|
208
|
+
This data source fetches information from a provided Artifact Registry repository, based on a the latest version of the package and optional version.
|
209
|
+
|
210
|
+
## Example Usage
|
211
|
+
|
212
|
+
```python
|
213
|
+
import pulumi
|
214
|
+
import pulumi_gcp as gcp
|
215
|
+
|
216
|
+
npm_repo = gcp.artifactregistry.Repository("npm_repo",
|
217
|
+
location="us-central1",
|
218
|
+
repository_id="my-npm-repo",
|
219
|
+
format="NPM")
|
220
|
+
latest = gcp.artifactregistry.get_npm_package_output(location=npm_repo.location,
|
221
|
+
repository_id=npm_repo.repository_id,
|
222
|
+
package_name="example-pkg")
|
223
|
+
with_version = gcp.artifactregistry.get_npm_package_output(location=npm_repo.location,
|
224
|
+
repository_id=npm_repo.repository_id,
|
225
|
+
package_name="example-pkg:1.0.0")
|
226
|
+
```
|
227
|
+
|
228
|
+
|
229
|
+
:param _builtins.str location: The location of the Artifact Registry repository.
|
230
|
+
:param _builtins.str package_name: The name of the package to fetch. Can optionally include a specific version (e.g., `my_pkg:1.2.3`). If no version is provided, the latest version is used.
|
231
|
+
:param _builtins.str project: The ID of the project that owns the repository. If not provided, the provider-level project is used.
|
232
|
+
:param _builtins.str repository_id: The ID of the repository containing the NPM package.
|
233
|
+
"""
|
234
|
+
__args__ = dict()
|
235
|
+
__args__['location'] = location
|
236
|
+
__args__['packageName'] = package_name
|
237
|
+
__args__['project'] = project
|
238
|
+
__args__['repositoryId'] = repository_id
|
239
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
240
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:artifactregistry/getNpmPackage:getNpmPackage', __args__, opts=opts, typ=GetNpmPackageResult)
|
241
|
+
return __ret__.apply(lambda __response__: GetNpmPackageResult(
|
242
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
243
|
+
id=pulumi.get(__response__, 'id'),
|
244
|
+
location=pulumi.get(__response__, 'location'),
|
245
|
+
name=pulumi.get(__response__, 'name'),
|
246
|
+
package_name=pulumi.get(__response__, 'package_name'),
|
247
|
+
project=pulumi.get(__response__, 'project'),
|
248
|
+
repository_id=pulumi.get(__response__, 'repository_id'),
|
249
|
+
tags=pulumi.get(__response__, 'tags'),
|
250
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
251
|
+
version=pulumi.get(__response__, 'version')))
|
@@ -775,7 +775,6 @@ class RepositoryRemoteRepositoryConfigDockerRepository(dict):
|
|
775
775
|
:param 'RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs' custom_repository: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
776
776
|
Structure is documented below.
|
777
777
|
:param _builtins.str public_repository: Address of the remote repository.
|
778
|
-
Default value is `DOCKER_HUB`.
|
779
778
|
Possible values are: `DOCKER_HUB`.
|
780
779
|
"""
|
781
780
|
if custom_repository is not None:
|
@@ -797,7 +796,6 @@ class RepositoryRemoteRepositoryConfigDockerRepository(dict):
|
|
797
796
|
def public_repository(self) -> Optional[_builtins.str]:
|
798
797
|
"""
|
799
798
|
Address of the remote repository.
|
800
|
-
Default value is `DOCKER_HUB`.
|
801
799
|
Possible values are: `DOCKER_HUB`.
|
802
800
|
"""
|
803
801
|
return pulumi.get(self, "public_repository")
|
@@ -850,7 +848,6 @@ class RepositoryRemoteRepositoryConfigMavenRepository(dict):
|
|
850
848
|
:param 'RepositoryRemoteRepositoryConfigMavenRepositoryCustomRepositoryArgs' custom_repository: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
851
849
|
Structure is documented below.
|
852
850
|
:param _builtins.str public_repository: Address of the remote repository.
|
853
|
-
Default value is `MAVEN_CENTRAL`.
|
854
851
|
Possible values are: `MAVEN_CENTRAL`.
|
855
852
|
"""
|
856
853
|
if custom_repository is not None:
|
@@ -872,7 +869,6 @@ class RepositoryRemoteRepositoryConfigMavenRepository(dict):
|
|
872
869
|
def public_repository(self) -> Optional[_builtins.str]:
|
873
870
|
"""
|
874
871
|
Address of the remote repository.
|
875
|
-
Default value is `MAVEN_CENTRAL`.
|
876
872
|
Possible values are: `MAVEN_CENTRAL`.
|
877
873
|
"""
|
878
874
|
return pulumi.get(self, "public_repository")
|
@@ -925,7 +921,6 @@ class RepositoryRemoteRepositoryConfigNpmRepository(dict):
|
|
925
921
|
:param 'RepositoryRemoteRepositoryConfigNpmRepositoryCustomRepositoryArgs' custom_repository: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
926
922
|
Structure is documented below.
|
927
923
|
:param _builtins.str public_repository: Address of the remote repository.
|
928
|
-
Default value is `NPMJS`.
|
929
924
|
Possible values are: `NPMJS`.
|
930
925
|
"""
|
931
926
|
if custom_repository is not None:
|
@@ -947,7 +942,6 @@ class RepositoryRemoteRepositoryConfigNpmRepository(dict):
|
|
947
942
|
def public_repository(self) -> Optional[_builtins.str]:
|
948
943
|
"""
|
949
944
|
Address of the remote repository.
|
950
|
-
Default value is `NPMJS`.
|
951
945
|
Possible values are: `NPMJS`.
|
952
946
|
"""
|
953
947
|
return pulumi.get(self, "public_repository")
|
@@ -1000,7 +994,6 @@ class RepositoryRemoteRepositoryConfigPythonRepository(dict):
|
|
1000
994
|
:param 'RepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositoryArgs' custom_repository: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
1001
995
|
Structure is documented below.
|
1002
996
|
:param _builtins.str public_repository: Address of the remote repository.
|
1003
|
-
Default value is `PYPI`.
|
1004
997
|
Possible values are: `PYPI`.
|
1005
998
|
"""
|
1006
999
|
if custom_repository is not None:
|
@@ -1022,7 +1015,6 @@ class RepositoryRemoteRepositoryConfigPythonRepository(dict):
|
|
1022
1015
|
def public_repository(self) -> Optional[_builtins.str]:
|
1023
1016
|
"""
|
1024
1017
|
Address of the remote repository.
|
1025
|
-
Default value is `PYPI`.
|
1026
1018
|
Possible values are: `PYPI`.
|
1027
1019
|
"""
|
1028
1020
|
return pulumi.get(self, "public_repository")
|
@@ -1956,7 +1948,7 @@ class GetRepositoryRemoteRepositoryConfigDockerRepositoryResult(dict):
|
|
1956
1948
|
public_repository: _builtins.str):
|
1957
1949
|
"""
|
1958
1950
|
:param Sequence['GetRepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs'] custom_repositories: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
1959
|
-
:param _builtins.str public_repository: Address of the remote repository.
|
1951
|
+
:param _builtins.str public_repository: Address of the remote repository. Possible values: ["DOCKER_HUB"]
|
1960
1952
|
"""
|
1961
1953
|
pulumi.set(__self__, "custom_repositories", custom_repositories)
|
1962
1954
|
pulumi.set(__self__, "public_repository", public_repository)
|
@@ -1973,7 +1965,7 @@ class GetRepositoryRemoteRepositoryConfigDockerRepositoryResult(dict):
|
|
1973
1965
|
@pulumi.getter(name="publicRepository")
|
1974
1966
|
def public_repository(self) -> _builtins.str:
|
1975
1967
|
"""
|
1976
|
-
Address of the remote repository.
|
1968
|
+
Address of the remote repository. Possible values: ["DOCKER_HUB"]
|
1977
1969
|
"""
|
1978
1970
|
return pulumi.get(self, "public_repository")
|
1979
1971
|
|
@@ -2003,7 +1995,7 @@ class GetRepositoryRemoteRepositoryConfigMavenRepositoryResult(dict):
|
|
2003
1995
|
public_repository: _builtins.str):
|
2004
1996
|
"""
|
2005
1997
|
:param Sequence['GetRepositoryRemoteRepositoryConfigMavenRepositoryCustomRepositoryArgs'] custom_repositories: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
2006
|
-
:param _builtins.str public_repository: Address of the remote repository.
|
1998
|
+
:param _builtins.str public_repository: Address of the remote repository. Possible values: ["MAVEN_CENTRAL"]
|
2007
1999
|
"""
|
2008
2000
|
pulumi.set(__self__, "custom_repositories", custom_repositories)
|
2009
2001
|
pulumi.set(__self__, "public_repository", public_repository)
|
@@ -2020,7 +2012,7 @@ class GetRepositoryRemoteRepositoryConfigMavenRepositoryResult(dict):
|
|
2020
2012
|
@pulumi.getter(name="publicRepository")
|
2021
2013
|
def public_repository(self) -> _builtins.str:
|
2022
2014
|
"""
|
2023
|
-
Address of the remote repository.
|
2015
|
+
Address of the remote repository. Possible values: ["MAVEN_CENTRAL"]
|
2024
2016
|
"""
|
2025
2017
|
return pulumi.get(self, "public_repository")
|
2026
2018
|
|
@@ -2050,7 +2042,7 @@ class GetRepositoryRemoteRepositoryConfigNpmRepositoryResult(dict):
|
|
2050
2042
|
public_repository: _builtins.str):
|
2051
2043
|
"""
|
2052
2044
|
:param Sequence['GetRepositoryRemoteRepositoryConfigNpmRepositoryCustomRepositoryArgs'] custom_repositories: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
2053
|
-
:param _builtins.str public_repository: Address of the remote repository.
|
2045
|
+
:param _builtins.str public_repository: Address of the remote repository. Possible values: ["NPMJS"]
|
2054
2046
|
"""
|
2055
2047
|
pulumi.set(__self__, "custom_repositories", custom_repositories)
|
2056
2048
|
pulumi.set(__self__, "public_repository", public_repository)
|
@@ -2067,7 +2059,7 @@ class GetRepositoryRemoteRepositoryConfigNpmRepositoryResult(dict):
|
|
2067
2059
|
@pulumi.getter(name="publicRepository")
|
2068
2060
|
def public_repository(self) -> _builtins.str:
|
2069
2061
|
"""
|
2070
|
-
Address of the remote repository.
|
2062
|
+
Address of the remote repository. Possible values: ["NPMJS"]
|
2071
2063
|
"""
|
2072
2064
|
return pulumi.get(self, "public_repository")
|
2073
2065
|
|
@@ -2097,7 +2089,7 @@ class GetRepositoryRemoteRepositoryConfigPythonRepositoryResult(dict):
|
|
2097
2089
|
public_repository: _builtins.str):
|
2098
2090
|
"""
|
2099
2091
|
:param Sequence['GetRepositoryRemoteRepositoryConfigPythonRepositoryCustomRepositoryArgs'] custom_repositories: [Deprecated, please use commonRepository instead] Settings for a remote repository with a custom uri.
|
2100
|
-
:param _builtins.str public_repository: Address of the remote repository.
|
2092
|
+
:param _builtins.str public_repository: Address of the remote repository. Possible values: ["PYPI"]
|
2101
2093
|
"""
|
2102
2094
|
pulumi.set(__self__, "custom_repositories", custom_repositories)
|
2103
2095
|
pulumi.set(__self__, "public_repository", public_repository)
|
@@ -2114,7 +2106,7 @@ class GetRepositoryRemoteRepositoryConfigPythonRepositoryResult(dict):
|
|
2114
2106
|
@pulumi.getter(name="publicRepository")
|
2115
2107
|
def public_repository(self) -> _builtins.str:
|
2116
2108
|
"""
|
2117
|
-
Address of the remote repository.
|
2109
|
+
Address of the remote repository. Possible values: ["PYPI"]
|
2118
2110
|
"""
|
2119
2111
|
return pulumi.get(self, "public_repository")
|
2120
2112
|
|
@@ -9,14 +9,9 @@ import typing
|
|
9
9
|
from .app_connection import *
|
10
10
|
from .app_connector import *
|
11
11
|
from .app_gateway import *
|
12
|
-
from .application import *
|
13
|
-
from .application_iam_binding import *
|
14
|
-
from .application_iam_member import *
|
15
|
-
from .application_iam_policy import *
|
16
12
|
from .get_app_connection import *
|
17
13
|
from .get_app_connector import *
|
18
14
|
from .get_app_gateway import *
|
19
|
-
from .get_application_iam_policy import *
|
20
15
|
from .get_security_gateway import *
|
21
16
|
from .get_security_gateway_application_iam_policy import *
|
22
17
|
from .get_security_gateway_iam_policy import *
|