pulumi-gcp 7.28.0a1718995220__py3-none-any.whl → 7.29.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 +8 -0
- pulumi_gcp/_utilities.py +35 -0
- pulumi_gcp/activedirectory/domain.py +14 -14
- pulumi_gcp/activedirectory/domain_trust.py +14 -14
- pulumi_gcp/alloydb/backup.py +8 -8
- pulumi_gcp/alloydb/cluster.py +11 -17
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/alloydb/user.py +8 -8
- pulumi_gcp/apigee/addons_config.py +4 -4
- pulumi_gcp/apigee/endpoint_attachment.py +2 -2
- pulumi_gcp/apigee/env_group.py +2 -2
- pulumi_gcp/apigee/environment.py +2 -2
- pulumi_gcp/apigee/instance.py +8 -8
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +6 -6
- pulumi_gcp/apigee/sync_authorization.py +4 -4
- pulumi_gcp/apigee/target_server.py +10 -10
- pulumi_gcp/apphub/service.py +20 -20
- pulumi_gcp/apphub/service_project_attachment.py +8 -8
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/applicationintegration/client.py +6 -18
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +244 -0
- pulumi_gcp/artifactregistry/outputs.py +6 -6
- pulumi_gcp/artifactregistry/repository.py +10 -10
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +2 -6
- pulumi_gcp/bigquery/data_transfer_config.py +4 -4
- pulumi_gcp/bigquery/dataset.py +75 -0
- pulumi_gcp/bigquery/get_dataset.py +11 -1
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +2 -6
- pulumi_gcp/bigtable/_inputs.py +1 -3
- pulumi_gcp/bigtable/instance.py +3 -9
- pulumi_gcp/bigtable/outputs.py +1 -3
- pulumi_gcp/billing/_inputs.py +22 -0
- pulumi_gcp/billing/budget.py +50 -0
- pulumi_gcp/billing/outputs.py +20 -0
- pulumi_gcp/certificateauthority/authority.py +2 -2
- pulumi_gcp/certificateauthority/certificate.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +2 -6
- pulumi_gcp/certificatemanager/certificate.py +4 -4
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
- pulumi_gcp/certificatemanager/outputs.py +2 -6
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/cloudbuild/worker_pool.py +6 -6
- pulumi_gcp/cloudbuildv2/connection.py +2 -2
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +28 -28
- pulumi_gcp/cloudids/endpoint.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +3 -9
- pulumi_gcp/cloudrun/outputs.py +3 -9
- pulumi_gcp/cloudrunv2/get_job.py +21 -1
- pulumi_gcp/cloudrunv2/job.py +163 -19
- pulumi_gcp/cloudrunv2/service.py +8 -8
- pulumi_gcp/compute/_inputs.py +83 -0
- pulumi_gcp/compute/disk.py +3 -9
- pulumi_gcp/compute/firewall.py +3 -9
- pulumi_gcp/compute/forwarding_rule.py +22 -22
- pulumi_gcp/compute/outputs.py +166 -1
- pulumi_gcp/compute/packet_mirroring.py +2 -2
- pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
- pulumi_gcp/compute/region_disk.py +3 -9
- pulumi_gcp/compute/region_security_policy_rule.py +2 -2
- pulumi_gcp/compute/route.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -6
- pulumi_gcp/compute/target_instance.py +2 -2
- pulumi_gcp/compute/vpn_gateway.py +2 -2
- pulumi_gcp/compute/vpn_tunnel.py +2 -2
- pulumi_gcp/container/_inputs.py +2 -6
- pulumi_gcp/container/outputs.py +2 -6
- pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
- pulumi_gcp/datacatalog/policy_tag.py +2 -2
- pulumi_gcp/datafusion/instance.py +4 -8
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +2 -2
- pulumi_gcp/dataproc/_inputs.py +100 -0
- pulumi_gcp/dataproc/metastore_service.py +172 -0
- pulumi_gcp/dataproc/outputs.py +192 -1
- pulumi_gcp/dataproc/workflow_template.py +3 -9
- pulumi_gcp/datastore/data_store_index.py +2 -2
- pulumi_gcp/datastream/stream.py +6 -6
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/diagflow/intent.py +4 -4
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
- pulumi_gcp/eventarc/channel.py +2 -2
- pulumi_gcp/eventarc/google_channel_config.py +2 -2
- pulumi_gcp/filestore/instance.py +3 -9
- pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
- pulumi_gcp/firebase/app_check_debug_token.py +4 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -6
- pulumi_gcp/firebase/database_instance.py +2 -2
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/document.py +12 -12
- pulumi_gcp/folder/access_approval_settings.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +4 -8
- pulumi_gcp/gkehub/membership.py +3 -9
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +2 -2
- pulumi_gcp/gkehub/outputs.py +4 -8
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/healthcare/fhir_store.py +3 -9
- pulumi_gcp/healthcare/hl7_store.py +3 -9
- pulumi_gcp/integrationconnectors/connection.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
- pulumi_gcp/kms/_inputs.py +1 -3
- pulumi_gcp/kms/autokey_config.py +16 -16
- pulumi_gcp/kms/key_handle.py +22 -22
- pulumi_gcp/kms/outputs.py +1 -3
- pulumi_gcp/logging/folder_settings.py +2 -2
- pulumi_gcp/logging/linked_dataset.py +2 -2
- pulumi_gcp/logging/organization_settings.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +2 -2
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +2 -2
- pulumi_gcp/netapp/volume_snapshot.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
- pulumi_gcp/networkservices/gateway.py +6 -6
- pulumi_gcp/organizations/access_approval_settings.py +2 -2
- pulumi_gcp/parallelstore/instance.py +2 -2
- pulumi_gcp/projects/access_approval_settings.py +5 -11
- pulumi_gcp/pubsub/_inputs.py +40 -0
- pulumi_gcp/pubsub/outputs.py +66 -0
- pulumi_gcp/pubsub/schema.py +2 -2
- pulumi_gcp/pubsub/subscription.py +174 -8
- pulumi_gcp/pubsub/topic.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +4 -4
- pulumi_gcp/redis/get_instance.py +11 -1
- pulumi_gcp/redis/instance.py +49 -2
- pulumi_gcp/secretmanager/secret.py +2 -2
- pulumi_gcp/securesourcemanager/instance.py +6 -6
- pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
- pulumi_gcp/servicenetworking/__init__.py +1 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +511 -0
- pulumi_gcp/sql/_inputs.py +1 -3
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +1 -3
- pulumi_gcp/sql/user.py +21 -7
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +2 -2
- pulumi_gcp/storage/notification.py +2 -2
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +4 -4
- pulumi_gcp/tpu/v2_vm.py +4 -4
- pulumi_gcp/vertex/_inputs.py +1 -3
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store.py +3 -9
- pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vertex/outputs.py +1 -3
- pulumi_gcp/vmwareengine/external_address.py +2 -2
- pulumi_gcp/vmwareengine/network.py +4 -4
- pulumi_gcp/vpcaccess/connector.py +2 -8
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/RECORD +172 -170
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/top_level.txt +0 -0
@@ -606,7 +606,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
|
|
606
606
|
"""
|
607
607
|
:param pulumi.Input[str] repository_base: A common public repository base for Yum.
|
608
608
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
609
|
-
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"
|
609
|
+
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
610
610
|
"""
|
611
611
|
pulumi.set(__self__, "repository_base", repository_base)
|
612
612
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -628,7 +628,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryArgs:
|
|
628
628
|
@pulumi.getter(name="repositoryPath")
|
629
629
|
def repository_path(self) -> pulumi.Input[str]:
|
630
630
|
"""
|
631
|
-
Specific repository from the base, e.g. `"
|
631
|
+
Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
632
632
|
"""
|
633
633
|
return pulumi.get(self, "repository_path")
|
634
634
|
|
@@ -1010,7 +1010,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
|
|
1010
1010
|
"""
|
1011
1011
|
:param pulumi.Input[str] repository_base: A common public repository base for Yum.
|
1012
1012
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
1013
|
-
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"
|
1013
|
+
:param pulumi.Input[str] repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
1014
1014
|
"""
|
1015
1015
|
pulumi.set(__self__, "repository_base", repository_base)
|
1016
1016
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -1032,7 +1032,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs:
|
|
1032
1032
|
@pulumi.getter(name="repositoryPath")
|
1033
1033
|
def repository_path(self) -> pulumi.Input[str]:
|
1034
1034
|
"""
|
1035
|
-
Specific repository from the base, e.g. `"
|
1035
|
+
Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
1036
1036
|
"""
|
1037
1037
|
return pulumi.get(self, "repository_path")
|
1038
1038
|
|
@@ -0,0 +1,244 @@
|
|
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 pulumi
|
8
|
+
import pulumi.runtime
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
+
from .. import _utilities
|
11
|
+
|
12
|
+
__all__ = [
|
13
|
+
'GetDockerImageResult',
|
14
|
+
'AwaitableGetDockerImageResult',
|
15
|
+
'get_docker_image',
|
16
|
+
'get_docker_image_output',
|
17
|
+
]
|
18
|
+
|
19
|
+
@pulumi.output_type
|
20
|
+
class GetDockerImageResult:
|
21
|
+
"""
|
22
|
+
A collection of values returned by getDockerImage.
|
23
|
+
"""
|
24
|
+
def __init__(__self__, build_time=None, id=None, image_name=None, image_size_bytes=None, location=None, media_type=None, name=None, project=None, repository_id=None, self_link=None, tags=None, update_time=None, upload_time=None):
|
25
|
+
if build_time and not isinstance(build_time, str):
|
26
|
+
raise TypeError("Expected argument 'build_time' to be a str")
|
27
|
+
pulumi.set(__self__, "build_time", build_time)
|
28
|
+
if id and not isinstance(id, str):
|
29
|
+
raise TypeError("Expected argument 'id' to be a str")
|
30
|
+
pulumi.set(__self__, "id", id)
|
31
|
+
if image_name and not isinstance(image_name, str):
|
32
|
+
raise TypeError("Expected argument 'image_name' to be a str")
|
33
|
+
pulumi.set(__self__, "image_name", image_name)
|
34
|
+
if image_size_bytes and not isinstance(image_size_bytes, str):
|
35
|
+
raise TypeError("Expected argument 'image_size_bytes' to be a str")
|
36
|
+
pulumi.set(__self__, "image_size_bytes", image_size_bytes)
|
37
|
+
if location and not isinstance(location, str):
|
38
|
+
raise TypeError("Expected argument 'location' to be a str")
|
39
|
+
pulumi.set(__self__, "location", location)
|
40
|
+
if media_type and not isinstance(media_type, str):
|
41
|
+
raise TypeError("Expected argument 'media_type' to be a str")
|
42
|
+
pulumi.set(__self__, "media_type", media_type)
|
43
|
+
if name and not isinstance(name, str):
|
44
|
+
raise TypeError("Expected argument 'name' to be a str")
|
45
|
+
pulumi.set(__self__, "name", name)
|
46
|
+
if project and not isinstance(project, str):
|
47
|
+
raise TypeError("Expected argument 'project' to be a str")
|
48
|
+
pulumi.set(__self__, "project", project)
|
49
|
+
if repository_id and not isinstance(repository_id, str):
|
50
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
51
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
52
|
+
if self_link and not isinstance(self_link, str):
|
53
|
+
raise TypeError("Expected argument 'self_link' to be a str")
|
54
|
+
pulumi.set(__self__, "self_link", self_link)
|
55
|
+
if tags and not isinstance(tags, list):
|
56
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
58
|
+
if update_time and not isinstance(update_time, str):
|
59
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
60
|
+
pulumi.set(__self__, "update_time", update_time)
|
61
|
+
if upload_time and not isinstance(upload_time, str):
|
62
|
+
raise TypeError("Expected argument 'upload_time' to be a str")
|
63
|
+
pulumi.set(__self__, "upload_time", upload_time)
|
64
|
+
|
65
|
+
@property
|
66
|
+
@pulumi.getter(name="buildTime")
|
67
|
+
def build_time(self) -> str:
|
68
|
+
"""
|
69
|
+
The time, as a RFC 3339 string, this image was built.
|
70
|
+
"""
|
71
|
+
return pulumi.get(self, "build_time")
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter
|
75
|
+
def id(self) -> str:
|
76
|
+
"""
|
77
|
+
The provider-assigned unique ID for this managed resource.
|
78
|
+
"""
|
79
|
+
return pulumi.get(self, "id")
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter(name="imageName")
|
83
|
+
def image_name(self) -> str:
|
84
|
+
return pulumi.get(self, "image_name")
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter(name="imageSizeBytes")
|
88
|
+
def image_size_bytes(self) -> str:
|
89
|
+
"""
|
90
|
+
Calculated size of the image in bytes.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "image_size_bytes")
|
93
|
+
|
94
|
+
@property
|
95
|
+
@pulumi.getter
|
96
|
+
def location(self) -> str:
|
97
|
+
return pulumi.get(self, "location")
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter(name="mediaType")
|
101
|
+
def media_type(self) -> str:
|
102
|
+
"""
|
103
|
+
Media type of this image, e.g. `application/vnd.docker.distribution.manifest.v2+json`.
|
104
|
+
"""
|
105
|
+
return pulumi.get(self, "media_type")
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter
|
109
|
+
def name(self) -> str:
|
110
|
+
"""
|
111
|
+
The fully qualified name of the fetched image. This name has the form: `projects/{{project}}/locations/{{location}}/repository/{{repository_id}}/dockerImages/{{docker_image}}`. For example,
|
112
|
+
```
|
113
|
+
projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf
|
114
|
+
```
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "name")
|
117
|
+
|
118
|
+
@property
|
119
|
+
@pulumi.getter
|
120
|
+
def project(self) -> Optional[str]:
|
121
|
+
return pulumi.get(self, "project")
|
122
|
+
|
123
|
+
@property
|
124
|
+
@pulumi.getter(name="repositoryId")
|
125
|
+
def repository_id(self) -> str:
|
126
|
+
return pulumi.get(self, "repository_id")
|
127
|
+
|
128
|
+
@property
|
129
|
+
@pulumi.getter(name="selfLink")
|
130
|
+
def self_link(self) -> str:
|
131
|
+
"""
|
132
|
+
The URI to access the image. For example,
|
133
|
+
```
|
134
|
+
us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf
|
135
|
+
```
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "self_link")
|
138
|
+
|
139
|
+
@property
|
140
|
+
@pulumi.getter
|
141
|
+
def tags(self) -> Sequence[str]:
|
142
|
+
"""
|
143
|
+
A list of all tags associated with the image.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "tags")
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="updateTime")
|
149
|
+
def update_time(self) -> str:
|
150
|
+
"""
|
151
|
+
The time, as a RFC 3339 string, this image was updated.
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "update_time")
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter(name="uploadTime")
|
157
|
+
def upload_time(self) -> str:
|
158
|
+
"""
|
159
|
+
The time, as a RFC 3339 string, the image was uploaded. For example, `2014-10-02T15:01:23.045123456Z`.
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "upload_time")
|
162
|
+
|
163
|
+
|
164
|
+
class AwaitableGetDockerImageResult(GetDockerImageResult):
|
165
|
+
# pylint: disable=using-constant-test
|
166
|
+
def __await__(self):
|
167
|
+
if False:
|
168
|
+
yield self
|
169
|
+
return GetDockerImageResult(
|
170
|
+
build_time=self.build_time,
|
171
|
+
id=self.id,
|
172
|
+
image_name=self.image_name,
|
173
|
+
image_size_bytes=self.image_size_bytes,
|
174
|
+
location=self.location,
|
175
|
+
media_type=self.media_type,
|
176
|
+
name=self.name,
|
177
|
+
project=self.project,
|
178
|
+
repository_id=self.repository_id,
|
179
|
+
self_link=self.self_link,
|
180
|
+
tags=self.tags,
|
181
|
+
update_time=self.update_time,
|
182
|
+
upload_time=self.upload_time)
|
183
|
+
|
184
|
+
|
185
|
+
def get_docker_image(image_name: Optional[str] = None,
|
186
|
+
location: Optional[str] = None,
|
187
|
+
project: Optional[str] = None,
|
188
|
+
repository_id: Optional[str] = None,
|
189
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDockerImageResult:
|
190
|
+
"""
|
191
|
+
This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.
|
192
|
+
|
193
|
+
> **Note**
|
194
|
+
Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
|
195
|
+
|
196
|
+
|
197
|
+
:param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
|
198
|
+
:param str location: The location of the artifact registry.
|
199
|
+
:param str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
200
|
+
:param str repository_id: The last part of the repository name. to fetch from.
|
201
|
+
"""
|
202
|
+
__args__ = dict()
|
203
|
+
__args__['imageName'] = image_name
|
204
|
+
__args__['location'] = location
|
205
|
+
__args__['project'] = project
|
206
|
+
__args__['repositoryId'] = repository_id
|
207
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
208
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getDockerImage:getDockerImage', __args__, opts=opts, typ=GetDockerImageResult).value
|
209
|
+
|
210
|
+
return AwaitableGetDockerImageResult(
|
211
|
+
build_time=pulumi.get(__ret__, 'build_time'),
|
212
|
+
id=pulumi.get(__ret__, 'id'),
|
213
|
+
image_name=pulumi.get(__ret__, 'image_name'),
|
214
|
+
image_size_bytes=pulumi.get(__ret__, 'image_size_bytes'),
|
215
|
+
location=pulumi.get(__ret__, 'location'),
|
216
|
+
media_type=pulumi.get(__ret__, 'media_type'),
|
217
|
+
name=pulumi.get(__ret__, 'name'),
|
218
|
+
project=pulumi.get(__ret__, 'project'),
|
219
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
220
|
+
self_link=pulumi.get(__ret__, 'self_link'),
|
221
|
+
tags=pulumi.get(__ret__, 'tags'),
|
222
|
+
update_time=pulumi.get(__ret__, 'update_time'),
|
223
|
+
upload_time=pulumi.get(__ret__, 'upload_time'))
|
224
|
+
|
225
|
+
|
226
|
+
@_utilities.lift_output_func(get_docker_image)
|
227
|
+
def get_docker_image_output(image_name: Optional[pulumi.Input[str]] = None,
|
228
|
+
location: Optional[pulumi.Input[str]] = None,
|
229
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
230
|
+
repository_id: Optional[pulumi.Input[str]] = None,
|
231
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDockerImageResult]:
|
232
|
+
"""
|
233
|
+
This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.
|
234
|
+
|
235
|
+
> **Note**
|
236
|
+
Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
|
237
|
+
|
238
|
+
|
239
|
+
:param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
|
240
|
+
:param str location: The location of the artifact registry.
|
241
|
+
:param str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
242
|
+
:param str repository_id: The last part of the repository name. to fetch from.
|
243
|
+
"""
|
244
|
+
...
|
@@ -671,7 +671,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
|
|
671
671
|
"""
|
672
672
|
:param str repository_base: A common public repository base for Yum.
|
673
673
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
674
|
-
:param str repository_path: Specific repository from the base, e.g. `"
|
674
|
+
:param str repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
675
675
|
"""
|
676
676
|
pulumi.set(__self__, "repository_base", repository_base)
|
677
677
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -689,7 +689,7 @@ class RepositoryRemoteRepositoryConfigAptRepositoryPublicRepository(dict):
|
|
689
689
|
@pulumi.getter(name="repositoryPath")
|
690
690
|
def repository_path(self) -> str:
|
691
691
|
"""
|
692
|
-
Specific repository from the base, e.g. `"
|
692
|
+
Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
693
693
|
"""
|
694
694
|
return pulumi.get(self, "repository_path")
|
695
695
|
|
@@ -1149,7 +1149,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
|
|
1149
1149
|
"""
|
1150
1150
|
:param str repository_base: A common public repository base for Yum.
|
1151
1151
|
Possible values are: `CENTOS`, `CENTOS_DEBUG`, `CENTOS_VAULT`, `CENTOS_STREAM`, `ROCKY`, `EPEL`.
|
1152
|
-
:param str repository_path: Specific repository from the base, e.g. `"
|
1152
|
+
:param str repository_path: Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
1153
1153
|
"""
|
1154
1154
|
pulumi.set(__self__, "repository_base", repository_base)
|
1155
1155
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -1167,7 +1167,7 @@ class RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository(dict):
|
|
1167
1167
|
@pulumi.getter(name="repositoryPath")
|
1168
1168
|
def repository_path(self) -> str:
|
1169
1169
|
"""
|
1170
|
-
Specific repository from the base, e.g. `"
|
1170
|
+
Specific repository from the base, e.g. `"pub/rocky/9/BaseOS/x86_64/os"`
|
1171
1171
|
"""
|
1172
1172
|
return pulumi.get(self, "repository_path")
|
1173
1173
|
|
@@ -1876,7 +1876,7 @@ class GetRepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryResult(dic
|
|
1876
1876
|
repository_path: str):
|
1877
1877
|
"""
|
1878
1878
|
:param str repository_base: A common public repository base for Yum. Possible values: ["CENTOS", "CENTOS_DEBUG", "CENTOS_VAULT", "CENTOS_STREAM", "ROCKY", "EPEL"]
|
1879
|
-
:param str repository_path: Specific repository from the base, e.g. '"
|
1879
|
+
:param str repository_path: Specific repository from the base, e.g. '"pub/rocky/9/BaseOS/x86_64/os"'
|
1880
1880
|
"""
|
1881
1881
|
pulumi.set(__self__, "repository_base", repository_base)
|
1882
1882
|
pulumi.set(__self__, "repository_path", repository_path)
|
@@ -1893,7 +1893,7 @@ class GetRepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryResult(dic
|
|
1893
1893
|
@pulumi.getter(name="repositoryPath")
|
1894
1894
|
def repository_path(self) -> str:
|
1895
1895
|
"""
|
1896
|
-
Specific repository from the base, e.g. '"
|
1896
|
+
Specific repository from the base, e.g. '"pub/rocky/9/BaseOS/x86_64/os"'
|
1897
1897
|
"""
|
1898
1898
|
return pulumi.get(self, "repository_path")
|
1899
1899
|
|
@@ -758,7 +758,7 @@ class Repository(pulumi.CustomResource):
|
|
758
758
|
description="example docker repository with cmek",
|
759
759
|
format="DOCKER",
|
760
760
|
kms_key_name="kms-key",
|
761
|
-
opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
|
761
|
+
opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
|
762
762
|
```
|
763
763
|
### Artifact Registry Repository Virtual
|
764
764
|
|
@@ -846,16 +846,16 @@ class Repository(pulumi.CustomResource):
|
|
846
846
|
|
847
847
|
my_repo = gcp.artifactregistry.Repository("my-repo",
|
848
848
|
location="us-central1",
|
849
|
-
repository_id="
|
849
|
+
repository_id="rocky-9",
|
850
850
|
description="example remote yum repository",
|
851
851
|
format="YUM",
|
852
852
|
mode="REMOTE_REPOSITORY",
|
853
853
|
remote_repository_config=gcp.artifactregistry.RepositoryRemoteRepositoryConfigArgs(
|
854
|
-
description="
|
854
|
+
description="Rocky 9 remote repository",
|
855
855
|
yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
|
856
856
|
public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
|
857
|
-
repository_base="
|
858
|
-
repository_path="
|
857
|
+
repository_base="ROCKY",
|
858
|
+
repository_path="pub/rocky/9/BaseOS/x86_64/os",
|
859
859
|
),
|
860
860
|
),
|
861
861
|
))
|
@@ -1254,7 +1254,7 @@ class Repository(pulumi.CustomResource):
|
|
1254
1254
|
description="example docker repository with cmek",
|
1255
1255
|
format="DOCKER",
|
1256
1256
|
kms_key_name="kms-key",
|
1257
|
-
opts=pulumi.ResourceOptions(depends_on=[crypto_key]))
|
1257
|
+
opts = pulumi.ResourceOptions(depends_on=[crypto_key]))
|
1258
1258
|
```
|
1259
1259
|
### Artifact Registry Repository Virtual
|
1260
1260
|
|
@@ -1342,16 +1342,16 @@ class Repository(pulumi.CustomResource):
|
|
1342
1342
|
|
1343
1343
|
my_repo = gcp.artifactregistry.Repository("my-repo",
|
1344
1344
|
location="us-central1",
|
1345
|
-
repository_id="
|
1345
|
+
repository_id="rocky-9",
|
1346
1346
|
description="example remote yum repository",
|
1347
1347
|
format="YUM",
|
1348
1348
|
mode="REMOTE_REPOSITORY",
|
1349
1349
|
remote_repository_config=gcp.artifactregistry.RepositoryRemoteRepositoryConfigArgs(
|
1350
|
-
description="
|
1350
|
+
description="Rocky 9 remote repository",
|
1351
1351
|
yum_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryArgs(
|
1352
1352
|
public_repository=gcp.artifactregistry.RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs(
|
1353
|
-
repository_base="
|
1354
|
-
repository_path="
|
1353
|
+
repository_base="ROCKY",
|
1354
|
+
repository_path="pub/rocky/9/BaseOS/x86_64/os",
|
1355
1355
|
),
|
1356
1356
|
),
|
1357
1357
|
))
|
@@ -256,7 +256,7 @@ class ManagementServer(pulumi.CustomResource):
|
|
256
256
|
network=default.id,
|
257
257
|
peering_mode="PRIVATE_SERVICE_ACCESS",
|
258
258
|
)],
|
259
|
-
opts=pulumi.ResourceOptions(depends_on=[default_connection]))
|
259
|
+
opts = pulumi.ResourceOptions(depends_on=[default_connection]))
|
260
260
|
```
|
261
261
|
|
262
262
|
## Import
|
@@ -325,7 +325,7 @@ class ManagementServer(pulumi.CustomResource):
|
|
325
325
|
network=default.id,
|
326
326
|
peering_mode="PRIVATE_SERVICE_ACCESS",
|
327
327
|
)],
|
328
|
-
opts=pulumi.ResourceOptions(depends_on=[default_connection]))
|
328
|
+
opts = pulumi.ResourceOptions(depends_on=[default_connection]))
|
329
329
|
```
|
330
330
|
|
331
331
|
## Import
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -523,6 +523,7 @@ class ConnectionCloudSpannerArgs:
|
|
523
523
|
|
524
524
|
@property
|
525
525
|
@pulumi.getter(name="useServerlessAnalytics")
|
526
|
+
@_utilities.deprecated("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
|
526
527
|
def use_serverless_analytics(self) -> Optional[pulumi.Input[bool]]:
|
527
528
|
"""
|
528
529
|
(Optional, Deprecated)
|
@@ -530,9 +531,6 @@ class ConnectionCloudSpannerArgs:
|
|
530
531
|
|
531
532
|
> **Warning:** `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.
|
532
533
|
"""
|
533
|
-
warnings.warn("""`useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""", DeprecationWarning)
|
534
|
-
pulumi.log.warn("""use_serverless_analytics is deprecated: `useServerlessAnalytics` is deprecated and will be removed in a future major release. Use `useDataBoost` instead.""")
|
535
|
-
|
536
534
|
return pulumi.get(self, "use_serverless_analytics")
|
537
535
|
|
538
536
|
@use_serverless_analytics.setter
|
@@ -5676,6 +5674,7 @@ class TableTimePartitioningArgs:
|
|
5676
5674
|
|
5677
5675
|
@property
|
5678
5676
|
@pulumi.getter(name="requirePartitionFilter")
|
5677
|
+
@_utilities.deprecated("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
|
5679
5678
|
def require_partition_filter(self) -> Optional[pulumi.Input[bool]]:
|
5680
5679
|
"""
|
5681
5680
|
If set to true, queries over this table
|
@@ -5683,9 +5682,6 @@ class TableTimePartitioningArgs:
|
|
5683
5682
|
specified. `require_partition_filter` is deprecated and will be removed in
|
5684
5683
|
a future major release. Use the top level field with the same name instead.
|
5685
5684
|
"""
|
5686
|
-
warnings.warn("""This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""", DeprecationWarning)
|
5687
|
-
pulumi.log.warn("""require_partition_filter is deprecated: This field is deprecated and will be removed in a future major release; please use the top level field with the same name instead.""")
|
5688
|
-
|
5689
5685
|
return pulumi.get(self, "require_partition_filter")
|
5690
5686
|
|
5691
5687
|
@require_partition_filter.setter
|
@@ -674,7 +674,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
674
674
|
friendly_name="foo",
|
675
675
|
description="bar",
|
676
676
|
location="asia-northeast1",
|
677
|
-
opts=pulumi.ResourceOptions(depends_on=[permissions]))
|
677
|
+
opts = pulumi.ResourceOptions(depends_on=[permissions]))
|
678
678
|
query_config = gcp.bigquery.DataTransferConfig("query_config",
|
679
679
|
display_name="my-query",
|
680
680
|
location="asia-northeast1",
|
@@ -686,7 +686,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
686
686
|
"write_disposition": "WRITE_APPEND",
|
687
687
|
"query": "SELECT name FROM tabl WHERE x = 'y'",
|
688
688
|
},
|
689
|
-
opts=pulumi.ResourceOptions(depends_on=[permissions]))
|
689
|
+
opts = pulumi.ResourceOptions(depends_on=[permissions]))
|
690
690
|
```
|
691
691
|
|
692
692
|
## Import
|
@@ -784,7 +784,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
784
784
|
friendly_name="foo",
|
785
785
|
description="bar",
|
786
786
|
location="asia-northeast1",
|
787
|
-
opts=pulumi.ResourceOptions(depends_on=[permissions]))
|
787
|
+
opts = pulumi.ResourceOptions(depends_on=[permissions]))
|
788
788
|
query_config = gcp.bigquery.DataTransferConfig("query_config",
|
789
789
|
display_name="my-query",
|
790
790
|
location="asia-northeast1",
|
@@ -796,7 +796,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
796
796
|
"write_disposition": "WRITE_APPEND",
|
797
797
|
"query": "SELECT name FROM tabl WHERE x = 'y'",
|
798
798
|
},
|
799
|
-
opts=pulumi.ResourceOptions(depends_on=[permissions]))
|
799
|
+
opts = pulumi.ResourceOptions(depends_on=[permissions]))
|
800
800
|
```
|
801
801
|
|
802
802
|
## Import
|