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
@@ -99,9 +99,6 @@ def get_groups(parent: Optional[str] = None,
|
|
99
99
|
groups=pulumi.get(__ret__, 'groups'),
|
100
100
|
id=pulumi.get(__ret__, 'id'),
|
101
101
|
parent=pulumi.get(__ret__, 'parent'))
|
102
|
-
|
103
|
-
|
104
|
-
@_utilities.lift_output_func(get_groups)
|
105
102
|
def get_groups_output(parent: Optional[pulumi.Input[str]] = None,
|
106
103
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGroupsResult]:
|
107
104
|
"""
|
@@ -121,4 +118,11 @@ def get_groups_output(parent: Optional[pulumi.Input[str]] = None,
|
|
121
118
|
|
122
119
|
:param str parent: The parent resource under which to list all Groups. Must be of the form identitysources/{identity_source_id} for external- identity-mapped groups or customers/{customer_id} for Google Groups.
|
123
120
|
"""
|
124
|
-
|
121
|
+
__args__ = dict()
|
122
|
+
__args__['parent'] = parent
|
123
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
124
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudidentity/getGroups:getGroups', __args__, opts=opts, typ=GetGroupsResult)
|
125
|
+
return __ret__.apply(lambda __response__: GetGroupsResult(
|
126
|
+
groups=pulumi.get(__response__, 'groups'),
|
127
|
+
id=pulumi.get(__response__, 'id'),
|
128
|
+
parent=pulumi.get(__response__, 'parent')))
|
@@ -294,9 +294,6 @@ def get_s_quota_info(parent: Optional[str] = None,
|
|
294
294
|
refresh_interval=pulumi.get(__ret__, 'refresh_interval'),
|
295
295
|
service=pulumi.get(__ret__, 'service'),
|
296
296
|
service_request_quota_uri=pulumi.get(__ret__, 'service_request_quota_uri'))
|
297
|
-
|
298
|
-
|
299
|
-
@_utilities.lift_output_func(get_s_quota_info)
|
300
297
|
def get_s_quota_info_output(parent: Optional[pulumi.Input[str]] = None,
|
301
298
|
quota_id: Optional[pulumi.Input[str]] = None,
|
302
299
|
service: Optional[pulumi.Input[str]] = None,
|
@@ -320,4 +317,28 @@ def get_s_quota_info_output(parent: Optional[pulumi.Input[str]] = None,
|
|
320
317
|
:param str quota_id: The id of the quota, which is unique within the service.
|
321
318
|
:param str service: The name of the service in which the quota is defined.
|
322
319
|
"""
|
323
|
-
|
320
|
+
__args__ = dict()
|
321
|
+
__args__['parent'] = parent
|
322
|
+
__args__['quotaId'] = quota_id
|
323
|
+
__args__['service'] = service
|
324
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
325
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudquota/getSQuotaInfo:getSQuotaInfo', __args__, opts=opts, typ=GetSQuotaInfoResult)
|
326
|
+
return __ret__.apply(lambda __response__: GetSQuotaInfoResult(
|
327
|
+
container_type=pulumi.get(__response__, 'container_type'),
|
328
|
+
dimensions=pulumi.get(__response__, 'dimensions'),
|
329
|
+
dimensions_infos=pulumi.get(__response__, 'dimensions_infos'),
|
330
|
+
id=pulumi.get(__response__, 'id'),
|
331
|
+
is_concurrent=pulumi.get(__response__, 'is_concurrent'),
|
332
|
+
is_fixed=pulumi.get(__response__, 'is_fixed'),
|
333
|
+
is_precise=pulumi.get(__response__, 'is_precise'),
|
334
|
+
metric=pulumi.get(__response__, 'metric'),
|
335
|
+
metric_display_name=pulumi.get(__response__, 'metric_display_name'),
|
336
|
+
metric_unit=pulumi.get(__response__, 'metric_unit'),
|
337
|
+
name=pulumi.get(__response__, 'name'),
|
338
|
+
parent=pulumi.get(__response__, 'parent'),
|
339
|
+
quota_display_name=pulumi.get(__response__, 'quota_display_name'),
|
340
|
+
quota_id=pulumi.get(__response__, 'quota_id'),
|
341
|
+
quota_increase_eligibilities=pulumi.get(__response__, 'quota_increase_eligibilities'),
|
342
|
+
refresh_interval=pulumi.get(__response__, 'refresh_interval'),
|
343
|
+
service=pulumi.get(__response__, 'service'),
|
344
|
+
service_request_quota_uri=pulumi.get(__response__, 'service_request_quota_uri')))
|
@@ -111,9 +111,6 @@ def get_s_quota_infos(parent: Optional[str] = None,
|
|
111
111
|
parent=pulumi.get(__ret__, 'parent'),
|
112
112
|
quota_infos=pulumi.get(__ret__, 'quota_infos'),
|
113
113
|
service=pulumi.get(__ret__, 'service'))
|
114
|
-
|
115
|
-
|
116
|
-
@_utilities.lift_output_func(get_s_quota_infos)
|
117
114
|
def get_s_quota_infos_output(parent: Optional[pulumi.Input[str]] = None,
|
118
115
|
service: Optional[pulumi.Input[str]] = None,
|
119
116
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSQuotaInfosResult]:
|
@@ -134,4 +131,13 @@ def get_s_quota_infos_output(parent: Optional[pulumi.Input[str]] = None,
|
|
134
131
|
:param str parent: Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Allowed parents are "projects/[project-id / number]" or "folders/[folder-id / number]" or "organizations/[org-id / number].
|
135
132
|
:param str service: The name of the service in which the quotas are defined.
|
136
133
|
"""
|
137
|
-
|
134
|
+
__args__ = dict()
|
135
|
+
__args__['parent'] = parent
|
136
|
+
__args__['service'] = service
|
137
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
138
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudquota/getSQuotaInfos:getSQuotaInfos', __args__, opts=opts, typ=GetSQuotaInfosResult)
|
139
|
+
return __ret__.apply(lambda __response__: GetSQuotaInfosResult(
|
140
|
+
id=pulumi.get(__response__, 'id'),
|
141
|
+
parent=pulumi.get(__response__, 'parent'),
|
142
|
+
quota_infos=pulumi.get(__response__, 'quota_infos'),
|
143
|
+
service=pulumi.get(__response__, 'service')))
|
@@ -103,9 +103,6 @@ def get_locations(project: Optional[str] = None,
|
|
103
103
|
id=pulumi.get(__ret__, 'id'),
|
104
104
|
locations=pulumi.get(__ret__, 'locations'),
|
105
105
|
project=pulumi.get(__ret__, 'project'))
|
106
|
-
|
107
|
-
|
108
|
-
@_utilities.lift_output_func(get_locations)
|
109
106
|
def get_locations_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
110
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLocationsResult]:
|
111
108
|
"""
|
@@ -130,4 +127,11 @@ def get_locations_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
130
127
|
:param str project: The project to list versions for. If it
|
131
128
|
is not provided, the provider project is used.
|
132
129
|
"""
|
133
|
-
|
130
|
+
__args__ = dict()
|
131
|
+
__args__['project'] = project
|
132
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
133
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrun/getLocations:getLocations', __args__, opts=opts, typ=GetLocationsResult)
|
134
|
+
return __ret__.apply(lambda __response__: GetLocationsResult(
|
135
|
+
id=pulumi.get(__response__, 'id'),
|
136
|
+
locations=pulumi.get(__response__, 'locations'),
|
137
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -166,9 +166,6 @@ def get_service(location: Optional[str] = None,
|
|
166
166
|
statuses=pulumi.get(__ret__, 'statuses'),
|
167
167
|
templates=pulumi.get(__ret__, 'templates'),
|
168
168
|
traffics=pulumi.get(__ret__, 'traffics'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_service)
|
172
169
|
def get_service_output(location: Optional[pulumi.Input[str]] = None,
|
173
170
|
name: Optional[pulumi.Input[str]] = None,
|
174
171
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -196,4 +193,19 @@ def get_service_output(location: Optional[pulumi.Input[str]] = None,
|
|
196
193
|
:param str project: The project in which the resource belongs. If it
|
197
194
|
is not provided, the provider project is used.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['location'] = location
|
198
|
+
__args__['name'] = name
|
199
|
+
__args__['project'] = project
|
200
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
201
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrun/getService:getService', __args__, opts=opts, typ=GetServiceResult)
|
202
|
+
return __ret__.apply(lambda __response__: GetServiceResult(
|
203
|
+
autogenerate_revision_name=pulumi.get(__response__, 'autogenerate_revision_name'),
|
204
|
+
id=pulumi.get(__response__, 'id'),
|
205
|
+
location=pulumi.get(__response__, 'location'),
|
206
|
+
metadatas=pulumi.get(__response__, 'metadatas'),
|
207
|
+
name=pulumi.get(__response__, 'name'),
|
208
|
+
project=pulumi.get(__response__, 'project'),
|
209
|
+
statuses=pulumi.get(__response__, 'statuses'),
|
210
|
+
templates=pulumi.get(__response__, 'templates'),
|
211
|
+
traffics=pulumi.get(__response__, 'traffics')))
|
@@ -141,9 +141,6 @@ def get_service_iam_policy(location: Optional[str] = None,
|
|
141
141
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
142
142
|
project=pulumi.get(__ret__, 'project'),
|
143
143
|
service=pulumi.get(__ret__, 'service'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_service_iam_policy)
|
147
144
|
def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
service: Optional[pulumi.Input[str]] = None,
|
@@ -170,4 +167,16 @@ def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
|
|
170
167
|
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.
|
171
168
|
:param str service: Used to find the parent resource to bind the IAM policy to
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['location'] = location
|
172
|
+
__args__['project'] = project
|
173
|
+
__args__['service'] = service
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrun/getServiceIamPolicy:getServiceIamPolicy', __args__, opts=opts, typ=GetServiceIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetServiceIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
location=pulumi.get(__response__, 'location'),
|
180
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
182
|
+
service=pulumi.get(__response__, 'service')))
|
pulumi_gcp/cloudrunv2/get_job.py
CHANGED
@@ -396,9 +396,6 @@ def get_job(location: Optional[str] = None,
|
|
396
396
|
terminal_conditions=pulumi.get(__ret__, 'terminal_conditions'),
|
397
397
|
uid=pulumi.get(__ret__, 'uid'),
|
398
398
|
update_time=pulumi.get(__ret__, 'update_time'))
|
399
|
-
|
400
|
-
|
401
|
-
@_utilities.lift_output_func(get_job)
|
402
399
|
def get_job_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
403
400
|
name: Optional[pulumi.Input[str]] = None,
|
404
401
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -426,4 +423,42 @@ def get_job_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
|
426
423
|
:param str project: The project in which the resource belongs. If it
|
427
424
|
is not provided, the provider project is used.
|
428
425
|
"""
|
429
|
-
|
426
|
+
__args__ = dict()
|
427
|
+
__args__['location'] = location
|
428
|
+
__args__['name'] = name
|
429
|
+
__args__['project'] = project
|
430
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
431
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrunv2/getJob:getJob', __args__, opts=opts, typ=GetJobResult)
|
432
|
+
return __ret__.apply(lambda __response__: GetJobResult(
|
433
|
+
annotations=pulumi.get(__response__, 'annotations'),
|
434
|
+
binary_authorizations=pulumi.get(__response__, 'binary_authorizations'),
|
435
|
+
client=pulumi.get(__response__, 'client'),
|
436
|
+
client_version=pulumi.get(__response__, 'client_version'),
|
437
|
+
conditions=pulumi.get(__response__, 'conditions'),
|
438
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
439
|
+
creator=pulumi.get(__response__, 'creator'),
|
440
|
+
delete_time=pulumi.get(__response__, 'delete_time'),
|
441
|
+
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
442
|
+
effective_annotations=pulumi.get(__response__, 'effective_annotations'),
|
443
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
444
|
+
etag=pulumi.get(__response__, 'etag'),
|
445
|
+
execution_count=pulumi.get(__response__, 'execution_count'),
|
446
|
+
expire_time=pulumi.get(__response__, 'expire_time'),
|
447
|
+
generation=pulumi.get(__response__, 'generation'),
|
448
|
+
id=pulumi.get(__response__, 'id'),
|
449
|
+
labels=pulumi.get(__response__, 'labels'),
|
450
|
+
last_modifier=pulumi.get(__response__, 'last_modifier'),
|
451
|
+
latest_created_executions=pulumi.get(__response__, 'latest_created_executions'),
|
452
|
+
launch_stage=pulumi.get(__response__, 'launch_stage'),
|
453
|
+
location=pulumi.get(__response__, 'location'),
|
454
|
+
name=pulumi.get(__response__, 'name'),
|
455
|
+
observed_generation=pulumi.get(__response__, 'observed_generation'),
|
456
|
+
project=pulumi.get(__response__, 'project'),
|
457
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
458
|
+
reconciling=pulumi.get(__response__, 'reconciling'),
|
459
|
+
run_execution_token=pulumi.get(__response__, 'run_execution_token'),
|
460
|
+
start_execution_token=pulumi.get(__response__, 'start_execution_token'),
|
461
|
+
templates=pulumi.get(__response__, 'templates'),
|
462
|
+
terminal_conditions=pulumi.get(__response__, 'terminal_conditions'),
|
463
|
+
uid=pulumi.get(__response__, 'uid'),
|
464
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -141,9 +141,6 @@ def get_job_iam_policy(location: Optional[str] = None,
|
|
141
141
|
name=pulumi.get(__ret__, 'name'),
|
142
142
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
143
143
|
project=pulumi.get(__ret__, 'project'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_job_iam_policy)
|
147
144
|
def get_job_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
name: Optional[pulumi.Input[str]] = None,
|
149
146
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_job_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] =
|
|
170
167
|
:param str project: The ID of the project in which the resource belongs.
|
171
168
|
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.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['location'] = location
|
172
|
+
__args__['name'] = name
|
173
|
+
__args__['project'] = project
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrunv2/getJobIamPolicy:getJobIamPolicy', __args__, opts=opts, typ=GetJobIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetJobIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
location=pulumi.get(__response__, 'location'),
|
180
|
+
name=pulumi.get(__response__, 'name'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -456,9 +456,6 @@ def get_service(location: Optional[str] = None,
|
|
456
456
|
uid=pulumi.get(__ret__, 'uid'),
|
457
457
|
update_time=pulumi.get(__ret__, 'update_time'),
|
458
458
|
uri=pulumi.get(__ret__, 'uri'))
|
459
|
-
|
460
|
-
|
461
|
-
@_utilities.lift_output_func(get_service)
|
462
459
|
def get_service_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
463
460
|
name: Optional[pulumi.Input[str]] = None,
|
464
461
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -486,4 +483,48 @@ def get_service_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
|
486
483
|
:param str project: The project in which the resource belongs. If it
|
487
484
|
is not provided, the provider project is used.
|
488
485
|
"""
|
489
|
-
|
486
|
+
__args__ = dict()
|
487
|
+
__args__['location'] = location
|
488
|
+
__args__['name'] = name
|
489
|
+
__args__['project'] = project
|
490
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
491
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrunv2/getService:getService', __args__, opts=opts, typ=GetServiceResult)
|
492
|
+
return __ret__.apply(lambda __response__: GetServiceResult(
|
493
|
+
annotations=pulumi.get(__response__, 'annotations'),
|
494
|
+
binary_authorizations=pulumi.get(__response__, 'binary_authorizations'),
|
495
|
+
client=pulumi.get(__response__, 'client'),
|
496
|
+
client_version=pulumi.get(__response__, 'client_version'),
|
497
|
+
conditions=pulumi.get(__response__, 'conditions'),
|
498
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
499
|
+
creator=pulumi.get(__response__, 'creator'),
|
500
|
+
custom_audiences=pulumi.get(__response__, 'custom_audiences'),
|
501
|
+
default_uri_disabled=pulumi.get(__response__, 'default_uri_disabled'),
|
502
|
+
delete_time=pulumi.get(__response__, 'delete_time'),
|
503
|
+
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
504
|
+
description=pulumi.get(__response__, 'description'),
|
505
|
+
effective_annotations=pulumi.get(__response__, 'effective_annotations'),
|
506
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
507
|
+
etag=pulumi.get(__response__, 'etag'),
|
508
|
+
expire_time=pulumi.get(__response__, 'expire_time'),
|
509
|
+
generation=pulumi.get(__response__, 'generation'),
|
510
|
+
id=pulumi.get(__response__, 'id'),
|
511
|
+
ingress=pulumi.get(__response__, 'ingress'),
|
512
|
+
labels=pulumi.get(__response__, 'labels'),
|
513
|
+
last_modifier=pulumi.get(__response__, 'last_modifier'),
|
514
|
+
latest_created_revision=pulumi.get(__response__, 'latest_created_revision'),
|
515
|
+
latest_ready_revision=pulumi.get(__response__, 'latest_ready_revision'),
|
516
|
+
launch_stage=pulumi.get(__response__, 'launch_stage'),
|
517
|
+
location=pulumi.get(__response__, 'location'),
|
518
|
+
name=pulumi.get(__response__, 'name'),
|
519
|
+
observed_generation=pulumi.get(__response__, 'observed_generation'),
|
520
|
+
project=pulumi.get(__response__, 'project'),
|
521
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
522
|
+
reconciling=pulumi.get(__response__, 'reconciling'),
|
523
|
+
scalings=pulumi.get(__response__, 'scalings'),
|
524
|
+
templates=pulumi.get(__response__, 'templates'),
|
525
|
+
terminal_conditions=pulumi.get(__response__, 'terminal_conditions'),
|
526
|
+
traffic_statuses=pulumi.get(__response__, 'traffic_statuses'),
|
527
|
+
traffics=pulumi.get(__response__, 'traffics'),
|
528
|
+
uid=pulumi.get(__response__, 'uid'),
|
529
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
530
|
+
uri=pulumi.get(__response__, 'uri')))
|
@@ -141,9 +141,6 @@ def get_service_iam_policy(location: Optional[str] = None,
|
|
141
141
|
name=pulumi.get(__ret__, 'name'),
|
142
142
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
143
143
|
project=pulumi.get(__ret__, 'project'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_service_iam_policy)
|
147
144
|
def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
name: Optional[pulumi.Input[str]] = None,
|
149
146
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_service_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]
|
|
170
167
|
:param str project: The ID of the project in which the resource belongs.
|
171
168
|
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.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['location'] = location
|
172
|
+
__args__['name'] = name
|
173
|
+
__args__['project'] = project
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudrunv2/getServiceIamPolicy:getServiceIamPolicy', __args__, opts=opts, typ=GetServiceIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetServiceIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
location=pulumi.get(__response__, 'location'),
|
180
|
+
name=pulumi.get(__response__, 'name'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -141,9 +141,6 @@ def get_queue_iam_policy(location: Optional[str] = None,
|
|
141
141
|
name=pulumi.get(__ret__, 'name'),
|
142
142
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
143
143
|
project=pulumi.get(__ret__, 'project'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_queue_iam_policy)
|
147
144
|
def get_queue_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
name: Optional[pulumi.Input[str]] = None,
|
149
146
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_queue_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]]
|
|
170
167
|
:param str project: The ID of the project in which the resource belongs.
|
171
168
|
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.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['location'] = location
|
172
|
+
__args__['name'] = name
|
173
|
+
__args__['project'] = project
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:cloudtasks/getQueueIamPolicy:getQueueIamPolicy', __args__, opts=opts, typ=GetQueueIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetQueueIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
location=pulumi.get(__response__, 'location'),
|
180
|
+
name=pulumi.get(__response__, 'name'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -166,9 +166,6 @@ def get_environment(name: Optional[str] = None,
|
|
166
166
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
167
167
|
region=pulumi.get(__ret__, 'region'),
|
168
168
|
storage_configs=pulumi.get(__ret__, 'storage_configs'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_environment)
|
172
169
|
def get_environment_output(name: Optional[pulumi.Input[str]] = None,
|
173
170
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
174
171
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -193,4 +190,19 @@ def get_environment_output(name: Optional[pulumi.Input[str]] = None,
|
|
193
190
|
If it is not provided, the provider project is used.
|
194
191
|
:param str region: The location or Compute Engine region of the environment.
|
195
192
|
"""
|
196
|
-
|
193
|
+
__args__ = dict()
|
194
|
+
__args__['name'] = name
|
195
|
+
__args__['project'] = project
|
196
|
+
__args__['region'] = region
|
197
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
198
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:composer/getEnvironment:getEnvironment', __args__, opts=opts, typ=GetEnvironmentResult)
|
199
|
+
return __ret__.apply(lambda __response__: GetEnvironmentResult(
|
200
|
+
configs=pulumi.get(__response__, 'configs'),
|
201
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
202
|
+
id=pulumi.get(__response__, 'id'),
|
203
|
+
labels=pulumi.get(__response__, 'labels'),
|
204
|
+
name=pulumi.get(__response__, 'name'),
|
205
|
+
project=pulumi.get(__response__, 'project'),
|
206
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
207
|
+
region=pulumi.get(__response__, 'region'),
|
208
|
+
storage_configs=pulumi.get(__response__, 'storage_configs')))
|
@@ -120,9 +120,6 @@ def get_image_versions(project: Optional[str] = None,
|
|
120
120
|
image_versions=pulumi.get(__ret__, 'image_versions'),
|
121
121
|
project=pulumi.get(__ret__, 'project'),
|
122
122
|
region=pulumi.get(__ret__, 'region'))
|
123
|
-
|
124
|
-
|
125
|
-
@_utilities.lift_output_func(get_image_versions)
|
126
123
|
def get_image_versions_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
127
124
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
128
125
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetImageVersionsResult]:
|
@@ -152,4 +149,13 @@ def get_image_versions_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
152
149
|
:param str region: The location to list versions in.
|
153
150
|
If it is not provider, the provider region is used.
|
154
151
|
"""
|
155
|
-
|
152
|
+
__args__ = dict()
|
153
|
+
__args__['project'] = project
|
154
|
+
__args__['region'] = region
|
155
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
156
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:composer/getImageVersions:getImageVersions', __args__, opts=opts, typ=GetImageVersionsResult)
|
157
|
+
return __ret__.apply(lambda __response__: GetImageVersionsResult(
|
158
|
+
id=pulumi.get(__response__, 'id'),
|
159
|
+
image_versions=pulumi.get(__response__, 'image_versions'),
|
160
|
+
project=pulumi.get(__response__, 'project'),
|
161
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -151,9 +151,6 @@ def get_user_workloads_config_map(environment: Optional[str] = None,
|
|
151
151
|
name=pulumi.get(__ret__, 'name'),
|
152
152
|
project=pulumi.get(__ret__, 'project'),
|
153
153
|
region=pulumi.get(__ret__, 'region'))
|
154
|
-
|
155
|
-
|
156
|
-
@_utilities.lift_output_func(get_user_workloads_config_map)
|
157
154
|
def get_user_workloads_config_map_output(environment: Optional[pulumi.Input[str]] = None,
|
158
155
|
name: Optional[pulumi.Input[str]] = None,
|
159
156
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -192,4 +189,17 @@ def get_user_workloads_config_map_output(environment: Optional[pulumi.Input[str]
|
|
192
189
|
If it is not provided, the provider project is used.
|
193
190
|
:param str region: The location or Compute Engine region of the environment.
|
194
191
|
"""
|
195
|
-
|
192
|
+
__args__ = dict()
|
193
|
+
__args__['environment'] = environment
|
194
|
+
__args__['name'] = name
|
195
|
+
__args__['project'] = project
|
196
|
+
__args__['region'] = region
|
197
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
198
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:composer/getUserWorkloadsConfigMap:getUserWorkloadsConfigMap', __args__, opts=opts, typ=GetUserWorkloadsConfigMapResult)
|
199
|
+
return __ret__.apply(lambda __response__: GetUserWorkloadsConfigMapResult(
|
200
|
+
data=pulumi.get(__response__, 'data'),
|
201
|
+
environment=pulumi.get(__response__, 'environment'),
|
202
|
+
id=pulumi.get(__response__, 'id'),
|
203
|
+
name=pulumi.get(__response__, 'name'),
|
204
|
+
project=pulumi.get(__response__, 'project'),
|
205
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -148,9 +148,6 @@ def get_user_workloads_secret(environment: Optional[str] = None,
|
|
148
148
|
name=pulumi.get(__ret__, 'name'),
|
149
149
|
project=pulumi.get(__ret__, 'project'),
|
150
150
|
region=pulumi.get(__ret__, 'region'))
|
151
|
-
|
152
|
-
|
153
|
-
@_utilities.lift_output_func(get_user_workloads_secret)
|
154
151
|
def get_user_workloads_secret_output(environment: Optional[pulumi.Input[str]] = None,
|
155
152
|
name: Optional[pulumi.Input[str]] = None,
|
156
153
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -190,4 +187,17 @@ def get_user_workloads_secret_output(environment: Optional[pulumi.Input[str]] =
|
|
190
187
|
If it is not provided, the provider project is used.
|
191
188
|
:param str region: The location or Compute Engine region of the environment.
|
192
189
|
"""
|
193
|
-
|
190
|
+
__args__ = dict()
|
191
|
+
__args__['environment'] = environment
|
192
|
+
__args__['name'] = name
|
193
|
+
__args__['project'] = project
|
194
|
+
__args__['region'] = region
|
195
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
196
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:composer/getUserWorkloadsSecret:getUserWorkloadsSecret', __args__, opts=opts, typ=GetUserWorkloadsSecretResult)
|
197
|
+
return __ret__.apply(lambda __response__: GetUserWorkloadsSecretResult(
|
198
|
+
data=pulumi.get(__response__, 'data'),
|
199
|
+
environment=pulumi.get(__response__, 'environment'),
|
200
|
+
id=pulumi.get(__response__, 'id'),
|
201
|
+
name=pulumi.get(__response__, 'name'),
|
202
|
+
project=pulumi.get(__response__, 'project'),
|
203
|
+
region=pulumi.get(__response__, 'region')))
|