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.
Files changed (149) hide show
  1. pulumi_gcp/__init__.py +35 -48
  2. pulumi_gcp/alloydb/backup.py +8 -4
  3. pulumi_gcp/alloydb/cluster.py +56 -10
  4. pulumi_gcp/alloydb/get_cluster.py +12 -1
  5. pulumi_gcp/alloydb/instance.py +10 -4
  6. pulumi_gcp/alloydb/user.py +8 -4
  7. pulumi_gcp/apigee/_inputs.py +151 -108
  8. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  9. pulumi_gcp/apigee/outputs.py +92 -88
  10. pulumi_gcp/artifactregistry/__init__.py +1 -0
  11. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  12. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  13. pulumi_gcp/artifactregistry/outputs.py +8 -16
  14. pulumi_gcp/beyondcorp/__init__.py +0 -5
  15. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  16. pulumi_gcp/beyondcorp/outputs.py +0 -200
  17. pulumi_gcp/bigquery/_inputs.py +114 -4
  18. pulumi_gcp/bigquery/app_profile.py +52 -19
  19. pulumi_gcp/bigquery/dataset_access.py +8 -4
  20. pulumi_gcp/bigquery/outputs.py +75 -5
  21. pulumi_gcp/bigquery/table.py +21 -7
  22. pulumi_gcp/bigtable/app_profile.py +50 -15
  23. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  24. pulumi_gcp/bigtable/table.py +42 -42
  25. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  26. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  27. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  28. pulumi_gcp/billing/_inputs.py +0 -6
  29. pulumi_gcp/billing/outputs.py +0 -4
  30. pulumi_gcp/certificatemanager/__init__.py +1 -0
  31. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  32. pulumi_gcp/certificatemanager/outputs.py +41 -0
  33. pulumi_gcp/cloudbuild/_inputs.py +289 -45
  34. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  35. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  36. pulumi_gcp/cloudbuild/outputs.py +366 -30
  37. pulumi_gcp/cloudbuild/trigger.py +156 -0
  38. pulumi_gcp/cloudbuild/worker_pool.py +23 -34
  39. pulumi_gcp/cloudfunctions/function.py +8 -4
  40. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  41. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  42. pulumi_gcp/cloudrunv2/_inputs.py +23 -26
  43. pulumi_gcp/cloudrunv2/outputs.py +28 -30
  44. pulumi_gcp/cloudrunv2/service.py +18 -12
  45. pulumi_gcp/cloudtasks/queue.py +98 -2
  46. pulumi_gcp/colab/_inputs.py +1 -114
  47. pulumi_gcp/colab/outputs.py +1 -106
  48. pulumi_gcp/composer/environment.py +49 -28
  49. pulumi_gcp/compute/_inputs.py +80 -0
  50. pulumi_gcp/compute/backend_bucket.py +54 -0
  51. pulumi_gcp/compute/backend_service.py +54 -0
  52. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  53. pulumi_gcp/compute/get_backend_service.py +12 -1
  54. pulumi_gcp/compute/instance_from_machine_image.py +110 -75
  55. pulumi_gcp/compute/instance_from_template.py +110 -75
  56. pulumi_gcp/compute/instance_group_manager.py +14 -7
  57. pulumi_gcp/compute/instance_template.py +14 -7
  58. pulumi_gcp/compute/interconnect.py +8 -4
  59. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  60. pulumi_gcp/compute/organization_security_policy.py +83 -51
  61. pulumi_gcp/compute/outputs.py +128 -0
  62. pulumi_gcp/compute/packet_mirroring.py +6 -0
  63. pulumi_gcp/compute/region_instance_group_manager.py +14 -7
  64. pulumi_gcp/compute/subnetwork.py +0 -98
  65. pulumi_gcp/config/__init__.pyi +2 -2
  66. pulumi_gcp/config/vars.py +4 -4
  67. pulumi_gcp/container/_inputs.py +20 -0
  68. pulumi_gcp/container/aws_cluster.py +42 -28
  69. pulumi_gcp/container/aws_node_pool.py +42 -28
  70. pulumi_gcp/container/azure_cluster.py +70 -35
  71. pulumi_gcp/container/azure_node_pool.py +42 -28
  72. pulumi_gcp/container/outputs.py +25 -0
  73. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  74. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  75. pulumi_gcp/dataplex/asset.py +21 -28
  76. pulumi_gcp/dataplex/zone.py +21 -28
  77. pulumi_gcp/dataproc/cluster.py +14 -21
  78. pulumi_gcp/dataproc/workflow_template.py +105 -42
  79. pulumi_gcp/diagflow/_inputs.py +152 -0
  80. pulumi_gcp/diagflow/cx_agent.py +425 -0
  81. pulumi_gcp/diagflow/outputs.py +143 -0
  82. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  83. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  84. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  85. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  86. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  87. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  88. pulumi_gcp/firebase/data_connect_service.py +4 -8
  89. pulumi_gcp/firebase/database_instance.py +4 -8
  90. pulumi_gcp/gkehub/_inputs.py +0 -60
  91. pulumi_gcp/gkehub/get_membership.py +1 -12
  92. pulumi_gcp/gkehub/membership.py +0 -70
  93. pulumi_gcp/gkehub/outputs.py +0 -36
  94. pulumi_gcp/iap/__init__.py +4 -0
  95. pulumi_gcp/iap/_inputs.py +130 -0
  96. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  97. pulumi_gcp/iap/outputs.py +76 -0
  98. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
  99. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
  100. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  101. pulumi_gcp/kms/autokey_config.py +0 -2
  102. pulumi_gcp/kms/key_handle.py +0 -2
  103. pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
  104. pulumi_gcp/logging/folder_bucket_config.py +21 -7
  105. pulumi_gcp/logging/organization_bucket_config.py +21 -7
  106. pulumi_gcp/memorystore/get_instance.py +1 -12
  107. pulumi_gcp/memorystore/instance.py +0 -70
  108. pulumi_gcp/monitoring/dashboard.py +14 -7
  109. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  110. pulumi_gcp/notebooks/__init__.py +0 -1
  111. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  112. pulumi_gcp/organizations/project.py +21 -7
  113. pulumi_gcp/projects/service.py +2 -4
  114. pulumi_gcp/provider.py +20 -20
  115. pulumi_gcp/pulumi-plugin.json +1 -1
  116. pulumi_gcp/redis/cluster.py +0 -70
  117. pulumi_gcp/redis/get_cluster.py +1 -12
  118. pulumi_gcp/saasruntime/__init__.py +11 -0
  119. pulumi_gcp/saasruntime/_inputs.py +55 -0
  120. pulumi_gcp/saasruntime/outputs.py +39 -0
  121. pulumi_gcp/saasruntime/saa_s.py +815 -0
  122. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  123. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  124. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  125. pulumi_gcp/sql/database_instance.py +61 -7
  126. pulumi_gcp/sql/get_database_instance.py +12 -1
  127. pulumi_gcp/sql/outputs.py +11 -0
  128. pulumi_gcp/sql/user.py +61 -0
  129. pulumi_gcp/storage/_inputs.py +7 -7
  130. pulumi_gcp/storage/bucket.py +14 -7
  131. pulumi_gcp/storage/outputs.py +7 -7
  132. pulumi_gcp/tpu/__init__.py +0 -2
  133. pulumi_gcp/tpu/_inputs.py +0 -93
  134. pulumi_gcp/tpu/outputs.py +0 -72
  135. pulumi_gcp/vertex/_inputs.py +8 -9
  136. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  137. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  138. pulumi_gcp/vertex/ai_index.py +24 -23
  139. pulumi_gcp/vertex/outputs.py +7 -8
  140. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
  141. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
  142. pulumi_gcp/beyondcorp/application.py +0 -746
  143. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
  144. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  145. pulumi_gcp/notebooks/location.py +0 -285
  146. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  147. pulumi_gcp/tpu/node.py +0 -1062
  148. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
  149. {pulumi_gcp-8.42.0a1756968228.dist-info → pulumi_gcp-9.0.0a1.dist-info}/top_level.txt +0 -0
