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.
Files changed (124) hide show
  1. pulumi_gcp/__init__.py +110 -0
  2. pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
  3. pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
  4. pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
  10. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
  11. pulumi_gcp/apigee/__init__.py +1 -0
  12. pulumi_gcp/apigee/environment_addons_config.py +266 -0
  13. pulumi_gcp/applicationintegration/_inputs.py +3 -3
  14. pulumi_gcp/applicationintegration/outputs.py +2 -2
  15. pulumi_gcp/artifactregistry/repository.py +32 -2
  16. pulumi_gcp/beyondcorp/__init__.py +1 -0
  17. pulumi_gcp/beyondcorp/_inputs.py +93 -0
  18. pulumi_gcp/beyondcorp/outputs.py +89 -0
  19. pulumi_gcp/beyondcorp/security_gateway.py +670 -0
  20. pulumi_gcp/bigquery/connection.py +2 -2
  21. pulumi_gcp/bigquery/routine.py +2 -2
  22. pulumi_gcp/billing/project_info.py +4 -4
  23. pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
  24. pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
  25. pulumi_gcp/certificateauthority/_inputs.py +6 -6
  26. pulumi_gcp/certificateauthority/outputs.py +4 -4
  27. pulumi_gcp/certificatemanager/_inputs.py +3 -3
  28. pulumi_gcp/certificatemanager/outputs.py +2 -2
  29. pulumi_gcp/chronicle/__init__.py +5 -0
  30. pulumi_gcp/chronicle/_inputs.py +767 -0
  31. pulumi_gcp/chronicle/data_access_label.py +690 -0
  32. pulumi_gcp/chronicle/data_access_scope.py +1094 -0
  33. pulumi_gcp/chronicle/outputs.py +624 -0
  34. pulumi_gcp/chronicle/reference_list.py +788 -0
  35. pulumi_gcp/chronicle/rule.py +1308 -0
  36. pulumi_gcp/chronicle/rule_deployment.py +849 -0
  37. pulumi_gcp/chronicle/watchlist.py +68 -45
  38. pulumi_gcp/cloudbuild/_inputs.py +3 -3
  39. pulumi_gcp/cloudbuild/outputs.py +2 -2
  40. pulumi_gcp/cloudquota/__init__.py +1 -0
  41. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
  42. pulumi_gcp/colab/__init__.py +10 -0
  43. pulumi_gcp/colab/_inputs.py +359 -0
  44. pulumi_gcp/colab/outputs.py +344 -0
  45. pulumi_gcp/colab/runtime_template.py +1160 -0
  46. pulumi_gcp/compute/_inputs.py +42 -42
  47. pulumi_gcp/compute/instance_group_manager.py +9 -9
  48. pulumi_gcp/compute/interconnect_attachment.py +7 -7
  49. pulumi_gcp/compute/outputs.py +28 -28
  50. pulumi_gcp/compute/region_instance_group_manager.py +9 -9
  51. pulumi_gcp/compute/route.py +8 -16
  52. pulumi_gcp/compute/subnetwork.py +7 -7
  53. pulumi_gcp/compute/target_instance.py +4 -4
  54. pulumi_gcp/compute/url_map.py +4 -0
  55. pulumi_gcp/config/__init__.pyi +6 -0
  56. pulumi_gcp/config/vars.py +12 -0
  57. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  58. pulumi_gcp/datacatalog/_inputs.py +3 -3
  59. pulumi_gcp/datacatalog/outputs.py +2 -2
  60. pulumi_gcp/dataplex/entry_type.py +2 -2
  61. pulumi_gcp/dataplex/task.py +16 -16
  62. pulumi_gcp/dataproc/batch.py +10 -10
  63. pulumi_gcp/developerconnect/_inputs.py +910 -42
  64. pulumi_gcp/developerconnect/connection.py +614 -86
  65. pulumi_gcp/developerconnect/git_repository_link.py +4 -0
  66. pulumi_gcp/developerconnect/outputs.py +717 -28
  67. pulumi_gcp/discoveryengine/_inputs.py +54 -0
  68. pulumi_gcp/discoveryengine/data_store.py +94 -0
  69. pulumi_gcp/discoveryengine/outputs.py +51 -0
  70. pulumi_gcp/dns/_inputs.py +124 -20
  71. pulumi_gcp/dns/outputs.py +90 -16
  72. pulumi_gcp/dns/record_set.py +82 -0
  73. pulumi_gcp/edgecontainer/_inputs.py +3 -3
  74. pulumi_gcp/edgecontainer/outputs.py +2 -2
  75. pulumi_gcp/edgenetwork/__init__.py +1 -0
  76. pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
  77. pulumi_gcp/firestore/field.py +4 -4
  78. pulumi_gcp/gemini/code_repository_index.py +47 -0
  79. pulumi_gcp/gkehub/membership_binding.py +6 -6
  80. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  81. pulumi_gcp/gkehub/namespace.py +4 -4
  82. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  83. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  84. pulumi_gcp/gkeonprem/outputs.py +10 -10
  85. pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
  86. pulumi_gcp/iap/_inputs.py +9 -3
  87. pulumi_gcp/iap/outputs.py +6 -2
  88. pulumi_gcp/iap/settings.py +63 -63
  89. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  90. pulumi_gcp/identityplatform/_inputs.py +9 -9
  91. pulumi_gcp/identityplatform/outputs.py +6 -6
  92. pulumi_gcp/integrationconnectors/_inputs.py +6 -6
  93. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  94. pulumi_gcp/integrationconnectors/outputs.py +4 -4
  95. pulumi_gcp/monitoring/_inputs.py +3 -3
  96. pulumi_gcp/monitoring/outputs.py +2 -2
  97. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  98. pulumi_gcp/networksecurity/authz_policy.py +0 -202
  99. pulumi_gcp/oracledatabase/_inputs.py +3 -3
  100. pulumi_gcp/oracledatabase/outputs.py +2 -2
  101. pulumi_gcp/orgpolicy/policy.py +2 -2
  102. pulumi_gcp/parametermanager/__init__.py +13 -0
  103. pulumi_gcp/parametermanager/_inputs.py +174 -0
  104. pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
  105. pulumi_gcp/parametermanager/outputs.py +191 -0
  106. pulumi_gcp/parametermanager/parameter.py +706 -0
  107. pulumi_gcp/parametermanager/regional_parameter.py +762 -0
  108. pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
  109. pulumi_gcp/provider.py +60 -0
  110. pulumi_gcp/pubsub/subscription.py +6 -6
  111. pulumi_gcp/pulumi-plugin.json +1 -1
  112. pulumi_gcp/sql/_inputs.py +74 -0
  113. pulumi_gcp/sql/database_instance.py +80 -18
  114. pulumi_gcp/sql/get_database_instance.py +12 -1
  115. pulumi_gcp/sql/outputs.py +158 -0
  116. pulumi_gcp/sql/source_representation_instance.py +7 -14
  117. pulumi_gcp/transcoder/_inputs.py +6 -6
  118. pulumi_gcp/transcoder/outputs.py +4 -4
  119. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  120. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  121. {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
  122. {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
  123. {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
  124. {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
@@ -845,7 +845,7 @@ class Routine(pulumi.CustomResource):
845
845
  import pulumi
846
846
  import pulumi_gcp as gcp
847
847
 
848
- test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_15222")
848
+ test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_81126")
849
849
  custom_masking_routine = gcp.bigquery.Routine("custom_masking_routine",
850
850
  dataset_id=test.dataset_id,
851
851
  routine_id="custom_masking_routine",
@@ -1140,7 +1140,7 @@ class Routine(pulumi.CustomResource):
1140
1140
  import pulumi
1141
1141
  import pulumi_gcp as gcp
1142
1142
 
1143
- test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_15222")
1143
+ test = gcp.bigquery.Dataset("test", dataset_id="tf_test_dataset_id_81126")
1144
1144
  custom_masking_routine = gcp.bigquery.Routine("custom_masking_routine",
1145
1145
  dataset_id=test.dataset_id,
1146
1146
  routine_id="custom_masking_routine",
@@ -145,8 +145,8 @@ class ProjectInfo(pulumi.CustomResource):
145
145
  import pulumi_gcp as gcp
146
146
 
147
147
  project = gcp.organizations.Project("project",
148
- project_id="tf-test_81126",
149
- name="tf-test_88717",
148
+ project_id="tf-test_88717",
149
+ name="tf-test_85794",
150
150
  org_id="123456789",
151
151
  deletion_policy="DELETE")
152
152
  default = gcp.billing.ProjectInfo("default",
@@ -207,8 +207,8 @@ class ProjectInfo(pulumi.CustomResource):
207
207
  import pulumi_gcp as gcp
208
208
 
209
209
  project = gcp.organizations.Project("project",
210
- project_id="tf-test_81126",
211
- name="tf-test_88717",
210
+ project_id="tf-test_88717",
211
+ name="tf-test_85794",
212
212
  org_id="123456789",
213
213
  deletion_policy="DELETE")
214
214
  default = gcp.billing.ProjectInfo("default",
@@ -445,7 +445,7 @@ if not MYPY:
445
445
  Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
446
446
  Possible values are: `FULL`, `ARCHIVE`.
447
447
 
448
- <a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
448
+ <a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
449
449
  """
450
450
  elif False:
451
451
  BlockchainNodesEthereumDetailsGethDetailsArgsDict: TypeAlias = Mapping[str, Any]
@@ -458,7 +458,7 @@ class BlockchainNodesEthereumDetailsGethDetailsArgs:
458
458
  :param pulumi.Input[str] garbage_collection_mode: Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
459
459
  Possible values are: `FULL`, `ARCHIVE`.
460
460
 
461
- <a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
461
+ <a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
462
462
  """
463
463
  if garbage_collection_mode is not None:
464
464
  pulumi.set(__self__, "garbage_collection_mode", garbage_collection_mode)
@@ -470,7 +470,7 @@ class BlockchainNodesEthereumDetailsGethDetailsArgs:
470
470
  Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
471
471
  Possible values are: `FULL`, `ARCHIVE`.
472
472
 
473
- <a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
473
+ <a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
474
474
  """
475
475
  return pulumi.get(self, "garbage_collection_mode")
476
476
 
@@ -385,7 +385,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
385
385
  :param str garbage_collection_mode: Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
386
386
  Possible values are: `FULL`, `ARCHIVE`.
387
387
 
388
- <a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
388
+ <a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
389
389
  """
390
390
  if garbage_collection_mode is not None:
391
391
  pulumi.set(__self__, "garbage_collection_mode", garbage_collection_mode)
@@ -397,7 +397,7 @@ class BlockchainNodesEthereumDetailsGethDetails(dict):
397
397
  Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE.
398
398
  Possible values are: `FULL`, `ARCHIVE`.
399
399
 
400
- <a name="nested_additional_endpoints"></a>The `additional_endpoints` block contains:
400
+ <a name="nested_ethereum_details_additional_endpoints"></a>The `additional_endpoints` block contains:
401
401
  """
402
402
  return pulumi.get(self, "garbage_collection_mode")
403
403
 
@@ -669,7 +669,7 @@ if not MYPY:
669
669
  """
670
670
  The value of the KeyId in lowercase hexadecimal.
671
671
 
672
- <a name="nested_x509_config"></a>The `x509_config` block supports:
672
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
673
673
  """
674
674
  elif False:
675
675
  AuthorityConfigSubjectKeyIdArgsDict: TypeAlias = Mapping[str, Any]
@@ -681,7 +681,7 @@ class AuthorityConfigSubjectKeyIdArgs:
681
681
  """
682
682
  :param pulumi.Input[str] key_id: The value of the KeyId in lowercase hexadecimal.
683
683
 
684
- <a name="nested_x509_config"></a>The `x509_config` block supports:
684
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
685
685
  """
686
686
  if key_id is not None:
687
687
  pulumi.set(__self__, "key_id", key_id)
@@ -692,7 +692,7 @@ class AuthorityConfigSubjectKeyIdArgs:
692
692
  """
693
693
  The value of the KeyId in lowercase hexadecimal.
694
694
 
695
- <a name="nested_x509_config"></a>The `x509_config` block supports:
695
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
696
696
  """
697
697
  return pulumi.get(self, "key_id")
698
698
 
@@ -5774,7 +5774,7 @@ if not MYPY:
5774
5774
  Structure is documented below.
5775
5775
 
5776
5776
 
5777
- <a name="nested_x509_config"></a>The `x509_config` block supports:
5777
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
5778
5778
  """
5779
5779
  subject_config: pulumi.Input['CertificateConfigSubjectConfigArgsDict']
5780
5780
  """
@@ -5806,7 +5806,7 @@ class CertificateConfigArgs:
5806
5806
  Structure is documented below.
5807
5807
 
5808
5808
 
5809
- <a name="nested_x509_config"></a>The `x509_config` block supports:
5809
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
5810
5810
  :param pulumi.Input['CertificateConfigSubjectConfigArgs'] subject_config: Specifies some of the values in a certificate that are related to the subject.
5811
5811
  Structure is documented below.
5812
5812
  :param pulumi.Input['CertificateConfigX509ConfigArgs'] x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
@@ -5828,7 +5828,7 @@ class CertificateConfigArgs:
5828
5828
  Structure is documented below.
5829
5829
 
5830
5830
 
5831
- <a name="nested_x509_config"></a>The `x509_config` block supports:
5831
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
5832
5832
  """
5833
5833
  return pulumi.get(self, "public_key")
5834
5834
 
@@ -531,7 +531,7 @@ class AuthorityConfigSubjectKeyId(dict):
531
531
  """
532
532
  :param str key_id: The value of the KeyId in lowercase hexadecimal.
533
533
 
534
- <a name="nested_x509_config"></a>The `x509_config` block supports:
534
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
535
535
  """
536
536
  if key_id is not None:
537
537
  pulumi.set(__self__, "key_id", key_id)
@@ -542,7 +542,7 @@ class AuthorityConfigSubjectKeyId(dict):
542
542
  """
543
543
  The value of the KeyId in lowercase hexadecimal.
544
544
 
545
- <a name="nested_x509_config"></a>The `x509_config` block supports:
545
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
546
546
  """
547
547
  return pulumi.get(self, "key_id")
548
548
 
@@ -4699,7 +4699,7 @@ class CertificateConfig(dict):
4699
4699
  Structure is documented below.
4700
4700
 
4701
4701
 
4702
- <a name="nested_x509_config"></a>The `x509_config` block supports:
4702
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
4703
4703
  :param 'CertificateConfigSubjectConfigArgs' subject_config: Specifies some of the values in a certificate that are related to the subject.
4704
4704
  Structure is documented below.
4705
4705
  :param 'CertificateConfigX509ConfigArgs' x509_config: Describes how some of the technical X.509 fields in a certificate should be populated.
@@ -4721,7 +4721,7 @@ class CertificateConfig(dict):
4721
4721
  Structure is documented below.
4722
4722
 
4723
4723
 
4724
- <a name="nested_x509_config"></a>The `x509_config` block supports:
4724
+ <a name="nested_config_x509_config"></a>The `x509_config` block supports:
4725
4725
  """
4726
4726
  return pulumi.get(self, "public_key")
4727
4727
 
@@ -133,7 +133,7 @@ if not MYPY:
133
133
  Structure is documented below.
134
134
 
135
135
 
136
- <a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
136
+ <a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
137
137
  """
138
138
  dns_authorizations: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
139
139
  """
@@ -180,7 +180,7 @@ class CertificateManagedArgs:
180
180
  Structure is documented below.
181
181
 
182
182
 
183
- <a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
183
+ <a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
184
184
  :param pulumi.Input[Sequence[pulumi.Input[str]]] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
185
185
  :param pulumi.Input[Sequence[pulumi.Input[str]]] domains: The domains for which a managed SSL certificate will be generated.
186
186
  Wildcard domains are only supported with DNS challenge resolution
@@ -216,7 +216,7 @@ class CertificateManagedArgs:
216
216
  Structure is documented below.
217
217
 
218
218
 
219
- <a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
219
+ <a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
220
220
  """
221
221
  return pulumi.get(self, "authorization_attempt_infos")
222
222
 
@@ -157,7 +157,7 @@ class CertificateManaged(dict):
157
157
  Structure is documented below.
158
158
 
159
159
 
160
- <a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
160
+ <a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
161
161
  :param Sequence[str] dns_authorizations: Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.
162
162
  :param Sequence[str] domains: The domains for which a managed SSL certificate will be generated.
163
163
  Wildcard domains are only supported with DNS challenge resolution
@@ -193,7 +193,7 @@ class CertificateManaged(dict):
193
193
  Structure is documented below.
194
194
 
195
195
 
196
- <a name="nested_provisioning_issue"></a>The `provisioning_issue` block contains:
196
+ <a name="nested_managed_provisioning_issue"></a>The `provisioning_issue` block contains:
197
197
  """
198
198
  return pulumi.get(self, "authorization_attempt_infos")
199
199
 
@@ -5,6 +5,11 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
+ from .data_access_label import *
9
+ from .data_access_scope import *
10
+ from .reference_list import *
11
+ from .rule import *
12
+ from .rule_deployment import *
8
13
  from .watchlist import *
9
14
  from ._inputs import *
10
15
  from . import outputs