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
@@ -306,7 +306,7 @@ class EntryGcsFilesetSpec(dict):
|
|
306
306
|
Structure is documented below.
|
307
307
|
|
308
308
|
|
309
|
-
<a name="
|
309
|
+
<a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
|
310
310
|
"""
|
311
311
|
pulumi.set(__self__, "file_patterns", file_patterns)
|
312
312
|
if sample_gcs_file_specs is not None:
|
@@ -339,7 +339,7 @@ class EntryGcsFilesetSpec(dict):
|
|
339
339
|
Structure is documented below.
|
340
340
|
|
341
341
|
|
342
|
-
<a name="
|
342
|
+
<a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
|
343
343
|
"""
|
344
344
|
return pulumi.get(self, "sample_gcs_file_specs")
|
345
345
|
|
@@ -511,7 +511,7 @@ class EntryType(pulumi.CustomResource):
|
|
511
511
|
import pulumi_gcp as gcp
|
512
512
|
|
513
513
|
test_entry_type_full = gcp.dataplex.AspectType("test_entry_type_full",
|
514
|
-
aspect_type_id="tf-test-aspect-
|
514
|
+
aspect_type_id="tf-test-aspect-type_91042",
|
515
515
|
location="us-central1",
|
516
516
|
project="my-project-name",
|
517
517
|
metadata_template=\"\"\"{
|
@@ -630,7 +630,7 @@ class EntryType(pulumi.CustomResource):
|
|
630
630
|
import pulumi_gcp as gcp
|
631
631
|
|
632
632
|
test_entry_type_full = gcp.dataplex.AspectType("test_entry_type_full",
|
633
|
-
aspect_type_id="tf-test-aspect-
|
633
|
+
aspect_type_id="tf-test-aspect-type_91042",
|
634
634
|
location="us-central1",
|
635
635
|
project="my-project-name",
|
636
636
|
metadata_template=\"\"\"{
|
pulumi_gcp/dataplex/task.py
CHANGED
@@ -572,11 +572,11 @@ class Task(pulumi.CustomResource):
|
|
572
572
|
|
573
573
|
project = gcp.organizations.get_project()
|
574
574
|
example = gcp.dataplex.Lake("example",
|
575
|
-
name="tf-test-
|
575
|
+
name="tf-test-lake_72490",
|
576
576
|
location="us-central1",
|
577
577
|
project="my-project-name")
|
578
578
|
example_task = gcp.dataplex.Task("example",
|
579
|
-
task_id="tf-test-
|
579
|
+
task_id="tf-test-task_89605",
|
580
580
|
location="us-central1",
|
581
581
|
lake=example.name,
|
582
582
|
description="Test Task Basic",
|
@@ -610,15 +610,15 @@ class Task(pulumi.CustomResource):
|
|
610
610
|
|
611
611
|
# VPC network
|
612
612
|
default = gcp.compute.Network("default",
|
613
|
-
name="tf-test-workstation-
|
613
|
+
name="tf-test-workstation-cluster_56730",
|
614
614
|
auto_create_subnetworks=True)
|
615
615
|
project = gcp.organizations.get_project()
|
616
616
|
example_spark = gcp.dataplex.Lake("example_spark",
|
617
|
-
name="tf-test-
|
617
|
+
name="tf-test-lake_95154",
|
618
618
|
location="us-central1",
|
619
619
|
project="my-project-name")
|
620
620
|
example_spark_task = gcp.dataplex.Task("example_spark",
|
621
|
-
task_id="tf-test-
|
621
|
+
task_id="tf-test-task_64336",
|
622
622
|
location="us-central1",
|
623
623
|
lake=example_spark.name,
|
624
624
|
trigger_spec={
|
@@ -666,15 +666,15 @@ class Task(pulumi.CustomResource):
|
|
666
666
|
|
667
667
|
# VPC network
|
668
668
|
default = gcp.compute.Network("default",
|
669
|
-
name="tf-test-workstation-
|
669
|
+
name="tf-test-workstation-cluster_34962",
|
670
670
|
auto_create_subnetworks=True)
|
671
671
|
project = gcp.organizations.get_project()
|
672
672
|
example_notebook = gcp.dataplex.Lake("example_notebook",
|
673
|
-
name="tf-test-
|
673
|
+
name="tf-test-lake_74000",
|
674
674
|
location="us-central1",
|
675
675
|
project="my-project-name")
|
676
676
|
example_notebook_task = gcp.dataplex.Task("example_notebook",
|
677
|
-
task_id="tf-test-
|
677
|
+
task_id="tf-test-task_75125",
|
678
678
|
location="us-central1",
|
679
679
|
lake=example_notebook.name,
|
680
680
|
trigger_spec={
|
@@ -782,11 +782,11 @@ class Task(pulumi.CustomResource):
|
|
782
782
|
|
783
783
|
project = gcp.organizations.get_project()
|
784
784
|
example = gcp.dataplex.Lake("example",
|
785
|
-
name="tf-test-
|
785
|
+
name="tf-test-lake_72490",
|
786
786
|
location="us-central1",
|
787
787
|
project="my-project-name")
|
788
788
|
example_task = gcp.dataplex.Task("example",
|
789
|
-
task_id="tf-test-
|
789
|
+
task_id="tf-test-task_89605",
|
790
790
|
location="us-central1",
|
791
791
|
lake=example.name,
|
792
792
|
description="Test Task Basic",
|
@@ -820,15 +820,15 @@ class Task(pulumi.CustomResource):
|
|
820
820
|
|
821
821
|
# VPC network
|
822
822
|
default = gcp.compute.Network("default",
|
823
|
-
name="tf-test-workstation-
|
823
|
+
name="tf-test-workstation-cluster_56730",
|
824
824
|
auto_create_subnetworks=True)
|
825
825
|
project = gcp.organizations.get_project()
|
826
826
|
example_spark = gcp.dataplex.Lake("example_spark",
|
827
|
-
name="tf-test-
|
827
|
+
name="tf-test-lake_95154",
|
828
828
|
location="us-central1",
|
829
829
|
project="my-project-name")
|
830
830
|
example_spark_task = gcp.dataplex.Task("example_spark",
|
831
|
-
task_id="tf-test-
|
831
|
+
task_id="tf-test-task_64336",
|
832
832
|
location="us-central1",
|
833
833
|
lake=example_spark.name,
|
834
834
|
trigger_spec={
|
@@ -876,15 +876,15 @@ class Task(pulumi.CustomResource):
|
|
876
876
|
|
877
877
|
# VPC network
|
878
878
|
default = gcp.compute.Network("default",
|
879
|
-
name="tf-test-workstation-
|
879
|
+
name="tf-test-workstation-cluster_34962",
|
880
880
|
auto_create_subnetworks=True)
|
881
881
|
project = gcp.organizations.get_project()
|
882
882
|
example_notebook = gcp.dataplex.Lake("example_notebook",
|
883
|
-
name="tf-test-
|
883
|
+
name="tf-test-lake_74000",
|
884
884
|
location="us-central1",
|
885
885
|
project="my-project-name")
|
886
886
|
example_notebook_task = gcp.dataplex.Task("example_notebook",
|
887
|
-
task_id="tf-test-
|
887
|
+
task_id="tf-test-task_75125",
|
888
888
|
location="us-central1",
|
889
889
|
lake=example_notebook.name,
|
890
890
|
trigger_spec={
|
pulumi_gcp/dataproc/batch.py
CHANGED
@@ -635,7 +635,7 @@ class Batch(pulumi.CustomResource):
|
|
635
635
|
import pulumi_gcp as gcp
|
636
636
|
|
637
637
|
example_batch_spark = gcp.dataproc.Batch("example_batch_spark",
|
638
|
-
batch_id="tf-test-
|
638
|
+
batch_id="tf-test-batch_88722",
|
639
639
|
location="us-central1",
|
640
640
|
labels={
|
641
641
|
"batch_test": "terraform",
|
@@ -755,7 +755,7 @@ class Batch(pulumi.CustomResource):
|
|
755
755
|
import pulumi_gcp as gcp
|
756
756
|
|
757
757
|
example_batch_sparsql = gcp.dataproc.Batch("example_batch_sparsql",
|
758
|
-
batch_id="tf-test-
|
758
|
+
batch_id="tf-test-batch_39249",
|
759
759
|
location="us-central1",
|
760
760
|
runtime_config={
|
761
761
|
"properties": {
|
@@ -783,7 +783,7 @@ class Batch(pulumi.CustomResource):
|
|
783
783
|
import pulumi_gcp as gcp
|
784
784
|
|
785
785
|
example_batch_pyspark = gcp.dataproc.Batch("example_batch_pyspark",
|
786
|
-
batch_id="tf-test-
|
786
|
+
batch_id="tf-test-batch_74391",
|
787
787
|
location="us-central1",
|
788
788
|
runtime_config={
|
789
789
|
"properties": {
|
@@ -816,7 +816,7 @@ class Batch(pulumi.CustomResource):
|
|
816
816
|
import pulumi_gcp as gcp
|
817
817
|
|
818
818
|
example_batch_sparkr = gcp.dataproc.Batch("example_batch_sparkr",
|
819
|
-
batch_id="tf-test-
|
819
|
+
batch_id="tf-test-batch_16511",
|
820
820
|
location="us-central1",
|
821
821
|
labels={
|
822
822
|
"batch_test": "terraform",
|
@@ -846,7 +846,7 @@ class Batch(pulumi.CustomResource):
|
|
846
846
|
import pulumi_gcp as gcp
|
847
847
|
|
848
848
|
example_batch_autotuning = gcp.dataproc.Batch("example_batch_autotuning",
|
849
|
-
batch_id="tf-test-
|
849
|
+
batch_id="tf-test-batch_8493",
|
850
850
|
location="us-central1",
|
851
851
|
labels={
|
852
852
|
"batch_test": "terraform",
|
@@ -951,7 +951,7 @@ class Batch(pulumi.CustomResource):
|
|
951
951
|
import pulumi_gcp as gcp
|
952
952
|
|
953
953
|
example_batch_spark = gcp.dataproc.Batch("example_batch_spark",
|
954
|
-
batch_id="tf-test-
|
954
|
+
batch_id="tf-test-batch_88722",
|
955
955
|
location="us-central1",
|
956
956
|
labels={
|
957
957
|
"batch_test": "terraform",
|
@@ -1071,7 +1071,7 @@ class Batch(pulumi.CustomResource):
|
|
1071
1071
|
import pulumi_gcp as gcp
|
1072
1072
|
|
1073
1073
|
example_batch_sparsql = gcp.dataproc.Batch("example_batch_sparsql",
|
1074
|
-
batch_id="tf-test-
|
1074
|
+
batch_id="tf-test-batch_39249",
|
1075
1075
|
location="us-central1",
|
1076
1076
|
runtime_config={
|
1077
1077
|
"properties": {
|
@@ -1099,7 +1099,7 @@ class Batch(pulumi.CustomResource):
|
|
1099
1099
|
import pulumi_gcp as gcp
|
1100
1100
|
|
1101
1101
|
example_batch_pyspark = gcp.dataproc.Batch("example_batch_pyspark",
|
1102
|
-
batch_id="tf-test-
|
1102
|
+
batch_id="tf-test-batch_74391",
|
1103
1103
|
location="us-central1",
|
1104
1104
|
runtime_config={
|
1105
1105
|
"properties": {
|
@@ -1132,7 +1132,7 @@ class Batch(pulumi.CustomResource):
|
|
1132
1132
|
import pulumi_gcp as gcp
|
1133
1133
|
|
1134
1134
|
example_batch_sparkr = gcp.dataproc.Batch("example_batch_sparkr",
|
1135
|
-
batch_id="tf-test-
|
1135
|
+
batch_id="tf-test-batch_16511",
|
1136
1136
|
location="us-central1",
|
1137
1137
|
labels={
|
1138
1138
|
"batch_test": "terraform",
|
@@ -1162,7 +1162,7 @@ class Batch(pulumi.CustomResource):
|
|
1162
1162
|
import pulumi_gcp as gcp
|
1163
1163
|
|
1164
1164
|
example_batch_autotuning = gcp.dataproc.Batch("example_batch_autotuning",
|
1165
|
-
batch_id="tf-test-
|
1165
|
+
batch_id="tf-test-batch_8493",
|
1166
1166
|
location="us-central1",
|
1167
1167
|
labels={
|
1168
1168
|
"batch_test": "terraform",
|