pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
@@ -882,7 +882,7 @@ class AuthConfigDecryptedCredentialUsernameAndPassword(dict):
|
|
882
882
|
"""
|
883
883
|
:param str password: Password to be used.
|
884
884
|
|
885
|
-
<a name="
|
885
|
+
<a name="nested_decrypted_credential_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
886
886
|
:param str username: Username to be used.
|
887
887
|
"""
|
888
888
|
if password is not None:
|
@@ -896,7 +896,7 @@ class AuthConfigDecryptedCredentialUsernameAndPassword(dict):
|
|
896
896
|
"""
|
897
897
|
Password to be used.
|
898
898
|
|
899
|
-
<a name="
|
899
|
+
<a name="nested_decrypted_credential_oauth2_authorization_code"></a>The `oauth2_authorization_code` block supports:
|
900
900
|
"""
|
901
901
|
return pulumi.get(self, "password")
|
902
902
|
|
@@ -947,6 +947,21 @@ class Repository(pulumi.CustomResource):
|
|
947
947
|
format="DOCKER",
|
948
948
|
cleanup_policy_dry_run=False,
|
949
949
|
cleanup_policies=[
|
950
|
+
{
|
951
|
+
"id": "delete-untagged",
|
952
|
+
"action": "DELETE",
|
953
|
+
"condition": {
|
954
|
+
"tag_state": "UNTAGGED",
|
955
|
+
},
|
956
|
+
},
|
957
|
+
{
|
958
|
+
"id": "keep-new-untagged",
|
959
|
+
"action": "KEEP",
|
960
|
+
"condition": {
|
961
|
+
"tag_state": "UNTAGGED",
|
962
|
+
"newer_than": "7d",
|
963
|
+
},
|
964
|
+
},
|
950
965
|
{
|
951
966
|
"id": "delete-prerelease",
|
952
967
|
"action": "DELETE",
|
@@ -956,7 +971,7 @@ class Repository(pulumi.CustomResource):
|
|
956
971
|
"alpha",
|
957
972
|
"v0",
|
958
973
|
],
|
959
|
-
"older_than": "
|
974
|
+
"older_than": "30d",
|
960
975
|
},
|
961
976
|
},
|
962
977
|
{
|
@@ -1560,6 +1575,21 @@ class Repository(pulumi.CustomResource):
|
|
1560
1575
|
format="DOCKER",
|
1561
1576
|
cleanup_policy_dry_run=False,
|
1562
1577
|
cleanup_policies=[
|
1578
|
+
{
|
1579
|
+
"id": "delete-untagged",
|
1580
|
+
"action": "DELETE",
|
1581
|
+
"condition": {
|
1582
|
+
"tag_state": "UNTAGGED",
|
1583
|
+
},
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
"id": "keep-new-untagged",
|
1587
|
+
"action": "KEEP",
|
1588
|
+
"condition": {
|
1589
|
+
"tag_state": "UNTAGGED",
|
1590
|
+
"newer_than": "7d",
|
1591
|
+
},
|
1592
|
+
},
|
1563
1593
|
{
|
1564
1594
|
"id": "delete-prerelease",
|
1565
1595
|
"action": "DELETE",
|
@@ -1569,7 +1599,7 @@ class Repository(pulumi.CustomResource):
|
|
1569
1599
|
"alpha",
|
1570
1600
|
"v0",
|
1571
1601
|
],
|
1572
|
-
"older_than": "
|
1602
|
+
"older_than": "30d",
|
1573
1603
|
},
|
1574
1604
|
},
|
1575
1605
|
{
|
pulumi_gcp/beyondcorp/_inputs.py
CHANGED
@@ -25,6 +25,10 @@ __all__ = [
|
|
25
25
|
'AppConnectorPrincipalInfoServiceAccountArgsDict',
|
26
26
|
'AppGatewayAllocatedConnectionArgs',
|
27
27
|
'AppGatewayAllocatedConnectionArgsDict',
|
28
|
+
'SecurityGatewayHubArgs',
|
29
|
+
'SecurityGatewayHubArgsDict',
|
30
|
+
'SecurityGatewayHubInternetGatewayArgs',
|
31
|
+
'SecurityGatewayHubInternetGatewayArgsDict',
|
28
32
|
]
|
29
33
|
|
30
34
|
MYPY = False
|
@@ -311,3 +315,92 @@ class AppGatewayAllocatedConnectionArgs:
|
|
311
315
|
pulumi.set(self, "psc_uri", value)
|
312
316
|
|
313
317
|
|
318
|
+
if not MYPY:
|
319
|
+
class SecurityGatewayHubArgsDict(TypedDict):
|
320
|
+
region: pulumi.Input[str]
|
321
|
+
"""
|
322
|
+
The identifier for this object. Format specified above.
|
323
|
+
"""
|
324
|
+
internet_gateway: NotRequired[pulumi.Input['SecurityGatewayHubInternetGatewayArgsDict']]
|
325
|
+
"""
|
326
|
+
Internet Gateway configuration.
|
327
|
+
Structure is documented below.
|
328
|
+
"""
|
329
|
+
elif False:
|
330
|
+
SecurityGatewayHubArgsDict: TypeAlias = Mapping[str, Any]
|
331
|
+
|
332
|
+
@pulumi.input_type
|
333
|
+
class SecurityGatewayHubArgs:
|
334
|
+
def __init__(__self__, *,
|
335
|
+
region: pulumi.Input[str],
|
336
|
+
internet_gateway: Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']] = None):
|
337
|
+
"""
|
338
|
+
:param pulumi.Input[str] region: The identifier for this object. Format specified above.
|
339
|
+
:param pulumi.Input['SecurityGatewayHubInternetGatewayArgs'] internet_gateway: Internet Gateway configuration.
|
340
|
+
Structure is documented below.
|
341
|
+
"""
|
342
|
+
pulumi.set(__self__, "region", region)
|
343
|
+
if internet_gateway is not None:
|
344
|
+
pulumi.set(__self__, "internet_gateway", internet_gateway)
|
345
|
+
|
346
|
+
@property
|
347
|
+
@pulumi.getter
|
348
|
+
def region(self) -> pulumi.Input[str]:
|
349
|
+
"""
|
350
|
+
The identifier for this object. Format specified above.
|
351
|
+
"""
|
352
|
+
return pulumi.get(self, "region")
|
353
|
+
|
354
|
+
@region.setter
|
355
|
+
def region(self, value: pulumi.Input[str]):
|
356
|
+
pulumi.set(self, "region", value)
|
357
|
+
|
358
|
+
@property
|
359
|
+
@pulumi.getter(name="internetGateway")
|
360
|
+
def internet_gateway(self) -> Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']]:
|
361
|
+
"""
|
362
|
+
Internet Gateway configuration.
|
363
|
+
Structure is documented below.
|
364
|
+
"""
|
365
|
+
return pulumi.get(self, "internet_gateway")
|
366
|
+
|
367
|
+
@internet_gateway.setter
|
368
|
+
def internet_gateway(self, value: Optional[pulumi.Input['SecurityGatewayHubInternetGatewayArgs']]):
|
369
|
+
pulumi.set(self, "internet_gateway", value)
|
370
|
+
|
371
|
+
|
372
|
+
if not MYPY:
|
373
|
+
class SecurityGatewayHubInternetGatewayArgsDict(TypedDict):
|
374
|
+
assigned_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
375
|
+
"""
|
376
|
+
(Output)
|
377
|
+
Output only. List of IP addresses assigned to the Cloud NAT.
|
378
|
+
"""
|
379
|
+
elif False:
|
380
|
+
SecurityGatewayHubInternetGatewayArgsDict: TypeAlias = Mapping[str, Any]
|
381
|
+
|
382
|
+
@pulumi.input_type
|
383
|
+
class SecurityGatewayHubInternetGatewayArgs:
|
384
|
+
def __init__(__self__, *,
|
385
|
+
assigned_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
386
|
+
"""
|
387
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] assigned_ips: (Output)
|
388
|
+
Output only. List of IP addresses assigned to the Cloud NAT.
|
389
|
+
"""
|
390
|
+
if assigned_ips is not None:
|
391
|
+
pulumi.set(__self__, "assigned_ips", assigned_ips)
|
392
|
+
|
393
|
+
@property
|
394
|
+
@pulumi.getter(name="assignedIps")
|
395
|
+
def assigned_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
396
|
+
"""
|
397
|
+
(Output)
|
398
|
+
Output only. List of IP addresses assigned to the Cloud NAT.
|
399
|
+
"""
|
400
|
+
return pulumi.get(self, "assigned_ips")
|
401
|
+
|
402
|
+
@assigned_ips.setter
|
403
|
+
def assigned_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
404
|
+
pulumi.set(self, "assigned_ips", value)
|
405
|
+
|
406
|
+
|
pulumi_gcp/beyondcorp/outputs.py
CHANGED
@@ -21,6 +21,8 @@ __all__ = [
|
|
21
21
|
'AppConnectorPrincipalInfo',
|
22
22
|
'AppConnectorPrincipalInfoServiceAccount',
|
23
23
|
'AppGatewayAllocatedConnection',
|
24
|
+
'SecurityGatewayHub',
|
25
|
+
'SecurityGatewayHubInternetGateway',
|
24
26
|
'GetAppConnectionApplicationEndpointResult',
|
25
27
|
'GetAppConnectionGatewayResult',
|
26
28
|
'GetAppConnectorPrincipalInfoResult',
|
@@ -251,6 +253,93 @@ class AppGatewayAllocatedConnection(dict):
|
|
251
253
|
return pulumi.get(self, "psc_uri")
|
252
254
|
|
253
255
|
|
256
|
+
@pulumi.output_type
|
257
|
+
class SecurityGatewayHub(dict):
|
258
|
+
@staticmethod
|
259
|
+
def __key_warning(key: str):
|
260
|
+
suggest = None
|
261
|
+
if key == "internetGateway":
|
262
|
+
suggest = "internet_gateway"
|
263
|
+
|
264
|
+
if suggest:
|
265
|
+
pulumi.log.warn(f"Key '{key}' not found in SecurityGatewayHub. Access the value via the '{suggest}' property getter instead.")
|
266
|
+
|
267
|
+
def __getitem__(self, key: str) -> Any:
|
268
|
+
SecurityGatewayHub.__key_warning(key)
|
269
|
+
return super().__getitem__(key)
|
270
|
+
|
271
|
+
def get(self, key: str, default = None) -> Any:
|
272
|
+
SecurityGatewayHub.__key_warning(key)
|
273
|
+
return super().get(key, default)
|
274
|
+
|
275
|
+
def __init__(__self__, *,
|
276
|
+
region: str,
|
277
|
+
internet_gateway: Optional['outputs.SecurityGatewayHubInternetGateway'] = None):
|
278
|
+
"""
|
279
|
+
:param str region: The identifier for this object. Format specified above.
|
280
|
+
:param 'SecurityGatewayHubInternetGatewayArgs' internet_gateway: Internet Gateway configuration.
|
281
|
+
Structure is documented below.
|
282
|
+
"""
|
283
|
+
pulumi.set(__self__, "region", region)
|
284
|
+
if internet_gateway is not None:
|
285
|
+
pulumi.set(__self__, "internet_gateway", internet_gateway)
|
286
|
+
|
287
|
+
@property
|
288
|
+
@pulumi.getter
|
289
|
+
def region(self) -> str:
|
290
|
+
"""
|
291
|
+
The identifier for this object. Format specified above.
|
292
|
+
"""
|
293
|
+
return pulumi.get(self, "region")
|
294
|
+
|
295
|
+
@property
|
296
|
+
@pulumi.getter(name="internetGateway")
|
297
|
+
def internet_gateway(self) -> Optional['outputs.SecurityGatewayHubInternetGateway']:
|
298
|
+
"""
|
299
|
+
Internet Gateway configuration.
|
300
|
+
Structure is documented below.
|
301
|
+
"""
|
302
|
+
return pulumi.get(self, "internet_gateway")
|
303
|
+
|
304
|
+
|
305
|
+
@pulumi.output_type
|
306
|
+
class SecurityGatewayHubInternetGateway(dict):
|
307
|
+
@staticmethod
|
308
|
+
def __key_warning(key: str):
|
309
|
+
suggest = None
|
310
|
+
if key == "assignedIps":
|
311
|
+
suggest = "assigned_ips"
|
312
|
+
|
313
|
+
if suggest:
|
314
|
+
pulumi.log.warn(f"Key '{key}' not found in SecurityGatewayHubInternetGateway. Access the value via the '{suggest}' property getter instead.")
|
315
|
+
|
316
|
+
def __getitem__(self, key: str) -> Any:
|
317
|
+
SecurityGatewayHubInternetGateway.__key_warning(key)
|
318
|
+
return super().__getitem__(key)
|
319
|
+
|
320
|
+
def get(self, key: str, default = None) -> Any:
|
321
|
+
SecurityGatewayHubInternetGateway.__key_warning(key)
|
322
|
+
return super().get(key, default)
|
323
|
+
|
324
|
+
def __init__(__self__, *,
|
325
|
+
assigned_ips: Optional[Sequence[str]] = None):
|
326
|
+
"""
|
327
|
+
:param Sequence[str] assigned_ips: (Output)
|
328
|
+
Output only. List of IP addresses assigned to the Cloud NAT.
|
329
|
+
"""
|
330
|
+
if assigned_ips is not None:
|
331
|
+
pulumi.set(__self__, "assigned_ips", assigned_ips)
|
332
|
+
|
333
|
+
@property
|
334
|
+
@pulumi.getter(name="assignedIps")
|
335
|
+
def assigned_ips(self) -> Optional[Sequence[str]]:
|
336
|
+
"""
|
337
|
+
(Output)
|
338
|
+
Output only. List of IP addresses assigned to the Cloud NAT.
|
339
|
+
"""
|
340
|
+
return pulumi.get(self, "assigned_ips")
|
341
|
+
|
342
|
+
|
254
343
|
@pulumi.output_type
|
255
344
|
class GetAppConnectionApplicationEndpointResult(dict):
|
256
345
|
def __init__(__self__, *,
|