pulumi-gcp 8.5.0a1728386657__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 +8 -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/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/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 +3 -3
- 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 +40 -4
- 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/outputs.py +2 -2
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/container/_inputs.py +12 -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 +8 -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/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/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/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/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/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/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/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/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/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/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/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/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- 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/siteverification/get_token.py +12 -4
- pulumi_gcp/sourcerepo/get_repository.py +13 -4
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- 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/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/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.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +355 -354
- {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -143,9 +143,6 @@ def get_instance_iam_policy(instance_id: Optional[str] = None,
|
|
143
143
|
location=pulumi.get(__ret__, 'location'),
|
144
144
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
145
145
|
project=pulumi.get(__ret__, 'project'))
|
146
|
-
|
147
|
-
|
148
|
-
@_utilities.lift_output_func(get_instance_iam_policy)
|
149
146
|
def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = None,
|
150
147
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
151
148
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -174,4 +171,16 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[str]] = No
|
|
174
171
|
:param str project: The ID of the project in which the resource belongs.
|
175
172
|
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.
|
176
173
|
"""
|
177
|
-
|
174
|
+
__args__ = dict()
|
175
|
+
__args__['instanceId'] = instance_id
|
176
|
+
__args__['location'] = location
|
177
|
+
__args__['project'] = project
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securesourcemanager/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
|
180
|
+
return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
|
181
|
+
etag=pulumi.get(__response__, 'etag'),
|
182
|
+
id=pulumi.get(__response__, 'id'),
|
183
|
+
instance_id=pulumi.get(__response__, 'instance_id'),
|
184
|
+
location=pulumi.get(__response__, 'location'),
|
185
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
186
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -143,9 +143,6 @@ def get_repository_iam_policy(location: Optional[str] = None,
|
|
143
143
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
144
144
|
project=pulumi.get(__ret__, 'project'),
|
145
145
|
repository_id=pulumi.get(__ret__, 'repository_id'))
|
146
|
-
|
147
|
-
|
148
|
-
@_utilities.lift_output_func(get_repository_iam_policy)
|
149
146
|
def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
150
147
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
151
148
|
repository_id: Optional[pulumi.Input[str]] = None,
|
@@ -174,4 +171,16 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[st
|
|
174
171
|
:param str repository_id: The ID for the Repository.
|
175
172
|
Used to find the parent resource to bind the IAM policy to
|
176
173
|
"""
|
177
|
-
|
174
|
+
__args__ = dict()
|
175
|
+
__args__['location'] = location
|
176
|
+
__args__['project'] = project
|
177
|
+
__args__['repositoryId'] = repository_id
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securesourcemanager/getRepositoryIamPolicy:getRepositoryIamPolicy', __args__, opts=opts, typ=GetRepositoryIamPolicyResult)
|
180
|
+
return __ret__.apply(lambda __response__: GetRepositoryIamPolicyResult(
|
181
|
+
etag=pulumi.get(__response__, 'etag'),
|
182
|
+
id=pulumi.get(__response__, 'id'),
|
183
|
+
location=pulumi.get(__response__, 'location'),
|
184
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
185
|
+
project=pulumi.get(__response__, 'project'),
|
186
|
+
repository_id=pulumi.get(__response__, 'repository_id')))
|
@@ -122,9 +122,6 @@ def get_source_iam_policy(organization: Optional[str] = None,
|
|
122
122
|
organization=pulumi.get(__ret__, 'organization'),
|
123
123
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
124
|
source=pulumi.get(__ret__, 'source'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_source_iam_policy)
|
128
125
|
def get_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = None,
|
129
126
|
source: Optional[pulumi.Input[str]] = None,
|
130
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSourceIamPolicyResult]:
|
@@ -143,4 +140,14 @@ def get_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = Non
|
|
143
140
|
|
144
141
|
:param str source: Used to find the parent resource to bind the IAM policy to
|
145
142
|
"""
|
146
|
-
|
143
|
+
__args__ = dict()
|
144
|
+
__args__['organization'] = organization
|
145
|
+
__args__['source'] = source
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securitycenter/getSourceIamPolicy:getSourceIamPolicy', __args__, opts=opts, typ=GetSourceIamPolicyResult)
|
148
|
+
return __ret__.apply(lambda __response__: GetSourceIamPolicyResult(
|
149
|
+
etag=pulumi.get(__response__, 'etag'),
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
organization=pulumi.get(__response__, 'organization'),
|
152
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
153
|
+
source=pulumi.get(__response__, 'source')))
|
@@ -122,9 +122,6 @@ def get_v2_organization_source_iam_policy(organization: Optional[str] = None,
|
|
122
122
|
organization=pulumi.get(__ret__, 'organization'),
|
123
123
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
124
|
source=pulumi.get(__ret__, 'source'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_v2_organization_source_iam_policy)
|
128
125
|
def get_v2_organization_source_iam_policy_output(organization: Optional[pulumi.Input[str]] = None,
|
129
126
|
source: Optional[pulumi.Input[str]] = None,
|
130
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetV2OrganizationSourceIamPolicyResult]:
|
@@ -143,4 +140,14 @@ def get_v2_organization_source_iam_policy_output(organization: Optional[pulumi.I
|
|
143
140
|
|
144
141
|
:param str source: Used to find the parent resource to bind the IAM policy to
|
145
142
|
"""
|
146
|
-
|
143
|
+
__args__ = dict()
|
144
|
+
__args__['organization'] = organization
|
145
|
+
__args__['source'] = source
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:securitycenter/getV2OrganizationSourceIamPolicy:getV2OrganizationSourceIamPolicy', __args__, opts=opts, typ=GetV2OrganizationSourceIamPolicyResult)
|
148
|
+
return __ret__.apply(lambda __response__: GetV2OrganizationSourceIamPolicyResult(
|
149
|
+
etag=pulumi.get(__response__, 'etag'),
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
organization=pulumi.get(__response__, 'organization'),
|
152
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
153
|
+
source=pulumi.get(__response__, 'source')))
|
@@ -191,9 +191,6 @@ def get_account(account_id: Optional[str] = None,
|
|
191
191
|
name=pulumi.get(__ret__, 'name'),
|
192
192
|
project=pulumi.get(__ret__, 'project'),
|
193
193
|
unique_id=pulumi.get(__ret__, 'unique_id'))
|
194
|
-
|
195
|
-
|
196
|
-
@_utilities.lift_output_func(get_account)
|
197
194
|
def get_account_output(account_id: Optional[pulumi.Input[str]] = None,
|
198
195
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
199
196
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAccountResult]:
|
@@ -241,4 +238,17 @@ def get_account_output(account_id: Optional[pulumi.Input[str]] = None,
|
|
241
238
|
:param str project: The ID of the project that the service account is present in.
|
242
239
|
Defaults to the provider project configuration.
|
243
240
|
"""
|
244
|
-
|
241
|
+
__args__ = dict()
|
242
|
+
__args__['accountId'] = account_id
|
243
|
+
__args__['project'] = project
|
244
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
245
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccount:getAccount', __args__, opts=opts, typ=GetAccountResult)
|
246
|
+
return __ret__.apply(lambda __response__: GetAccountResult(
|
247
|
+
account_id=pulumi.get(__response__, 'account_id'),
|
248
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
249
|
+
email=pulumi.get(__response__, 'email'),
|
250
|
+
id=pulumi.get(__response__, 'id'),
|
251
|
+
member=pulumi.get(__response__, 'member'),
|
252
|
+
name=pulumi.get(__response__, 'name'),
|
253
|
+
project=pulumi.get(__response__, 'project'),
|
254
|
+
unique_id=pulumi.get(__response__, 'unique_id')))
|
@@ -166,9 +166,6 @@ def get_account_access_token(delegates: Optional[Sequence[str]] = None,
|
|
166
166
|
lifetime=pulumi.get(__ret__, 'lifetime'),
|
167
167
|
scopes=pulumi.get(__ret__, 'scopes'),
|
168
168
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_account_access_token)
|
172
169
|
def get_account_access_token_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
173
170
|
lifetime: Optional[pulumi.Input[Optional[str]]] = None,
|
174
171
|
scopes: Optional[pulumi.Input[Sequence[str]]] = None,
|
@@ -223,4 +220,17 @@ def get_account_access_token_output(delegates: Optional[pulumi.Input[Optional[Se
|
|
223
220
|
:param Sequence[str] scopes: The scopes the new credential should have (e.g. `["cloud-platform"]`)
|
224
221
|
:param str target_service_account: The service account _to_ impersonate (e.g. `service_B@your-project-id.iam.gserviceaccount.com`)
|
225
222
|
"""
|
226
|
-
|
223
|
+
__args__ = dict()
|
224
|
+
__args__['delegates'] = delegates
|
225
|
+
__args__['lifetime'] = lifetime
|
226
|
+
__args__['scopes'] = scopes
|
227
|
+
__args__['targetServiceAccount'] = target_service_account
|
228
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
229
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountAccessToken:getAccountAccessToken', __args__, opts=opts, typ=GetAccountAccessTokenResult)
|
230
|
+
return __ret__.apply(lambda __response__: GetAccountAccessTokenResult(
|
231
|
+
access_token=pulumi.get(__response__, 'access_token'),
|
232
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
233
|
+
id=pulumi.get(__response__, 'id'),
|
234
|
+
lifetime=pulumi.get(__response__, 'lifetime'),
|
235
|
+
scopes=pulumi.get(__response__, 'scopes'),
|
236
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -183,9 +183,6 @@ def get_account_id_token(delegates: Optional[Sequence[str]] = None,
|
|
183
183
|
include_email=pulumi.get(__ret__, 'include_email'),
|
184
184
|
target_audience=pulumi.get(__ret__, 'target_audience'),
|
185
185
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
186
|
-
|
187
|
-
|
188
|
-
@_utilities.lift_output_func(get_account_id_token)
|
189
186
|
def get_account_id_token_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
190
187
|
include_email: Optional[pulumi.Input[Optional[bool]]] = None,
|
191
188
|
target_audience: Optional[pulumi.Input[str]] = None,
|
@@ -257,4 +254,17 @@ def get_account_id_token_output(delegates: Optional[pulumi.Input[Optional[Sequen
|
|
257
254
|
:param str target_audience: The audience claim for the `id_token`.
|
258
255
|
:param str target_service_account: The email of the service account being impersonated. Used only when using impersonation mode.
|
259
256
|
"""
|
260
|
-
|
257
|
+
__args__ = dict()
|
258
|
+
__args__['delegates'] = delegates
|
259
|
+
__args__['includeEmail'] = include_email
|
260
|
+
__args__['targetAudience'] = target_audience
|
261
|
+
__args__['targetServiceAccount'] = target_service_account
|
262
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
263
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountIdToken:getAccountIdToken', __args__, opts=opts, typ=GetAccountIdTokenResult)
|
264
|
+
return __ret__.apply(lambda __response__: GetAccountIdTokenResult(
|
265
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
266
|
+
id=pulumi.get(__response__, 'id'),
|
267
|
+
id_token=pulumi.get(__response__, 'id_token'),
|
268
|
+
include_email=pulumi.get(__response__, 'include_email'),
|
269
|
+
target_audience=pulumi.get(__response__, 'target_audience'),
|
270
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -144,9 +144,6 @@ def get_account_jwt(delegates: Optional[Sequence[str]] = None,
|
|
144
144
|
jwt=pulumi.get(__ret__, 'jwt'),
|
145
145
|
payload=pulumi.get(__ret__, 'payload'),
|
146
146
|
target_service_account=pulumi.get(__ret__, 'target_service_account'))
|
147
|
-
|
148
|
-
|
149
|
-
@_utilities.lift_output_func(get_account_jwt)
|
150
147
|
def get_account_jwt_output(delegates: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
151
148
|
expires_in: Optional[pulumi.Input[Optional[int]]] = None,
|
152
149
|
payload: Optional[pulumi.Input[str]] = None,
|
@@ -179,4 +176,17 @@ def get_account_jwt_output(delegates: Optional[pulumi.Input[Optional[Sequence[st
|
|
179
176
|
:param str payload: The JSON-encoded JWT claims set to include in the self-signed JWT.
|
180
177
|
:param str target_service_account: The email of the service account that will sign the JWT.
|
181
178
|
"""
|
182
|
-
|
179
|
+
__args__ = dict()
|
180
|
+
__args__['delegates'] = delegates
|
181
|
+
__args__['expiresIn'] = expires_in
|
182
|
+
__args__['payload'] = payload
|
183
|
+
__args__['targetServiceAccount'] = target_service_account
|
184
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
185
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountJwt:getAccountJwt', __args__, opts=opts, typ=GetAccountJwtResult)
|
186
|
+
return __ret__.apply(lambda __response__: GetAccountJwtResult(
|
187
|
+
delegates=pulumi.get(__response__, 'delegates'),
|
188
|
+
expires_in=pulumi.get(__response__, 'expires_in'),
|
189
|
+
id=pulumi.get(__response__, 'id'),
|
190
|
+
jwt=pulumi.get(__response__, 'jwt'),
|
191
|
+
payload=pulumi.get(__response__, 'payload'),
|
192
|
+
target_service_account=pulumi.get(__response__, 'target_service_account')))
|
@@ -138,9 +138,6 @@ def get_account_key(name: Optional[str] = None,
|
|
138
138
|
project=pulumi.get(__ret__, 'project'),
|
139
139
|
public_key=pulumi.get(__ret__, 'public_key'),
|
140
140
|
public_key_type=pulumi.get(__ret__, 'public_key_type'))
|
141
|
-
|
142
|
-
|
143
|
-
@_utilities.lift_output_func(get_account_key)
|
144
141
|
def get_account_key_output(name: Optional[pulumi.Input[str]] = None,
|
145
142
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
146
143
|
public_key_type: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -168,4 +165,16 @@ def get_account_key_output(name: Optional[pulumi.Input[str]] = None,
|
|
168
165
|
Defaults to the provider project configuration.
|
169
166
|
:param str public_key_type: The output format of the public key requested. TYPE_X509_PEM_FILE is the default output format.
|
170
167
|
"""
|
171
|
-
|
168
|
+
__args__ = dict()
|
169
|
+
__args__['name'] = name
|
170
|
+
__args__['project'] = project
|
171
|
+
__args__['publicKeyType'] = public_key_type
|
172
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
173
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getAccountKey:getAccountKey', __args__, opts=opts, typ=GetAccountKeyResult)
|
174
|
+
return __ret__.apply(lambda __response__: GetAccountKeyResult(
|
175
|
+
id=pulumi.get(__response__, 'id'),
|
176
|
+
key_algorithm=pulumi.get(__response__, 'key_algorithm'),
|
177
|
+
name=pulumi.get(__response__, 'name'),
|
178
|
+
project=pulumi.get(__response__, 'project'),
|
179
|
+
public_key=pulumi.get(__response__, 'public_key'),
|
180
|
+
public_key_type=pulumi.get(__response__, 'public_key_type')))
|
@@ -109,9 +109,6 @@ def get_iam_policy(service_account_id: Optional[str] = None,
|
|
109
109
|
id=pulumi.get(__ret__, 'id'),
|
110
110
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
111
111
|
service_account_id=pulumi.get(__ret__, 'service_account_id'))
|
112
|
-
|
113
|
-
|
114
|
-
@_utilities.lift_output_func(get_iam_policy)
|
115
112
|
def get_iam_policy_output(service_account_id: Optional[pulumi.Input[str]] = None,
|
116
113
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetIamPolicyResult]:
|
117
114
|
"""
|
@@ -129,4 +126,12 @@ def get_iam_policy_output(service_account_id: Optional[pulumi.Input[str]] = None
|
|
129
126
|
|
130
127
|
:param str service_account_id: The fully-qualified name of the service account to apply policy to.
|
131
128
|
"""
|
132
|
-
|
129
|
+
__args__ = dict()
|
130
|
+
__args__['serviceAccountId'] = service_account_id
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
132
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:serviceaccount/getIamPolicy:getIamPolicy', __args__, opts=opts, typ=GetIamPolicyResult)
|
133
|
+
return __ret__.apply(lambda __response__: GetIamPolicyResult(
|
134
|
+
etag=pulumi.get(__response__, 'etag'),
|
135
|
+
id=pulumi.get(__response__, 'id'),
|
136
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
137
|
+
service_account_id=pulumi.get(__response__, 'service_account_id')))
|
@@ -100,9 +100,6 @@ def get_namespace_iam_policy(name: Optional[str] = None,
|
|
100
100
|
id=pulumi.get(__ret__, 'id'),
|
101
101
|
name=pulumi.get(__ret__, 'name'),
|
102
102
|
policy_data=pulumi.get(__ret__, 'policy_data'))
|
103
|
-
|
104
|
-
|
105
|
-
@_utilities.lift_output_func(get_namespace_iam_policy)
|
106
103
|
def get_namespace_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
107
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNamespaceIamPolicyResult]:
|
108
105
|
"""
|
@@ -110,4 +107,12 @@ def get_namespace_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
110
107
|
|
111
108
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
112
109
|
"""
|
113
|
-
|
110
|
+
__args__ = dict()
|
111
|
+
__args__['name'] = name
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
113
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicedirectory/getNamespaceIamPolicy:getNamespaceIamPolicy', __args__, opts=opts, typ=GetNamespaceIamPolicyResult)
|
114
|
+
return __ret__.apply(lambda __response__: GetNamespaceIamPolicyResult(
|
115
|
+
etag=pulumi.get(__response__, 'etag'),
|
116
|
+
id=pulumi.get(__response__, 'id'),
|
117
|
+
name=pulumi.get(__response__, 'name'),
|
118
|
+
policy_data=pulumi.get(__response__, 'policy_data')))
|
@@ -100,9 +100,6 @@ def get_service_iam_policy(name: Optional[str] = None,
|
|
100
100
|
id=pulumi.get(__ret__, 'id'),
|
101
101
|
name=pulumi.get(__ret__, 'name'),
|
102
102
|
policy_data=pulumi.get(__ret__, 'policy_data'))
|
103
|
-
|
104
|
-
|
105
|
-
@_utilities.lift_output_func(get_service_iam_policy)
|
106
103
|
def get_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
107
104
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIamPolicyResult]:
|
108
105
|
"""
|
@@ -110,4 +107,12 @@ def get_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
110
107
|
|
111
108
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
112
109
|
"""
|
113
|
-
|
110
|
+
__args__ = dict()
|
111
|
+
__args__['name'] = name
|
112
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
113
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicedirectory/getServiceIamPolicy:getServiceIamPolicy', __args__, opts=opts, typ=GetServiceIamPolicyResult)
|
114
|
+
return __ret__.apply(lambda __response__: GetServiceIamPolicyResult(
|
115
|
+
etag=pulumi.get(__response__, 'etag'),
|
116
|
+
id=pulumi.get(__response__, 'id'),
|
117
|
+
name=pulumi.get(__response__, 'name'),
|
118
|
+
policy_data=pulumi.get(__response__, 'policy_data')))
|
@@ -127,9 +127,6 @@ def get_peered_dns_domain(name: Optional[str] = None,
|
|
127
127
|
parent=pulumi.get(__ret__, 'parent'),
|
128
128
|
project=pulumi.get(__ret__, 'project'),
|
129
129
|
service=pulumi.get(__ret__, 'service'))
|
130
|
-
|
131
|
-
|
132
|
-
@_utilities.lift_output_func(get_peered_dns_domain)
|
133
130
|
def get_peered_dns_domain_output(name: Optional[pulumi.Input[str]] = None,
|
134
131
|
network: Optional[pulumi.Input[str]] = None,
|
135
132
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -138,4 +135,18 @@ def get_peered_dns_domain_output(name: Optional[pulumi.Input[str]] = None,
|
|
138
135
|
"""
|
139
136
|
Use this data source to access information about an existing resource.
|
140
137
|
"""
|
141
|
-
|
138
|
+
__args__ = dict()
|
139
|
+
__args__['name'] = name
|
140
|
+
__args__['network'] = network
|
141
|
+
__args__['project'] = project
|
142
|
+
__args__['service'] = service
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
144
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:servicenetworking/getPeeredDnsDomain:getPeeredDnsDomain', __args__, opts=opts, typ=GetPeeredDnsDomainResult)
|
145
|
+
return __ret__.apply(lambda __response__: GetPeeredDnsDomainResult(
|
146
|
+
dns_suffix=pulumi.get(__response__, 'dns_suffix'),
|
147
|
+
id=pulumi.get(__response__, 'id'),
|
148
|
+
name=pulumi.get(__response__, 'name'),
|
149
|
+
network=pulumi.get(__response__, 'network'),
|
150
|
+
parent=pulumi.get(__response__, 'parent'),
|
151
|
+
project=pulumi.get(__response__, 'project'),
|
152
|
+
service=pulumi.get(__response__, 'service')))
|
@@ -158,9 +158,6 @@ def get_token(identifier: Optional[str] = None,
|
|
158
158
|
token=pulumi.get(__ret__, 'token'),
|
159
159
|
type=pulumi.get(__ret__, 'type'),
|
160
160
|
verification_method=pulumi.get(__ret__, 'verification_method'))
|
161
|
-
|
162
|
-
|
163
|
-
@_utilities.lift_output_func(get_token)
|
164
161
|
def get_token_output(identifier: Optional[pulumi.Input[str]] = None,
|
165
162
|
type: Optional[pulumi.Input[str]] = None,
|
166
163
|
verification_method: Optional[pulumi.Input[str]] = None,
|
@@ -218,4 +215,15 @@ def get_token_output(identifier: Optional[pulumi.Input[str]] = None,
|
|
218
215
|
|
219
216
|
- - -
|
220
217
|
"""
|
221
|
-
|
218
|
+
__args__ = dict()
|
219
|
+
__args__['identifier'] = identifier
|
220
|
+
__args__['type'] = type
|
221
|
+
__args__['verificationMethod'] = verification_method
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
223
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:siteverification/getToken:getToken', __args__, opts=opts, typ=GetTokenResult)
|
224
|
+
return __ret__.apply(lambda __response__: GetTokenResult(
|
225
|
+
id=pulumi.get(__response__, 'id'),
|
226
|
+
identifier=pulumi.get(__response__, 'identifier'),
|
227
|
+
token=pulumi.get(__response__, 'token'),
|
228
|
+
type=pulumi.get(__response__, 'type'),
|
229
|
+
verification_method=pulumi.get(__response__, 'verification_method')))
|
@@ -140,9 +140,6 @@ def get_repository(name: Optional[str] = None,
|
|
140
140
|
pubsub_configs=pulumi.get(__ret__, 'pubsub_configs'),
|
141
141
|
size=pulumi.get(__ret__, 'size'),
|
142
142
|
url=pulumi.get(__ret__, 'url'))
|
143
|
-
|
144
|
-
|
145
|
-
@_utilities.lift_output_func(get_repository)
|
146
143
|
def get_repository_output(name: Optional[pulumi.Input[str]] = None,
|
147
144
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRepositoryResult]:
|
@@ -165,4 +162,16 @@ def get_repository_output(name: Optional[pulumi.Input[str]] = None,
|
|
165
162
|
:param str name: Resource name of the repository. The repo name may contain slashes. eg, `name/with/slash`
|
166
163
|
:param str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
167
164
|
"""
|
168
|
-
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['name'] = name
|
167
|
+
__args__['project'] = project
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:sourcerepo/getRepository:getRepository', __args__, opts=opts, typ=GetRepositoryResult)
|
170
|
+
return __ret__.apply(lambda __response__: GetRepositoryResult(
|
171
|
+
create_ignore_already_exists=pulumi.get(__response__, 'create_ignore_already_exists'),
|
172
|
+
id=pulumi.get(__response__, 'id'),
|
173
|
+
name=pulumi.get(__response__, 'name'),
|
174
|
+
project=pulumi.get(__response__, 'project'),
|
175
|
+
pubsub_configs=pulumi.get(__response__, 'pubsub_configs'),
|
176
|
+
size=pulumi.get(__response__, 'size'),
|
177
|
+
url=pulumi.get(__response__, 'url')))
|
@@ -125,9 +125,6 @@ def get_repository_iam_policy(project: Optional[str] = None,
|
|
125
125
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
126
126
|
project=pulumi.get(__ret__, 'project'),
|
127
127
|
repository=pulumi.get(__ret__, 'repository'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_repository_iam_policy)
|
131
128
|
def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
repository: Optional[pulumi.Input[str]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRepositoryIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_repository_iam_policy_output(project: Optional[pulumi.Input[Optional[str
|
|
149
146
|
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.
|
150
147
|
:param str repository: Used to find the parent resource to bind the IAM policy to
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['project'] = project
|
151
|
+
__args__['repository'] = repository
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:sourcerepo/getRepositoryIamPolicy:getRepositoryIamPolicy', __args__, opts=opts, typ=GetRepositoryIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetRepositoryIamPolicyResult(
|
155
|
+
etag=pulumi.get(__response__, 'etag'),
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
158
|
+
project=pulumi.get(__response__, 'project'),
|
159
|
+
repository=pulumi.get(__response__, 'repository')))
|
@@ -393,7 +393,8 @@ class BackupSchedule(pulumi.CustomResource):
|
|
393
393
|
name="instance-id",
|
394
394
|
config="regional-europe-west1",
|
395
395
|
display_name="main-instance",
|
396
|
-
num_nodes=1
|
396
|
+
num_nodes=1,
|
397
|
+
edition="ENTERPRISE")
|
397
398
|
database = gcp.spanner.Database("database",
|
398
399
|
instance=main.name,
|
399
400
|
name="database-id",
|
@@ -525,7 +526,8 @@ class BackupSchedule(pulumi.CustomResource):
|
|
525
526
|
name="instance-id",
|
526
527
|
config="regional-europe-west1",
|
527
528
|
display_name="main-instance",
|
528
|
-
num_nodes=1
|
529
|
+
num_nodes=1,
|
530
|
+
edition="ENTERPRISE")
|
529
531
|
database = gcp.spanner.Database("database",
|
530
532
|
instance=main.name,
|
531
533
|
name="database-id",
|
@@ -138,9 +138,6 @@ def get_database_iam_policy(database: Optional[str] = None,
|
|
138
138
|
instance=pulumi.get(__ret__, 'instance'),
|
139
139
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
140
140
|
project=pulumi.get(__ret__, 'project'))
|
141
|
-
|
142
|
-
|
143
|
-
@_utilities.lift_output_func(get_database_iam_policy)
|
144
141
|
def get_database_iam_policy_output(database: Optional[pulumi.Input[str]] = None,
|
145
142
|
instance: Optional[pulumi.Input[str]] = None,
|
146
143
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -165,4 +162,16 @@ def get_database_iam_policy_output(database: Optional[pulumi.Input[str]] = None,
|
|
165
162
|
:param str project: The ID of the project in which the resource belongs. If it
|
166
163
|
is not provided, the provider project is used.
|
167
164
|
"""
|
168
|
-
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['database'] = database
|
167
|
+
__args__['instance'] = instance
|
168
|
+
__args__['project'] = project
|
169
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
170
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:spanner/getDatabaseIamPolicy:getDatabaseIamPolicy', __args__, opts=opts, typ=GetDatabaseIamPolicyResult)
|
171
|
+
return __ret__.apply(lambda __response__: GetDatabaseIamPolicyResult(
|
172
|
+
database=pulumi.get(__response__, 'database'),
|
173
|
+
etag=pulumi.get(__response__, 'etag'),
|
174
|
+
id=pulumi.get(__response__, 'id'),
|
175
|
+
instance=pulumi.get(__response__, 'instance'),
|
176
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
177
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -214,9 +214,6 @@ def get_instance(config: Optional[str] = None,
|
|
214
214
|
project=pulumi.get(__ret__, 'project'),
|
215
215
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
216
216
|
state=pulumi.get(__ret__, 'state'))
|
217
|
-
|
218
|
-
|
219
|
-
@_utilities.lift_output_func(get_instance)
|
220
217
|
def get_instance_output(config: Optional[pulumi.Input[Optional[str]]] = None,
|
221
218
|
display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
222
219
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -241,4 +238,25 @@ def get_instance_output(config: Optional[pulumi.Input[Optional[str]]] = None,
|
|
241
238
|
:param str project: The project in which the resource belongs. If it
|
242
239
|
is not provided, the provider project is used.
|
243
240
|
"""
|
244
|
-
|
241
|
+
__args__ = dict()
|
242
|
+
__args__['config'] = config
|
243
|
+
__args__['displayName'] = display_name
|
244
|
+
__args__['name'] = name
|
245
|
+
__args__['project'] = project
|
246
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
247
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:spanner/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult)
|
248
|
+
return __ret__.apply(lambda __response__: GetInstanceResult(
|
249
|
+
autoscaling_configs=pulumi.get(__response__, 'autoscaling_configs'),
|
250
|
+
config=pulumi.get(__response__, 'config'),
|
251
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
252
|
+
edition=pulumi.get(__response__, 'edition'),
|
253
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
254
|
+
force_destroy=pulumi.get(__response__, 'force_destroy'),
|
255
|
+
id=pulumi.get(__response__, 'id'),
|
256
|
+
labels=pulumi.get(__response__, 'labels'),
|
257
|
+
name=pulumi.get(__response__, 'name'),
|
258
|
+
num_nodes=pulumi.get(__response__, 'num_nodes'),
|
259
|
+
processing_units=pulumi.get(__response__, 'processing_units'),
|
260
|
+
project=pulumi.get(__response__, 'project'),
|
261
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
262
|
+
state=pulumi.get(__response__, 'state')))
|
@@ -124,9 +124,6 @@ def get_instance_iam_policy(instance: Optional[str] = None,
|
|
124
124
|
instance=pulumi.get(__ret__, 'instance'),
|
125
125
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
126
126
|
project=pulumi.get(__ret__, 'project'))
|
127
|
-
|
128
|
-
|
129
|
-
@_utilities.lift_output_func(get_instance_iam_policy)
|
130
127
|
def get_instance_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
|
131
128
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceIamPolicyResult]:
|
@@ -148,4 +145,14 @@ def get_instance_iam_policy_output(instance: Optional[pulumi.Input[str]] = None,
|
|
148
145
|
:param str project: The ID of the project in which the resource belongs. If it
|
149
146
|
is not provided, the provider project is used.
|
150
147
|
"""
|
151
|
-
|
148
|
+
__args__ = dict()
|
149
|
+
__args__['instance'] = instance
|
150
|
+
__args__['project'] = project
|
151
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
152
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:spanner/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
|
153
|
+
return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
|
154
|
+
etag=pulumi.get(__response__, 'etag'),
|
155
|
+
id=pulumi.get(__response__, 'id'),
|
156
|
+
instance=pulumi.get(__response__, 'instance'),
|
157
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
158
|
+
project=pulumi.get(__response__, 'project')))
|
pulumi_gcp/sql/get_backup_run.py
CHANGED
@@ -166,9 +166,6 @@ def get_backup_run(backup_id: Optional[int] = None,
|
|
166
166
|
project=pulumi.get(__ret__, 'project'),
|
167
167
|
start_time=pulumi.get(__ret__, 'start_time'),
|
168
168
|
status=pulumi.get(__ret__, 'status'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_backup_run)
|
172
169
|
def get_backup_run_output(backup_id: Optional[pulumi.Input[Optional[int]]] = None,
|
173
170
|
instance: Optional[pulumi.Input[str]] = None,
|
174
171
|
most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
|
@@ -196,4 +193,19 @@ def get_backup_run_output(backup_id: Optional[pulumi.Input[Optional[int]]] = Non
|
|
196
193
|
:param str project: The project to list instances for. If it
|
197
194
|
is not provided, the provider project is used.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['backupId'] = backup_id
|
198
|
+
__args__['instance'] = instance
|
199
|
+
__args__['mostRecent'] = most_recent
|
200
|
+
__args__['project'] = project
|
201
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
202
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:sql/getBackupRun:getBackupRun', __args__, opts=opts, typ=GetBackupRunResult)
|
203
|
+
return __ret__.apply(lambda __response__: GetBackupRunResult(
|
204
|
+
backup_id=pulumi.get(__response__, 'backup_id'),
|
205
|
+
id=pulumi.get(__response__, 'id'),
|
206
|
+
instance=pulumi.get(__response__, 'instance'),
|
207
|
+
location=pulumi.get(__response__, 'location'),
|
208
|
+
most_recent=pulumi.get(__response__, 'most_recent'),
|
209
|
+
project=pulumi.get(__response__, 'project'),
|
210
|
+
start_time=pulumi.get(__response__, 'start_time'),
|
211
|
+
status=pulumi.get(__response__, 'status')))
|
pulumi_gcp/sql/get_ca_certs.py
CHANGED
@@ -117,9 +117,6 @@ def get_ca_certs(instance: Optional[str] = None,
|
|
117
117
|
id=pulumi.get(__ret__, 'id'),
|
118
118
|
instance=pulumi.get(__ret__, 'instance'),
|
119
119
|
project=pulumi.get(__ret__, 'project'))
|
120
|
-
|
121
|
-
|
122
|
-
@_utilities.lift_output_func(get_ca_certs)
|
123
120
|
def get_ca_certs_output(instance: Optional[pulumi.Input[str]] = None,
|
124
121
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
125
122
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCaCertsResult]:
|
@@ -133,4 +130,14 @@ def get_ca_certs_output(instance: Optional[pulumi.Input[str]] = None,
|
|
133
130
|
:param str instance: The name or self link of the instance.
|
134
131
|
:param str project: The ID of the project in which the resource belongs. If `project` is not provided, the provider project is used.
|
135
132
|
"""
|
136
|
-
|
133
|
+
__args__ = dict()
|
134
|
+
__args__['instance'] = instance
|
135
|
+
__args__['project'] = project
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
137
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:sql/getCaCerts:getCaCerts', __args__, opts=opts, typ=GetCaCertsResult)
|
138
|
+
return __ret__.apply(lambda __response__: GetCaCertsResult(
|
139
|
+
active_version=pulumi.get(__response__, 'active_version'),
|
140
|
+
certs=pulumi.get(__response__, 'certs'),
|
141
|
+
id=pulumi.get(__response__, 'id'),
|
142
|
+
instance=pulumi.get(__response__, 'instance'),
|
143
|
+
project=pulumi.get(__response__, 'project')))
|