@@ -25,18 +25,6 @@ __all__ = [
25
25
  'AppConnectorPrincipalInfoServiceAccountArgsDict',
26
26
  'AppGatewayAllocatedConnectionArgs',
27
27
  'AppGatewayAllocatedConnectionArgsDict',
28
- 'ApplicationEndpointMatcherArgs',
29
- 'ApplicationEndpointMatcherArgsDict',
30
- 'ApplicationIamBindingConditionArgs',
31
- 'ApplicationIamBindingConditionArgsDict',
32
- 'ApplicationIamMemberConditionArgs',
33
- 'ApplicationIamMemberConditionArgsDict',
34
- 'ApplicationUpstreamArgs',
35
- 'ApplicationUpstreamArgsDict',
36
- 'ApplicationUpstreamEgressPolicyArgs',
37
- 'ApplicationUpstreamEgressPolicyArgsDict',
38
- 'ApplicationUpstreamNetworkArgs',
39
- 'ApplicationUpstreamNetworkArgsDict',
40
28
  'SecurityGatewayApplicationEndpointMatcherArgs',
41
29
  'SecurityGatewayApplicationEndpointMatcherArgsDict',
42
30
  'SecurityGatewayApplicationIamBindingConditionArgs',
@@ -331,306 +319,6 @@ class AppGatewayAllocatedConnectionArgs:
331
319
  pulumi.set(self, "psc_uri", value)
332
320
 
333
321
 
334
- if not MYPY:
335
- class ApplicationEndpointMatcherArgsDict(TypedDict):
336
- hostname: pulumi.Input[_builtins.str]
337
- """
338
- Required. Hostname of the application.
339
- """
340
- ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]
341
- """
342
- Optional. Ports of the application.
343
- """
344
- elif False:
345
- ApplicationEndpointMatcherArgsDict: TypeAlias = Mapping[str, Any]
346
-
347
- @pulumi.input_type
348
- class ApplicationEndpointMatcherArgs:
349
- def __init__(__self__, *,
350
- hostname: pulumi.Input[_builtins.str],
351
- ports: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]] = None):
352
- """
353
- :param pulumi.Input[_builtins.str] hostname: Required. Hostname of the application.
354
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.int]]] ports: Optional. Ports of the application.
355
- """
356
- pulumi.set(__self__, "hostname", hostname)
357
- if ports is not None:
358
- pulumi.set(__self__, "ports", ports)
359
-
360
- @_builtins.property
361
- @pulumi.getter
362
- def hostname(self) -> pulumi.Input[_builtins.str]:
363
- """
364
- Required. Hostname of the application.
365
- """
366
- return pulumi.get(self, "hostname")
367
-
368
- @hostname.setter
369
- def hostname(self, value: pulumi.Input[_builtins.str]):
370
- pulumi.set(self, "hostname", value)
371
-
372
- @_builtins.property
373
- @pulumi.getter
374
- def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]:
375
- """
376
- Optional. Ports of the application.
377
- """
378
- return pulumi.get(self, "ports")
379
-
380
- @ports.setter
381
- def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.int]]]]):
382
- pulumi.set(self, "ports", value)
383
-
384
-
385
- if not MYPY:
386
- class ApplicationIamBindingConditionArgsDict(TypedDict):
387
- expression: pulumi.Input[_builtins.str]
388
- """
389
- Textual representation of an expression in Common Expression Language syntax.
390
- """
391
- title: pulumi.Input[_builtins.str]
392
- """
393
- A title for the expression, i.e. a short string describing its purpose.
394
- """
395
- description: NotRequired[pulumi.Input[_builtins.str]]
396
- elif False:
397
- ApplicationIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
398
-
399
- @pulumi.input_type
400
- class ApplicationIamBindingConditionArgs:
401
- def __init__(__self__, *,
402
- expression: pulumi.Input[_builtins.str],
403
- title: pulumi.Input[_builtins.str],
404
- description: Optional[pulumi.Input[_builtins.str]] = None):
405
- """
406
- :param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
407
- :param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
408
- """
409
- pulumi.set(__self__, "expression", expression)
410
- pulumi.set(__self__, "title", title)
411
- if description is not None:
412
- pulumi.set(__self__, "description", description)
413
-
414
- @_builtins.property
415
- @pulumi.getter
416
- def expression(self) -> pulumi.Input[_builtins.str]:
417
- """
418
- Textual representation of an expression in Common Expression Language syntax.
419
- """
420
- return pulumi.get(self, "expression")
421
-
422
- @expression.setter
423
- def expression(self, value: pulumi.Input[_builtins.str]):
424
- pulumi.set(self, "expression", value)
425
-
426
- @_builtins.property
427
- @pulumi.getter
428
- def title(self) -> pulumi.Input[_builtins.str]:
429
- """
430
- A title for the expression, i.e. a short string describing its purpose.
431
- """
432
- return pulumi.get(self, "title")
433
-
434
- @title.setter
435
- def title(self, value: pulumi.Input[_builtins.str]):
436
- pulumi.set(self, "title", value)
437
-
438
- @_builtins.property
439
- @pulumi.getter
440
- def description(self) -> Optional[pulumi.Input[_builtins.str]]:
441
- return pulumi.get(self, "description")
442
-
443
- @description.setter
444
- def description(self, value: Optional[pulumi.Input[_builtins.str]]):
445
- pulumi.set(self, "description", value)
446
-
447
-
448
- if not MYPY:
449
- class ApplicationIamMemberConditionArgsDict(TypedDict):
450
- expression: pulumi.Input[_builtins.str]
451
- """
452
- Textual representation of an expression in Common Expression Language syntax.
453
- """
454
- title: pulumi.Input[_builtins.str]
455
- """
456
- A title for the expression, i.e. a short string describing its purpose.
457
- """
458
- description: NotRequired[pulumi.Input[_builtins.str]]
459
- elif False:
460
- ApplicationIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
461
-
462
- @pulumi.input_type
463
- class ApplicationIamMemberConditionArgs:
464
- def __init__(__self__, *,
465
- expression: pulumi.Input[_builtins.str],
466
- title: pulumi.Input[_builtins.str],
467
- description: Optional[pulumi.Input[_builtins.str]] = None):
468
- """
469
- :param pulumi.Input[_builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
470
- :param pulumi.Input[_builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
471
- """
472
- pulumi.set(__self__, "expression", expression)
473
- pulumi.set(__self__, "title", title)
474
- if description is not None:
475
- pulumi.set(__self__, "description", description)
476
-
477
- @_builtins.property
478
- @pulumi.getter
479
- def expression(self) -> pulumi.Input[_builtins.str]:
480
- """
481
- Textual representation of an expression in Common Expression Language syntax.
482
- """
483
- return pulumi.get(self, "expression")
484
-
485
- @expression.setter
486
- def expression(self, value: pulumi.Input[_builtins.str]):
487
- pulumi.set(self, "expression", value)
488
-
489
- @_builtins.property
490
- @pulumi.getter
491
- def title(self) -> pulumi.Input[_builtins.str]:
492
- """
493
- A title for the expression, i.e. a short string describing its purpose.
494
- """
495
- return pulumi.get(self, "title")
496
-
497
- @title.setter
498
- def title(self, value: pulumi.Input[_builtins.str]):
499
- pulumi.set(self, "title", value)
500
-
501
- @_builtins.property
502
- @pulumi.getter
503
- def description(self) -> Optional[pulumi.Input[_builtins.str]]:
504
- return pulumi.get(self, "description")
505
-
506
- @description.setter
507
- def description(self, value: Optional[pulumi.Input[_builtins.str]]):
508
- pulumi.set(self, "description", value)
509
-
510
-
511
- if not MYPY:
512
- class ApplicationUpstreamArgsDict(TypedDict):
513
- egress_policy: NotRequired[pulumi.Input['ApplicationUpstreamEgressPolicyArgsDict']]
514
- """
515
- Optional. Routing policy information.
516
- Structure is documented below.
517
- """
518
- network: NotRequired[pulumi.Input['ApplicationUpstreamNetworkArgsDict']]
519
- """
520
- Network to forward traffic to.
521
- Structure is documented below.
522
- """
523
- elif False:
524
- ApplicationUpstreamArgsDict: TypeAlias = Mapping[str, Any]
525
-
526
- @pulumi.input_type
527
- class ApplicationUpstreamArgs:
528
- def __init__(__self__, *,
529
- egress_policy: Optional[pulumi.Input['ApplicationUpstreamEgressPolicyArgs']] = None,
530
- network: Optional[pulumi.Input['ApplicationUpstreamNetworkArgs']] = None):
531
- """
532
- :param pulumi.Input['ApplicationUpstreamEgressPolicyArgs'] egress_policy: Optional. Routing policy information.
533
- Structure is documented below.
534
- :param pulumi.Input['ApplicationUpstreamNetworkArgs'] network: Network to forward traffic to.
535
- Structure is documented below.
536
- """
537
- if egress_policy is not None:
538
- pulumi.set(__self__, "egress_policy", egress_policy)
539
- if network is not None:
540
- pulumi.set(__self__, "network", network)
541
-
542
- @_builtins.property
543
- @pulumi.getter(name="egressPolicy")
544
- def egress_policy(self) -> Optional[pulumi.Input['ApplicationUpstreamEgressPolicyArgs']]:
545
- """
546
- Optional. Routing policy information.
547
- Structure is documented below.
548
- """
549
- return pulumi.get(self, "egress_policy")
550
-
551
- @egress_policy.setter
552
- def egress_policy(self, value: Optional[pulumi.Input['ApplicationUpstreamEgressPolicyArgs']]):
553
- pulumi.set(self, "egress_policy", value)
554
-
555
- @_builtins.property
556
- @pulumi.getter
557
- def network(self) -> Optional[pulumi.Input['ApplicationUpstreamNetworkArgs']]:
558
- """
559
- Network to forward traffic to.
560
- Structure is documented below.
561
- """
562
- return pulumi.get(self, "network")
563
-
564
- @network.setter
565
- def network(self, value: Optional[pulumi.Input['ApplicationUpstreamNetworkArgs']]):
566
- pulumi.set(self, "network", value)
567
-
568
-
569
- if not MYPY:
570
- class ApplicationUpstreamEgressPolicyArgsDict(TypedDict):
571
- regions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
572
- """
573
- Required. List of regions where the application sends traffic to.
574
- """
575
- elif False:
576
- ApplicationUpstreamEgressPolicyArgsDict: TypeAlias = Mapping[str, Any]
577
-
578
- @pulumi.input_type
579
- class ApplicationUpstreamEgressPolicyArgs:
580
- def __init__(__self__, *,
581
- regions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
582
- """
583
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] regions: Required. List of regions where the application sends traffic to.
584
- """
585
- pulumi.set(__self__, "regions", regions)
586
-
587
- @_builtins.property
588
- @pulumi.getter
589
- def regions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
590
- """
591
- Required. List of regions where the application sends traffic to.
592
- """
593
- return pulumi.get(self, "regions")
594
-
595
- @regions.setter
596
- def regions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
597
- pulumi.set(self, "regions", value)
598
-
599
-
600
- if not MYPY:
601
- class ApplicationUpstreamNetworkArgsDict(TypedDict):
602
- name: pulumi.Input[_builtins.str]
603
- """
604
- Required. Network name is of the format:
605
- `projects/{project}/global/networks/{network}`
606
- """
607
- elif False:
608
- ApplicationUpstreamNetworkArgsDict: TypeAlias = Mapping[str, Any]
609
-
610
- @pulumi.input_type
611
- class ApplicationUpstreamNetworkArgs:
612
- def __init__(__self__, *,
613
- name: pulumi.Input[_builtins.str]):
614
- """
615
- :param pulumi.Input[_builtins.str] name: Required. Network name is of the format:
616
- `projects/{project}/global/networks/{network}`
617
- """
618
- pulumi.set(__self__, "name", name)
619
-
620
- @_builtins.property
621
- @pulumi.getter
622
- def name(self) -> pulumi.Input[_builtins.str]:
623
- """
624
- Required. Network name is of the format:
625
- `projects/{project}/global/networks/{network}`
626
- """
627
- return pulumi.get(self, "name")
628
-
629
- @name.setter
630
- def name(self, value: pulumi.Input[_builtins.str]):
631
- pulumi.set(self, "name", value)
632
-
633
-
634
322
  if not MYPY:
635
323
  class SecurityGatewayApplicationEndpointMatcherArgsDict(TypedDict):
636
324
  hostname: pulumi.Input[_builtins.str]
@@ -21,12 +21,6 @@ __all__ = [
21
21
  'AppConnectorPrincipalInfo',
22
22
  'AppConnectorPrincipalInfoServiceAccount',
23
23
  'AppGatewayAllocatedConnection',
24
- 'ApplicationEndpointMatcher',
25
- 'ApplicationIamBindingCondition',
26
- 'ApplicationIamMemberCondition',
27
- 'ApplicationUpstream',
28
- 'ApplicationUpstreamEgressPolicy',
29
- 'ApplicationUpstreamNetwork',
30
24
  'SecurityGatewayApplicationEndpointMatcher',
31
25
  'SecurityGatewayApplicationIamBindingCondition',
32
26
  'SecurityGatewayApplicationIamMemberCondition',
@@ -261,200 +255,6 @@ class AppGatewayAllocatedConnection(dict):
261
255
  return pulumi.get(self, "psc_uri")
262
256
 
263
257
 
264
- @pulumi.output_type
265
- class ApplicationEndpointMatcher(dict):
266
- def __init__(__self__, *,
267
- hostname: _builtins.str,
268
- ports: Optional[Sequence[_builtins.int]] = None):
269
- """
270
- :param _builtins.str hostname: Required. Hostname of the application.
271
- :param Sequence[_builtins.int] ports: Optional. Ports of the application.
272
- """
273
- pulumi.set(__self__, "hostname", hostname)
274
- if ports is not None:
275
- pulumi.set(__self__, "ports", ports)
276
-
277
- @_builtins.property
278
- @pulumi.getter
279
- def hostname(self) -> _builtins.str:
280
- """
281
- Required. Hostname of the application.
282
- """
283
- return pulumi.get(self, "hostname")
284
-
285
- @_builtins.property
286
- @pulumi.getter
287
- def ports(self) -> Optional[Sequence[_builtins.int]]:
288
- """
289
- Optional. Ports of the application.
290
- """
291
- return pulumi.get(self, "ports")
292
-
293
-
294
- @pulumi.output_type
295
- class ApplicationIamBindingCondition(dict):
296
- def __init__(__self__, *,
297
- expression: _builtins.str,
298
- title: _builtins.str,
299
- description: Optional[_builtins.str] = None):
300
- """
301
- :param _builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
302
- :param _builtins.str title: A title for the expression, i.e. a short string describing its purpose.
303
- """
304
- pulumi.set(__self__, "expression", expression)
305
- pulumi.set(__self__, "title", title)
306
- if description is not None:
307
- pulumi.set(__self__, "description", description)
308
-
309
- @_builtins.property
310
- @pulumi.getter
311
- def expression(self) -> _builtins.str:
312
- """
313
- Textual representation of an expression in Common Expression Language syntax.
314
- """
315
- return pulumi.get(self, "expression")
316
-
317
- @_builtins.property
318
- @pulumi.getter
319
- def title(self) -> _builtins.str:
320
- """
321
- A title for the expression, i.e. a short string describing its purpose.
322
- """
323
- return pulumi.get(self, "title")
324
-
325
- @_builtins.property
326
- @pulumi.getter
327
- def description(self) -> Optional[_builtins.str]:
328
- return pulumi.get(self, "description")
329
-
330
-
331
- @pulumi.output_type
332
- class ApplicationIamMemberCondition(dict):
333
- def __init__(__self__, *,
334
- expression: _builtins.str,
335
- title: _builtins.str,
336
- description: Optional[_builtins.str] = None):
337
- """
338
- :param _builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
339
- :param _builtins.str title: A title for the expression, i.e. a short string describing its purpose.
340
- """
341
- pulumi.set(__self__, "expression", expression)
342
- pulumi.set(__self__, "title", title)
343
- if description is not None:
344
- pulumi.set(__self__, "description", description)
345
-
346
- @_builtins.property
347
- @pulumi.getter
348
- def expression(self) -> _builtins.str:
349
- """
350
- Textual representation of an expression in Common Expression Language syntax.
351
- """
352
- return pulumi.get(self, "expression")
353
-
354
- @_builtins.property
355
- @pulumi.getter
356
- def title(self) -> _builtins.str:
357
- """
358
- A title for the expression, i.e. a short string describing its purpose.
359
- """
360
- return pulumi.get(self, "title")
361
-
362
- @_builtins.property
363
- @pulumi.getter
364
- def description(self) -> Optional[_builtins.str]:
365
- return pulumi.get(self, "description")
366
-
367
-
368
- @pulumi.output_type
369
- class ApplicationUpstream(dict):
370
- @staticmethod
371
- def __key_warning(key: str):
372
- suggest = None
373
- if key == "egressPolicy":
374
- suggest = "egress_policy"
375
-
376
- if suggest:
377
- pulumi.log.warn(f"Key '{key}' not found in ApplicationUpstream. Access the value via the '{suggest}' property getter instead.")
378
-
379
- def __getitem__(self, key: str) -> Any:
380
- ApplicationUpstream.__key_warning(key)
381
- return super().__getitem__(key)
382
-
383
- def get(self, key: str, default = None) -> Any:
384
- ApplicationUpstream.__key_warning(key)
385
- return super().get(key, default)
386
-
387
- def __init__(__self__, *,
388
- egress_policy: Optional['outputs.ApplicationUpstreamEgressPolicy'] = None,
389
- network: Optional['outputs.ApplicationUpstreamNetwork'] = None):
390
- """
391
- :param 'ApplicationUpstreamEgressPolicyArgs' egress_policy: Optional. Routing policy information.
392
- Structure is documented below.
393
- :param 'ApplicationUpstreamNetworkArgs' network: Network to forward traffic to.
394
- Structure is documented below.
395
- """
396
- if egress_policy is not None:
397
- pulumi.set(__self__, "egress_policy", egress_policy)
398
- if network is not None:
399
- pulumi.set(__self__, "network", network)
400
-
401
- @_builtins.property
402
- @pulumi.getter(name="egressPolicy")
403
- def egress_policy(self) -> Optional['outputs.ApplicationUpstreamEgressPolicy']:
404
- """
405
- Optional. Routing policy information.
406
- Structure is documented below.
407
- """
408
- return pulumi.get(self, "egress_policy")
409
-
410
- @_builtins.property
411
- @pulumi.getter
412
- def network(self) -> Optional['outputs.ApplicationUpstreamNetwork']:
413
- """
414
- Network to forward traffic to.
415
- Structure is documented below.
416
- """
417
- return pulumi.get(self, "network")
418
-
419
-
420
- @pulumi.output_type
421
- class ApplicationUpstreamEgressPolicy(dict):
422
- def __init__(__self__, *,
423
- regions: Sequence[_builtins.str]):
424
- """
425
- :param Sequence[_builtins.str] regions: Required. List of regions where the application sends traffic to.
426
- """
427
- pulumi.set(__self__, "regions", regions)
428
-
429
- @_builtins.property
430
- @pulumi.getter
431
- def regions(self) -> Sequence[_builtins.str]:
432
- """
433
- Required. List of regions where the application sends traffic to.
434
- """
435
- return pulumi.get(self, "regions")
436
-
437
-
438
- @pulumi.output_type
439
- class ApplicationUpstreamNetwork(dict):
440
- def __init__(__self__, *,
441
- name: _builtins.str):
442
- """
443
- :param _builtins.str name: Required. Network name is of the format:
444
- `projects/{project}/global/networks/{network}`
445
- """
446
- pulumi.set(__self__, "name", name)
447
-
448
- @_builtins.property
449
- @pulumi.getter
450
- def name(self) -> _builtins.str:
451
- """
452
- Required. Network name is of the format:
453
- `projects/{project}/global/networks/{network}`
454
- """
455
- return pulumi.get(self, "name")
456
-
457
-
458
258
  @pulumi.output_type
459
259
  class SecurityGatewayApplicationEndpointMatcher(dict):
460
260
  def __init__(__self__, *,