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
@@ -141,9 +141,6 @@ def get_project_service(project: Optional[str] = None,
|
|
141
141
|
id=pulumi.get(__ret__, 'id'),
|
142
142
|
project=pulumi.get(__ret__, 'project'),
|
143
143
|
service=pulumi.get(__ret__, 'service'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_project_service)
|
147
144
|
def get_project_service_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
service: Optional[pulumi.Input[str]] = None,
|
149
146
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectServiceResult]:
|
@@ -178,4 +175,15 @@ def get_project_service_output(project: Optional[pulumi.Input[Optional[str]]] =
|
|
178
175
|
|
179
176
|
- - -
|
180
177
|
"""
|
181
|
-
|
178
|
+
__args__ = dict()
|
179
|
+
__args__['project'] = project
|
180
|
+
__args__['service'] = service
|
181
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
182
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:projects/getProjectService:getProjectService', __args__, opts=opts, typ=GetProjectServiceResult)
|
183
|
+
return __ret__.apply(lambda __response__: GetProjectServiceResult(
|
184
|
+
check_if_service_has_usage_on_destroy=pulumi.get(__response__, 'check_if_service_has_usage_on_destroy'),
|
185
|
+
disable_dependent_services=pulumi.get(__response__, 'disable_dependent_services'),
|
186
|
+
disable_on_destroy=pulumi.get(__response__, 'disable_on_destroy'),
|
187
|
+
id=pulumi.get(__response__, 'id'),
|
188
|
+
project=pulumi.get(__response__, 'project'),
|
189
|
+
service=pulumi.get(__response__, 'service')))
|
pulumi_gcp/pubsub/_inputs.py
CHANGED
@@ -59,6 +59,16 @@ __all__ = [
|
|
59
59
|
'TopicIngestionDataSourceSettingsArgsDict',
|
60
60
|
'TopicIngestionDataSourceSettingsAwsKinesisArgs',
|
61
61
|
'TopicIngestionDataSourceSettingsAwsKinesisArgsDict',
|
62
|
+
'TopicIngestionDataSourceSettingsCloudStorageArgs',
|
63
|
+
'TopicIngestionDataSourceSettingsCloudStorageArgsDict',
|
64
|
+
'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs',
|
65
|
+
'TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict',
|
66
|
+
'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs',
|
67
|
+
'TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict',
|
68
|
+
'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs',
|
69
|
+
'TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict',
|
70
|
+
'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs',
|
71
|
+
'TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict',
|
62
72
|
'TopicMessageStoragePolicyArgs',
|
63
73
|
'TopicMessageStoragePolicyArgsDict',
|
64
74
|
'TopicSchemaSettingsArgs',
|
@@ -1498,19 +1508,41 @@ if not MYPY:
|
|
1498
1508
|
Settings for ingestion from Amazon Kinesis Data Streams.
|
1499
1509
|
Structure is documented below.
|
1500
1510
|
"""
|
1511
|
+
cloud_storage: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgsDict']]
|
1512
|
+
"""
|
1513
|
+
Settings for ingestion from Cloud Storage.
|
1514
|
+
Structure is documented below.
|
1515
|
+
"""
|
1516
|
+
platform_logs_settings: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict']]
|
1517
|
+
"""
|
1518
|
+
Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1519
|
+
no Platform Logs will be generated.'
|
1520
|
+
Structure is documented below.
|
1521
|
+
"""
|
1501
1522
|
elif False:
|
1502
1523
|
TopicIngestionDataSourceSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
1503
1524
|
|
1504
1525
|
@pulumi.input_type
|
1505
1526
|
class TopicIngestionDataSourceSettingsArgs:
|
1506
1527
|
def __init__(__self__, *,
|
1507
|
-
aws_kinesis: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']] = None
|
1528
|
+
aws_kinesis: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']] = None,
|
1529
|
+
cloud_storage: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']] = None,
|
1530
|
+
platform_logs_settings: Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']] = None):
|
1508
1531
|
"""
|
1509
1532
|
:param pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs'] aws_kinesis: Settings for ingestion from Amazon Kinesis Data Streams.
|
1510
1533
|
Structure is documented below.
|
1534
|
+
:param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs'] cloud_storage: Settings for ingestion from Cloud Storage.
|
1535
|
+
Structure is documented below.
|
1536
|
+
:param pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs'] platform_logs_settings: Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1537
|
+
no Platform Logs will be generated.'
|
1538
|
+
Structure is documented below.
|
1511
1539
|
"""
|
1512
1540
|
if aws_kinesis is not None:
|
1513
1541
|
pulumi.set(__self__, "aws_kinesis", aws_kinesis)
|
1542
|
+
if cloud_storage is not None:
|
1543
|
+
pulumi.set(__self__, "cloud_storage", cloud_storage)
|
1544
|
+
if platform_logs_settings is not None:
|
1545
|
+
pulumi.set(__self__, "platform_logs_settings", platform_logs_settings)
|
1514
1546
|
|
1515
1547
|
@property
|
1516
1548
|
@pulumi.getter(name="awsKinesis")
|
@@ -1525,6 +1557,33 @@ class TopicIngestionDataSourceSettingsArgs:
|
|
1525
1557
|
def aws_kinesis(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsAwsKinesisArgs']]):
|
1526
1558
|
pulumi.set(self, "aws_kinesis", value)
|
1527
1559
|
|
1560
|
+
@property
|
1561
|
+
@pulumi.getter(name="cloudStorage")
|
1562
|
+
def cloud_storage(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']]:
|
1563
|
+
"""
|
1564
|
+
Settings for ingestion from Cloud Storage.
|
1565
|
+
Structure is documented below.
|
1566
|
+
"""
|
1567
|
+
return pulumi.get(self, "cloud_storage")
|
1568
|
+
|
1569
|
+
@cloud_storage.setter
|
1570
|
+
def cloud_storage(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageArgs']]):
|
1571
|
+
pulumi.set(self, "cloud_storage", value)
|
1572
|
+
|
1573
|
+
@property
|
1574
|
+
@pulumi.getter(name="platformLogsSettings")
|
1575
|
+
def platform_logs_settings(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']]:
|
1576
|
+
"""
|
1577
|
+
Settings for Platform Logs regarding ingestion to Pub/Sub. If unset,
|
1578
|
+
no Platform Logs will be generated.'
|
1579
|
+
Structure is documented below.
|
1580
|
+
"""
|
1581
|
+
return pulumi.get(self, "platform_logs_settings")
|
1582
|
+
|
1583
|
+
@platform_logs_settings.setter
|
1584
|
+
def platform_logs_settings(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs']]):
|
1585
|
+
pulumi.set(self, "platform_logs_settings", value)
|
1586
|
+
|
1528
1587
|
|
1529
1588
|
if not MYPY:
|
1530
1589
|
class TopicIngestionDataSourceSettingsAwsKinesisArgsDict(TypedDict):
|
@@ -1635,6 +1694,279 @@ class TopicIngestionDataSourceSettingsAwsKinesisArgs:
|
|
1635
1694
|
pulumi.set(self, "stream_arn", value)
|
1636
1695
|
|
1637
1696
|
|
1697
|
+
if not MYPY:
|
1698
|
+
class TopicIngestionDataSourceSettingsCloudStorageArgsDict(TypedDict):
|
1699
|
+
bucket: pulumi.Input[str]
|
1700
|
+
"""
|
1701
|
+
Cloud Storage bucket. The bucket name must be without any
|
1702
|
+
prefix like "gs://". See the bucket naming requirements:
|
1703
|
+
https://cloud.google.com/storage/docs/buckets#naming.
|
1704
|
+
"""
|
1705
|
+
avro_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict']]
|
1706
|
+
"""
|
1707
|
+
Configuration for reading Cloud Storage data in Avro binary format. The
|
1708
|
+
bytes of each object will be set to the `data` field of a Pub/Sub message.
|
1709
|
+
"""
|
1710
|
+
match_glob: NotRequired[pulumi.Input[str]]
|
1711
|
+
"""
|
1712
|
+
Glob pattern used to match objects that will be ingested. If unset, all
|
1713
|
+
objects will be ingested. See the supported patterns:
|
1714
|
+
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
1715
|
+
"""
|
1716
|
+
minimum_object_create_time: NotRequired[pulumi.Input[str]]
|
1717
|
+
"""
|
1718
|
+
The timestamp set in RFC3339 text format. If set, only objects with a
|
1719
|
+
larger or equal timestamp will be ingested. Unset by default, meaning
|
1720
|
+
all objects will be ingested.
|
1721
|
+
"""
|
1722
|
+
pubsub_avro_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict']]
|
1723
|
+
"""
|
1724
|
+
Configuration for reading Cloud Storage data written via Cloud Storage
|
1725
|
+
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
1726
|
+
data and attributes fields of the originally exported Pub/Sub message
|
1727
|
+
will be restored when publishing.
|
1728
|
+
"""
|
1729
|
+
text_format: NotRequired[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict']]
|
1730
|
+
"""
|
1731
|
+
Configuration for reading Cloud Storage data in text format. Each line of
|
1732
|
+
text as specified by the delimiter will be set to the `data` field of a
|
1733
|
+
Pub/Sub message.
|
1734
|
+
Structure is documented below.
|
1735
|
+
"""
|
1736
|
+
elif False:
|
1737
|
+
TopicIngestionDataSourceSettingsCloudStorageArgsDict: TypeAlias = Mapping[str, Any]
|
1738
|
+
|
1739
|
+
@pulumi.input_type
|
1740
|
+
class TopicIngestionDataSourceSettingsCloudStorageArgs:
|
1741
|
+
def __init__(__self__, *,
|
1742
|
+
bucket: pulumi.Input[str],
|
1743
|
+
avro_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']] = None,
|
1744
|
+
match_glob: Optional[pulumi.Input[str]] = None,
|
1745
|
+
minimum_object_create_time: Optional[pulumi.Input[str]] = None,
|
1746
|
+
pubsub_avro_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']] = None,
|
1747
|
+
text_format: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']] = None):
|
1748
|
+
"""
|
1749
|
+
:param pulumi.Input[str] bucket: Cloud Storage bucket. The bucket name must be without any
|
1750
|
+
prefix like "gs://". See the bucket naming requirements:
|
1751
|
+
https://cloud.google.com/storage/docs/buckets#naming.
|
1752
|
+
:param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs'] avro_format: Configuration for reading Cloud Storage data in Avro binary format. The
|
1753
|
+
bytes of each object will be set to the `data` field of a Pub/Sub message.
|
1754
|
+
:param pulumi.Input[str] match_glob: Glob pattern used to match objects that will be ingested. If unset, all
|
1755
|
+
objects will be ingested. See the supported patterns:
|
1756
|
+
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
1757
|
+
:param pulumi.Input[str] minimum_object_create_time: The timestamp set in RFC3339 text format. If set, only objects with a
|
1758
|
+
larger or equal timestamp will be ingested. Unset by default, meaning
|
1759
|
+
all objects will be ingested.
|
1760
|
+
:param pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs'] pubsub_avro_format: Configuration for reading Cloud Storage data written via Cloud Storage
|
1761
|
+
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
1762
|
+
data and attributes fields of the originally exported Pub/Sub message
|
1763
|
+
will be restored when publishing.
|
1764
|
+
:param pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs'] text_format: Configuration for reading Cloud Storage data in text format. Each line of
|
1765
|
+
text as specified by the delimiter will be set to the `data` field of a
|
1766
|
+
Pub/Sub message.
|
1767
|
+
Structure is documented below.
|
1768
|
+
"""
|
1769
|
+
pulumi.set(__self__, "bucket", bucket)
|
1770
|
+
if avro_format is not None:
|
1771
|
+
pulumi.set(__self__, "avro_format", avro_format)
|
1772
|
+
if match_glob is not None:
|
1773
|
+
pulumi.set(__self__, "match_glob", match_glob)
|
1774
|
+
if minimum_object_create_time is not None:
|
1775
|
+
pulumi.set(__self__, "minimum_object_create_time", minimum_object_create_time)
|
1776
|
+
if pubsub_avro_format is not None:
|
1777
|
+
pulumi.set(__self__, "pubsub_avro_format", pubsub_avro_format)
|
1778
|
+
if text_format is not None:
|
1779
|
+
pulumi.set(__self__, "text_format", text_format)
|
1780
|
+
|
1781
|
+
@property
|
1782
|
+
@pulumi.getter
|
1783
|
+
def bucket(self) -> pulumi.Input[str]:
|
1784
|
+
"""
|
1785
|
+
Cloud Storage bucket. The bucket name must be without any
|
1786
|
+
prefix like "gs://". See the bucket naming requirements:
|
1787
|
+
https://cloud.google.com/storage/docs/buckets#naming.
|
1788
|
+
"""
|
1789
|
+
return pulumi.get(self, "bucket")
|
1790
|
+
|
1791
|
+
@bucket.setter
|
1792
|
+
def bucket(self, value: pulumi.Input[str]):
|
1793
|
+
pulumi.set(self, "bucket", value)
|
1794
|
+
|
1795
|
+
@property
|
1796
|
+
@pulumi.getter(name="avroFormat")
|
1797
|
+
def avro_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']]:
|
1798
|
+
"""
|
1799
|
+
Configuration for reading Cloud Storage data in Avro binary format. The
|
1800
|
+
bytes of each object will be set to the `data` field of a Pub/Sub message.
|
1801
|
+
"""
|
1802
|
+
return pulumi.get(self, "avro_format")
|
1803
|
+
|
1804
|
+
@avro_format.setter
|
1805
|
+
def avro_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs']]):
|
1806
|
+
pulumi.set(self, "avro_format", value)
|
1807
|
+
|
1808
|
+
@property
|
1809
|
+
@pulumi.getter(name="matchGlob")
|
1810
|
+
def match_glob(self) -> Optional[pulumi.Input[str]]:
|
1811
|
+
"""
|
1812
|
+
Glob pattern used to match objects that will be ingested. If unset, all
|
1813
|
+
objects will be ingested. See the supported patterns:
|
1814
|
+
https://cloud.google.com/storage/docs/json_api/v1/objects/list#list-objects-and-prefixes-using-glob
|
1815
|
+
"""
|
1816
|
+
return pulumi.get(self, "match_glob")
|
1817
|
+
|
1818
|
+
@match_glob.setter
|
1819
|
+
def match_glob(self, value: Optional[pulumi.Input[str]]):
|
1820
|
+
pulumi.set(self, "match_glob", value)
|
1821
|
+
|
1822
|
+
@property
|
1823
|
+
@pulumi.getter(name="minimumObjectCreateTime")
|
1824
|
+
def minimum_object_create_time(self) -> Optional[pulumi.Input[str]]:
|
1825
|
+
"""
|
1826
|
+
The timestamp set in RFC3339 text format. If set, only objects with a
|
1827
|
+
larger or equal timestamp will be ingested. Unset by default, meaning
|
1828
|
+
all objects will be ingested.
|
1829
|
+
"""
|
1830
|
+
return pulumi.get(self, "minimum_object_create_time")
|
1831
|
+
|
1832
|
+
@minimum_object_create_time.setter
|
1833
|
+
def minimum_object_create_time(self, value: Optional[pulumi.Input[str]]):
|
1834
|
+
pulumi.set(self, "minimum_object_create_time", value)
|
1835
|
+
|
1836
|
+
@property
|
1837
|
+
@pulumi.getter(name="pubsubAvroFormat")
|
1838
|
+
def pubsub_avro_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']]:
|
1839
|
+
"""
|
1840
|
+
Configuration for reading Cloud Storage data written via Cloud Storage
|
1841
|
+
subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The
|
1842
|
+
data and attributes fields of the originally exported Pub/Sub message
|
1843
|
+
will be restored when publishing.
|
1844
|
+
"""
|
1845
|
+
return pulumi.get(self, "pubsub_avro_format")
|
1846
|
+
|
1847
|
+
@pubsub_avro_format.setter
|
1848
|
+
def pubsub_avro_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs']]):
|
1849
|
+
pulumi.set(self, "pubsub_avro_format", value)
|
1850
|
+
|
1851
|
+
@property
|
1852
|
+
@pulumi.getter(name="textFormat")
|
1853
|
+
def text_format(self) -> Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']]:
|
1854
|
+
"""
|
1855
|
+
Configuration for reading Cloud Storage data in text format. Each line of
|
1856
|
+
text as specified by the delimiter will be set to the `data` field of a
|
1857
|
+
Pub/Sub message.
|
1858
|
+
Structure is documented below.
|
1859
|
+
"""
|
1860
|
+
return pulumi.get(self, "text_format")
|
1861
|
+
|
1862
|
+
@text_format.setter
|
1863
|
+
def text_format(self, value: Optional[pulumi.Input['TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs']]):
|
1864
|
+
pulumi.set(self, "text_format", value)
|
1865
|
+
|
1866
|
+
|
1867
|
+
if not MYPY:
|
1868
|
+
class TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict(TypedDict):
|
1869
|
+
pass
|
1870
|
+
elif False:
|
1871
|
+
TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgsDict: TypeAlias = Mapping[str, Any]
|
1872
|
+
|
1873
|
+
@pulumi.input_type
|
1874
|
+
class TopicIngestionDataSourceSettingsCloudStorageAvroFormatArgs:
|
1875
|
+
def __init__(__self__):
|
1876
|
+
pass
|
1877
|
+
|
1878
|
+
|
1879
|
+
if not MYPY:
|
1880
|
+
class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict(TypedDict):
|
1881
|
+
pass
|
1882
|
+
elif False:
|
1883
|
+
TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsDict: TypeAlias = Mapping[str, Any]
|
1884
|
+
|
1885
|
+
@pulumi.input_type
|
1886
|
+
class TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs:
|
1887
|
+
def __init__(__self__):
|
1888
|
+
pass
|
1889
|
+
|
1890
|
+
|
1891
|
+
if not MYPY:
|
1892
|
+
class TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict(TypedDict):
|
1893
|
+
delimiter: NotRequired[pulumi.Input[str]]
|
1894
|
+
"""
|
1895
|
+
The delimiter to use when using the 'text' format. Each line of text as
|
1896
|
+
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
1897
|
+
message. When unset, '\\n' is used.
|
1898
|
+
"""
|
1899
|
+
elif False:
|
1900
|
+
TopicIngestionDataSourceSettingsCloudStorageTextFormatArgsDict: TypeAlias = Mapping[str, Any]
|
1901
|
+
|
1902
|
+
@pulumi.input_type
|
1903
|
+
class TopicIngestionDataSourceSettingsCloudStorageTextFormatArgs:
|
1904
|
+
def __init__(__self__, *,
|
1905
|
+
delimiter: Optional[pulumi.Input[str]] = None):
|
1906
|
+
"""
|
1907
|
+
:param pulumi.Input[str] delimiter: The delimiter to use when using the 'text' format. Each line of text as
|
1908
|
+
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
1909
|
+
message. When unset, '\\n' is used.
|
1910
|
+
"""
|
1911
|
+
if delimiter is not None:
|
1912
|
+
pulumi.set(__self__, "delimiter", delimiter)
|
1913
|
+
|
1914
|
+
@property
|
1915
|
+
@pulumi.getter
|
1916
|
+
def delimiter(self) -> Optional[pulumi.Input[str]]:
|
1917
|
+
"""
|
1918
|
+
The delimiter to use when using the 'text' format. Each line of text as
|
1919
|
+
specified by the delimiter will be set to the 'data' field of a Pub/Sub
|
1920
|
+
message. When unset, '\\n' is used.
|
1921
|
+
"""
|
1922
|
+
return pulumi.get(self, "delimiter")
|
1923
|
+
|
1924
|
+
@delimiter.setter
|
1925
|
+
def delimiter(self, value: Optional[pulumi.Input[str]]):
|
1926
|
+
pulumi.set(self, "delimiter", value)
|
1927
|
+
|
1928
|
+
|
1929
|
+
if not MYPY:
|
1930
|
+
class TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict(TypedDict):
|
1931
|
+
severity: NotRequired[pulumi.Input[str]]
|
1932
|
+
"""
|
1933
|
+
The minimum severity level of Platform Logs that will be written. If unspecified,
|
1934
|
+
no Platform Logs will be written.
|
1935
|
+
Default value is `SEVERITY_UNSPECIFIED`.
|
1936
|
+
Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
|
1937
|
+
"""
|
1938
|
+
elif False:
|
1939
|
+
TopicIngestionDataSourceSettingsPlatformLogsSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
1940
|
+
|
1941
|
+
@pulumi.input_type
|
1942
|
+
class TopicIngestionDataSourceSettingsPlatformLogsSettingsArgs:
|
1943
|
+
def __init__(__self__, *,
|
1944
|
+
severity: Optional[pulumi.Input[str]] = None):
|
1945
|
+
"""
|
1946
|
+
:param pulumi.Input[str] severity: The minimum severity level of Platform Logs that will be written. If unspecified,
|
1947
|
+
no Platform Logs will be written.
|
1948
|
+
Default value is `SEVERITY_UNSPECIFIED`.
|
1949
|
+
Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
|
1950
|
+
"""
|
1951
|
+
if severity is not None:
|
1952
|
+
pulumi.set(__self__, "severity", severity)
|
1953
|
+
|
1954
|
+
@property
|
1955
|
+
@pulumi.getter
|
1956
|
+
def severity(self) -> Optional[pulumi.Input[str]]:
|
1957
|
+
"""
|
1958
|
+
The minimum severity level of Platform Logs that will be written. If unspecified,
|
1959
|
+
no Platform Logs will be written.
|
1960
|
+
Default value is `SEVERITY_UNSPECIFIED`.
|
1961
|
+
Possible values are: `SEVERITY_UNSPECIFIED`, `DISABLED`, `DEBUG`, `INFO`, `WARNING`, `ERROR`.
|
1962
|
+
"""
|
1963
|
+
return pulumi.get(self, "severity")
|
1964
|
+
|
1965
|
+
@severity.setter
|
1966
|
+
def severity(self, value: Optional[pulumi.Input[str]]):
|
1967
|
+
pulumi.set(self, "severity", value)
|
1968
|
+
|
1969
|
+
|
1638
1970
|
if not MYPY:
|
1639
1971
|
class TopicMessageStoragePolicyArgsDict(TypedDict):
|
1640
1972
|
allowed_persistence_regions: pulumi.Input[Sequence[pulumi.Input[str]]]
|
@@ -125,9 +125,6 @@ def get_schema_iam_policy(project: Optional[str] = None,
|
|
125
125
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
126
126
|
project=pulumi.get(__ret__, 'project'),
|
127
127
|
schema=pulumi.get(__ret__, 'schema'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_schema_iam_policy)
|
131
128
|
def get_schema_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
schema: Optional[pulumi.Input[str]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSchemaIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_schema_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 schema: Used to find the parent resource to bind the IAM policy to
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['project'] = project
|
151
|
+
__args__['schema'] = schema
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSchemaIamPolicy:getSchemaIamPolicy', __args__, opts=opts, typ=GetSchemaIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetSchemaIamPolicyResult(
|
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
|
+
schema=pulumi.get(__response__, 'schema')))
|
@@ -262,9 +262,6 @@ def get_subscription(name: Optional[str] = None,
|
|
262
262
|
retain_acked_messages=pulumi.get(__ret__, 'retain_acked_messages'),
|
263
263
|
retry_policies=pulumi.get(__ret__, 'retry_policies'),
|
264
264
|
topic=pulumi.get(__ret__, 'topic'))
|
265
|
-
|
266
|
-
|
267
|
-
@_utilities.lift_output_func(get_subscription)
|
268
265
|
def get_subscription_output(name: Optional[pulumi.Input[str]] = None,
|
269
266
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
270
267
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubscriptionResult]:
|
@@ -289,4 +286,28 @@ def get_subscription_output(name: Optional[pulumi.Input[str]] = None,
|
|
289
286
|
:param str project: The project in which the resource belongs. If it
|
290
287
|
is not provided, the provider project is used.
|
291
288
|
"""
|
292
|
-
|
289
|
+
__args__ = dict()
|
290
|
+
__args__['name'] = name
|
291
|
+
__args__['project'] = project
|
292
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
293
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSubscription:getSubscription', __args__, opts=opts, typ=GetSubscriptionResult)
|
294
|
+
return __ret__.apply(lambda __response__: GetSubscriptionResult(
|
295
|
+
ack_deadline_seconds=pulumi.get(__response__, 'ack_deadline_seconds'),
|
296
|
+
bigquery_configs=pulumi.get(__response__, 'bigquery_configs'),
|
297
|
+
cloud_storage_configs=pulumi.get(__response__, 'cloud_storage_configs'),
|
298
|
+
dead_letter_policies=pulumi.get(__response__, 'dead_letter_policies'),
|
299
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
300
|
+
enable_exactly_once_delivery=pulumi.get(__response__, 'enable_exactly_once_delivery'),
|
301
|
+
enable_message_ordering=pulumi.get(__response__, 'enable_message_ordering'),
|
302
|
+
expiration_policies=pulumi.get(__response__, 'expiration_policies'),
|
303
|
+
filter=pulumi.get(__response__, 'filter'),
|
304
|
+
id=pulumi.get(__response__, 'id'),
|
305
|
+
labels=pulumi.get(__response__, 'labels'),
|
306
|
+
message_retention_duration=pulumi.get(__response__, 'message_retention_duration'),
|
307
|
+
name=pulumi.get(__response__, 'name'),
|
308
|
+
project=pulumi.get(__response__, 'project'),
|
309
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
310
|
+
push_configs=pulumi.get(__response__, 'push_configs'),
|
311
|
+
retain_acked_messages=pulumi.get(__response__, 'retain_acked_messages'),
|
312
|
+
retry_policies=pulumi.get(__response__, 'retry_policies'),
|
313
|
+
topic=pulumi.get(__response__, 'topic')))
|
@@ -123,9 +123,6 @@ def get_subscription_iam_policy(project: Optional[str] = None,
|
|
123
123
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
124
124
|
project=pulumi.get(__ret__, 'project'),
|
125
125
|
subscription=pulumi.get(__ret__, 'subscription'))
|
126
|
-
|
127
|
-
|
128
|
-
@_utilities.lift_output_func(get_subscription_iam_policy)
|
129
126
|
def get_subscription_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
130
127
|
subscription: Optional[pulumi.Input[str]] = None,
|
131
128
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubscriptionIamPolicyResult]:
|
@@ -146,4 +143,14 @@ def get_subscription_iam_policy_output(project: Optional[pulumi.Input[Optional[s
|
|
146
143
|
is not provided, the provider project is used.
|
147
144
|
:param str subscription: The subscription name or id to bind to attach IAM policy to.
|
148
145
|
"""
|
149
|
-
|
146
|
+
__args__ = dict()
|
147
|
+
__args__['project'] = project
|
148
|
+
__args__['subscription'] = subscription
|
149
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
150
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getSubscriptionIamPolicy:getSubscriptionIamPolicy', __args__, opts=opts, typ=GetSubscriptionIamPolicyResult)
|
151
|
+
return __ret__.apply(lambda __response__: GetSubscriptionIamPolicyResult(
|
152
|
+
etag=pulumi.get(__response__, 'etag'),
|
153
|
+
id=pulumi.get(__response__, 'id'),
|
154
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
155
|
+
project=pulumi.get(__response__, 'project'),
|
156
|
+
subscription=pulumi.get(__response__, 'subscription')))
|
pulumi_gcp/pubsub/get_topic.py
CHANGED
@@ -182,9 +182,6 @@ def get_topic(name: Optional[str] = None,
|
|
182
182
|
project=pulumi.get(__ret__, 'project'),
|
183
183
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
184
184
|
schema_settings=pulumi.get(__ret__, 'schema_settings'))
|
185
|
-
|
186
|
-
|
187
|
-
@_utilities.lift_output_func(get_topic)
|
188
185
|
def get_topic_output(name: Optional[pulumi.Input[str]] = None,
|
189
186
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
190
187
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTopicResult]:
|
@@ -209,4 +206,20 @@ def get_topic_output(name: Optional[pulumi.Input[str]] = None,
|
|
209
206
|
:param str project: The project in which the resource belongs. If it
|
210
207
|
is not provided, the provider project is used.
|
211
208
|
"""
|
212
|
-
|
209
|
+
__args__ = dict()
|
210
|
+
__args__['name'] = name
|
211
|
+
__args__['project'] = project
|
212
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
213
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getTopic:getTopic', __args__, opts=opts, typ=GetTopicResult)
|
214
|
+
return __ret__.apply(lambda __response__: GetTopicResult(
|
215
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
216
|
+
id=pulumi.get(__response__, 'id'),
|
217
|
+
ingestion_data_source_settings=pulumi.get(__response__, 'ingestion_data_source_settings'),
|
218
|
+
kms_key_name=pulumi.get(__response__, 'kms_key_name'),
|
219
|
+
labels=pulumi.get(__response__, 'labels'),
|
220
|
+
message_retention_duration=pulumi.get(__response__, 'message_retention_duration'),
|
221
|
+
message_storage_policies=pulumi.get(__response__, 'message_storage_policies'),
|
222
|
+
name=pulumi.get(__response__, 'name'),
|
223
|
+
project=pulumi.get(__response__, 'project'),
|
224
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
225
|
+
schema_settings=pulumi.get(__response__, 'schema_settings')))
|
@@ -125,9 +125,6 @@ def get_topic_iam_policy(project: Optional[str] = None,
|
|
125
125
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
126
126
|
project=pulumi.get(__ret__, 'project'),
|
127
127
|
topic=pulumi.get(__ret__, 'topic'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_topic_iam_policy)
|
131
128
|
def get_topic_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
topic: Optional[pulumi.Input[str]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTopicIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_topic_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 topic: Used to find the parent resource to bind the IAM policy to
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['project'] = project
|
151
|
+
__args__['topic'] = topic
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:pubsub/getTopicIamPolicy:getTopicIamPolicy', __args__, opts=opts, typ=GetTopicIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetTopicIamPolicyResult(
|
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
|
+
topic=pulumi.get(__response__, 'topic')))
|