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
@@ -618,7 +618,6 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
618
618
  vertexai = gcp.projects.Service("vertexai",
619
619
  service="aiplatform.googleapis.com",
620
620
  project=project.project_id,
621
- disable_on_destroy=False,
622
621
  opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
623
622
  featureonlinestore = gcp.vertex.AiFeatureOnlineStore("featureonlinestore",
624
623
  name="example_cross_project_featureview",
@@ -1054,7 +1053,6 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
1054
1053
  vertexai = gcp.projects.Service("vertexai",
1055
1054
  service="aiplatform.googleapis.com",
1056
1055
  project=project.project_id,
1057
- disable_on_destroy=False,
1058
1056
  opts = pulumi.ResourceOptions(depends_on=[wait60_seconds]))
1059
1057
  featureonlinestore = gcp.vertex.AiFeatureOnlineStore("featureonlinestore",
1060
1058
  name="example_cross_project_featureview",
@@ -22,15 +22,19 @@ __all__ = ['AiIndexArgs', 'AiIndex']
22
22
  class AiIndexArgs:
23
23
  def __init__(__self__, *,
24
24
  display_name: pulumi.Input[_builtins.str],
25
+ metadata: pulumi.Input['AiIndexMetadataArgs'],
25
26
  description: Optional[pulumi.Input[_builtins.str]] = None,
26
27
  index_update_method: Optional[pulumi.Input[_builtins.str]] = None,
27
28
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
28
- metadata: Optional[pulumi.Input['AiIndexMetadataArgs']] = None,
29
29
  project: Optional[pulumi.Input[_builtins.str]] = None,
30
30
  region: Optional[pulumi.Input[_builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a AiIndex resource.
33
33
  :param pulumi.Input[_builtins.str] display_name: The display name of the Index. The name can be up to 128 characters long and can consist of any UTF-8 characters.
34
+ :param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
35
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
36
+ Attempts to create an Index without this field will result in an API error.
37
+ Structure is documented below.
34
38
  :param pulumi.Input[_builtins.str] description: The description of the Index.
35
39
  :param pulumi.Input[_builtins.str] index_update_method: The update method to use with this Index. The value must be the followings. If not set, BATCH_UPDATE will be used by default.
36
40
  * BATCH_UPDATE: user can call indexes.patch with files on Cloud Storage of datapoints to update.
@@ -38,23 +42,18 @@ class AiIndexArgs:
38
42
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
39
43
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
40
44
  Please refer to the field `effective_labels` for all of the labels present on the resource.
41
- :param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
42
- Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
43
- Attempts to create an Index without this field will result in an API error.
44
- Structure is documented below.
45
45
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
46
46
  If it is not provided, the provider project is used.
47
47
  :param pulumi.Input[_builtins.str] region: The region of the index. eg us-central1
48
48
  """
49
49
  pulumi.set(__self__, "display_name", display_name)
50
+ pulumi.set(__self__, "metadata", metadata)
50
51
  if description is not None:
51
52
  pulumi.set(__self__, "description", description)
52
53
  if index_update_method is not None:
53
54
  pulumi.set(__self__, "index_update_method", index_update_method)
54
55
  if labels is not None:
55
56
  pulumi.set(__self__, "labels", labels)
56
- if metadata is not None:
57
- pulumi.set(__self__, "metadata", metadata)
58
57
  if project is not None:
59
58
  pulumi.set(__self__, "project", project)
60
59
  if region is not None:
@@ -72,6 +71,21 @@ class AiIndexArgs:
72
71
  def display_name(self, value: pulumi.Input[_builtins.str]):
73
72
  pulumi.set(self, "display_name", value)
74
73
 
74
+ @_builtins.property
75
+ @pulumi.getter
76
+ def metadata(self) -> pulumi.Input['AiIndexMetadataArgs']:
77
+ """
78
+ Additional information about the Index.
79
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
80
+ Attempts to create an Index without this field will result in an API error.
81
+ Structure is documented below.
82
+ """
83
+ return pulumi.get(self, "metadata")
84
+
85
+ @metadata.setter
86
+ def metadata(self, value: pulumi.Input['AiIndexMetadataArgs']):
87
+ pulumi.set(self, "metadata", value)
88
+
75
89
  @_builtins.property
76
90
  @pulumi.getter
77
91
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -112,21 +126,6 @@ class AiIndexArgs:
112
126
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
113
127
  pulumi.set(self, "labels", value)
114
128
 
115
- @_builtins.property
116
- @pulumi.getter
117
- def metadata(self) -> Optional[pulumi.Input['AiIndexMetadataArgs']]:
118
- """
119
- Additional information about the Index.
120
- Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
121
- Attempts to create an Index without this field will result in an API error.
122
- Structure is documented below.
123
- """
124
- return pulumi.get(self, "metadata")
125
-
126
- @metadata.setter
127
- def metadata(self, value: Optional[pulumi.Input['AiIndexMetadataArgs']]):
128
- pulumi.set(self, "metadata", value)
129
-
130
129
  @_builtins.property
131
130
  @pulumi.getter
132
131
  def project(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -756,6 +755,8 @@ class AiIndex(pulumi.CustomResource):
756
755
  __props__.__dict__["display_name"] = display_name
757
756
  __props__.__dict__["index_update_method"] = index_update_method
758
757
  __props__.__dict__["labels"] = labels
758
+ if metadata is None and not opts.urn:
759
+ raise TypeError("Missing required property 'metadata'")
759
760
  __props__.__dict__["metadata"] = metadata
760
761
  __props__.__dict__["project"] = project
761
762
  __props__.__dict__["region"] = region
@@ -933,7 +934,7 @@ class AiIndex(pulumi.CustomResource):
933
934
 
934
935
  @_builtins.property
935
936
  @pulumi.getter
936
- def metadata(self) -> pulumi.Output[Optional['outputs.AiIndexMetadata']]:
937
+ def metadata(self) -> pulumi.Output['outputs.AiIndexMetadata']:
937
938
  """
938
939
  Additional information about the Index.
939
940
  Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
@@ -5647,7 +5647,7 @@ class AiIndexMetadata(dict):
5647
5647
  return super().get(key, default)
5648
5648
 
5649
5649
  def __init__(__self__, *,
5650
- config: Optional['outputs.AiIndexMetadataConfig'] = None,
5650
+ config: 'outputs.AiIndexMetadataConfig',
5651
5651
  contents_delta_uri: Optional[_builtins.str] = None,
5652
5652
  is_complete_overwrite: Optional[_builtins.bool] = None):
5653
5653
  """
@@ -5662,8 +5662,7 @@ class AiIndexMetadata(dict):
5662
5662
  :param _builtins.bool is_complete_overwrite: If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex,
5663
5663
  then existing content of the Index will be replaced by the data from the contentsDeltaUri.
5664
5664
  """
5665
- if config is not None:
5666
- pulumi.set(__self__, "config", config)
5665
+ pulumi.set(__self__, "config", config)
5667
5666
  if contents_delta_uri is not None:
5668
5667
  pulumi.set(__self__, "contents_delta_uri", contents_delta_uri)
5669
5668
  if is_complete_overwrite is not None:
@@ -5671,7 +5670,7 @@ class AiIndexMetadata(dict):
5671
5670
 
5672
5671
  @_builtins.property
5673
5672
  @pulumi.getter
5674
- def config(self) -> Optional['outputs.AiIndexMetadataConfig']:
5673
+ def config(self) -> 'outputs.AiIndexMetadataConfig':
5675
5674
  """
5676
5675
  The configuration of the Matching Engine Index.
5677
5676
  Structure is documented below.
@@ -5737,7 +5736,7 @@ class AiIndexMetadataConfig(dict):
5737
5736
  shard_size: Optional[_builtins.str] = None):
5738
5737
  """
5739
5738
  :param _builtins.int dimensions: The number of dimensions of the input vectors.
5740
- :param 'AiIndexMetadataConfigAlgorithmConfigArgs' algorithm_config: The configuration with regard to the algorithms used for efficient search.
5739
+ :param 'AiIndexMetadataConfigAlgorithmConfigArgs' algorithm_config: The configuration with regard to the algorithms used for efficient search. This field may be required based on your configuration.
5741
5740
  Structure is documented below.
5742
5741
  :param _builtins.int approximate_neighbors_count: The default number of neighbors to find via approximate search before exact reordering is
5743
5742
  performed. Exact reordering is a procedure where results returned by an
@@ -5781,7 +5780,7 @@ class AiIndexMetadataConfig(dict):
5781
5780
  @pulumi.getter(name="algorithmConfig")
5782
5781
  def algorithm_config(self) -> Optional['outputs.AiIndexMetadataConfigAlgorithmConfig']:
5783
5782
  """
5784
- The configuration with regard to the algorithms used for efficient search.
5783
+ The configuration with regard to the algorithms used for efficient search. This field may be required based on your configuration.
5785
5784
  Structure is documented below.
5786
5785
  """
5787
5786
  return pulumi.get(self, "algorithm_config")
@@ -6244,7 +6243,7 @@ class GetAiIndexMetadataConfigResult(dict):
6244
6243
  feature_norm_type: _builtins.str,
6245
6244
  shard_size: _builtins.str):
6246
6245
  """
6247
- :param Sequence['GetAiIndexMetadataConfigAlgorithmConfigArgs'] algorithm_configs: The configuration with regard to the algorithms used for efficient search.
6246
+ :param Sequence['GetAiIndexMetadataConfigAlgorithmConfigArgs'] algorithm_configs: The configuration with regard to the algorithms used for efficient search. This field may be required based on your configuration.
6248
6247
  :param _builtins.int approximate_neighbors_count: The default number of neighbors to find via approximate search before exact reordering is
6249
6248
  performed. Exact reordering is a procedure where results returned by an
6250
6249
  approximate search algorithm are reordered via a more expensive distance computation.
@@ -6275,7 +6274,7 @@ class GetAiIndexMetadataConfigResult(dict):
6275
6274
  @pulumi.getter(name="algorithmConfigs")
6276
6275
  def algorithm_configs(self) -> Sequence['outputs.GetAiIndexMetadataConfigAlgorithmConfigResult']:
6277
6276
  """
6278
- The configuration with regard to the algorithms used for efficient search.
6277
+ The configuration with regard to the algorithms used for efficient search. This field may be required based on your configuration.
6279
6278
  """
6280
6279
  return pulumi.get(self, "algorithm_configs")
6281
6280
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 8.42.0a1756968228
3
+ Version: 9.0.0a1
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io