pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.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 +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/_inputs.py +20 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/apigee/outputs.py +12 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/routine.py +56 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service.py +1 -12
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service.py +0 -61
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -1438,6 +1438,14 @@ _utilities.register(
|
|
1438
1438
|
"gcp:bigquery/routine:Routine": "Routine"
|
1439
1439
|
}
|
1440
1440
|
},
|
1441
|
+
{
|
1442
|
+
"pkg": "gcp",
|
1443
|
+
"mod": "bigquery/rowAccessPolicy",
|
1444
|
+
"fqn": "pulumi_gcp.bigquery",
|
1445
|
+
"classes": {
|
1446
|
+
"gcp:bigquery/rowAccessPolicy:RowAccessPolicy": "RowAccessPolicy"
|
1447
|
+
}
|
1448
|
+
},
|
1441
1449
|
{
|
1442
1450
|
"pkg": "gcp",
|
1443
1451
|
"mod": "bigquery/table",
|
@@ -2574,6 +2582,14 @@ _utilities.register(
|
|
2574
2582
|
"gcp:compute/caExternalAccountKey:CaExternalAccountKey": "CaExternalAccountKey"
|
2575
2583
|
}
|
2576
2584
|
},
|
2585
|
+
{
|
2586
|
+
"pkg": "gcp",
|
2587
|
+
"mod": "compute/crossSiteNetwork",
|
2588
|
+
"fqn": "pulumi_gcp.compute",
|
2589
|
+
"classes": {
|
2590
|
+
"gcp:compute/crossSiteNetwork:CrossSiteNetwork": "CrossSiteNetwork"
|
2591
|
+
}
|
2592
|
+
},
|
2577
2593
|
{
|
2578
2594
|
"pkg": "gcp",
|
2579
2595
|
"mod": "compute/disk",
|
@@ -4326,6 +4342,38 @@ _utilities.register(
|
|
4326
4342
|
"gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy": "EntryTypeIamPolicy"
|
4327
4343
|
}
|
4328
4344
|
},
|
4345
|
+
{
|
4346
|
+
"pkg": "gcp",
|
4347
|
+
"mod": "dataplex/glossary",
|
4348
|
+
"fqn": "pulumi_gcp.dataplex",
|
4349
|
+
"classes": {
|
4350
|
+
"gcp:dataplex/glossary:Glossary": "Glossary"
|
4351
|
+
}
|
4352
|
+
},
|
4353
|
+
{
|
4354
|
+
"pkg": "gcp",
|
4355
|
+
"mod": "dataplex/glossaryIamBinding",
|
4356
|
+
"fqn": "pulumi_gcp.dataplex",
|
4357
|
+
"classes": {
|
4358
|
+
"gcp:dataplex/glossaryIamBinding:GlossaryIamBinding": "GlossaryIamBinding"
|
4359
|
+
}
|
4360
|
+
},
|
4361
|
+
{
|
4362
|
+
"pkg": "gcp",
|
4363
|
+
"mod": "dataplex/glossaryIamMember",
|
4364
|
+
"fqn": "pulumi_gcp.dataplex",
|
4365
|
+
"classes": {
|
4366
|
+
"gcp:dataplex/glossaryIamMember:GlossaryIamMember": "GlossaryIamMember"
|
4367
|
+
}
|
4368
|
+
},
|
4369
|
+
{
|
4370
|
+
"pkg": "gcp",
|
4371
|
+
"mod": "dataplex/glossaryIamPolicy",
|
4372
|
+
"fqn": "pulumi_gcp.dataplex",
|
4373
|
+
"classes": {
|
4374
|
+
"gcp:dataplex/glossaryIamPolicy:GlossaryIamPolicy": "GlossaryIamPolicy"
|
4375
|
+
}
|
4376
|
+
},
|
4329
4377
|
{
|
4330
4378
|
"pkg": "gcp",
|
4331
4379
|
"mod": "dataplex/lake",
|
@@ -5254,6 +5302,30 @@ _utilities.register(
|
|
5254
5302
|
"gcp:firebase/appHostingBuild:AppHostingBuild": "AppHostingBuild"
|
5255
5303
|
}
|
5256
5304
|
},
|
5305
|
+
{
|
5306
|
+
"pkg": "gcp",
|
5307
|
+
"mod": "firebase/appHostingDefaultDomain",
|
5308
|
+
"fqn": "pulumi_gcp.firebase",
|
5309
|
+
"classes": {
|
5310
|
+
"gcp:firebase/appHostingDefaultDomain:AppHostingDefaultDomain": "AppHostingDefaultDomain"
|
5311
|
+
}
|
5312
|
+
},
|
5313
|
+
{
|
5314
|
+
"pkg": "gcp",
|
5315
|
+
"mod": "firebase/appHostingDomain",
|
5316
|
+
"fqn": "pulumi_gcp.firebase",
|
5317
|
+
"classes": {
|
5318
|
+
"gcp:firebase/appHostingDomain:AppHostingDomain": "AppHostingDomain"
|
5319
|
+
}
|
5320
|
+
},
|
5321
|
+
{
|
5322
|
+
"pkg": "gcp",
|
5323
|
+
"mod": "firebase/appHostingTraffic",
|
5324
|
+
"fqn": "pulumi_gcp.firebase",
|
5325
|
+
"classes": {
|
5326
|
+
"gcp:firebase/appHostingTraffic:AppHostingTraffic": "AppHostingTraffic"
|
5327
|
+
}
|
5328
|
+
},
|
5257
5329
|
{
|
5258
5330
|
"pkg": "gcp",
|
5259
5331
|
"mod": "firebase/appleApp",
|
@@ -6118,6 +6190,30 @@ _utilities.register(
|
|
6118
6190
|
"gcp:iam/workloadIdentityPool:WorkloadIdentityPool": "WorkloadIdentityPool"
|
6119
6191
|
}
|
6120
6192
|
},
|
6193
|
+
{
|
6194
|
+
"pkg": "gcp",
|
6195
|
+
"mod": "iam/workloadIdentityPoolIamBinding",
|
6196
|
+
"fqn": "pulumi_gcp.iam",
|
6197
|
+
"classes": {
|
6198
|
+
"gcp:iam/workloadIdentityPoolIamBinding:WorkloadIdentityPoolIamBinding": "WorkloadIdentityPoolIamBinding"
|
6199
|
+
}
|
6200
|
+
},
|
6201
|
+
{
|
6202
|
+
"pkg": "gcp",
|
6203
|
+
"mod": "iam/workloadIdentityPoolIamMember",
|
6204
|
+
"fqn": "pulumi_gcp.iam",
|
6205
|
+
"classes": {
|
6206
|
+
"gcp:iam/workloadIdentityPoolIamMember:WorkloadIdentityPoolIamMember": "WorkloadIdentityPoolIamMember"
|
6207
|
+
}
|
6208
|
+
},
|
6209
|
+
{
|
6210
|
+
"pkg": "gcp",
|
6211
|
+
"mod": "iam/workloadIdentityPoolIamPolicy",
|
6212
|
+
"fqn": "pulumi_gcp.iam",
|
6213
|
+
"classes": {
|
6214
|
+
"gcp:iam/workloadIdentityPoolIamPolicy:WorkloadIdentityPoolIamPolicy": "WorkloadIdentityPoolIamPolicy"
|
6215
|
+
}
|
6216
|
+
},
|
6121
6217
|
{
|
6122
6218
|
"pkg": "gcp",
|
6123
6219
|
"mod": "iam/workloadIdentityPoolProvider",
|
@@ -405,7 +405,7 @@ class AuthorizedOrgsDesc(pulumi.CustomResource):
|
|
405
405
|
import pulumi_gcp as gcp
|
406
406
|
|
407
407
|
test_access = gcp.accesscontextmanager.AccessPolicy("test-access",
|
408
|
-
parent="organizations/",
|
408
|
+
parent="organizations/123456789",
|
409
409
|
title="my policy")
|
410
410
|
authorized_orgs_desc = gcp.accesscontextmanager.AuthorizedOrgsDesc("authorized-orgs-desc",
|
411
411
|
parent=test_access.name.apply(lambda name: f"accessPolicies/{name}"),
|
@@ -501,7 +501,7 @@ class AuthorizedOrgsDesc(pulumi.CustomResource):
|
|
501
501
|
import pulumi_gcp as gcp
|
502
502
|
|
503
503
|
test_access = gcp.accesscontextmanager.AccessPolicy("test-access",
|
504
|
-
parent="organizations/",
|
504
|
+
parent="organizations/123456789",
|
505
505
|
title="my policy")
|
506
506
|
authorized_orgs_desc = gcp.accesscontextmanager.AuthorizedOrgsDesc("authorized-orgs-desc",
|
507
507
|
parent=test_access.name.apply(lambda name: f"accessPolicies/{name}"),
|
pulumi_gcp/alloydb/_inputs.py
CHANGED
@@ -84,6 +84,8 @@ __all__ = [
|
|
84
84
|
'InstanceObservabilityConfigArgsDict',
|
85
85
|
'InstancePscInstanceConfigArgs',
|
86
86
|
'InstancePscInstanceConfigArgsDict',
|
87
|
+
'InstancePscInstanceConfigPscAutoConnectionArgs',
|
88
|
+
'InstancePscInstanceConfigPscAutoConnectionArgsDict',
|
87
89
|
'InstancePscInstanceConfigPscInterfaceConfigArgs',
|
88
90
|
'InstancePscInstanceConfigPscInterfaceConfigArgsDict',
|
89
91
|
'InstanceQueryInsightsConfigArgs',
|
@@ -2174,6 +2176,11 @@ if not MYPY:
|
|
2174
2176
|
List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
2175
2177
|
These should be specified as project numbers only.
|
2176
2178
|
"""
|
2179
|
+
psc_auto_connections: NotRequired[pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscAutoConnectionArgsDict']]]]
|
2180
|
+
"""
|
2181
|
+
Configurations for setting up PSC service automation.
|
2182
|
+
Structure is documented below.
|
2183
|
+
"""
|
2177
2184
|
psc_dns_name: NotRequired[pulumi.Input[builtins.str]]
|
2178
2185
|
"""
|
2179
2186
|
(Output)
|
@@ -2200,12 +2207,15 @@ elif False:
|
|
2200
2207
|
class InstancePscInstanceConfigArgs:
|
2201
2208
|
def __init__(__self__, *,
|
2202
2209
|
allowed_consumer_projects: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
2210
|
+
psc_auto_connections: Optional[pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscAutoConnectionArgs']]]] = None,
|
2203
2211
|
psc_dns_name: Optional[pulumi.Input[builtins.str]] = None,
|
2204
2212
|
psc_interface_configs: Optional[pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscInterfaceConfigArgs']]]] = None,
|
2205
2213
|
service_attachment_link: Optional[pulumi.Input[builtins.str]] = None):
|
2206
2214
|
"""
|
2207
2215
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
2208
2216
|
These should be specified as project numbers only.
|
2217
|
+
:param pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscAutoConnectionArgs']]] psc_auto_connections: Configurations for setting up PSC service automation.
|
2218
|
+
Structure is documented below.
|
2209
2219
|
:param pulumi.Input[builtins.str] psc_dns_name: (Output)
|
2210
2220
|
The DNS name of the instance for PSC connectivity.
|
2211
2221
|
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
@@ -2219,6 +2229,8 @@ class InstancePscInstanceConfigArgs:
|
|
2219
2229
|
"""
|
2220
2230
|
if allowed_consumer_projects is not None:
|
2221
2231
|
pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
|
2232
|
+
if psc_auto_connections is not None:
|
2233
|
+
pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
|
2222
2234
|
if psc_dns_name is not None:
|
2223
2235
|
pulumi.set(__self__, "psc_dns_name", psc_dns_name)
|
2224
2236
|
if psc_interface_configs is not None:
|
@@ -2239,6 +2251,19 @@ class InstancePscInstanceConfigArgs:
|
|
2239
2251
|
def allowed_consumer_projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
2240
2252
|
pulumi.set(self, "allowed_consumer_projects", value)
|
2241
2253
|
|
2254
|
+
@property
|
2255
|
+
@pulumi.getter(name="pscAutoConnections")
|
2256
|
+
def psc_auto_connections(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscAutoConnectionArgs']]]]:
|
2257
|
+
"""
|
2258
|
+
Configurations for setting up PSC service automation.
|
2259
|
+
Structure is documented below.
|
2260
|
+
"""
|
2261
|
+
return pulumi.get(self, "psc_auto_connections")
|
2262
|
+
|
2263
|
+
@psc_auto_connections.setter
|
2264
|
+
def psc_auto_connections(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstancePscInstanceConfigPscAutoConnectionArgs']]]]):
|
2265
|
+
pulumi.set(self, "psc_auto_connections", value)
|
2266
|
+
|
2242
2267
|
@property
|
2243
2268
|
@pulumi.getter(name="pscDnsName")
|
2244
2269
|
def psc_dns_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -2283,6 +2308,145 @@ class InstancePscInstanceConfigArgs:
|
|
2283
2308
|
pulumi.set(self, "service_attachment_link", value)
|
2284
2309
|
|
2285
2310
|
|
2311
|
+
if not MYPY:
|
2312
|
+
class InstancePscInstanceConfigPscAutoConnectionArgsDict(TypedDict):
|
2313
|
+
consumer_network: NotRequired[pulumi.Input[builtins.str]]
|
2314
|
+
"""
|
2315
|
+
The consumer network for the PSC service automation, example:
|
2316
|
+
"projects/vpc-host-project/global/networks/default".
|
2317
|
+
The consumer network might be hosted a different project than the
|
2318
|
+
consumer project. The API expects the consumer project specified to be
|
2319
|
+
the project ID (and not the project number)
|
2320
|
+
"""
|
2321
|
+
consumer_network_status: NotRequired[pulumi.Input[builtins.str]]
|
2322
|
+
"""
|
2323
|
+
(Output)
|
2324
|
+
The status of the service connection policy.
|
2325
|
+
"""
|
2326
|
+
consumer_project: NotRequired[pulumi.Input[builtins.str]]
|
2327
|
+
"""
|
2328
|
+
The consumer project to which the PSC service automation endpoint will
|
2329
|
+
be created. The API expects the consumer project to be the project ID(
|
2330
|
+
and not the project number).
|
2331
|
+
"""
|
2332
|
+
ip_address: NotRequired[pulumi.Input[builtins.str]]
|
2333
|
+
"""
|
2334
|
+
(Output)
|
2335
|
+
The IP address of the PSC service automation endpoint.
|
2336
|
+
"""
|
2337
|
+
status: NotRequired[pulumi.Input[builtins.str]]
|
2338
|
+
"""
|
2339
|
+
(Output)
|
2340
|
+
The status of the PSC service automation connection.
|
2341
|
+
"""
|
2342
|
+
elif False:
|
2343
|
+
InstancePscInstanceConfigPscAutoConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
2344
|
+
|
2345
|
+
@pulumi.input_type
|
2346
|
+
class InstancePscInstanceConfigPscAutoConnectionArgs:
|
2347
|
+
def __init__(__self__, *,
|
2348
|
+
consumer_network: Optional[pulumi.Input[builtins.str]] = None,
|
2349
|
+
consumer_network_status: Optional[pulumi.Input[builtins.str]] = None,
|
2350
|
+
consumer_project: Optional[pulumi.Input[builtins.str]] = None,
|
2351
|
+
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
2352
|
+
status: Optional[pulumi.Input[builtins.str]] = None):
|
2353
|
+
"""
|
2354
|
+
:param pulumi.Input[builtins.str] consumer_network: The consumer network for the PSC service automation, example:
|
2355
|
+
"projects/vpc-host-project/global/networks/default".
|
2356
|
+
The consumer network might be hosted a different project than the
|
2357
|
+
consumer project. The API expects the consumer project specified to be
|
2358
|
+
the project ID (and not the project number)
|
2359
|
+
:param pulumi.Input[builtins.str] consumer_network_status: (Output)
|
2360
|
+
The status of the service connection policy.
|
2361
|
+
:param pulumi.Input[builtins.str] consumer_project: The consumer project to which the PSC service automation endpoint will
|
2362
|
+
be created. The API expects the consumer project to be the project ID(
|
2363
|
+
and not the project number).
|
2364
|
+
:param pulumi.Input[builtins.str] ip_address: (Output)
|
2365
|
+
The IP address of the PSC service automation endpoint.
|
2366
|
+
:param pulumi.Input[builtins.str] status: (Output)
|
2367
|
+
The status of the PSC service automation connection.
|
2368
|
+
"""
|
2369
|
+
if consumer_network is not None:
|
2370
|
+
pulumi.set(__self__, "consumer_network", consumer_network)
|
2371
|
+
if consumer_network_status is not None:
|
2372
|
+
pulumi.set(__self__, "consumer_network_status", consumer_network_status)
|
2373
|
+
if consumer_project is not None:
|
2374
|
+
pulumi.set(__self__, "consumer_project", consumer_project)
|
2375
|
+
if ip_address is not None:
|
2376
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
2377
|
+
if status is not None:
|
2378
|
+
pulumi.set(__self__, "status", status)
|
2379
|
+
|
2380
|
+
@property
|
2381
|
+
@pulumi.getter(name="consumerNetwork")
|
2382
|
+
def consumer_network(self) -> Optional[pulumi.Input[builtins.str]]:
|
2383
|
+
"""
|
2384
|
+
The consumer network for the PSC service automation, example:
|
2385
|
+
"projects/vpc-host-project/global/networks/default".
|
2386
|
+
The consumer network might be hosted a different project than the
|
2387
|
+
consumer project. The API expects the consumer project specified to be
|
2388
|
+
the project ID (and not the project number)
|
2389
|
+
"""
|
2390
|
+
return pulumi.get(self, "consumer_network")
|
2391
|
+
|
2392
|
+
@consumer_network.setter
|
2393
|
+
def consumer_network(self, value: Optional[pulumi.Input[builtins.str]]):
|
2394
|
+
pulumi.set(self, "consumer_network", value)
|
2395
|
+
|
2396
|
+
@property
|
2397
|
+
@pulumi.getter(name="consumerNetworkStatus")
|
2398
|
+
def consumer_network_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
2399
|
+
"""
|
2400
|
+
(Output)
|
2401
|
+
The status of the service connection policy.
|
2402
|
+
"""
|
2403
|
+
return pulumi.get(self, "consumer_network_status")
|
2404
|
+
|
2405
|
+
@consumer_network_status.setter
|
2406
|
+
def consumer_network_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
2407
|
+
pulumi.set(self, "consumer_network_status", value)
|
2408
|
+
|
2409
|
+
@property
|
2410
|
+
@pulumi.getter(name="consumerProject")
|
2411
|
+
def consumer_project(self) -> Optional[pulumi.Input[builtins.str]]:
|
2412
|
+
"""
|
2413
|
+
The consumer project to which the PSC service automation endpoint will
|
2414
|
+
be created. The API expects the consumer project to be the project ID(
|
2415
|
+
and not the project number).
|
2416
|
+
"""
|
2417
|
+
return pulumi.get(self, "consumer_project")
|
2418
|
+
|
2419
|
+
@consumer_project.setter
|
2420
|
+
def consumer_project(self, value: Optional[pulumi.Input[builtins.str]]):
|
2421
|
+
pulumi.set(self, "consumer_project", value)
|
2422
|
+
|
2423
|
+
@property
|
2424
|
+
@pulumi.getter(name="ipAddress")
|
2425
|
+
def ip_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
2426
|
+
"""
|
2427
|
+
(Output)
|
2428
|
+
The IP address of the PSC service automation endpoint.
|
2429
|
+
"""
|
2430
|
+
return pulumi.get(self, "ip_address")
|
2431
|
+
|
2432
|
+
@ip_address.setter
|
2433
|
+
def ip_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
2434
|
+
pulumi.set(self, "ip_address", value)
|
2435
|
+
|
2436
|
+
@property
|
2437
|
+
@pulumi.getter
|
2438
|
+
def status(self) -> Optional[pulumi.Input[builtins.str]]:
|
2439
|
+
"""
|
2440
|
+
(Output)
|
2441
|
+
The status of the PSC service automation connection.
|
2442
|
+
"""
|
2443
|
+
return pulumi.get(self, "status")
|
2444
|
+
|
2445
|
+
@status.setter
|
2446
|
+
def status(self, value: Optional[pulumi.Input[builtins.str]]):
|
2447
|
+
pulumi.set(self, "status", value)
|
2448
|
+
|
2449
|
+
|
2286
2450
|
if not MYPY:
|
2287
2451
|
class InstancePscInstanceConfigPscInterfaceConfigArgsDict(TypedDict):
|
2288
2452
|
network_attachment_resource: NotRequired[pulumi.Input[builtins.str]]
|
pulumi_gcp/alloydb/outputs.py
CHANGED
@@ -51,6 +51,7 @@ __all__ = [
|
|
51
51
|
'InstanceNetworkConfigAuthorizedExternalNetwork',
|
52
52
|
'InstanceObservabilityConfig',
|
53
53
|
'InstancePscInstanceConfig',
|
54
|
+
'InstancePscInstanceConfigPscAutoConnection',
|
54
55
|
'InstancePscInstanceConfigPscInterfaceConfig',
|
55
56
|
'InstanceQueryInsightsConfig',
|
56
57
|
'InstanceReadPoolConfig',
|
@@ -85,6 +86,7 @@ __all__ = [
|
|
85
86
|
'GetInstanceNetworkConfigAuthorizedExternalNetworkResult',
|
86
87
|
'GetInstanceObservabilityConfigResult',
|
87
88
|
'GetInstancePscInstanceConfigResult',
|
89
|
+
'GetInstancePscInstanceConfigPscAutoConnectionResult',
|
88
90
|
'GetInstancePscInstanceConfigPscInterfaceConfigResult',
|
89
91
|
'GetInstanceQueryInsightsConfigResult',
|
90
92
|
'GetInstanceReadPoolConfigResult',
|
@@ -1894,6 +1896,8 @@ class InstancePscInstanceConfig(dict):
|
|
1894
1896
|
suggest = None
|
1895
1897
|
if key == "allowedConsumerProjects":
|
1896
1898
|
suggest = "allowed_consumer_projects"
|
1899
|
+
elif key == "pscAutoConnections":
|
1900
|
+
suggest = "psc_auto_connections"
|
1897
1901
|
elif key == "pscDnsName":
|
1898
1902
|
suggest = "psc_dns_name"
|
1899
1903
|
elif key == "pscInterfaceConfigs":
|
@@ -1914,12 +1918,15 @@ class InstancePscInstanceConfig(dict):
|
|
1914
1918
|
|
1915
1919
|
def __init__(__self__, *,
|
1916
1920
|
allowed_consumer_projects: Optional[Sequence[builtins.str]] = None,
|
1921
|
+
psc_auto_connections: Optional[Sequence['outputs.InstancePscInstanceConfigPscAutoConnection']] = None,
|
1917
1922
|
psc_dns_name: Optional[builtins.str] = None,
|
1918
1923
|
psc_interface_configs: Optional[Sequence['outputs.InstancePscInstanceConfigPscInterfaceConfig']] = None,
|
1919
1924
|
service_attachment_link: Optional[builtins.str] = None):
|
1920
1925
|
"""
|
1921
1926
|
:param Sequence[builtins.str] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
1922
1927
|
These should be specified as project numbers only.
|
1928
|
+
:param Sequence['InstancePscInstanceConfigPscAutoConnectionArgs'] psc_auto_connections: Configurations for setting up PSC service automation.
|
1929
|
+
Structure is documented below.
|
1923
1930
|
:param builtins.str psc_dns_name: (Output)
|
1924
1931
|
The DNS name of the instance for PSC connectivity.
|
1925
1932
|
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
@@ -1933,6 +1940,8 @@ class InstancePscInstanceConfig(dict):
|
|
1933
1940
|
"""
|
1934
1941
|
if allowed_consumer_projects is not None:
|
1935
1942
|
pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
|
1943
|
+
if psc_auto_connections is not None:
|
1944
|
+
pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
|
1936
1945
|
if psc_dns_name is not None:
|
1937
1946
|
pulumi.set(__self__, "psc_dns_name", psc_dns_name)
|
1938
1947
|
if psc_interface_configs is not None:
|
@@ -1949,6 +1958,15 @@ class InstancePscInstanceConfig(dict):
|
|
1949
1958
|
"""
|
1950
1959
|
return pulumi.get(self, "allowed_consumer_projects")
|
1951
1960
|
|
1961
|
+
@property
|
1962
|
+
@pulumi.getter(name="pscAutoConnections")
|
1963
|
+
def psc_auto_connections(self) -> Optional[Sequence['outputs.InstancePscInstanceConfigPscAutoConnection']]:
|
1964
|
+
"""
|
1965
|
+
Configurations for setting up PSC service automation.
|
1966
|
+
Structure is documented below.
|
1967
|
+
"""
|
1968
|
+
return pulumi.get(self, "psc_auto_connections")
|
1969
|
+
|
1952
1970
|
@property
|
1953
1971
|
@pulumi.getter(name="pscDnsName")
|
1954
1972
|
def psc_dns_name(self) -> Optional[builtins.str]:
|
@@ -1981,6 +1999,114 @@ class InstancePscInstanceConfig(dict):
|
|
1981
1999
|
return pulumi.get(self, "service_attachment_link")
|
1982
2000
|
|
1983
2001
|
|
2002
|
+
@pulumi.output_type
|
2003
|
+
class InstancePscInstanceConfigPscAutoConnection(dict):
|
2004
|
+
@staticmethod
|
2005
|
+
def __key_warning(key: str):
|
2006
|
+
suggest = None
|
2007
|
+
if key == "consumerNetwork":
|
2008
|
+
suggest = "consumer_network"
|
2009
|
+
elif key == "consumerNetworkStatus":
|
2010
|
+
suggest = "consumer_network_status"
|
2011
|
+
elif key == "consumerProject":
|
2012
|
+
suggest = "consumer_project"
|
2013
|
+
elif key == "ipAddress":
|
2014
|
+
suggest = "ip_address"
|
2015
|
+
|
2016
|
+
if suggest:
|
2017
|
+
pulumi.log.warn(f"Key '{key}' not found in InstancePscInstanceConfigPscAutoConnection. Access the value via the '{suggest}' property getter instead.")
|
2018
|
+
|
2019
|
+
def __getitem__(self, key: str) -> Any:
|
2020
|
+
InstancePscInstanceConfigPscAutoConnection.__key_warning(key)
|
2021
|
+
return super().__getitem__(key)
|
2022
|
+
|
2023
|
+
def get(self, key: str, default = None) -> Any:
|
2024
|
+
InstancePscInstanceConfigPscAutoConnection.__key_warning(key)
|
2025
|
+
return super().get(key, default)
|
2026
|
+
|
2027
|
+
def __init__(__self__, *,
|
2028
|
+
consumer_network: Optional[builtins.str] = None,
|
2029
|
+
consumer_network_status: Optional[builtins.str] = None,
|
2030
|
+
consumer_project: Optional[builtins.str] = None,
|
2031
|
+
ip_address: Optional[builtins.str] = None,
|
2032
|
+
status: Optional[builtins.str] = None):
|
2033
|
+
"""
|
2034
|
+
:param builtins.str consumer_network: The consumer network for the PSC service automation, example:
|
2035
|
+
"projects/vpc-host-project/global/networks/default".
|
2036
|
+
The consumer network might be hosted a different project than the
|
2037
|
+
consumer project. The API expects the consumer project specified to be
|
2038
|
+
the project ID (and not the project number)
|
2039
|
+
:param builtins.str consumer_network_status: (Output)
|
2040
|
+
The status of the service connection policy.
|
2041
|
+
:param builtins.str consumer_project: The consumer project to which the PSC service automation endpoint will
|
2042
|
+
be created. The API expects the consumer project to be the project ID(
|
2043
|
+
and not the project number).
|
2044
|
+
:param builtins.str ip_address: (Output)
|
2045
|
+
The IP address of the PSC service automation endpoint.
|
2046
|
+
:param builtins.str status: (Output)
|
2047
|
+
The status of the PSC service automation connection.
|
2048
|
+
"""
|
2049
|
+
if consumer_network is not None:
|
2050
|
+
pulumi.set(__self__, "consumer_network", consumer_network)
|
2051
|
+
if consumer_network_status is not None:
|
2052
|
+
pulumi.set(__self__, "consumer_network_status", consumer_network_status)
|
2053
|
+
if consumer_project is not None:
|
2054
|
+
pulumi.set(__self__, "consumer_project", consumer_project)
|
2055
|
+
if ip_address is not None:
|
2056
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
2057
|
+
if status is not None:
|
2058
|
+
pulumi.set(__self__, "status", status)
|
2059
|
+
|
2060
|
+
@property
|
2061
|
+
@pulumi.getter(name="consumerNetwork")
|
2062
|
+
def consumer_network(self) -> Optional[builtins.str]:
|
2063
|
+
"""
|
2064
|
+
The consumer network for the PSC service automation, example:
|
2065
|
+
"projects/vpc-host-project/global/networks/default".
|
2066
|
+
The consumer network might be hosted a different project than the
|
2067
|
+
consumer project. The API expects the consumer project specified to be
|
2068
|
+
the project ID (and not the project number)
|
2069
|
+
"""
|
2070
|
+
return pulumi.get(self, "consumer_network")
|
2071
|
+
|
2072
|
+
@property
|
2073
|
+
@pulumi.getter(name="consumerNetworkStatus")
|
2074
|
+
def consumer_network_status(self) -> Optional[builtins.str]:
|
2075
|
+
"""
|
2076
|
+
(Output)
|
2077
|
+
The status of the service connection policy.
|
2078
|
+
"""
|
2079
|
+
return pulumi.get(self, "consumer_network_status")
|
2080
|
+
|
2081
|
+
@property
|
2082
|
+
@pulumi.getter(name="consumerProject")
|
2083
|
+
def consumer_project(self) -> Optional[builtins.str]:
|
2084
|
+
"""
|
2085
|
+
The consumer project to which the PSC service automation endpoint will
|
2086
|
+
be created. The API expects the consumer project to be the project ID(
|
2087
|
+
and not the project number).
|
2088
|
+
"""
|
2089
|
+
return pulumi.get(self, "consumer_project")
|
2090
|
+
|
2091
|
+
@property
|
2092
|
+
@pulumi.getter(name="ipAddress")
|
2093
|
+
def ip_address(self) -> Optional[builtins.str]:
|
2094
|
+
"""
|
2095
|
+
(Output)
|
2096
|
+
The IP address of the PSC service automation endpoint.
|
2097
|
+
"""
|
2098
|
+
return pulumi.get(self, "ip_address")
|
2099
|
+
|
2100
|
+
@property
|
2101
|
+
@pulumi.getter
|
2102
|
+
def status(self) -> Optional[builtins.str]:
|
2103
|
+
"""
|
2104
|
+
(Output)
|
2105
|
+
The status of the PSC service automation connection.
|
2106
|
+
"""
|
2107
|
+
return pulumi.get(self, "status")
|
2108
|
+
|
2109
|
+
|
1984
2110
|
@pulumi.output_type
|
1985
2111
|
class InstancePscInstanceConfigPscInterfaceConfig(dict):
|
1986
2112
|
@staticmethod
|
@@ -3188,12 +3314,14 @@ class GetInstanceObservabilityConfigResult(dict):
|
|
3188
3314
|
class GetInstancePscInstanceConfigResult(dict):
|
3189
3315
|
def __init__(__self__, *,
|
3190
3316
|
allowed_consumer_projects: Sequence[builtins.str],
|
3317
|
+
psc_auto_connections: Sequence['outputs.GetInstancePscInstanceConfigPscAutoConnectionResult'],
|
3191
3318
|
psc_dns_name: builtins.str,
|
3192
3319
|
psc_interface_configs: Sequence['outputs.GetInstancePscInstanceConfigPscInterfaceConfigResult'],
|
3193
3320
|
service_attachment_link: builtins.str):
|
3194
3321
|
"""
|
3195
3322
|
:param Sequence[builtins.str] allowed_consumer_projects: List of consumer projects that are allowed to create PSC endpoints to service-attachments to this instance.
|
3196
3323
|
These should be specified as project numbers only.
|
3324
|
+
:param Sequence['GetInstancePscInstanceConfigPscAutoConnectionArgs'] psc_auto_connections: Configurations for setting up PSC service automation.
|
3197
3325
|
:param builtins.str psc_dns_name: The DNS name of the instance for PSC connectivity.
|
3198
3326
|
Name convention: <uid>.<uid>.<region>.alloydb-psc.goog
|
3199
3327
|
:param Sequence['GetInstancePscInstanceConfigPscInterfaceConfigArgs'] psc_interface_configs: Configurations for setting up PSC interfaces attached to the instance
|
@@ -3203,6 +3331,7 @@ class GetInstancePscInstanceConfigResult(dict):
|
|
3203
3331
|
'projects/<alloydb-tenant-project-number>/regions/<region-name>/serviceAttachments/<service-attachment-name>'
|
3204
3332
|
"""
|
3205
3333
|
pulumi.set(__self__, "allowed_consumer_projects", allowed_consumer_projects)
|
3334
|
+
pulumi.set(__self__, "psc_auto_connections", psc_auto_connections)
|
3206
3335
|
pulumi.set(__self__, "psc_dns_name", psc_dns_name)
|
3207
3336
|
pulumi.set(__self__, "psc_interface_configs", psc_interface_configs)
|
3208
3337
|
pulumi.set(__self__, "service_attachment_link", service_attachment_link)
|
@@ -3216,6 +3345,14 @@ class GetInstancePscInstanceConfigResult(dict):
|
|
3216
3345
|
"""
|
3217
3346
|
return pulumi.get(self, "allowed_consumer_projects")
|
3218
3347
|
|
3348
|
+
@property
|
3349
|
+
@pulumi.getter(name="pscAutoConnections")
|
3350
|
+
def psc_auto_connections(self) -> Sequence['outputs.GetInstancePscInstanceConfigPscAutoConnectionResult']:
|
3351
|
+
"""
|
3352
|
+
Configurations for setting up PSC service automation.
|
3353
|
+
"""
|
3354
|
+
return pulumi.get(self, "psc_auto_connections")
|
3355
|
+
|
3219
3356
|
@property
|
3220
3357
|
@pulumi.getter(name="pscDnsName")
|
3221
3358
|
def psc_dns_name(self) -> builtins.str:
|
@@ -3245,6 +3382,80 @@ class GetInstancePscInstanceConfigResult(dict):
|
|
3245
3382
|
return pulumi.get(self, "service_attachment_link")
|
3246
3383
|
|
3247
3384
|
|
3385
|
+
@pulumi.output_type
|
3386
|
+
class GetInstancePscInstanceConfigPscAutoConnectionResult(dict):
|
3387
|
+
def __init__(__self__, *,
|
3388
|
+
consumer_network: builtins.str,
|
3389
|
+
consumer_network_status: builtins.str,
|
3390
|
+
consumer_project: builtins.str,
|
3391
|
+
ip_address: builtins.str,
|
3392
|
+
status: builtins.str):
|
3393
|
+
"""
|
3394
|
+
:param builtins.str consumer_network: The consumer network for the PSC service automation, example:
|
3395
|
+
"projects/vpc-host-project/global/networks/default".
|
3396
|
+
The consumer network might be hosted a different project than the
|
3397
|
+
consumer project. The API expects the consumer project specified to be
|
3398
|
+
the project ID (and not the project number)
|
3399
|
+
:param builtins.str consumer_network_status: The status of the service connection policy.
|
3400
|
+
:param builtins.str consumer_project: The consumer project to which the PSC service automation endpoint will
|
3401
|
+
be created. The API expects the consumer project to be the project ID(
|
3402
|
+
and not the project number).
|
3403
|
+
:param builtins.str ip_address: The IP address of the PSC service automation endpoint.
|
3404
|
+
:param builtins.str status: The status of the PSC service automation connection.
|
3405
|
+
"""
|
3406
|
+
pulumi.set(__self__, "consumer_network", consumer_network)
|
3407
|
+
pulumi.set(__self__, "consumer_network_status", consumer_network_status)
|
3408
|
+
pulumi.set(__self__, "consumer_project", consumer_project)
|
3409
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
3410
|
+
pulumi.set(__self__, "status", status)
|
3411
|
+
|
3412
|
+
@property
|
3413
|
+
@pulumi.getter(name="consumerNetwork")
|
3414
|
+
def consumer_network(self) -> builtins.str:
|
3415
|
+
"""
|
3416
|
+
The consumer network for the PSC service automation, example:
|
3417
|
+
"projects/vpc-host-project/global/networks/default".
|
3418
|
+
The consumer network might be hosted a different project than the
|
3419
|
+
consumer project. The API expects the consumer project specified to be
|
3420
|
+
the project ID (and not the project number)
|
3421
|
+
"""
|
3422
|
+
return pulumi.get(self, "consumer_network")
|
3423
|
+
|
3424
|
+
@property
|
3425
|
+
@pulumi.getter(name="consumerNetworkStatus")
|
3426
|
+
def consumer_network_status(self) -> builtins.str:
|
3427
|
+
"""
|
3428
|
+
The status of the service connection policy.
|
3429
|
+
"""
|
3430
|
+
return pulumi.get(self, "consumer_network_status")
|
3431
|
+
|
3432
|
+
@property
|
3433
|
+
@pulumi.getter(name="consumerProject")
|
3434
|
+
def consumer_project(self) -> builtins.str:
|
3435
|
+
"""
|
3436
|
+
The consumer project to which the PSC service automation endpoint will
|
3437
|
+
be created. The API expects the consumer project to be the project ID(
|
3438
|
+
and not the project number).
|
3439
|
+
"""
|
3440
|
+
return pulumi.get(self, "consumer_project")
|
3441
|
+
|
3442
|
+
@property
|
3443
|
+
@pulumi.getter(name="ipAddress")
|
3444
|
+
def ip_address(self) -> builtins.str:
|
3445
|
+
"""
|
3446
|
+
The IP address of the PSC service automation endpoint.
|
3447
|
+
"""
|
3448
|
+
return pulumi.get(self, "ip_address")
|
3449
|
+
|
3450
|
+
@property
|
3451
|
+
@pulumi.getter
|
3452
|
+
def status(self) -> builtins.str:
|
3453
|
+
"""
|
3454
|
+
The status of the PSC service automation connection.
|
3455
|
+
"""
|
3456
|
+
return pulumi.get(self, "status")
|
3457
|
+
|
3458
|
+
|
3248
3459
|
@pulumi.output_type
|
3249
3460
|
class GetInstancePscInstanceConfigPscInterfaceConfigResult(dict):
|
3250
3461
|
def __init__(__self__, *,
|