pulumi-gcp 7.3.0a1702567892__py3-none-any.whl → 7.3.1__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +129 -0
- pulumi_gcp/artifactregistry/_inputs.py +88 -0
- pulumi_gcp/artifactregistry/outputs.py +148 -0
- pulumi_gcp/artifactregistry/repository.py +116 -16
- pulumi_gcp/bigquery/_inputs.py +110 -0
- pulumi_gcp/bigquery/connection.py +123 -3
- pulumi_gcp/bigquery/outputs.py +145 -0
- pulumi_gcp/cloudbuild/_inputs.py +241 -1
- pulumi_gcp/cloudbuild/outputs.py +353 -2
- pulumi_gcp/cloudfunctionsv2/_inputs.py +6 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +6 -2
- pulumi_gcp/cloudidentity/_inputs.py +54 -5
- pulumi_gcp/cloudidentity/group_membership.py +0 -8
- pulumi_gcp/cloudidentity/outputs.py +99 -4
- pulumi_gcp/cloudrunv2/_inputs.py +8 -4
- pulumi_gcp/cloudrunv2/job.py +44 -0
- pulumi_gcp/cloudrunv2/outputs.py +8 -4
- pulumi_gcp/cloudrunv2/service.py +42 -0
- pulumi_gcp/cloudtasks/queue.py +0 -10
- pulumi_gcp/composer/_inputs.py +17 -4
- pulumi_gcp/composer/outputs.py +20 -4
- pulumi_gcp/compute/_inputs.py +46 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +11 -1
- pulumi_gcp/compute/global_forwarding_rule.py +69 -0
- pulumi_gcp/compute/outputs.py +75 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +58 -0
- pulumi_gcp/container/node_pool.py +68 -14
- pulumi_gcp/container/outputs.py +68 -0
- pulumi_gcp/dataform/__init__.py +4 -0
- pulumi_gcp/dataform/_inputs.py +80 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +144 -0
- pulumi_gcp/dataform/outputs.py +56 -0
- pulumi_gcp/dataform/repository_iam_binding.py +325 -0
- pulumi_gcp/dataform/repository_iam_member.py +325 -0
- pulumi_gcp/dataform/repository_iam_policy.py +254 -0
- pulumi_gcp/dataloss/_inputs.py +29 -26
- pulumi_gcp/dataloss/outputs.py +28 -25
- pulumi_gcp/dataloss/prevention_job_trigger.py +78 -0
- pulumi_gcp/datastream/connection_profile.py +82 -4
- pulumi_gcp/datastream/stream.py +32 -22
- pulumi_gcp/firestore/database.py +146 -28
- pulumi_gcp/gkehub/_inputs.py +821 -3
- pulumi_gcp/gkehub/feature.py +176 -0
- pulumi_gcp/gkehub/feature_membership.py +105 -59
- pulumi_gcp/gkehub/fleet.py +70 -2
- pulumi_gcp/gkehub/outputs.py +819 -3
- pulumi_gcp/gkehub/scope.py +2 -2
- pulumi_gcp/iam/_inputs.py +72 -0
- pulumi_gcp/iam/outputs.py +79 -0
- pulumi_gcp/iam/workforce_pool.py +75 -0
- pulumi_gcp/identityplatform/project_default_config.py +4 -0
- pulumi_gcp/logging/__init__.py +3 -0
- pulumi_gcp/logging/get_folder_settings.py +197 -0
- pulumi_gcp/logging/get_organization_settings.py +197 -0
- pulumi_gcp/logging/get_project_settings.py +197 -0
- pulumi_gcp/migrationcenter/__init__.py +8 -0
- pulumi_gcp/migrationcenter/group.py +652 -0
- pulumi_gcp/netapp/__init__.py +8 -0
- pulumi_gcp/netapp/storage_pool.py +970 -0
- pulumi_gcp/projects/iam_custom_role.py +7 -7
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/securesourcemanager/__init__.py +14 -0
- pulumi_gcp/securesourcemanager/_inputs.py +94 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +168 -0
- pulumi_gcp/securesourcemanager/instance.py +607 -0
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_member.py +325 -0
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +254 -0
- pulumi_gcp/securesourcemanager/outputs.py +70 -0
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +528 -0
- pulumi_gcp/sql/_inputs.py +2 -2
- pulumi_gcp/sql/database_instance.py +4 -4
- pulumi_gcp/sql/outputs.py +2 -2
- pulumi_gcp/storage/_inputs.py +16 -0
- pulumi_gcp/storage/outputs.py +21 -0
- pulumi_gcp/vertex/__init__.py +4 -0
- pulumi_gcp/vertex/_inputs.py +80 -0
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +325 -0
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +254 -0
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +140 -0
- pulumi_gcp/vertex/outputs.py +56 -0
- pulumi_gcp/vmwareengine/__init__.py +5 -0
- pulumi_gcp/vmwareengine/_inputs.py +104 -2
- pulumi_gcp/vmwareengine/get_network.py +14 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +260 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +228 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +133 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +14 -4
- pulumi_gcp/vmwareengine/network.py +41 -7
- pulumi_gcp/vmwareengine/network_peering.py +959 -0
- pulumi_gcp/vmwareengine/network_policy.py +836 -0
- pulumi_gcp/vmwareengine/outputs.py +133 -2
- pulumi_gcp/vmwareengine/private_cloud.py +20 -68
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/RECORD +101 -72
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.3.0a1702567892.dist-info → pulumi_gcp-7.3.1.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -154,10 +154,14 @@ if typing.TYPE_CHECKING:
|
|
154
154
|
looker = __looker
|
155
155
|
import pulumi_gcp.memcache as __memcache
|
156
156
|
memcache = __memcache
|
157
|
+
import pulumi_gcp.migrationcenter as __migrationcenter
|
158
|
+
migrationcenter = __migrationcenter
|
157
159
|
import pulumi_gcp.ml as __ml
|
158
160
|
ml = __ml
|
159
161
|
import pulumi_gcp.monitoring as __monitoring
|
160
162
|
monitoring = __monitoring
|
163
|
+
import pulumi_gcp.netapp as __netapp
|
164
|
+
netapp = __netapp
|
161
165
|
import pulumi_gcp.networkconnectivity as __networkconnectivity
|
162
166
|
networkconnectivity = __networkconnectivity
|
163
167
|
import pulumi_gcp.networkmanagement as __networkmanagement
|
@@ -190,6 +194,8 @@ if typing.TYPE_CHECKING:
|
|
190
194
|
runtimeconfig = __runtimeconfig
|
191
195
|
import pulumi_gcp.secretmanager as __secretmanager
|
192
196
|
secretmanager = __secretmanager
|
197
|
+
import pulumi_gcp.securesourcemanager as __securesourcemanager
|
198
|
+
securesourcemanager = __securesourcemanager
|
193
199
|
import pulumi_gcp.securitycenter as __securitycenter
|
194
200
|
securitycenter = __securitycenter
|
195
201
|
import pulumi_gcp.serviceaccount as __serviceaccount
|
@@ -295,8 +301,10 @@ else:
|
|
295
301
|
logging = _utilities.lazy_import('pulumi_gcp.logging')
|
296
302
|
looker = _utilities.lazy_import('pulumi_gcp.looker')
|
297
303
|
memcache = _utilities.lazy_import('pulumi_gcp.memcache')
|
304
|
+
migrationcenter = _utilities.lazy_import('pulumi_gcp.migrationcenter')
|
298
305
|
ml = _utilities.lazy_import('pulumi_gcp.ml')
|
299
306
|
monitoring = _utilities.lazy_import('pulumi_gcp.monitoring')
|
307
|
+
netapp = _utilities.lazy_import('pulumi_gcp.netapp')
|
300
308
|
networkconnectivity = _utilities.lazy_import('pulumi_gcp.networkconnectivity')
|
301
309
|
networkmanagement = _utilities.lazy_import('pulumi_gcp.networkmanagement')
|
302
310
|
networksecurity = _utilities.lazy_import('pulumi_gcp.networksecurity')
|
@@ -313,6 +321,7 @@ else:
|
|
313
321
|
resourcemanager = _utilities.lazy_import('pulumi_gcp.resourcemanager')
|
314
322
|
runtimeconfig = _utilities.lazy_import('pulumi_gcp.runtimeconfig')
|
315
323
|
secretmanager = _utilities.lazy_import('pulumi_gcp.secretmanager')
|
324
|
+
securesourcemanager = _utilities.lazy_import('pulumi_gcp.securesourcemanager')
|
316
325
|
securitycenter = _utilities.lazy_import('pulumi_gcp.securitycenter')
|
317
326
|
serviceaccount = _utilities.lazy_import('pulumi_gcp.serviceaccount')
|
318
327
|
servicedirectory = _utilities.lazy_import('pulumi_gcp.servicedirectory')
|
@@ -3261,6 +3270,30 @@ _utilities.register(
|
|
3261
3270
|
"gcp:dataform/repository:Repository": "Repository"
|
3262
3271
|
}
|
3263
3272
|
},
|
3273
|
+
{
|
3274
|
+
"pkg": "gcp",
|
3275
|
+
"mod": "dataform/repositoryIamBinding",
|
3276
|
+
"fqn": "pulumi_gcp.dataform",
|
3277
|
+
"classes": {
|
3278
|
+
"gcp:dataform/repositoryIamBinding:RepositoryIamBinding": "RepositoryIamBinding"
|
3279
|
+
}
|
3280
|
+
},
|
3281
|
+
{
|
3282
|
+
"pkg": "gcp",
|
3283
|
+
"mod": "dataform/repositoryIamMember",
|
3284
|
+
"fqn": "pulumi_gcp.dataform",
|
3285
|
+
"classes": {
|
3286
|
+
"gcp:dataform/repositoryIamMember:RepositoryIamMember": "RepositoryIamMember"
|
3287
|
+
}
|
3288
|
+
},
|
3289
|
+
{
|
3290
|
+
"pkg": "gcp",
|
3291
|
+
"mod": "dataform/repositoryIamPolicy",
|
3292
|
+
"fqn": "pulumi_gcp.dataform",
|
3293
|
+
"classes": {
|
3294
|
+
"gcp:dataform/repositoryIamPolicy:RepositoryIamPolicy": "RepositoryIamPolicy"
|
3295
|
+
}
|
3296
|
+
},
|
3264
3297
|
{
|
3265
3298
|
"pkg": "gcp",
|
3266
3299
|
"mod": "dataform/repositoryReleaseConfig",
|
@@ -5237,6 +5270,14 @@ _utilities.register(
|
|
5237
5270
|
"gcp:memcache/instance:Instance": "Instance"
|
5238
5271
|
}
|
5239
5272
|
},
|
5273
|
+
{
|
5274
|
+
"pkg": "gcp",
|
5275
|
+
"mod": "migrationcenter/group",
|
5276
|
+
"fqn": "pulumi_gcp.migrationcenter",
|
5277
|
+
"classes": {
|
5278
|
+
"gcp:migrationcenter/group:Group": "Group"
|
5279
|
+
}
|
5280
|
+
},
|
5240
5281
|
{
|
5241
5282
|
"pkg": "gcp",
|
5242
5283
|
"mod": "ml/engineModel",
|
@@ -5325,6 +5366,14 @@ _utilities.register(
|
|
5325
5366
|
"gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig": "UptimeCheckConfig"
|
5326
5367
|
}
|
5327
5368
|
},
|
5369
|
+
{
|
5370
|
+
"pkg": "gcp",
|
5371
|
+
"mod": "netapp/storagePool",
|
5372
|
+
"fqn": "pulumi_gcp.netapp",
|
5373
|
+
"classes": {
|
5374
|
+
"gcp:netapp/storagePool:StoragePool": "StoragePool"
|
5375
|
+
}
|
5376
|
+
},
|
5328
5377
|
{
|
5329
5378
|
"pkg": "gcp",
|
5330
5379
|
"mod": "networkconnectivity/hub",
|
@@ -6045,6 +6094,46 @@ _utilities.register(
|
|
6045
6094
|
"gcp:secretmanager/secretVersion:SecretVersion": "SecretVersion"
|
6046
6095
|
}
|
6047
6096
|
},
|
6097
|
+
{
|
6098
|
+
"pkg": "gcp",
|
6099
|
+
"mod": "securesourcemanager/instance",
|
6100
|
+
"fqn": "pulumi_gcp.securesourcemanager",
|
6101
|
+
"classes": {
|
6102
|
+
"gcp:securesourcemanager/instance:Instance": "Instance"
|
6103
|
+
}
|
6104
|
+
},
|
6105
|
+
{
|
6106
|
+
"pkg": "gcp",
|
6107
|
+
"mod": "securesourcemanager/instanceIamBinding",
|
6108
|
+
"fqn": "pulumi_gcp.securesourcemanager",
|
6109
|
+
"classes": {
|
6110
|
+
"gcp:securesourcemanager/instanceIamBinding:InstanceIamBinding": "InstanceIamBinding"
|
6111
|
+
}
|
6112
|
+
},
|
6113
|
+
{
|
6114
|
+
"pkg": "gcp",
|
6115
|
+
"mod": "securesourcemanager/instanceIamMember",
|
6116
|
+
"fqn": "pulumi_gcp.securesourcemanager",
|
6117
|
+
"classes": {
|
6118
|
+
"gcp:securesourcemanager/instanceIamMember:InstanceIamMember": "InstanceIamMember"
|
6119
|
+
}
|
6120
|
+
},
|
6121
|
+
{
|
6122
|
+
"pkg": "gcp",
|
6123
|
+
"mod": "securesourcemanager/instanceIamPolicy",
|
6124
|
+
"fqn": "pulumi_gcp.securesourcemanager",
|
6125
|
+
"classes": {
|
6126
|
+
"gcp:securesourcemanager/instanceIamPolicy:InstanceIamPolicy": "InstanceIamPolicy"
|
6127
|
+
}
|
6128
|
+
},
|
6129
|
+
{
|
6130
|
+
"pkg": "gcp",
|
6131
|
+
"mod": "securitycenter/eventThreatDetectionCustomModule",
|
6132
|
+
"fqn": "pulumi_gcp.securitycenter",
|
6133
|
+
"classes": {
|
6134
|
+
"gcp:securitycenter/eventThreatDetectionCustomModule:EventThreatDetectionCustomModule": "EventThreatDetectionCustomModule"
|
6135
|
+
}
|
6136
|
+
},
|
6048
6137
|
{
|
6049
6138
|
"pkg": "gcp",
|
6050
6139
|
"mod": "securitycenter/folderCustomModule",
|
@@ -6653,6 +6742,30 @@ _utilities.register(
|
|
6653
6742
|
"gcp:vertex/aiEndpoint:AiEndpoint": "AiEndpoint"
|
6654
6743
|
}
|
6655
6744
|
},
|
6745
|
+
{
|
6746
|
+
"pkg": "gcp",
|
6747
|
+
"mod": "vertex/aiEndpointIamBinding",
|
6748
|
+
"fqn": "pulumi_gcp.vertex",
|
6749
|
+
"classes": {
|
6750
|
+
"gcp:vertex/aiEndpointIamBinding:AiEndpointIamBinding": "AiEndpointIamBinding"
|
6751
|
+
}
|
6752
|
+
},
|
6753
|
+
{
|
6754
|
+
"pkg": "gcp",
|
6755
|
+
"mod": "vertex/aiEndpointIamMember",
|
6756
|
+
"fqn": "pulumi_gcp.vertex",
|
6757
|
+
"classes": {
|
6758
|
+
"gcp:vertex/aiEndpointIamMember:AiEndpointIamMember": "AiEndpointIamMember"
|
6759
|
+
}
|
6760
|
+
},
|
6761
|
+
{
|
6762
|
+
"pkg": "gcp",
|
6763
|
+
"mod": "vertex/aiEndpointIamPolicy",
|
6764
|
+
"fqn": "pulumi_gcp.vertex",
|
6765
|
+
"classes": {
|
6766
|
+
"gcp:vertex/aiEndpointIamPolicy:AiEndpointIamPolicy": "AiEndpointIamPolicy"
|
6767
|
+
}
|
6768
|
+
},
|
6656
6769
|
{
|
6657
6770
|
"pkg": "gcp",
|
6658
6771
|
"mod": "vertex/aiFeatureStore",
|
@@ -6773,6 +6886,22 @@ _utilities.register(
|
|
6773
6886
|
"gcp:vmwareengine/network:Network": "Network"
|
6774
6887
|
}
|
6775
6888
|
},
|
6889
|
+
{
|
6890
|
+
"pkg": "gcp",
|
6891
|
+
"mod": "vmwareengine/networkPeering",
|
6892
|
+
"fqn": "pulumi_gcp.vmwareengine",
|
6893
|
+
"classes": {
|
6894
|
+
"gcp:vmwareengine/networkPeering:NetworkPeering": "NetworkPeering"
|
6895
|
+
}
|
6896
|
+
},
|
6897
|
+
{
|
6898
|
+
"pkg": "gcp",
|
6899
|
+
"mod": "vmwareengine/networkPolicy",
|
6900
|
+
"fqn": "pulumi_gcp.vmwareengine",
|
6901
|
+
"classes": {
|
6902
|
+
"gcp:vmwareengine/networkPolicy:NetworkPolicy": "NetworkPolicy"
|
6903
|
+
}
|
6904
|
+
},
|
6776
6905
|
{
|
6777
6906
|
"pkg": "gcp",
|
6778
6907
|
"mod": "vmwareengine/privateCloud",
|
@@ -24,6 +24,8 @@ __all__ = [
|
|
24
24
|
'RepositoryRemoteRepositoryConfigMavenRepositoryArgs',
|
25
25
|
'RepositoryRemoteRepositoryConfigNpmRepositoryArgs',
|
26
26
|
'RepositoryRemoteRepositoryConfigPythonRepositoryArgs',
|
27
|
+
'RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs',
|
28
|
+
'RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs',
|
27
29
|
'RepositoryRemoteRepositoryConfigYumRepositoryArgs',
|
28
30
|
'RepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryArgs',
|
29
31
|
'RepositoryVirtualRepositoryConfigArgs',
|
@@ -349,6 +351,7 @@ class RepositoryRemoteRepositoryConfigArgs:
|
|
349
351
|
maven_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigMavenRepositoryArgs']] = None,
|
350
352
|
npm_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigNpmRepositoryArgs']] = None,
|
351
353
|
python_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigPythonRepositoryArgs']] = None,
|
354
|
+
upstream_credentials: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs']] = None,
|
352
355
|
yum_repository: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigYumRepositoryArgs']] = None):
|
353
356
|
"""
|
354
357
|
:param pulumi.Input['RepositoryRemoteRepositoryConfigAptRepositoryArgs'] apt_repository: Specific settings for an Apt remote repository.
|
@@ -362,6 +365,8 @@ class RepositoryRemoteRepositoryConfigArgs:
|
|
362
365
|
Structure is documented below.
|
363
366
|
:param pulumi.Input['RepositoryRemoteRepositoryConfigPythonRepositoryArgs'] python_repository: Specific settings for a Python remote repository.
|
364
367
|
Structure is documented below.
|
368
|
+
:param pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs'] upstream_credentials: The credentials used to access the remote repository.
|
369
|
+
Structure is documented below.
|
365
370
|
:param pulumi.Input['RepositoryRemoteRepositoryConfigYumRepositoryArgs'] yum_repository: Specific settings for an Yum remote repository.
|
366
371
|
Structure is documented below.
|
367
372
|
"""
|
@@ -377,6 +382,8 @@ class RepositoryRemoteRepositoryConfigArgs:
|
|
377
382
|
pulumi.set(__self__, "npm_repository", npm_repository)
|
378
383
|
if python_repository is not None:
|
379
384
|
pulumi.set(__self__, "python_repository", python_repository)
|
385
|
+
if upstream_credentials is not None:
|
386
|
+
pulumi.set(__self__, "upstream_credentials", upstream_credentials)
|
380
387
|
if yum_repository is not None:
|
381
388
|
pulumi.set(__self__, "yum_repository", yum_repository)
|
382
389
|
|
@@ -457,6 +464,19 @@ class RepositoryRemoteRepositoryConfigArgs:
|
|
457
464
|
def python_repository(self, value: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigPythonRepositoryArgs']]):
|
458
465
|
pulumi.set(self, "python_repository", value)
|
459
466
|
|
467
|
+
@property
|
468
|
+
@pulumi.getter(name="upstreamCredentials")
|
469
|
+
def upstream_credentials(self) -> Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs']]:
|
470
|
+
"""
|
471
|
+
The credentials used to access the remote repository.
|
472
|
+
Structure is documented below.
|
473
|
+
"""
|
474
|
+
return pulumi.get(self, "upstream_credentials")
|
475
|
+
|
476
|
+
@upstream_credentials.setter
|
477
|
+
def upstream_credentials(self, value: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs']]):
|
478
|
+
pulumi.set(self, "upstream_credentials", value)
|
479
|
+
|
460
480
|
@property
|
461
481
|
@pulumi.getter(name="yumRepository")
|
462
482
|
def yum_repository(self) -> Optional[pulumi.Input['RepositoryRemoteRepositoryConfigYumRepositoryArgs']]:
|
@@ -643,6 +663,74 @@ class RepositoryRemoteRepositoryConfigPythonRepositoryArgs:
|
|
643
663
|
pulumi.set(self, "public_repository", value)
|
644
664
|
|
645
665
|
|
666
|
+
@pulumi.input_type
|
667
|
+
class RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs:
|
668
|
+
def __init__(__self__, *,
|
669
|
+
username_password_credentials: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs']] = None):
|
670
|
+
"""
|
671
|
+
:param pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs'] username_password_credentials: Use username and password to access the remote repository.
|
672
|
+
Structure is documented below.
|
673
|
+
"""
|
674
|
+
if username_password_credentials is not None:
|
675
|
+
pulumi.set(__self__, "username_password_credentials", username_password_credentials)
|
676
|
+
|
677
|
+
@property
|
678
|
+
@pulumi.getter(name="usernamePasswordCredentials")
|
679
|
+
def username_password_credentials(self) -> Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs']]:
|
680
|
+
"""
|
681
|
+
Use username and password to access the remote repository.
|
682
|
+
Structure is documented below.
|
683
|
+
"""
|
684
|
+
return pulumi.get(self, "username_password_credentials")
|
685
|
+
|
686
|
+
@username_password_credentials.setter
|
687
|
+
def username_password_credentials(self, value: Optional[pulumi.Input['RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs']]):
|
688
|
+
pulumi.set(self, "username_password_credentials", value)
|
689
|
+
|
690
|
+
|
691
|
+
@pulumi.input_type
|
692
|
+
class RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs:
|
693
|
+
def __init__(__self__, *,
|
694
|
+
password_secret_version: Optional[pulumi.Input[str]] = None,
|
695
|
+
username: Optional[pulumi.Input[str]] = None):
|
696
|
+
"""
|
697
|
+
:param pulumi.Input[str] password_secret_version: The Secret Manager key version that holds the password to access the
|
698
|
+
remote repository. Must be in the format of
|
699
|
+
`projects/{project}/secrets/{secret}/versions/{version}`.
|
700
|
+
:param pulumi.Input[str] username: The username to access the remote repository.
|
701
|
+
"""
|
702
|
+
if password_secret_version is not None:
|
703
|
+
pulumi.set(__self__, "password_secret_version", password_secret_version)
|
704
|
+
if username is not None:
|
705
|
+
pulumi.set(__self__, "username", username)
|
706
|
+
|
707
|
+
@property
|
708
|
+
@pulumi.getter(name="passwordSecretVersion")
|
709
|
+
def password_secret_version(self) -> Optional[pulumi.Input[str]]:
|
710
|
+
"""
|
711
|
+
The Secret Manager key version that holds the password to access the
|
712
|
+
remote repository. Must be in the format of
|
713
|
+
`projects/{project}/secrets/{secret}/versions/{version}`.
|
714
|
+
"""
|
715
|
+
return pulumi.get(self, "password_secret_version")
|
716
|
+
|
717
|
+
@password_secret_version.setter
|
718
|
+
def password_secret_version(self, value: Optional[pulumi.Input[str]]):
|
719
|
+
pulumi.set(self, "password_secret_version", value)
|
720
|
+
|
721
|
+
@property
|
722
|
+
@pulumi.getter
|
723
|
+
def username(self) -> Optional[pulumi.Input[str]]:
|
724
|
+
"""
|
725
|
+
The username to access the remote repository.
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "username")
|
728
|
+
|
729
|
+
@username.setter
|
730
|
+
def username(self, value: Optional[pulumi.Input[str]]):
|
731
|
+
pulumi.set(self, "username", value)
|
732
|
+
|
733
|
+
|
646
734
|
@pulumi.input_type
|
647
735
|
class RepositoryRemoteRepositoryConfigYumRepositoryArgs:
|
648
736
|
def __init__(__self__, *,
|
@@ -25,6 +25,8 @@ __all__ = [
|
|
25
25
|
'RepositoryRemoteRepositoryConfigMavenRepository',
|
26
26
|
'RepositoryRemoteRepositoryConfigNpmRepository',
|
27
27
|
'RepositoryRemoteRepositoryConfigPythonRepository',
|
28
|
+
'RepositoryRemoteRepositoryConfigUpstreamCredentials',
|
29
|
+
'RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials',
|
28
30
|
'RepositoryRemoteRepositoryConfigYumRepository',
|
29
31
|
'RepositoryRemoteRepositoryConfigYumRepositoryPublicRepository',
|
30
32
|
'RepositoryVirtualRepositoryConfig',
|
@@ -41,6 +43,8 @@ __all__ = [
|
|
41
43
|
'GetRepositoryRemoteRepositoryConfigMavenRepositoryResult',
|
42
44
|
'GetRepositoryRemoteRepositoryConfigNpmRepositoryResult',
|
43
45
|
'GetRepositoryRemoteRepositoryConfigPythonRepositoryResult',
|
46
|
+
'GetRepositoryRemoteRepositoryConfigUpstreamCredentialResult',
|
47
|
+
'GetRepositoryRemoteRepositoryConfigUpstreamCredentialUsernamePasswordCredentialResult',
|
44
48
|
'GetRepositoryRemoteRepositoryConfigYumRepositoryResult',
|
45
49
|
'GetRepositoryRemoteRepositoryConfigYumRepositoryPublicRepositoryResult',
|
46
50
|
'GetRepositoryVirtualRepositoryConfigResult',
|
@@ -387,6 +391,8 @@ class RepositoryRemoteRepositoryConfig(dict):
|
|
387
391
|
suggest = "npm_repository"
|
388
392
|
elif key == "pythonRepository":
|
389
393
|
suggest = "python_repository"
|
394
|
+
elif key == "upstreamCredentials":
|
395
|
+
suggest = "upstream_credentials"
|
390
396
|
elif key == "yumRepository":
|
391
397
|
suggest = "yum_repository"
|
392
398
|
|
@@ -408,6 +414,7 @@ class RepositoryRemoteRepositoryConfig(dict):
|
|
408
414
|
maven_repository: Optional['outputs.RepositoryRemoteRepositoryConfigMavenRepository'] = None,
|
409
415
|
npm_repository: Optional['outputs.RepositoryRemoteRepositoryConfigNpmRepository'] = None,
|
410
416
|
python_repository: Optional['outputs.RepositoryRemoteRepositoryConfigPythonRepository'] = None,
|
417
|
+
upstream_credentials: Optional['outputs.RepositoryRemoteRepositoryConfigUpstreamCredentials'] = None,
|
411
418
|
yum_repository: Optional['outputs.RepositoryRemoteRepositoryConfigYumRepository'] = None):
|
412
419
|
"""
|
413
420
|
:param 'RepositoryRemoteRepositoryConfigAptRepositoryArgs' apt_repository: Specific settings for an Apt remote repository.
|
@@ -421,6 +428,8 @@ class RepositoryRemoteRepositoryConfig(dict):
|
|
421
428
|
Structure is documented below.
|
422
429
|
:param 'RepositoryRemoteRepositoryConfigPythonRepositoryArgs' python_repository: Specific settings for a Python remote repository.
|
423
430
|
Structure is documented below.
|
431
|
+
:param 'RepositoryRemoteRepositoryConfigUpstreamCredentialsArgs' upstream_credentials: The credentials used to access the remote repository.
|
432
|
+
Structure is documented below.
|
424
433
|
:param 'RepositoryRemoteRepositoryConfigYumRepositoryArgs' yum_repository: Specific settings for an Yum remote repository.
|
425
434
|
Structure is documented below.
|
426
435
|
"""
|
@@ -436,6 +445,8 @@ class RepositoryRemoteRepositoryConfig(dict):
|
|
436
445
|
pulumi.set(__self__, "npm_repository", npm_repository)
|
437
446
|
if python_repository is not None:
|
438
447
|
pulumi.set(__self__, "python_repository", python_repository)
|
448
|
+
if upstream_credentials is not None:
|
449
|
+
pulumi.set(__self__, "upstream_credentials", upstream_credentials)
|
439
450
|
if yum_repository is not None:
|
440
451
|
pulumi.set(__self__, "yum_repository", yum_repository)
|
441
452
|
|
@@ -492,6 +503,15 @@ class RepositoryRemoteRepositoryConfig(dict):
|
|
492
503
|
"""
|
493
504
|
return pulumi.get(self, "python_repository")
|
494
505
|
|
506
|
+
@property
|
507
|
+
@pulumi.getter(name="upstreamCredentials")
|
508
|
+
def upstream_credentials(self) -> Optional['outputs.RepositoryRemoteRepositoryConfigUpstreamCredentials']:
|
509
|
+
"""
|
510
|
+
The credentials used to access the remote repository.
|
511
|
+
Structure is documented below.
|
512
|
+
"""
|
513
|
+
return pulumi.get(self, "upstream_credentials")
|
514
|
+
|
495
515
|
@property
|
496
516
|
@pulumi.getter(name="yumRepository")
|
497
517
|
def yum_repository(self) -> Optional['outputs.RepositoryRemoteRepositoryConfigYumRepository']:
|
@@ -750,6 +770,96 @@ class RepositoryRemoteRepositoryConfigPythonRepository(dict):
|
|
750
770
|
return pulumi.get(self, "public_repository")
|
751
771
|
|
752
772
|
|
773
|
+
@pulumi.output_type
|
774
|
+
class RepositoryRemoteRepositoryConfigUpstreamCredentials(dict):
|
775
|
+
@staticmethod
|
776
|
+
def __key_warning(key: str):
|
777
|
+
suggest = None
|
778
|
+
if key == "usernamePasswordCredentials":
|
779
|
+
suggest = "username_password_credentials"
|
780
|
+
|
781
|
+
if suggest:
|
782
|
+
pulumi.log.warn(f"Key '{key}' not found in RepositoryRemoteRepositoryConfigUpstreamCredentials. Access the value via the '{suggest}' property getter instead.")
|
783
|
+
|
784
|
+
def __getitem__(self, key: str) -> Any:
|
785
|
+
RepositoryRemoteRepositoryConfigUpstreamCredentials.__key_warning(key)
|
786
|
+
return super().__getitem__(key)
|
787
|
+
|
788
|
+
def get(self, key: str, default = None) -> Any:
|
789
|
+
RepositoryRemoteRepositoryConfigUpstreamCredentials.__key_warning(key)
|
790
|
+
return super().get(key, default)
|
791
|
+
|
792
|
+
def __init__(__self__, *,
|
793
|
+
username_password_credentials: Optional['outputs.RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials'] = None):
|
794
|
+
"""
|
795
|
+
:param 'RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentialsArgs' username_password_credentials: Use username and password to access the remote repository.
|
796
|
+
Structure is documented below.
|
797
|
+
"""
|
798
|
+
if username_password_credentials is not None:
|
799
|
+
pulumi.set(__self__, "username_password_credentials", username_password_credentials)
|
800
|
+
|
801
|
+
@property
|
802
|
+
@pulumi.getter(name="usernamePasswordCredentials")
|
803
|
+
def username_password_credentials(self) -> Optional['outputs.RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials']:
|
804
|
+
"""
|
805
|
+
Use username and password to access the remote repository.
|
806
|
+
Structure is documented below.
|
807
|
+
"""
|
808
|
+
return pulumi.get(self, "username_password_credentials")
|
809
|
+
|
810
|
+
|
811
|
+
@pulumi.output_type
|
812
|
+
class RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials(dict):
|
813
|
+
@staticmethod
|
814
|
+
def __key_warning(key: str):
|
815
|
+
suggest = None
|
816
|
+
if key == "passwordSecretVersion":
|
817
|
+
suggest = "password_secret_version"
|
818
|
+
|
819
|
+
if suggest:
|
820
|
+
pulumi.log.warn(f"Key '{key}' not found in RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials. Access the value via the '{suggest}' property getter instead.")
|
821
|
+
|
822
|
+
def __getitem__(self, key: str) -> Any:
|
823
|
+
RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials.__key_warning(key)
|
824
|
+
return super().__getitem__(key)
|
825
|
+
|
826
|
+
def get(self, key: str, default = None) -> Any:
|
827
|
+
RepositoryRemoteRepositoryConfigUpstreamCredentialsUsernamePasswordCredentials.__key_warning(key)
|
828
|
+
return super().get(key, default)
|
829
|
+
|
830
|
+
def __init__(__self__, *,
|
831
|
+
password_secret_version: Optional[str] = None,
|
832
|
+
username: Optional[str] = None):
|
833
|
+
"""
|
834
|
+
:param str password_secret_version: The Secret Manager key version that holds the password to access the
|
835
|
+
remote repository. Must be in the format of
|
836
|
+
`projects/{project}/secrets/{secret}/versions/{version}`.
|
837
|
+
:param str username: The username to access the remote repository.
|
838
|
+
"""
|
839
|
+
if password_secret_version is not None:
|
840
|
+
pulumi.set(__self__, "password_secret_version", password_secret_version)
|
841
|
+
if username is not None:
|
842
|
+
pulumi.set(__self__, "username", username)
|
843
|
+
|
844
|
+
@property
|
845
|
+
@pulumi.getter(name="passwordSecretVersion")
|
846
|
+
def password_secret_version(self) -> Optional[str]:
|
847
|
+
"""
|
848
|
+
The Secret Manager key version that holds the password to access the
|
849
|
+
remote repository. Must be in the format of
|
850
|
+
`projects/{project}/secrets/{secret}/versions/{version}`.
|
851
|
+
"""
|
852
|
+
return pulumi.get(self, "password_secret_version")
|
853
|
+
|
854
|
+
@property
|
855
|
+
@pulumi.getter
|
856
|
+
def username(self) -> Optional[str]:
|
857
|
+
"""
|
858
|
+
The username to access the remote repository.
|
859
|
+
"""
|
860
|
+
return pulumi.get(self, "username")
|
861
|
+
|
862
|
+
|
753
863
|
@pulumi.output_type
|
754
864
|
class RepositoryRemoteRepositoryConfigYumRepository(dict):
|
755
865
|
@staticmethod
|
@@ -1062,6 +1172,7 @@ class GetRepositoryRemoteRepositoryConfigResult(dict):
|
|
1062
1172
|
maven_repositories: Sequence['outputs.GetRepositoryRemoteRepositoryConfigMavenRepositoryResult'],
|
1063
1173
|
npm_repositories: Sequence['outputs.GetRepositoryRemoteRepositoryConfigNpmRepositoryResult'],
|
1064
1174
|
python_repositories: Sequence['outputs.GetRepositoryRemoteRepositoryConfigPythonRepositoryResult'],
|
1175
|
+
upstream_credentials: Sequence['outputs.GetRepositoryRemoteRepositoryConfigUpstreamCredentialResult'],
|
1065
1176
|
yum_repositories: Sequence['outputs.GetRepositoryRemoteRepositoryConfigYumRepositoryResult']):
|
1066
1177
|
pulumi.set(__self__, "apt_repositories", apt_repositories)
|
1067
1178
|
pulumi.set(__self__, "description", description)
|
@@ -1069,6 +1180,7 @@ class GetRepositoryRemoteRepositoryConfigResult(dict):
|
|
1069
1180
|
pulumi.set(__self__, "maven_repositories", maven_repositories)
|
1070
1181
|
pulumi.set(__self__, "npm_repositories", npm_repositories)
|
1071
1182
|
pulumi.set(__self__, "python_repositories", python_repositories)
|
1183
|
+
pulumi.set(__self__, "upstream_credentials", upstream_credentials)
|
1072
1184
|
pulumi.set(__self__, "yum_repositories", yum_repositories)
|
1073
1185
|
|
1074
1186
|
@property
|
@@ -1101,6 +1213,11 @@ class GetRepositoryRemoteRepositoryConfigResult(dict):
|
|
1101
1213
|
def python_repositories(self) -> Sequence['outputs.GetRepositoryRemoteRepositoryConfigPythonRepositoryResult']:
|
1102
1214
|
return pulumi.get(self, "python_repositories")
|
1103
1215
|
|
1216
|
+
@property
|
1217
|
+
@pulumi.getter(name="upstreamCredentials")
|
1218
|
+
def upstream_credentials(self) -> Sequence['outputs.GetRepositoryRemoteRepositoryConfigUpstreamCredentialResult']:
|
1219
|
+
return pulumi.get(self, "upstream_credentials")
|
1220
|
+
|
1104
1221
|
@property
|
1105
1222
|
@pulumi.getter(name="yumRepositories")
|
1106
1223
|
def yum_repositories(self) -> Sequence['outputs.GetRepositoryRemoteRepositoryConfigYumRepositoryResult']:
|
@@ -1186,6 +1303,37 @@ class GetRepositoryRemoteRepositoryConfigPythonRepositoryResult(dict):
|
|
1186
1303
|
return pulumi.get(self, "public_repository")
|
1187
1304
|
|
1188
1305
|
|
1306
|
+
@pulumi.output_type
|
1307
|
+
class GetRepositoryRemoteRepositoryConfigUpstreamCredentialResult(dict):
|
1308
|
+
def __init__(__self__, *,
|
1309
|
+
username_password_credentials: Sequence['outputs.GetRepositoryRemoteRepositoryConfigUpstreamCredentialUsernamePasswordCredentialResult']):
|
1310
|
+
pulumi.set(__self__, "username_password_credentials", username_password_credentials)
|
1311
|
+
|
1312
|
+
@property
|
1313
|
+
@pulumi.getter(name="usernamePasswordCredentials")
|
1314
|
+
def username_password_credentials(self) -> Sequence['outputs.GetRepositoryRemoteRepositoryConfigUpstreamCredentialUsernamePasswordCredentialResult']:
|
1315
|
+
return pulumi.get(self, "username_password_credentials")
|
1316
|
+
|
1317
|
+
|
1318
|
+
@pulumi.output_type
|
1319
|
+
class GetRepositoryRemoteRepositoryConfigUpstreamCredentialUsernamePasswordCredentialResult(dict):
|
1320
|
+
def __init__(__self__, *,
|
1321
|
+
password_secret_version: str,
|
1322
|
+
username: str):
|
1323
|
+
pulumi.set(__self__, "password_secret_version", password_secret_version)
|
1324
|
+
pulumi.set(__self__, "username", username)
|
1325
|
+
|
1326
|
+
@property
|
1327
|
+
@pulumi.getter(name="passwordSecretVersion")
|
1328
|
+
def password_secret_version(self) -> str:
|
1329
|
+
return pulumi.get(self, "password_secret_version")
|
1330
|
+
|
1331
|
+
@property
|
1332
|
+
@pulumi.getter
|
1333
|
+
def username(self) -> str:
|
1334
|
+
return pulumi.get(self, "username")
|
1335
|
+
|
1336
|
+
|
1189
1337
|
@pulumi.output_type
|
1190
1338
|
class GetRepositoryRemoteRepositoryConfigYumRepositoryResult(dict):
|
1191
1339
|
def __init__(__self__, *,
|