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
@@ -37,7 +37,7 @@ class WorkloadArgs:
|
|
37
37
|
violation_notifications_enabled: Optional[pulumi.Input[bool]] = None):
|
38
38
|
"""
|
39
39
|
The set of arguments for constructing a Workload resource.
|
40
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
40
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
41
41
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
42
42
|
:param pulumi.Input[str] location: The location for the resource
|
43
43
|
:param pulumi.Input[str] organization: The organization for the resource
|
@@ -88,7 +88,7 @@ class WorkloadArgs:
|
|
88
88
|
@pulumi.getter(name="complianceRegime")
|
89
89
|
def compliance_regime(self) -> pulumi.Input[str]:
|
90
90
|
"""
|
91
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
91
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
92
92
|
"""
|
93
93
|
return pulumi.get(self, "compliance_regime")
|
94
94
|
|
@@ -290,7 +290,7 @@ class _WorkloadState:
|
|
290
290
|
"""
|
291
291
|
Input properties used for looking up and filtering Workload resources.
|
292
292
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
293
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
293
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
294
294
|
:param pulumi.Input[Sequence[pulumi.Input['WorkloadComplianceStatusArgs']]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
295
295
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
296
296
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -386,7 +386,7 @@ class _WorkloadState:
|
|
386
386
|
@pulumi.getter(name="complianceRegime")
|
387
387
|
def compliance_regime(self) -> Optional[pulumi.Input[str]]:
|
388
388
|
"""
|
389
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
389
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
390
390
|
"""
|
391
391
|
return pulumi.get(self, "compliance_regime")
|
392
392
|
|
@@ -817,7 +817,7 @@ class Workload(pulumi.CustomResource):
|
|
817
817
|
:param str resource_name: The name of the resource.
|
818
818
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
819
819
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
820
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
820
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
821
821
|
:param pulumi.Input[str] display_name: Required. The user-assigned display name of the Workload. When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload
|
822
822
|
:param pulumi.Input[bool] enable_sovereign_controls: Optional. Indicates the sovereignty status of the given workload. Currently meant to be used by Europe/Canada customers.
|
823
823
|
:param pulumi.Input[Union['WorkloadKmsSettingsArgs', 'WorkloadKmsSettingsArgsDict']] kms_settings: **DEPRECATED** Input only. Settings used to create a CMEK crypto key. When set, a project with a KMS CMEK key is provisioned. This field is deprecated as of Feb 28, 2022. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.
|
@@ -1086,7 +1086,7 @@ class Workload(pulumi.CustomResource):
|
|
1086
1086
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1087
1087
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1088
1088
|
:param pulumi.Input[str] billing_account: Optional. Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.
|
1089
|
-
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
1089
|
+
:param pulumi.Input[str] compliance_regime: Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
1090
1090
|
:param pulumi.Input[Sequence[pulumi.Input[Union['WorkloadComplianceStatusArgs', 'WorkloadComplianceStatusArgsDict']]]] compliance_statuses: Output only. Count of active Violations in the Workload.
|
1091
1091
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliant_but_disallowed_services: Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke workloads.restrictAllowedResources endpoint to allow your project developers to use these services in their environment.
|
1092
1092
|
:param pulumi.Input[str] create_time: Output only. Immutable. The Workload creation timestamp.
|
@@ -1159,7 +1159,7 @@ class Workload(pulumi.CustomResource):
|
|
1159
1159
|
@pulumi.getter(name="complianceRegime")
|
1160
1160
|
def compliance_regime(self) -> pulumi.Output[str]:
|
1161
1161
|
"""
|
1162
|
-
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS
|
1162
|
+
Required. Immutable. Compliance Regime associated with this workload. Possible values: COMPLIANCE_REGIME_UNSPECIFIED, IL4, CJIS, FEDRAMP_HIGH, FEDRAMP_MODERATE, US_REGIONAL_ACCESS, HIPAA, HITRUST, EU_REGIONS_AND_SUPPORT, CA_REGIONS_AND_SUPPORT, ITAR, AU_REGIONS_AND_US_SUPPORT, ASSURED_WORKLOADS_FOR_PARTNERS, ISR_REGIONS, ISR_REGIONS_AND_SUPPORT, CA_PROTECTED_B, IL5, IL2, JP_REGIONS_AND_SUPPORT, KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS, REGIONAL_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS, HEALTHCARE_AND_LIFE_SCIENCES_CONTROLS_WITH_US_SUPPORT
|
1163
1163
|
"""
|
1164
1164
|
return pulumi.get(self, "compliance_regime")
|
1165
1165
|
|
@@ -139,9 +139,6 @@ def get_management_server(location: Optional[str] = None,
|
|
139
139
|
oauth2_client_id=pulumi.get(__ret__, 'oauth2_client_id'),
|
140
140
|
project=pulumi.get(__ret__, 'project'),
|
141
141
|
type=pulumi.get(__ret__, 'type'))
|
142
|
-
|
143
|
-
|
144
|
-
@_utilities.lift_output_func(get_management_server)
|
145
142
|
def get_management_server_output(location: Optional[pulumi.Input[str]] = None,
|
146
143
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetManagementServerResult]:
|
147
144
|
"""
|
@@ -154,4 +151,16 @@ def get_management_server_output(location: Optional[pulumi.Input[str]] = None,
|
|
154
151
|
my_backup_dr_management_server = gcp.backupdisasterrecovery.get_management_server(location="us-central1")
|
155
152
|
```
|
156
153
|
"""
|
157
|
-
|
154
|
+
__args__ = dict()
|
155
|
+
__args__['location'] = location
|
156
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
157
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:backupdisasterrecovery/getManagementServer:getManagementServer', __args__, opts=opts, typ=GetManagementServerResult)
|
158
|
+
return __ret__.apply(lambda __response__: GetManagementServerResult(
|
159
|
+
id=pulumi.get(__response__, 'id'),
|
160
|
+
location=pulumi.get(__response__, 'location'),
|
161
|
+
management_uris=pulumi.get(__response__, 'management_uris'),
|
162
|
+
name=pulumi.get(__response__, 'name'),
|
163
|
+
networks=pulumi.get(__response__, 'networks'),
|
164
|
+
oauth2_client_id=pulumi.get(__response__, 'oauth2_client_id'),
|
165
|
+
project=pulumi.get(__response__, 'project'),
|
166
|
+
type=pulumi.get(__response__, 'type')))
|
@@ -194,9 +194,6 @@ def get_app_connection(name: Optional[str] = None,
|
|
194
194
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
195
195
|
region=pulumi.get(__ret__, 'region'),
|
196
196
|
type=pulumi.get(__ret__, 'type'))
|
197
|
-
|
198
|
-
|
199
|
-
@_utilities.lift_output_func(get_app_connection)
|
200
197
|
def get_app_connection_output(name: Optional[pulumi.Input[str]] = None,
|
201
198
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
202
199
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -222,4 +219,22 @@ def get_app_connection_output(name: Optional[pulumi.Input[str]] = None,
|
|
222
219
|
:param str region: The region in which the resource belongs. If it
|
223
220
|
is not provided, the provider region is used.
|
224
221
|
"""
|
225
|
-
|
222
|
+
__args__ = dict()
|
223
|
+
__args__['name'] = name
|
224
|
+
__args__['project'] = project
|
225
|
+
__args__['region'] = region
|
226
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
227
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:beyondcorp/getAppConnection:getAppConnection', __args__, opts=opts, typ=GetAppConnectionResult)
|
228
|
+
return __ret__.apply(lambda __response__: GetAppConnectionResult(
|
229
|
+
application_endpoints=pulumi.get(__response__, 'application_endpoints'),
|
230
|
+
connectors=pulumi.get(__response__, 'connectors'),
|
231
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
232
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
233
|
+
gateways=pulumi.get(__response__, 'gateways'),
|
234
|
+
id=pulumi.get(__response__, 'id'),
|
235
|
+
labels=pulumi.get(__response__, 'labels'),
|
236
|
+
name=pulumi.get(__response__, 'name'),
|
237
|
+
project=pulumi.get(__response__, 'project'),
|
238
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
239
|
+
region=pulumi.get(__response__, 'region'),
|
240
|
+
type=pulumi.get(__response__, 'type')))
|
@@ -174,9 +174,6 @@ def get_app_connector(name: Optional[str] = None,
|
|
174
174
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
175
175
|
region=pulumi.get(__ret__, 'region'),
|
176
176
|
state=pulumi.get(__ret__, 'state'))
|
177
|
-
|
178
|
-
|
179
|
-
@_utilities.lift_output_func(get_app_connector)
|
180
177
|
def get_app_connector_output(name: Optional[pulumi.Input[str]] = None,
|
181
178
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
182
179
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -202,4 +199,20 @@ def get_app_connector_output(name: Optional[pulumi.Input[str]] = None,
|
|
202
199
|
:param str region: The region in which the resource belongs. If it
|
203
200
|
is not provided, the provider region is used.
|
204
201
|
"""
|
205
|
-
|
202
|
+
__args__ = dict()
|
203
|
+
__args__['name'] = name
|
204
|
+
__args__['project'] = project
|
205
|
+
__args__['region'] = region
|
206
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
207
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:beyondcorp/getAppConnector:getAppConnector', __args__, opts=opts, typ=GetAppConnectorResult)
|
208
|
+
return __ret__.apply(lambda __response__: GetAppConnectorResult(
|
209
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
210
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
211
|
+
id=pulumi.get(__response__, 'id'),
|
212
|
+
labels=pulumi.get(__response__, 'labels'),
|
213
|
+
name=pulumi.get(__response__, 'name'),
|
214
|
+
principal_infos=pulumi.get(__response__, 'principal_infos'),
|
215
|
+
project=pulumi.get(__response__, 'project'),
|
216
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
217
|
+
region=pulumi.get(__response__, 'region'),
|
218
|
+
state=pulumi.get(__response__, 'state')))
|
@@ -204,9 +204,6 @@ def get_app_gateway(name: Optional[str] = None,
|
|
204
204
|
state=pulumi.get(__ret__, 'state'),
|
205
205
|
type=pulumi.get(__ret__, 'type'),
|
206
206
|
uri=pulumi.get(__ret__, 'uri'))
|
207
|
-
|
208
|
-
|
209
|
-
@_utilities.lift_output_func(get_app_gateway)
|
210
207
|
def get_app_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
211
208
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
212
209
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -232,4 +229,23 @@ def get_app_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
|
232
229
|
:param str region: The region in which the resource belongs. If it
|
233
230
|
is not provided, the provider region is used.
|
234
231
|
"""
|
235
|
-
|
232
|
+
__args__ = dict()
|
233
|
+
__args__['name'] = name
|
234
|
+
__args__['project'] = project
|
235
|
+
__args__['region'] = region
|
236
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
237
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:beyondcorp/getAppGateway:getAppGateway', __args__, opts=opts, typ=GetAppGatewayResult)
|
238
|
+
return __ret__.apply(lambda __response__: GetAppGatewayResult(
|
239
|
+
allocated_connections=pulumi.get(__response__, 'allocated_connections'),
|
240
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
241
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
242
|
+
host_type=pulumi.get(__response__, 'host_type'),
|
243
|
+
id=pulumi.get(__response__, 'id'),
|
244
|
+
labels=pulumi.get(__response__, 'labels'),
|
245
|
+
name=pulumi.get(__response__, 'name'),
|
246
|
+
project=pulumi.get(__response__, 'project'),
|
247
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
248
|
+
region=pulumi.get(__response__, 'region'),
|
249
|
+
state=pulumi.get(__response__, 'state'),
|
250
|
+
type=pulumi.get(__response__, 'type'),
|
251
|
+
uri=pulumi.get(__response__, 'uri')))
|
@@ -148,9 +148,6 @@ def get_connection_iam_policy(connection_id: Optional[str] = None,
|
|
148
148
|
location=pulumi.get(__ret__, 'location'),
|
149
149
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
150
150
|
project=pulumi.get(__ret__, 'project'))
|
151
|
-
|
152
|
-
|
153
|
-
@_utilities.lift_output_func(get_connection_iam_policy)
|
154
151
|
def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]] = None,
|
155
152
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
156
153
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -184,4 +181,16 @@ def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]]
|
|
184
181
|
:param str project: The ID of the project in which the resource belongs.
|
185
182
|
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.
|
186
183
|
"""
|
187
|
-
|
184
|
+
__args__ = dict()
|
185
|
+
__args__['connectionId'] = connection_id
|
186
|
+
__args__['location'] = location
|
187
|
+
__args__['project'] = project
|
188
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
189
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getConnectionIamPolicy:getConnectionIamPolicy', __args__, opts=opts, typ=GetConnectionIamPolicyResult)
|
190
|
+
return __ret__.apply(lambda __response__: GetConnectionIamPolicyResult(
|
191
|
+
connection_id=pulumi.get(__response__, 'connection_id'),
|
192
|
+
etag=pulumi.get(__response__, 'etag'),
|
193
|
+
id=pulumi.get(__response__, 'id'),
|
194
|
+
location=pulumi.get(__response__, 'location'),
|
195
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
196
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -311,9 +311,6 @@ def get_dataset(dataset_id: Optional[str] = None,
|
|
311
311
|
resource_tags=pulumi.get(__ret__, 'resource_tags'),
|
312
312
|
self_link=pulumi.get(__ret__, 'self_link'),
|
313
313
|
storage_billing_model=pulumi.get(__ret__, 'storage_billing_model'))
|
314
|
-
|
315
|
-
|
316
|
-
@_utilities.lift_output_func(get_dataset)
|
317
314
|
def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
318
315
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
319
316
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatasetResult]:
|
@@ -337,4 +334,33 @@ def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
|
337
334
|
:param str project: The ID of the project in which the resource belongs.
|
338
335
|
If it is not provided, the provider project is used.
|
339
336
|
"""
|
340
|
-
|
337
|
+
__args__ = dict()
|
338
|
+
__args__['datasetId'] = dataset_id
|
339
|
+
__args__['project'] = project
|
340
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
341
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getDataset:getDataset', __args__, opts=opts, typ=GetDatasetResult)
|
342
|
+
return __ret__.apply(lambda __response__: GetDatasetResult(
|
343
|
+
accesses=pulumi.get(__response__, 'accesses'),
|
344
|
+
creation_time=pulumi.get(__response__, 'creation_time'),
|
345
|
+
dataset_id=pulumi.get(__response__, 'dataset_id'),
|
346
|
+
default_collation=pulumi.get(__response__, 'default_collation'),
|
347
|
+
default_encryption_configurations=pulumi.get(__response__, 'default_encryption_configurations'),
|
348
|
+
default_partition_expiration_ms=pulumi.get(__response__, 'default_partition_expiration_ms'),
|
349
|
+
default_table_expiration_ms=pulumi.get(__response__, 'default_table_expiration_ms'),
|
350
|
+
delete_contents_on_destroy=pulumi.get(__response__, 'delete_contents_on_destroy'),
|
351
|
+
description=pulumi.get(__response__, 'description'),
|
352
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
353
|
+
etag=pulumi.get(__response__, 'etag'),
|
354
|
+
external_dataset_references=pulumi.get(__response__, 'external_dataset_references'),
|
355
|
+
friendly_name=pulumi.get(__response__, 'friendly_name'),
|
356
|
+
id=pulumi.get(__response__, 'id'),
|
357
|
+
is_case_insensitive=pulumi.get(__response__, 'is_case_insensitive'),
|
358
|
+
labels=pulumi.get(__response__, 'labels'),
|
359
|
+
last_modified_time=pulumi.get(__response__, 'last_modified_time'),
|
360
|
+
location=pulumi.get(__response__, 'location'),
|
361
|
+
max_time_travel_hours=pulumi.get(__response__, 'max_time_travel_hours'),
|
362
|
+
project=pulumi.get(__response__, 'project'),
|
363
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
364
|
+
resource_tags=pulumi.get(__response__, 'resource_tags'),
|
365
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
366
|
+
storage_billing_model=pulumi.get(__response__, 'storage_billing_model')))
|
@@ -123,9 +123,6 @@ def get_dataset_iam_policy(dataset_id: Optional[str] = None,
|
|
123
123
|
id=pulumi.get(__ret__, 'id'),
|
124
124
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
125
125
|
project=pulumi.get(__ret__, 'project'))
|
126
|
-
|
127
|
-
|
128
|
-
@_utilities.lift_output_func(get_dataset_iam_policy)
|
129
126
|
def get_dataset_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
130
127
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
131
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatasetIamPolicyResult]:
|
@@ -146,4 +143,14 @@ def get_dataset_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None
|
|
146
143
|
:param str project: The ID of the project in which the resource belongs.
|
147
144
|
If it is not provided, the provider project is used.
|
148
145
|
"""
|
149
|
-
|
146
|
+
__args__ = dict()
|
147
|
+
__args__['datasetId'] = dataset_id
|
148
|
+
__args__['project'] = project
|
149
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
150
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getDatasetIamPolicy:getDatasetIamPolicy', __args__, opts=opts, typ=GetDatasetIamPolicyResult)
|
151
|
+
return __ret__.apply(lambda __response__: GetDatasetIamPolicyResult(
|
152
|
+
dataset_id=pulumi.get(__response__, 'dataset_id'),
|
153
|
+
etag=pulumi.get(__response__, 'etag'),
|
154
|
+
id=pulumi.get(__response__, 'id'),
|
155
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
156
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -122,9 +122,6 @@ def get_default_service_account(project: Optional[str] = None,
|
|
122
122
|
id=pulumi.get(__ret__, 'id'),
|
123
123
|
member=pulumi.get(__ret__, 'member'),
|
124
124
|
project=pulumi.get(__ret__, 'project'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_default_service_account)
|
128
125
|
def get_default_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
129
126
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDefaultServiceAccountResult]:
|
130
127
|
"""
|
@@ -154,4 +151,12 @@ def get_default_service_account_output(project: Optional[pulumi.Input[Optional[s
|
|
154
151
|
|
155
152
|
:param str project: The project the unique service account was created for. If it is not provided, the provider project is used.
|
156
153
|
"""
|
157
|
-
|
154
|
+
__args__ = dict()
|
155
|
+
__args__['project'] = project
|
156
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
157
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getDefaultServiceAccount:getDefaultServiceAccount', __args__, opts=opts, typ=GetDefaultServiceAccountResult)
|
158
|
+
return __ret__.apply(lambda __response__: GetDefaultServiceAccountResult(
|
159
|
+
email=pulumi.get(__response__, 'email'),
|
160
|
+
id=pulumi.get(__response__, 'id'),
|
161
|
+
member=pulumi.get(__response__, 'member'),
|
162
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -137,9 +137,6 @@ def get_table_iam_policy(dataset_id: Optional[str] = None,
|
|
137
137
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
138
138
|
project=pulumi.get(__ret__, 'project'),
|
139
139
|
table_id=pulumi.get(__ret__, 'table_id'))
|
140
|
-
|
141
|
-
|
142
|
-
@_utilities.lift_output_func(get_table_iam_policy)
|
143
140
|
def get_table_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
144
141
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
145
142
|
table_id: Optional[pulumi.Input[str]] = None,
|
@@ -162,4 +159,16 @@ def get_table_iam_policy_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
|
162
159
|
:param str project: The ID of the project in which the resource belongs.
|
163
160
|
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.
|
164
161
|
"""
|
165
|
-
|
162
|
+
__args__ = dict()
|
163
|
+
__args__['datasetId'] = dataset_id
|
164
|
+
__args__['project'] = project
|
165
|
+
__args__['tableId'] = table_id
|
166
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getTableIamPolicy:getTableIamPolicy', __args__, opts=opts, typ=GetTableIamPolicyResult)
|
168
|
+
return __ret__.apply(lambda __response__: GetTableIamPolicyResult(
|
169
|
+
dataset_id=pulumi.get(__response__, 'dataset_id'),
|
170
|
+
etag=pulumi.get(__response__, 'etag'),
|
171
|
+
id=pulumi.get(__response__, 'id'),
|
172
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
173
|
+
project=pulumi.get(__response__, 'project'),
|
174
|
+
table_id=pulumi.get(__response__, 'table_id')))
|
@@ -114,9 +114,6 @@ def get_tables(dataset_id: Optional[str] = None,
|
|
114
114
|
id=pulumi.get(__ret__, 'id'),
|
115
115
|
project=pulumi.get(__ret__, 'project'),
|
116
116
|
tables=pulumi.get(__ret__, 'tables'))
|
117
|
-
|
118
|
-
|
119
|
-
@_utilities.lift_output_func(get_tables)
|
120
117
|
def get_tables_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
121
118
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
122
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTablesResult]:
|
@@ -140,4 +137,13 @@ def get_tables_output(dataset_id: Optional[pulumi.Input[str]] = None,
|
|
140
137
|
:param str project: The ID of the project in which the resource belongs.
|
141
138
|
If it is not provided, the provider project is used.
|
142
139
|
"""
|
143
|
-
|
140
|
+
__args__ = dict()
|
141
|
+
__args__['datasetId'] = dataset_id
|
142
|
+
__args__['project'] = project
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
144
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquery/getTables:getTables', __args__, opts=opts, typ=GetTablesResult)
|
145
|
+
return __ret__.apply(lambda __response__: GetTablesResult(
|
146
|
+
dataset_id=pulumi.get(__response__, 'dataset_id'),
|
147
|
+
id=pulumi.get(__response__, 'id'),
|
148
|
+
project=pulumi.get(__response__, 'project'),
|
149
|
+
tables=pulumi.get(__response__, 'tables')))
|
@@ -142,9 +142,6 @@ def get_data_exchange_iam_policy(data_exchange_id: Optional[str] = None,
|
|
142
142
|
location=pulumi.get(__ret__, 'location'),
|
143
143
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
144
144
|
project=pulumi.get(__ret__, 'project'))
|
145
|
-
|
146
|
-
|
147
|
-
@_utilities.lift_output_func(get_data_exchange_iam_policy)
|
148
145
|
def get_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]] = None,
|
149
146
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
150
147
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -172,4 +169,16 @@ def get_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[
|
|
172
169
|
:param str project: The ID of the project in which the resource belongs.
|
173
170
|
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.
|
174
171
|
"""
|
175
|
-
|
172
|
+
__args__ = dict()
|
173
|
+
__args__['dataExchangeId'] = data_exchange_id
|
174
|
+
__args__['location'] = location
|
175
|
+
__args__['project'] = project
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigqueryanalyticshub/getDataExchangeIamPolicy:getDataExchangeIamPolicy', __args__, opts=opts, typ=GetDataExchangeIamPolicyResult)
|
178
|
+
return __ret__.apply(lambda __response__: GetDataExchangeIamPolicyResult(
|
179
|
+
data_exchange_id=pulumi.get(__response__, 'data_exchange_id'),
|
180
|
+
etag=pulumi.get(__response__, 'etag'),
|
181
|
+
id=pulumi.get(__response__, 'id'),
|
182
|
+
location=pulumi.get(__response__, 'location'),
|
183
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
184
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -156,9 +156,6 @@ def get_listing_iam_policy(data_exchange_id: Optional[str] = None,
|
|
156
156
|
location=pulumi.get(__ret__, 'location'),
|
157
157
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
158
158
|
project=pulumi.get(__ret__, 'project'))
|
159
|
-
|
160
|
-
|
161
|
-
@_utilities.lift_output_func(get_listing_iam_policy)
|
162
159
|
def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]] = None,
|
163
160
|
listing_id: Optional[pulumi.Input[str]] = None,
|
164
161
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -189,4 +186,18 @@ def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]]
|
|
189
186
|
:param str project: The ID of the project in which the resource belongs.
|
190
187
|
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.
|
191
188
|
"""
|
192
|
-
|
189
|
+
__args__ = dict()
|
190
|
+
__args__['dataExchangeId'] = data_exchange_id
|
191
|
+
__args__['listingId'] = listing_id
|
192
|
+
__args__['location'] = location
|
193
|
+
__args__['project'] = project
|
194
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
195
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigqueryanalyticshub/getListingIamPolicy:getListingIamPolicy', __args__, opts=opts, typ=GetListingIamPolicyResult)
|
196
|
+
return __ret__.apply(lambda __response__: GetListingIamPolicyResult(
|
197
|
+
data_exchange_id=pulumi.get(__response__, 'data_exchange_id'),
|
198
|
+
etag=pulumi.get(__response__, 'etag'),
|
199
|
+
id=pulumi.get(__response__, 'id'),
|
200
|
+
listing_id=pulumi.get(__response__, 'listing_id'),
|
201
|
+
location=pulumi.get(__response__, 'location'),
|
202
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
203
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -141,9 +141,6 @@ def get_iam_policy(data_policy_id: Optional[str] = None,
|
|
141
141
|
location=pulumi.get(__ret__, 'location'),
|
142
142
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
143
143
|
project=pulumi.get(__ret__, 'project'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_iam_policy)
|
147
144
|
def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[str]] = None,
|
148
145
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[str]] = None,
|
|
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__['dataPolicyId'] = data_policy_id
|
172
|
+
__args__['location'] = location
|
173
|
+
__args__['project'] = project
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:bigquerydatapolicy/getIamPolicy:getIamPolicy', __args__, opts=opts, typ=GetIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetIamPolicyResult(
|
177
|
+
data_policy_id=pulumi.get(__response__, 'data_policy_id'),
|
178
|
+
etag=pulumi.get(__response__, 'etag'),
|
179
|
+
id=pulumi.get(__response__, 'id'),
|
180
|
+
location=pulumi.get(__response__, 'location'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project')))
|
pulumi_gcp/bigtable/_inputs.py
CHANGED
@@ -565,8 +565,19 @@ class InstanceClusterAutoscalingConfigArgs:
|
|
565
565
|
if not MYPY:
|
566
566
|
class InstanceIamBindingConditionArgsDict(TypedDict):
|
567
567
|
expression: pulumi.Input[str]
|
568
|
+
"""
|
569
|
+
Textual representation of an expression in Common Expression Language syntax.
|
570
|
+
"""
|
568
571
|
title: pulumi.Input[str]
|
572
|
+
"""
|
573
|
+
A title for the expression, i.e. a short string describing its purpose.
|
574
|
+
"""
|
569
575
|
description: NotRequired[pulumi.Input[str]]
|
576
|
+
"""
|
577
|
+
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
578
|
+
|
579
|
+
For `bigtable.InstanceIamPolicy` only:
|
580
|
+
"""
|
570
581
|
elif False:
|
571
582
|
InstanceIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
572
583
|
|
@@ -576,6 +587,13 @@ class InstanceIamBindingConditionArgs:
|
|
576
587
|
expression: pulumi.Input[str],
|
577
588
|
title: pulumi.Input[str],
|
578
589
|
description: Optional[pulumi.Input[str]] = None):
|
590
|
+
"""
|
591
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
592
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
593
|
+
:param pulumi.Input[str] description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
594
|
+
|
595
|
+
For `bigtable.InstanceIamPolicy` only:
|
596
|
+
"""
|
579
597
|
pulumi.set(__self__, "expression", expression)
|
580
598
|
pulumi.set(__self__, "title", title)
|
581
599
|
if description is not None:
|
@@ -584,6 +602,9 @@ class InstanceIamBindingConditionArgs:
|
|
584
602
|
@property
|
585
603
|
@pulumi.getter
|
586
604
|
def expression(self) -> pulumi.Input[str]:
|
605
|
+
"""
|
606
|
+
Textual representation of an expression in Common Expression Language syntax.
|
607
|
+
"""
|
587
608
|
return pulumi.get(self, "expression")
|
588
609
|
|
589
610
|
@expression.setter
|
@@ -593,6 +614,9 @@ class InstanceIamBindingConditionArgs:
|
|
593
614
|
@property
|
594
615
|
@pulumi.getter
|
595
616
|
def title(self) -> pulumi.Input[str]:
|
617
|
+
"""
|
618
|
+
A title for the expression, i.e. a short string describing its purpose.
|
619
|
+
"""
|
596
620
|
return pulumi.get(self, "title")
|
597
621
|
|
598
622
|
@title.setter
|
@@ -602,6 +626,11 @@ class InstanceIamBindingConditionArgs:
|
|
602
626
|
@property
|
603
627
|
@pulumi.getter
|
604
628
|
def description(self) -> Optional[pulumi.Input[str]]:
|
629
|
+
"""
|
630
|
+
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
631
|
+
|
632
|
+
For `bigtable.InstanceIamPolicy` only:
|
633
|
+
"""
|
605
634
|
return pulumi.get(self, "description")
|
606
635
|
|
607
636
|
@description.setter
|
@@ -612,8 +641,19 @@ class InstanceIamBindingConditionArgs:
|
|
612
641
|
if not MYPY:
|
613
642
|
class InstanceIamMemberConditionArgsDict(TypedDict):
|
614
643
|
expression: pulumi.Input[str]
|
644
|
+
"""
|
645
|
+
Textual representation of an expression in Common Expression Language syntax.
|
646
|
+
"""
|
615
647
|
title: pulumi.Input[str]
|
648
|
+
"""
|
649
|
+
A title for the expression, i.e. a short string describing its purpose.
|
650
|
+
"""
|
616
651
|
description: NotRequired[pulumi.Input[str]]
|
652
|
+
"""
|
653
|
+
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
654
|
+
|
655
|
+
For `bigtable.InstanceIamPolicy` only:
|
656
|
+
"""
|
617
657
|
elif False:
|
618
658
|
InstanceIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
619
659
|
|
@@ -623,6 +663,13 @@ class InstanceIamMemberConditionArgs:
|
|
623
663
|
expression: pulumi.Input[str],
|
624
664
|
title: pulumi.Input[str],
|
625
665
|
description: Optional[pulumi.Input[str]] = None):
|
666
|
+
"""
|
667
|
+
:param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
|
668
|
+
:param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
|
669
|
+
:param pulumi.Input[str] description: An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
670
|
+
|
671
|
+
For `bigtable.InstanceIamPolicy` only:
|
672
|
+
"""
|
626
673
|
pulumi.set(__self__, "expression", expression)
|
627
674
|
pulumi.set(__self__, "title", title)
|
628
675
|
if description is not None:
|
@@ -631,6 +678,9 @@ class InstanceIamMemberConditionArgs:
|
|
631
678
|
@property
|
632
679
|
@pulumi.getter
|
633
680
|
def expression(self) -> pulumi.Input[str]:
|
681
|
+
"""
|
682
|
+
Textual representation of an expression in Common Expression Language syntax.
|
683
|
+
"""
|
634
684
|
return pulumi.get(self, "expression")
|
635
685
|
|
636
686
|
@expression.setter
|
@@ -640,6 +690,9 @@ class InstanceIamMemberConditionArgs:
|
|
640
690
|
@property
|
641
691
|
@pulumi.getter
|
642
692
|
def title(self) -> pulumi.Input[str]:
|
693
|
+
"""
|
694
|
+
A title for the expression, i.e. a short string describing its purpose.
|
695
|
+
"""
|
643
696
|
return pulumi.get(self, "title")
|
644
697
|
|
645
698
|
@title.setter
|
@@ -649,6 +702,11 @@ class InstanceIamMemberConditionArgs:
|
|
649
702
|
@property
|
650
703
|
@pulumi.getter
|
651
704
|
def description(self) -> Optional[pulumi.Input[str]]:
|
705
|
+
"""
|
706
|
+
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
|
707
|
+
|
708
|
+
For `bigtable.InstanceIamPolicy` only:
|
709
|
+
"""
|
652
710
|
return pulumi.get(self, "description")
|
653
711
|
|
654
712
|
@description.setter
|