pulumi-gcp 8.42.0a1756925793__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.
- pulumi_gcp/__init__.py +35 -48
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +52 -19
- pulumi_gcp/bigquery/dataset_access.py +8 -4
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigquery/table.py +21 -7
- pulumi_gcp/bigtable/app_profile.py +50 -15
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/cloudbuild/_inputs.py +289 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +366 -30
- pulumi_gcp/cloudbuild/trigger.py +156 -0
- pulumi_gcp/cloudbuild/worker_pool.py +23 -34
- pulumi_gcp/cloudfunctions/function.py +8 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudrunv2/_inputs.py +23 -26
- pulumi_gcp/cloudrunv2/outputs.py +28 -30
- pulumi_gcp/cloudrunv2/service.py +18 -12
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/composer/environment.py +49 -28
- pulumi_gcp/compute/_inputs.py +80 -0
- pulumi_gcp/compute/backend_bucket.py +54 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/instance_from_machine_image.py +110 -75
- pulumi_gcp/compute/instance_from_template.py +110 -75
- pulumi_gcp/compute/instance_group_manager.py +14 -7
- pulumi_gcp/compute/instance_template.py +14 -7
- pulumi_gcp/compute/interconnect.py +8 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +128 -0
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/region_instance_group_manager.py +14 -7
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +20 -0
- pulumi_gcp/container/aws_cluster.py +42 -28
- pulumi_gcp/container/aws_node_pool.py +42 -28
- pulumi_gcp/container/azure_cluster.py +70 -35
- pulumi_gcp/container/azure_node_pool.py +42 -28
- pulumi_gcp/container/outputs.py +25 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -28
- pulumi_gcp/dataplex/zone.py +21 -28
- pulumi_gcp/dataproc/cluster.py +14 -21
- pulumi_gcp/dataproc/workflow_template.py +105 -42
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +4 -8
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_region_forwarding_rule_service_iam_binding.py} +321 -314
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_region_forwarding_rule_service_iam_member.py} +321 -314
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/billing_account_bucket_config.py +21 -7
- pulumi_gcp/logging/folder_bucket_config.py +21 -7
- pulumi_gcp/logging/organization_bucket_config.py +21 -7
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +0 -70
- pulumi_gcp/monitoring/dashboard.py +14 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/organizations/project.py +21 -7
- pulumi_gcp/projects/service.py +2 -4
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/saasruntime/__init__.py +11 -0
- pulumi_gcp/saasruntime/_inputs.py +55 -0
- pulumi_gcp/saasruntime/outputs.py +39 -0
- pulumi_gcp/saasruntime/saa_s.py +815 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/sql/database_instance.py +61 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +11 -0
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +7 -7
- pulumi_gcp/storage/bucket.py +14 -7
- pulumi_gcp/storage/outputs.py +7 -7
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/outputs.py +7 -8
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/RECORD +143 -141
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/application_iam_policy.py +0 -903
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1756925793.dist-info → pulumi_gcp-9.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1756925793.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",
|
pulumi_gcp/vertex/ai_index.py
CHANGED
@@ -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[
|
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.
|
pulumi_gcp/vertex/outputs.py
CHANGED
@@ -5647,7 +5647,7 @@ class AiIndexMetadata(dict):
|
|
5647
5647
|
return super().get(key, default)
|
5648
5648
|
|
5649
5649
|
def __init__(__self__, *,
|
5650
|
-
config:
|
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
|
-
|
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) ->
|
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
|
|