pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.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 +32 -0
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
- pulumi_gcp/alloydb/get_locations.py +8 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
- pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
- pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
- pulumi_gcp/appengine/get_default_service_account.py +12 -4
- pulumi_gcp/apphub/get_application.py +20 -4
- pulumi_gcp/apphub/get_discovered_service.py +14 -4
- pulumi_gcp/apphub/get_discovered_workload.py +14 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
- pulumi_gcp/artifactregistry/get_locations.py +8 -4
- pulumi_gcp/artifactregistry/get_repository.py +27 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
- pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
- pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_dataset.py +30 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
- pulumi_gcp/bigquery/get_default_service_account.py +9 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_tables.py +10 -4
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
- pulumi_gcp/bigtable/_inputs.py +58 -0
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
- pulumi_gcp/bigtable/instance_iam_member.py +13 -34
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/billing/get_account_iam_policy.py +9 -4
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
- pulumi_gcp/certificateauthority/get_authority.py +34 -4
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
- pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
- pulumi_gcp/certificatemanager/get_certificates.py +10 -4
- pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
- pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
- pulumi_gcp/cloudbuild/get_trigger.py +33 -4
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctions/get_function.py +43 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_groups.py +8 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
- pulumi_gcp/cloudrun/get_locations.py +8 -4
- pulumi_gcp/cloudrun/get_service.py +16 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_job.py +39 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_service.py +45 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
- pulumi_gcp/composer/get_environment.py +16 -4
- pulumi_gcp/composer/get_image_versions.py +10 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
- pulumi_gcp/compute/_inputs.py +302 -18
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_address.py +21 -4
- pulumi_gcp/compute/get_addresses.py +12 -4
- pulumi_gcp/compute/get_backend_bucket.py +18 -4
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
- pulumi_gcp/compute/get_backend_service.py +51 -5
- pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
- pulumi_gcp/compute/get_certificate.py +17 -4
- pulumi_gcp/compute/get_default_service_account.py +12 -4
- pulumi_gcp/compute/get_disk.py +45 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_forwarding_rule.py +43 -4
- pulumi_gcp/compute/get_forwarding_rules.py +10 -4
- pulumi_gcp/compute/get_global_address.py +19 -4
- pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
- pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
- pulumi_gcp/compute/get_health_check.py +25 -4
- pulumi_gcp/compute/get_image.py +30 -4
- pulumi_gcp/compute/get_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_instance.py +49 -4
- pulumi_gcp/compute/get_instance_group.py +18 -4
- pulumi_gcp/compute/get_instance_group_manager.py +38 -4
- pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
- pulumi_gcp/compute/get_instance_serial_port.py +14 -4
- pulumi_gcp/compute/get_instance_template.py +45 -4
- pulumi_gcp/compute/get_lbip_ranges.py +7 -4
- pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_machine_types.py +12 -4
- pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
- pulumi_gcp/compute/get_network.py +14 -4
- pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
- pulumi_gcp/compute/get_network_peering.py +17 -4
- pulumi_gcp/compute/get_networks.py +9 -4
- pulumi_gcp/compute/get_node_types.py +10 -4
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_disk.py +35 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_instance_group.py +15 -4
- pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
- pulumi_gcp/compute/get_region_instance_template.py +44 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
- pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
- pulumi_gcp/compute/get_regions.py +10 -4
- pulumi_gcp/compute/get_reservation.py +19 -4
- pulumi_gcp/compute/get_resource_policy.py +17 -4
- pulumi_gcp/compute/get_router.py +18 -4
- pulumi_gcp/compute/get_router_nat.py +33 -4
- pulumi_gcp/compute/get_router_status.py +14 -4
- pulumi_gcp/compute/get_security_policy.py +18 -4
- pulumi_gcp/compute/get_snapshot.py +30 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
- pulumi_gcp/compute/get_ssl_policy.py +17 -4
- pulumi_gcp/compute/get_subnetwork.py +20 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
- pulumi_gcp/compute/get_subnetworks.py +12 -4
- pulumi_gcp/compute/get_vpn_gateway.py +14 -4
- pulumi_gcp/compute/get_zones.py +12 -4
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +401 -16
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +106 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/get_attached_install_manifest.py +14 -4
- pulumi_gcp/container/get_attached_versions.py +10 -4
- pulumi_gcp/container/get_aws_versions.py +11 -4
- pulumi_gcp/container/get_azure_versions.py +11 -4
- pulumi_gcp/container/get_cluster.py +87 -4
- pulumi_gcp/container/get_engine_versions.py +18 -4
- pulumi_gcp/container/get_registry_image.py +16 -4
- pulumi_gcp/container/get_registry_repository.py +10 -4
- pulumi_gcp/container/outputs.py +87 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
- pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_service.py +34 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/datastream/get_static_ips.py +10 -4
- pulumi_gcp/discoveryengine/_inputs.py +32 -5
- pulumi_gcp/discoveryengine/chat_engine.py +64 -0
- pulumi_gcp/discoveryengine/outputs.py +22 -3
- pulumi_gcp/dns/get_keys.py +11 -4
- pulumi_gcp/dns/get_managed_zone.py +14 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
- pulumi_gcp/dns/get_managed_zones.py +8 -4
- pulumi_gcp/dns/get_record_set.py +15 -4
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
- pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
- pulumi_gcp/filestore/get_instance.py +25 -4
- pulumi_gcp/firebase/get_android_app.py +17 -4
- pulumi_gcp/firebase/get_android_app_config.py +11 -4
- pulumi_gcp/firebase/get_apple_app.py +16 -4
- pulumi_gcp/firebase/get_apple_app_config.py +11 -4
- pulumi_gcp/firebase/get_hosting_channel.py +16 -4
- pulumi_gcp/firebase/get_web_app.py +14 -4
- pulumi_gcp/firebase/get_web_app_config.py +16 -4
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/get_iam_policy.py +9 -4
- pulumi_gcp/folder/get_organization_policy.py +15 -4
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_membership_binding.py +23 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
- 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/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iam/get_rule.py +10 -4
- pulumi_gcp/iam/get_testable_permissions.py +12 -4
- pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
- pulumi_gcp/iap/get_client.py +11 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_iam_policy.py +9 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
- pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
- pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
- pulumi_gcp/kms/get_crypto_keys.py +10 -4
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
- pulumi_gcp/kms/get_key_rings.py +12 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
- pulumi_gcp/kms/get_kms_key_ring.py +11 -4
- pulumi_gcp/kms/get_kms_secret.py +12 -4
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
- pulumi_gcp/kms/key_handle.py +8 -8
- pulumi_gcp/logging/get_folder_settings.py +13 -4
- pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
- pulumi_gcp/logging/get_organization_settings.py +13 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
- pulumi_gcp/logging/get_project_settings.py +13 -4
- pulumi_gcp/logging/get_sink.py +14 -4
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
- pulumi_gcp/monitoring/get_notification_channel.py +21 -4
- pulumi_gcp/monitoring/get_secret_version.py +16 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
- pulumi_gcp/netapp/backup_vault.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +70 -0
- pulumi_gcp/networkconnectivity/internal_range.py +117 -7
- pulumi_gcp/networkconnectivity/outputs.py +42 -0
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
- pulumi_gcp/networkservices/gateway.py +54 -0
- pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
- pulumi_gcp/organizations/get_active_folder.py +12 -4
- pulumi_gcp/organizations/get_billing_account.py +15 -4
- pulumi_gcp/organizations/get_client_config.py +10 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
- pulumi_gcp/organizations/get_folder.py +17 -4
- pulumi_gcp/organizations/get_folders.py +8 -4
- pulumi_gcp/organizations/get_iam_policy.py +10 -4
- pulumi_gcp/organizations/get_organization.py +14 -4
- pulumi_gcp/organizations/get_project.py +18 -4
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
- pulumi_gcp/projects/get_iam_policy.py +9 -4
- pulumi_gcp/projects/get_organization_policy.py +15 -4
- pulumi_gcp/projects/get_project.py +8 -4
- pulumi_gcp/projects/get_project_service.py +12 -4
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_subscription.py +25 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_topic.py +17 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +44 -4
- pulumi_gcp/runtimeconfig/get_config.py +10 -4
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
- pulumi_gcp/runtimeconfig/get_variable.py +14 -4
- pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
- pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
- pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
- pulumi_gcp/secretmanager/get_secret.py +23 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
- pulumi_gcp/secretmanager/get_secret_version.py +16 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
- pulumi_gcp/secretmanager/get_secrets.py +10 -4
- pulumi_gcp/secretmanager/outputs.py +2 -10
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceaccount/get_account.py +14 -4
- pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
- pulumi_gcp/serviceaccount/get_account_key.py +13 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/get_token.py +12 -4
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +24 -5
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/spanner/backup_schedule.py +4 -2
- pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
- pulumi_gcp/spanner/get_instance.py +22 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
- pulumi_gcp/sql/get_backup_run.py +16 -4
- pulumi_gcp/sql/get_ca_certs.py +11 -4
- pulumi_gcp/sql/get_database.py +15 -4
- pulumi_gcp/sql/get_database_instance.py +32 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
- pulumi_gcp/sql/get_database_instances.py +18 -4
- pulumi_gcp/sql/get_databases.py +10 -4
- pulumi_gcp/sql/get_tiers.py +8 -4
- pulumi_gcp/storage/get_bucket.py +34 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
- pulumi_gcp/storage/get_bucket_object.py +30 -4
- pulumi_gcp/storage/get_bucket_object_content.py +31 -4
- pulumi_gcp/storage/get_bucket_objects.py +12 -4
- pulumi_gcp/storage/get_buckets.py +10 -4
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
- pulumi_gcp/storage/get_object_signed_url.py +22 -4
- pulumi_gcp/storage/get_project_service_account.py +11 -4
- pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
- pulumi_gcp/tags/get_tag_key.py +14 -4
- pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_keys.py +8 -4
- pulumi_gcp/tags/get_tag_value.py +14 -4
- pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_values.py +8 -4
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
- pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
- pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_index.py +24 -4
- pulumi_gcp/vmwareengine/get_cluster.py +13 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
- pulumi_gcp/vmwareengine/get_external_address.py +16 -4
- pulumi_gcp/vmwareengine/get_network.py +16 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
- pulumi_gcp/vmwareengine/get_subnet.py +20 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
- pulumi_gcp/vpcaccess/get_connector.py +22 -4
- pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
- pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -112,9 +112,6 @@ def get_static_ips(location: Optional[str] = None,
|
|
112
112
|
location=pulumi.get(__ret__, 'location'),
|
113
113
|
project=pulumi.get(__ret__, 'project'),
|
114
114
|
static_ips=pulumi.get(__ret__, 'static_ips'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_static_ips)
|
118
115
|
def get_static_ips_output(location: Optional[pulumi.Input[str]] = None,
|
119
116
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
120
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetStaticIpsResult]:
|
@@ -137,4 +134,13 @@ def get_static_ips_output(location: Optional[pulumi.Input[str]] = None,
|
|
137
134
|
:param str location: The location to list Datastream IPs for. For example: `us-east1`.
|
138
135
|
:param str project: Project from which to list static IP addresses. Defaults to project declared in the provider.
|
139
136
|
"""
|
140
|
-
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['location'] = location
|
139
|
+
__args__['project'] = project
|
140
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
141
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:datastream/getStaticIps:getStaticIps', __args__, opts=opts, typ=GetStaticIpsResult)
|
142
|
+
return __ret__.apply(lambda __response__: GetStaticIpsResult(
|
143
|
+
id=pulumi.get(__response__, 'id'),
|
144
|
+
location=pulumi.get(__response__, 'location'),
|
145
|
+
project=pulumi.get(__response__, 'project'),
|
146
|
+
static_ips=pulumi.get(__response__, 'static_ips')))
|
@@ -61,37 +61,64 @@ MYPY = False
|
|
61
61
|
|
62
62
|
if not MYPY:
|
63
63
|
class ChatEngineChatEngineConfigArgsDict(TypedDict):
|
64
|
-
agent_creation_config: pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgsDict']
|
64
|
+
agent_creation_config: NotRequired[pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgsDict']]
|
65
65
|
"""
|
66
66
|
The configuration to generate the Dialogflow agent that is associated to this Engine.
|
67
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
67
68
|
Structure is documented below.
|
68
69
|
"""
|
70
|
+
dialogflow_agent_to_link: NotRequired[pulumi.Input[str]]
|
71
|
+
"""
|
72
|
+
The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: `projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>`.
|
73
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
74
|
+
"""
|
69
75
|
elif False:
|
70
76
|
ChatEngineChatEngineConfigArgsDict: TypeAlias = Mapping[str, Any]
|
71
77
|
|
72
78
|
@pulumi.input_type
|
73
79
|
class ChatEngineChatEngineConfigArgs:
|
74
80
|
def __init__(__self__, *,
|
75
|
-
agent_creation_config: pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']
|
81
|
+
agent_creation_config: Optional[pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']] = None,
|
82
|
+
dialogflow_agent_to_link: Optional[pulumi.Input[str]] = None):
|
76
83
|
"""
|
77
84
|
:param pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs'] agent_creation_config: The configuration to generate the Dialogflow agent that is associated to this Engine.
|
85
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
78
86
|
Structure is documented below.
|
87
|
+
:param pulumi.Input[str] dialogflow_agent_to_link: The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: `projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>`.
|
88
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
79
89
|
"""
|
80
|
-
|
90
|
+
if agent_creation_config is not None:
|
91
|
+
pulumi.set(__self__, "agent_creation_config", agent_creation_config)
|
92
|
+
if dialogflow_agent_to_link is not None:
|
93
|
+
pulumi.set(__self__, "dialogflow_agent_to_link", dialogflow_agent_to_link)
|
81
94
|
|
82
95
|
@property
|
83
96
|
@pulumi.getter(name="agentCreationConfig")
|
84
|
-
def agent_creation_config(self) -> pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']:
|
97
|
+
def agent_creation_config(self) -> Optional[pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']]:
|
85
98
|
"""
|
86
99
|
The configuration to generate the Dialogflow agent that is associated to this Engine.
|
100
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
87
101
|
Structure is documented below.
|
88
102
|
"""
|
89
103
|
return pulumi.get(self, "agent_creation_config")
|
90
104
|
|
91
105
|
@agent_creation_config.setter
|
92
|
-
def agent_creation_config(self, value: pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']):
|
106
|
+
def agent_creation_config(self, value: Optional[pulumi.Input['ChatEngineChatEngineConfigAgentCreationConfigArgs']]):
|
93
107
|
pulumi.set(self, "agent_creation_config", value)
|
94
108
|
|
109
|
+
@property
|
110
|
+
@pulumi.getter(name="dialogflowAgentToLink")
|
111
|
+
def dialogflow_agent_to_link(self) -> Optional[pulumi.Input[str]]:
|
112
|
+
"""
|
113
|
+
The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: `projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>`.
|
114
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "dialogflow_agent_to_link")
|
117
|
+
|
118
|
+
@dialogflow_agent_to_link.setter
|
119
|
+
def dialogflow_agent_to_link(self, value: Optional[pulumi.Input[str]]):
|
120
|
+
pulumi.set(self, "dialogflow_agent_to_link", value)
|
121
|
+
|
95
122
|
|
96
123
|
if not MYPY:
|
97
124
|
class ChatEngineChatEngineConfigAgentCreationConfigArgsDict(TypedDict):
|
@@ -455,6 +455,38 @@ class ChatEngine(pulumi.CustomResource):
|
|
455
455
|
},
|
456
456
|
})
|
457
457
|
```
|
458
|
+
### Discoveryengine Chat Engine Existing Dialogflow Agent
|
459
|
+
|
460
|
+
```python
|
461
|
+
import pulumi
|
462
|
+
import pulumi_gcp as gcp
|
463
|
+
|
464
|
+
test_data_store = gcp.discoveryengine.DataStore("test_data_store",
|
465
|
+
location="global",
|
466
|
+
data_store_id="data-store",
|
467
|
+
display_name="Structured datastore",
|
468
|
+
industry_vertical="GENERIC",
|
469
|
+
content_config="NO_CONTENT",
|
470
|
+
solution_types=["SOLUTION_TYPE_CHAT"])
|
471
|
+
agent = gcp.diagflow.CxAgent("agent",
|
472
|
+
display_name="dialogflowcx-agent",
|
473
|
+
location="global",
|
474
|
+
default_language_code="en",
|
475
|
+
time_zone="America/Los_Angeles")
|
476
|
+
primary = gcp.discoveryengine.ChatEngine("primary",
|
477
|
+
engine_id="chat-engine-id",
|
478
|
+
collection_id="default_collection",
|
479
|
+
location=test_data_store.location,
|
480
|
+
display_name="Chat engine",
|
481
|
+
industry_vertical="GENERIC",
|
482
|
+
data_store_ids=[test_data_store.data_store_id],
|
483
|
+
common_config={
|
484
|
+
"company_name": "test-company",
|
485
|
+
},
|
486
|
+
chat_engine_config={
|
487
|
+
"dialogflow_agent_to_link": agent.id,
|
488
|
+
})
|
489
|
+
```
|
458
490
|
|
459
491
|
## Import
|
460
492
|
|
@@ -551,6 +583,38 @@ class ChatEngine(pulumi.CustomResource):
|
|
551
583
|
},
|
552
584
|
})
|
553
585
|
```
|
586
|
+
### Discoveryengine Chat Engine Existing Dialogflow Agent
|
587
|
+
|
588
|
+
```python
|
589
|
+
import pulumi
|
590
|
+
import pulumi_gcp as gcp
|
591
|
+
|
592
|
+
test_data_store = gcp.discoveryengine.DataStore("test_data_store",
|
593
|
+
location="global",
|
594
|
+
data_store_id="data-store",
|
595
|
+
display_name="Structured datastore",
|
596
|
+
industry_vertical="GENERIC",
|
597
|
+
content_config="NO_CONTENT",
|
598
|
+
solution_types=["SOLUTION_TYPE_CHAT"])
|
599
|
+
agent = gcp.diagflow.CxAgent("agent",
|
600
|
+
display_name="dialogflowcx-agent",
|
601
|
+
location="global",
|
602
|
+
default_language_code="en",
|
603
|
+
time_zone="America/Los_Angeles")
|
604
|
+
primary = gcp.discoveryengine.ChatEngine("primary",
|
605
|
+
engine_id="chat-engine-id",
|
606
|
+
collection_id="default_collection",
|
607
|
+
location=test_data_store.location,
|
608
|
+
display_name="Chat engine",
|
609
|
+
industry_vertical="GENERIC",
|
610
|
+
data_store_ids=[test_data_store.data_store_id],
|
611
|
+
common_config={
|
612
|
+
"company_name": "test-company",
|
613
|
+
},
|
614
|
+
chat_engine_config={
|
615
|
+
"dialogflow_agent_to_link": agent.id,
|
616
|
+
})
|
617
|
+
```
|
554
618
|
|
555
619
|
## Import
|
556
620
|
|
@@ -45,6 +45,8 @@ class ChatEngineChatEngineConfig(dict):
|
|
45
45
|
suggest = None
|
46
46
|
if key == "agentCreationConfig":
|
47
47
|
suggest = "agent_creation_config"
|
48
|
+
elif key == "dialogflowAgentToLink":
|
49
|
+
suggest = "dialogflow_agent_to_link"
|
48
50
|
|
49
51
|
if suggest:
|
50
52
|
pulumi.log.warn(f"Key '{key}' not found in ChatEngineChatEngineConfig. Access the value via the '{suggest}' property getter instead.")
|
@@ -58,22 +60,39 @@ class ChatEngineChatEngineConfig(dict):
|
|
58
60
|
return super().get(key, default)
|
59
61
|
|
60
62
|
def __init__(__self__, *,
|
61
|
-
agent_creation_config: 'outputs.ChatEngineChatEngineConfigAgentCreationConfig'
|
63
|
+
agent_creation_config: Optional['outputs.ChatEngineChatEngineConfigAgentCreationConfig'] = None,
|
64
|
+
dialogflow_agent_to_link: Optional[str] = None):
|
62
65
|
"""
|
63
66
|
:param 'ChatEngineChatEngineConfigAgentCreationConfigArgs' agent_creation_config: The configuration to generate the Dialogflow agent that is associated to this Engine.
|
67
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
64
68
|
Structure is documented below.
|
69
|
+
:param str dialogflow_agent_to_link: The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: `projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>`.
|
70
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
65
71
|
"""
|
66
|
-
|
72
|
+
if agent_creation_config is not None:
|
73
|
+
pulumi.set(__self__, "agent_creation_config", agent_creation_config)
|
74
|
+
if dialogflow_agent_to_link is not None:
|
75
|
+
pulumi.set(__self__, "dialogflow_agent_to_link", dialogflow_agent_to_link)
|
67
76
|
|
68
77
|
@property
|
69
78
|
@pulumi.getter(name="agentCreationConfig")
|
70
|
-
def agent_creation_config(self) -> 'outputs.ChatEngineChatEngineConfigAgentCreationConfig':
|
79
|
+
def agent_creation_config(self) -> Optional['outputs.ChatEngineChatEngineConfigAgentCreationConfig']:
|
71
80
|
"""
|
72
81
|
The configuration to generate the Dialogflow agent that is associated to this Engine.
|
82
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
73
83
|
Structure is documented below.
|
74
84
|
"""
|
75
85
|
return pulumi.get(self, "agent_creation_config")
|
76
86
|
|
87
|
+
@property
|
88
|
+
@pulumi.getter(name="dialogflowAgentToLink")
|
89
|
+
def dialogflow_agent_to_link(self) -> Optional[str]:
|
90
|
+
"""
|
91
|
+
The resource name of an existing Dialogflow agent to link to this Chat Engine. Format: `projects/<Project_ID>/locations/<Location_ID>/agents/<Agent_ID>`.
|
92
|
+
Exactly one of `agent_creation_config` or `dialogflow_agent_to_link` must be set.
|
93
|
+
"""
|
94
|
+
return pulumi.get(self, "dialogflow_agent_to_link")
|
95
|
+
|
77
96
|
|
78
97
|
@pulumi.output_type
|
79
98
|
class ChatEngineChatEngineConfigAgentCreationConfig(dict):
|
pulumi_gcp/dns/get_keys.py
CHANGED
@@ -140,9 +140,6 @@ def get_keys(managed_zone: Optional[str] = None,
|
|
140
140
|
managed_zone=pulumi.get(__ret__, 'managed_zone'),
|
141
141
|
project=pulumi.get(__ret__, 'project'),
|
142
142
|
zone_signing_keys=pulumi.get(__ret__, 'zone_signing_keys'))
|
143
|
-
|
144
|
-
|
145
|
-
@_utilities.lift_output_func(get_keys)
|
146
143
|
def get_keys_output(managed_zone: Optional[pulumi.Input[str]] = None,
|
147
144
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetKeysResult]:
|
@@ -179,4 +176,14 @@ def get_keys_output(managed_zone: Optional[pulumi.Input[str]] = None,
|
|
179
176
|
:param str managed_zone: The name or id of the Cloud DNS managed zone.
|
180
177
|
:param str project: The ID of the project in which the resource belongs. If `project` is not provided, the provider project is used.
|
181
178
|
"""
|
182
|
-
|
179
|
+
__args__ = dict()
|
180
|
+
__args__['managedZone'] = managed_zone
|
181
|
+
__args__['project'] = project
|
182
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
183
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:dns/getKeys:getKeys', __args__, opts=opts, typ=GetKeysResult)
|
184
|
+
return __ret__.apply(lambda __response__: GetKeysResult(
|
185
|
+
id=pulumi.get(__response__, 'id'),
|
186
|
+
key_signing_keys=pulumi.get(__response__, 'key_signing_keys'),
|
187
|
+
managed_zone=pulumi.get(__response__, 'managed_zone'),
|
188
|
+
project=pulumi.get(__response__, 'project'),
|
189
|
+
zone_signing_keys=pulumi.get(__response__, 'zone_signing_keys')))
|
@@ -166,9 +166,6 @@ def get_managed_zone(name: Optional[str] = None,
|
|
166
166
|
name_servers=pulumi.get(__ret__, 'name_servers'),
|
167
167
|
project=pulumi.get(__ret__, 'project'),
|
168
168
|
visibility=pulumi.get(__ret__, 'visibility'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_managed_zone)
|
172
169
|
def get_managed_zone_output(name: Optional[pulumi.Input[str]] = None,
|
173
170
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
174
171
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedZoneResult]:
|
@@ -196,4 +193,17 @@ def get_managed_zone_output(name: Optional[pulumi.Input[str]] = None,
|
|
196
193
|
:param str name: A unique name for the resource.
|
197
194
|
:param str project: The ID of the project for the Google Cloud DNS zone. If this is not provided the default project will be used.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['name'] = name
|
198
|
+
__args__['project'] = project
|
199
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
200
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:dns/getManagedZone:getManagedZone', __args__, opts=opts, typ=GetManagedZoneResult)
|
201
|
+
return __ret__.apply(lambda __response__: GetManagedZoneResult(
|
202
|
+
description=pulumi.get(__response__, 'description'),
|
203
|
+
dns_name=pulumi.get(__response__, 'dns_name'),
|
204
|
+
id=pulumi.get(__response__, 'id'),
|
205
|
+
managed_zone_id=pulumi.get(__response__, 'managed_zone_id'),
|
206
|
+
name=pulumi.get(__response__, 'name'),
|
207
|
+
name_servers=pulumi.get(__response__, 'name_servers'),
|
208
|
+
project=pulumi.get(__response__, 'project'),
|
209
|
+
visibility=pulumi.get(__response__, 'visibility')))
|
@@ -125,9 +125,6 @@ def get_managed_zone_iam_policy(managed_zone: Optional[str] = None,
|
|
125
125
|
managed_zone=pulumi.get(__ret__, 'managed_zone'),
|
126
126
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
127
127
|
project=pulumi.get(__ret__, 'project'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_managed_zone_iam_policy)
|
131
128
|
def get_managed_zone_iam_policy_output(managed_zone: Optional[pulumi.Input[str]] = None,
|
132
129
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedZoneIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_managed_zone_iam_policy_output(managed_zone: Optional[pulumi.Input[str]]
|
|
149
146
|
:param str project: The ID of the project in which the resource belongs.
|
150
147
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['managedZone'] = managed_zone
|
151
|
+
__args__['project'] = project
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:dns/getManagedZoneIamPolicy:getManagedZoneIamPolicy', __args__, opts=opts, typ=GetManagedZoneIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetManagedZoneIamPolicyResult(
|
155
|
+
etag=pulumi.get(__response__, 'etag'),
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
managed_zone=pulumi.get(__response__, 'managed_zone'),
|
158
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
159
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -96,9 +96,6 @@ def get_managed_zones(project: Optional[str] = None,
|
|
96
96
|
id=pulumi.get(__ret__, 'id'),
|
97
97
|
managed_zones=pulumi.get(__ret__, 'managed_zones'),
|
98
98
|
project=pulumi.get(__ret__, 'project'))
|
99
|
-
|
100
|
-
|
101
|
-
@_utilities.lift_output_func(get_managed_zones)
|
102
99
|
def get_managed_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
103
100
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagedZonesResult]:
|
104
101
|
"""
|
@@ -118,4 +115,11 @@ def get_managed_zones_output(project: Optional[pulumi.Input[Optional[str]]] = No
|
|
118
115
|
|
119
116
|
:param str project: The ID of the project containing Google Cloud DNS zones. If this is not provided the default project will be used.
|
120
117
|
"""
|
121
|
-
|
118
|
+
__args__ = dict()
|
119
|
+
__args__['project'] = project
|
120
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
121
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:dns/getManagedZones:getManagedZones', __args__, opts=opts, typ=GetManagedZonesResult)
|
122
|
+
return __ret__.apply(lambda __response__: GetManagedZonesResult(
|
123
|
+
id=pulumi.get(__response__, 'id'),
|
124
|
+
managed_zones=pulumi.get(__response__, 'managed_zones'),
|
125
|
+
project=pulumi.get(__response__, 'project')))
|
pulumi_gcp/dns/get_record_set.py
CHANGED
@@ -155,9 +155,6 @@ def get_record_set(managed_zone: Optional[str] = None,
|
|
155
155
|
rrdatas=pulumi.get(__ret__, 'rrdatas'),
|
156
156
|
ttl=pulumi.get(__ret__, 'ttl'),
|
157
157
|
type=pulumi.get(__ret__, 'type'))
|
158
|
-
|
159
|
-
|
160
|
-
@_utilities.lift_output_func(get_record_set)
|
161
158
|
def get_record_set_output(managed_zone: Optional[pulumi.Input[str]] = None,
|
162
159
|
name: Optional[pulumi.Input[str]] = None,
|
163
160
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -188,4 +185,18 @@ def get_record_set_output(managed_zone: Optional[pulumi.Input[str]] = None,
|
|
188
185
|
:param str project: The ID of the project for the Google Cloud.
|
189
186
|
:param str type: The RRSet type. [See this table for supported types](https://cloud.google.com/dns/docs/records#record_type).
|
190
187
|
"""
|
191
|
-
|
188
|
+
__args__ = dict()
|
189
|
+
__args__['managedZone'] = managed_zone
|
190
|
+
__args__['name'] = name
|
191
|
+
__args__['project'] = project
|
192
|
+
__args__['type'] = type
|
193
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
194
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:dns/getRecordSet:getRecordSet', __args__, opts=opts, typ=GetRecordSetResult)
|
195
|
+
return __ret__.apply(lambda __response__: GetRecordSetResult(
|
196
|
+
id=pulumi.get(__response__, 'id'),
|
197
|
+
managed_zone=pulumi.get(__response__, 'managed_zone'),
|
198
|
+
name=pulumi.get(__response__, 'name'),
|
199
|
+
project=pulumi.get(__response__, 'project'),
|
200
|
+
rrdatas=pulumi.get(__response__, 'rrdatas'),
|
201
|
+
ttl=pulumi.get(__response__, 'ttl'),
|
202
|
+
type=pulumi.get(__response__, 'type')))
|
@@ -110,13 +110,20 @@ def get_service_consumers_iam_policy(consumer_project: Optional[str] = None,
|
|
110
110
|
id=pulumi.get(__ret__, 'id'),
|
111
111
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
112
112
|
service_name=pulumi.get(__ret__, 'service_name'))
|
113
|
-
|
114
|
-
|
115
|
-
@_utilities.lift_output_func(get_service_consumers_iam_policy)
|
116
113
|
def get_service_consumers_iam_policy_output(consumer_project: Optional[pulumi.Input[str]] = None,
|
117
114
|
service_name: Optional[pulumi.Input[str]] = None,
|
118
115
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceConsumersIamPolicyResult]:
|
119
116
|
"""
|
120
117
|
Retrieves the current IAM policy data for serviceconsumers
|
121
118
|
"""
|
122
|
-
|
119
|
+
__args__ = dict()
|
120
|
+
__args__['consumerProject'] = consumer_project
|
121
|
+
__args__['serviceName'] = service_name
|
122
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
123
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:endpoints/getServiceConsumersIamPolicy:getServiceConsumersIamPolicy', __args__, opts=opts, typ=GetServiceConsumersIamPolicyResult)
|
124
|
+
return __ret__.apply(lambda __response__: GetServiceConsumersIamPolicyResult(
|
125
|
+
consumer_project=pulumi.get(__response__, 'consumer_project'),
|
126
|
+
etag=pulumi.get(__response__, 'etag'),
|
127
|
+
id=pulumi.get(__response__, 'id'),
|
128
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
129
|
+
service_name=pulumi.get(__response__, 'service_name')))
|
@@ -107,9 +107,6 @@ def get_service_iam_policy(service_name: Optional[str] = None,
|
|
107
107
|
id=pulumi.get(__ret__, 'id'),
|
108
108
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
109
109
|
service_name=pulumi.get(__ret__, 'service_name'))
|
110
|
-
|
111
|
-
|
112
|
-
@_utilities.lift_output_func(get_service_iam_policy)
|
113
110
|
def get_service_iam_policy_output(service_name: Optional[pulumi.Input[str]] = None,
|
114
111
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIamPolicyResult]:
|
115
112
|
"""
|
@@ -124,4 +121,12 @@ def get_service_iam_policy_output(service_name: Optional[pulumi.Input[str]] = No
|
|
124
121
|
policy = gcp.endpoints.get_service_iam_policy(service_name=endpoints_service["serviceName"])
|
125
122
|
```
|
126
123
|
"""
|
127
|
-
|
124
|
+
__args__ = dict()
|
125
|
+
__args__['serviceName'] = service_name
|
126
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
127
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:endpoints/getServiceIamPolicy:getServiceIamPolicy', __args__, opts=opts, typ=GetServiceIamPolicyResult)
|
128
|
+
return __ret__.apply(lambda __response__: GetServiceIamPolicyResult(
|
129
|
+
etag=pulumi.get(__response__, 'etag'),
|
130
|
+
id=pulumi.get(__response__, 'id'),
|
131
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
132
|
+
service_name=pulumi.get(__response__, 'service_name')))
|
@@ -258,9 +258,6 @@ def get_instance(location: Optional[str] = None,
|
|
258
258
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
259
259
|
tier=pulumi.get(__ret__, 'tier'),
|
260
260
|
zone=pulumi.get(__ret__, 'zone'))
|
261
|
-
|
262
|
-
|
263
|
-
@_utilities.lift_output_func(get_instance)
|
264
261
|
def get_instance_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
265
262
|
name: Optional[pulumi.Input[str]] = None,
|
266
263
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -290,4 +287,28 @@ def get_instance_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
|
290
287
|
:param str project: The project in which the resource belongs. If it
|
291
288
|
is not provided, the provider project is used.
|
292
289
|
"""
|
293
|
-
|
290
|
+
__args__ = dict()
|
291
|
+
__args__['location'] = location
|
292
|
+
__args__['name'] = name
|
293
|
+
__args__['project'] = project
|
294
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
295
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:filestore/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult)
|
296
|
+
return __ret__.apply(lambda __response__: GetInstanceResult(
|
297
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
298
|
+
deletion_protection_enabled=pulumi.get(__response__, 'deletion_protection_enabled'),
|
299
|
+
deletion_protection_reason=pulumi.get(__response__, 'deletion_protection_reason'),
|
300
|
+
description=pulumi.get(__response__, 'description'),
|
301
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
302
|
+
etag=pulumi.get(__response__, 'etag'),
|
303
|
+
file_shares=pulumi.get(__response__, 'file_shares'),
|
304
|
+
id=pulumi.get(__response__, 'id'),
|
305
|
+
kms_key_name=pulumi.get(__response__, 'kms_key_name'),
|
306
|
+
labels=pulumi.get(__response__, 'labels'),
|
307
|
+
location=pulumi.get(__response__, 'location'),
|
308
|
+
name=pulumi.get(__response__, 'name'),
|
309
|
+
networks=pulumi.get(__response__, 'networks'),
|
310
|
+
project=pulumi.get(__response__, 'project'),
|
311
|
+
protocol=pulumi.get(__response__, 'protocol'),
|
312
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
313
|
+
tier=pulumi.get(__response__, 'tier'),
|
314
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -194,9 +194,6 @@ def get_android_app(app_id: Optional[str] = None,
|
|
194
194
|
project=pulumi.get(__ret__, 'project'),
|
195
195
|
sha1_hashes=pulumi.get(__ret__, 'sha1_hashes'),
|
196
196
|
sha256_hashes=pulumi.get(__ret__, 'sha256_hashes'))
|
197
|
-
|
198
|
-
|
199
|
-
@_utilities.lift_output_func(get_android_app)
|
200
197
|
def get_android_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
201
198
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
202
199
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAndroidAppResult]:
|
@@ -210,4 +207,20 @@ def get_android_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
210
207
|
:param str project: The ID of the project in which the resource belongs.
|
211
208
|
If it is not provided, the provider project is used.
|
212
209
|
"""
|
213
|
-
|
210
|
+
__args__ = dict()
|
211
|
+
__args__['appId'] = app_id
|
212
|
+
__args__['project'] = project
|
213
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
214
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getAndroidApp:getAndroidApp', __args__, opts=opts, typ=GetAndroidAppResult)
|
215
|
+
return __ret__.apply(lambda __response__: GetAndroidAppResult(
|
216
|
+
api_key_id=pulumi.get(__response__, 'api_key_id'),
|
217
|
+
app_id=pulumi.get(__response__, 'app_id'),
|
218
|
+
deletion_policy=pulumi.get(__response__, 'deletion_policy'),
|
219
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
220
|
+
etag=pulumi.get(__response__, 'etag'),
|
221
|
+
id=pulumi.get(__response__, 'id'),
|
222
|
+
name=pulumi.get(__response__, 'name'),
|
223
|
+
package_name=pulumi.get(__response__, 'package_name'),
|
224
|
+
project=pulumi.get(__response__, 'project'),
|
225
|
+
sha1_hashes=pulumi.get(__response__, 'sha1_hashes'),
|
226
|
+
sha256_hashes=pulumi.get(__response__, 'sha256_hashes')))
|
@@ -100,13 +100,20 @@ def get_android_app_config(app_id: Optional[str] = None,
|
|
100
100
|
config_filename=pulumi.get(__ret__, 'config_filename'),
|
101
101
|
id=pulumi.get(__ret__, 'id'),
|
102
102
|
project=pulumi.get(__ret__, 'project'))
|
103
|
-
|
104
|
-
|
105
|
-
@_utilities.lift_output_func(get_android_app_config)
|
106
103
|
def get_android_app_config_output(app_id: Optional[pulumi.Input[str]] = None,
|
107
104
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
108
105
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAndroidAppConfigResult]:
|
109
106
|
"""
|
110
107
|
Use this data source to access information about an existing resource.
|
111
108
|
"""
|
112
|
-
|
109
|
+
__args__ = dict()
|
110
|
+
__args__['appId'] = app_id
|
111
|
+
__args__['project'] = project
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
113
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getAndroidAppConfig:getAndroidAppConfig', __args__, opts=opts, typ=GetAndroidAppConfigResult)
|
114
|
+
return __ret__.apply(lambda __response__: GetAndroidAppConfigResult(
|
115
|
+
app_id=pulumi.get(__response__, 'app_id'),
|
116
|
+
config_file_contents=pulumi.get(__response__, 'config_file_contents'),
|
117
|
+
config_filename=pulumi.get(__response__, 'config_filename'),
|
118
|
+
id=pulumi.get(__response__, 'id'),
|
119
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -180,9 +180,6 @@ def get_apple_app(app_id: Optional[str] = None,
|
|
180
180
|
name=pulumi.get(__ret__, 'name'),
|
181
181
|
project=pulumi.get(__ret__, 'project'),
|
182
182
|
team_id=pulumi.get(__ret__, 'team_id'))
|
183
|
-
|
184
|
-
|
185
|
-
@_utilities.lift_output_func(get_apple_app)
|
186
183
|
def get_apple_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
187
184
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
188
185
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAppleAppResult]:
|
@@ -196,4 +193,19 @@ def get_apple_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
196
193
|
:param str project: The ID of the project in which the resource belongs.
|
197
194
|
If it is not provided, the provider project is used.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['appId'] = app_id
|
198
|
+
__args__['project'] = project
|
199
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
200
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getAppleApp:getAppleApp', __args__, opts=opts, typ=GetAppleAppResult)
|
201
|
+
return __ret__.apply(lambda __response__: GetAppleAppResult(
|
202
|
+
api_key_id=pulumi.get(__response__, 'api_key_id'),
|
203
|
+
app_id=pulumi.get(__response__, 'app_id'),
|
204
|
+
app_store_id=pulumi.get(__response__, 'app_store_id'),
|
205
|
+
bundle_id=pulumi.get(__response__, 'bundle_id'),
|
206
|
+
deletion_policy=pulumi.get(__response__, 'deletion_policy'),
|
207
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
208
|
+
id=pulumi.get(__response__, 'id'),
|
209
|
+
name=pulumi.get(__response__, 'name'),
|
210
|
+
project=pulumi.get(__response__, 'project'),
|
211
|
+
team_id=pulumi.get(__response__, 'team_id')))
|
@@ -112,9 +112,6 @@ def get_apple_app_config(app_id: Optional[str] = None,
|
|
112
112
|
config_filename=pulumi.get(__ret__, 'config_filename'),
|
113
113
|
id=pulumi.get(__ret__, 'id'),
|
114
114
|
project=pulumi.get(__ret__, 'project'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_apple_app_config)
|
118
115
|
def get_apple_app_config_output(app_id: Optional[pulumi.Input[str]] = None,
|
119
116
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
120
117
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAppleAppConfigResult]:
|
@@ -127,4 +124,14 @@ def get_apple_app_config_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
127
124
|
:param str project: The ID of the project in which the resource belongs. If it
|
128
125
|
is not provided, the provider project is used.
|
129
126
|
"""
|
130
|
-
|
127
|
+
__args__ = dict()
|
128
|
+
__args__['appId'] = app_id
|
129
|
+
__args__['project'] = project
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getAppleAppConfig:getAppleAppConfig', __args__, opts=opts, typ=GetAppleAppConfigResult)
|
132
|
+
return __ret__.apply(lambda __response__: GetAppleAppConfigResult(
|
133
|
+
app_id=pulumi.get(__response__, 'app_id'),
|
134
|
+
config_file_contents=pulumi.get(__response__, 'config_file_contents'),
|
135
|
+
config_filename=pulumi.get(__response__, 'config_filename'),
|
136
|
+
id=pulumi.get(__response__, 'id'),
|
137
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -159,9 +159,6 @@ def get_hosting_channel(channel_id: Optional[str] = None,
|
|
159
159
|
retained_release_count=pulumi.get(__ret__, 'retained_release_count'),
|
160
160
|
site_id=pulumi.get(__ret__, 'site_id'),
|
161
161
|
ttl=pulumi.get(__ret__, 'ttl'))
|
162
|
-
|
163
|
-
|
164
|
-
@_utilities.lift_output_func(get_hosting_channel)
|
165
162
|
def get_hosting_channel_output(channel_id: Optional[pulumi.Input[str]] = None,
|
166
163
|
site_id: Optional[pulumi.Input[str]] = None,
|
167
164
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetHostingChannelResult]:
|
@@ -171,4 +168,19 @@ def get_hosting_channel_output(channel_id: Optional[pulumi.Input[str]] = None,
|
|
171
168
|
:param str channel_id: The ID of the channel. Use `channel_id = "live"` for the default channel of a site.
|
172
169
|
:param str site_id: The ID of the site this channel belongs to.
|
173
170
|
"""
|
174
|
-
|
171
|
+
__args__ = dict()
|
172
|
+
__args__['channelId'] = channel_id
|
173
|
+
__args__['siteId'] = site_id
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getHostingChannel:getHostingChannel', __args__, opts=opts, typ=GetHostingChannelResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetHostingChannelResult(
|
177
|
+
channel_id=pulumi.get(__response__, 'channel_id'),
|
178
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
179
|
+
expire_time=pulumi.get(__response__, 'expire_time'),
|
180
|
+
id=pulumi.get(__response__, 'id'),
|
181
|
+
labels=pulumi.get(__response__, 'labels'),
|
182
|
+
name=pulumi.get(__response__, 'name'),
|
183
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
184
|
+
retained_release_count=pulumi.get(__response__, 'retained_release_count'),
|
185
|
+
site_id=pulumi.get(__response__, 'site_id'),
|
186
|
+
ttl=pulumi.get(__response__, 'ttl')))
|
@@ -149,9 +149,6 @@ def get_web_app(app_id: Optional[str] = None,
|
|
149
149
|
id=pulumi.get(__ret__, 'id'),
|
150
150
|
name=pulumi.get(__ret__, 'name'),
|
151
151
|
project=pulumi.get(__ret__, 'project'))
|
152
|
-
|
153
|
-
|
154
|
-
@_utilities.lift_output_func(get_web_app)
|
155
152
|
def get_web_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
156
153
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
157
154
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebAppResult]:
|
@@ -166,4 +163,17 @@ def get_web_app_output(app_id: Optional[pulumi.Input[str]] = None,
|
|
166
163
|
:param str project: The ID of the project in which the resource belongs.
|
167
164
|
If it is not provided, the provider project is used.
|
168
165
|
"""
|
169
|
-
|
166
|
+
__args__ = dict()
|
167
|
+
__args__['appId'] = app_id
|
168
|
+
__args__['project'] = project
|
169
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:firebase/getWebApp:getWebApp', __args__, opts=opts, typ=GetWebAppResult)
|
171
|
+
return __ret__.apply(lambda __response__: GetWebAppResult(
|
172
|
+
api_key_id=pulumi.get(__response__, 'api_key_id'),
|
173
|
+
app_id=pulumi.get(__response__, 'app_id'),
|
174
|
+
app_urls=pulumi.get(__response__, 'app_urls'),
|
175
|
+
deletion_policy=pulumi.get(__response__, 'deletion_policy'),
|
176
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
177
|
+
id=pulumi.get(__response__, 'id'),
|
178
|
+
name=pulumi.get(__response__, 'name'),
|
179
|
+
project=pulumi.get(__response__, 'project')))
|