pulumi-gcp 8.40.0a1754721948__py3-none-any.whl → 8.41.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 +152 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +24 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/accesscontextmanager/outputs.py +15 -3
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +1435 -0
- pulumi_gcp/apigee/api_product.py +1698 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/apigee/outputs.py +1081 -0
- pulumi_gcp/apigee/security_action.py +1010 -0
- pulumi_gcp/artifactregistry/__init__.py +6 -0
- pulumi_gcp/artifactregistry/get_docker_images.py +164 -0
- pulumi_gcp/artifactregistry/get_package.py +220 -0
- pulumi_gcp/artifactregistry/get_repositories.py +160 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/get_version.py +261 -0
- pulumi_gcp/artifactregistry/outputs.py +239 -2
- pulumi_gcp/artifactregistry/repository.py +6 -6
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +56 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +12 -1
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/_inputs.py +6 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/get_table.py +23 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/outputs.py +4 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigquery/table.py +62 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +180 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +80 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +322 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +32 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +159 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +33 -0
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/bigtable/schema_bundle.py +568 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/_inputs.py +48 -0
- pulumi_gcp/cloudfunctions/function.py +94 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctions/get_function.py +23 -1
- pulumi_gcp/cloudfunctions/outputs.py +70 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1068 -22
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/firewall_policy_with_rules.py +66 -0
- pulumi_gcp/compute/forwarding_rule.py +0 -21
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/outputs.py +966 -22
- pulumi_gcp/compute/preview_feature.py +396 -0
- pulumi_gcp/compute/region_backend_service.py +257 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/region_security_policy.py +54 -0
- pulumi_gcp/compute/region_url_map.py +392 -0
- pulumi_gcp/compute/reservation.py +4 -4
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/service_attachment.py +126 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool.py +154 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork.py +54 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +2 -4
- pulumi_gcp/config/vars.py +4 -8
- pulumi_gcp/container/_inputs.py +2622 -246
- pulumi_gcp/container/cluster.py +61 -21
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +2877 -133
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +249 -14
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/batch.py +6 -0
- pulumi_gcp/dataproc/cluster.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/dataproc/outputs.py +215 -12
- pulumi_gcp/dataproc/session_template.py +14 -2
- pulumi_gcp/developerconnect/__init__.py +1 -0
- pulumi_gcp/developerconnect/_inputs.py +583 -0
- pulumi_gcp/developerconnect/insights_config.py +895 -0
- pulumi_gcp/developerconnect/outputs.py +442 -0
- pulumi_gcp/diagflow/__init__.py +3 -0
- pulumi_gcp/diagflow/_inputs.py +11899 -7963
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_generator.py +636 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +380 -36
- pulumi_gcp/diagflow/outputs.py +9099 -5946
- pulumi_gcp/discoveryengine/__init__.py +2 -0
- pulumi_gcp/discoveryengine/_inputs.py +465 -0
- pulumi_gcp/discoveryengine/cmek_config.py +707 -0
- pulumi_gcp/discoveryengine/outputs.py +412 -0
- pulumi_gcp/discoveryengine/recommendation_engine.py +813 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +107 -9
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +2 -2
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +98 -0
- pulumi_gcp/iam/get_workforce_pool_iam_policy.py +161 -0
- pulumi_gcp/iam/outputs.py +56 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +602 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/looker/instance.py +28 -7
- pulumi_gcp/managedkafka/_inputs.py +127 -0
- pulumi_gcp/managedkafka/cluster.py +131 -1
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/managedkafka/outputs.py +128 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +78 -12
- pulumi_gcp/modelarmor/__init__.py +1 -0
- pulumi_gcp/modelarmor/_inputs.py +683 -0
- pulumi_gcp/modelarmor/floorsetting.py +736 -0
- pulumi_gcp/modelarmor/outputs.py +618 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +60 -0
- pulumi_gcp/networkconnectivity/internal_range.py +136 -0
- pulumi_gcp/networkconnectivity/outputs.py +55 -0
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/oracledatabase/__init__.py +2 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +262 -38
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +314 -50
- pulumi_gcp/oracledatabase/get_autonomous_database.py +23 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +34 -1
- pulumi_gcp/oracledatabase/odb_network.py +721 -0
- pulumi_gcp/oracledatabase/odb_subnet.py +803 -0
- pulumi_gcp/oracledatabase/outputs.py +83 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/parameter_version.py +62 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +64 -0
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +20 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/subscription.py +130 -6
- pulumi_gcp/pubsub/topic.py +116 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +70 -0
- pulumi_gcp/redis/get_cluster.py +12 -1
- pulumi_gcp/redis/instance.py +8 -12
- pulumi_gcp/secretmanager/get_regional_secret.py +12 -1
- pulumi_gcp/secretmanager/get_secret.py +12 -1
- pulumi_gcp/secretmanager/outputs.py +30 -0
- pulumi_gcp/secretmanager/regional_secret.py +61 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret.py +61 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/branch_rule.py +16 -8
- pulumi_gcp/securesourcemanager/instance.py +112 -4
- pulumi_gcp/securesourcemanager/repository.py +112 -8
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/serviceaccount/get_account_key.py +1 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/sql/_inputs.py +88 -10
- pulumi_gcp/sql/database.py +0 -12
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -11
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +555 -12
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_object.py +34 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/storage/get_insights_dataset_config.py +363 -0
- pulumi_gcp/storage/insights_dataset_config.py +1280 -0
- pulumi_gcp/storage/outputs.py +703 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/__init__.py +2 -0
- pulumi_gcp/vertex/_inputs.py +3768 -3
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +940 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +2678 -2
- pulumi_gcp/vmwareengine/network_peering.py +7 -7
- pulumi_gcp/workbench/_inputs.py +118 -0
- pulumi_gcp/workbench/instance.py +171 -2
- pulumi_gcp/workbench/outputs.py +91 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/RECORD +469 -442
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/cx_tool.py
CHANGED
@@ -399,7 +399,7 @@ class CxTool(pulumi.CustomResource):
|
|
399
399
|
|
400
400
|
my_datastore = gcp.discoveryengine.DataStore("my_datastore",
|
401
401
|
location="global",
|
402
|
-
data_store_id="datastore-tool
|
402
|
+
data_store_id="datastore-tool",
|
403
403
|
display_name="datastore for Tool test",
|
404
404
|
industry_vertical="GENERIC",
|
405
405
|
content_config="NO_CONTENT",
|
@@ -613,7 +613,7 @@ class CxTool(pulumi.CustomResource):
|
|
613
613
|
|
614
614
|
my_datastore = gcp.discoveryengine.DataStore("my_datastore",
|
615
615
|
location="global",
|
616
|
-
data_store_id="datastore-tool
|
616
|
+
data_store_id="datastore-tool",
|
617
617
|
display_name="datastore for Tool test",
|
618
618
|
industry_vertical="GENERIC",
|
619
619
|
content_config="NO_CONTENT",
|
@@ -34,13 +34,13 @@ class CxWebhookArgs:
|
|
34
34
|
The set of arguments for constructing a CxWebhook resource.
|
35
35
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the webhook, unique within the agent.
|
36
36
|
:param pulumi.Input[_builtins.bool] disabled: Indicates whether the webhook is disabled.
|
37
|
-
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
38
|
-
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
|
39
|
-
:param pulumi.Input['CxWebhookGenericWebServiceArgs'] generic_web_service:
|
37
|
+
:param pulumi.Input[_builtins.bool] enable_spell_correction: Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
38
|
+
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Deprecated. Determines whether this agent should log conversation queries.
|
39
|
+
:param pulumi.Input['CxWebhookGenericWebServiceArgs'] generic_web_service: Represents configuration for a generic web service.
|
40
40
|
Structure is documented below.
|
41
41
|
:param pulumi.Input[_builtins.str] parent: The agent to create a webhook for.
|
42
42
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
|
43
|
-
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
43
|
+
:param pulumi.Input[_builtins.str] security_settings: Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
44
44
|
:param pulumi.Input['CxWebhookServiceDirectoryArgs'] service_directory: Configuration for a Service Directory service.
|
45
45
|
Structure is documented below.
|
46
46
|
:param pulumi.Input[_builtins.str] timeout: Webhook execution timeout.
|
@@ -91,7 +91,7 @@ class CxWebhookArgs:
|
|
91
91
|
@pulumi.getter(name="enableSpellCorrection")
|
92
92
|
def enable_spell_correction(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
93
93
|
"""
|
94
|
-
Indicates if automatic spell correction is enabled in detect intent requests.
|
94
|
+
Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
95
95
|
"""
|
96
96
|
return pulumi.get(self, "enable_spell_correction")
|
97
97
|
|
@@ -103,7 +103,7 @@ class CxWebhookArgs:
|
|
103
103
|
@pulumi.getter(name="enableStackdriverLogging")
|
104
104
|
def enable_stackdriver_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
105
105
|
"""
|
106
|
-
Determines whether this agent should log conversation queries.
|
106
|
+
Deprecated. Determines whether this agent should log conversation queries.
|
107
107
|
"""
|
108
108
|
return pulumi.get(self, "enable_stackdriver_logging")
|
109
109
|
|
@@ -115,7 +115,7 @@ class CxWebhookArgs:
|
|
115
115
|
@pulumi.getter(name="genericWebService")
|
116
116
|
def generic_web_service(self) -> Optional[pulumi.Input['CxWebhookGenericWebServiceArgs']]:
|
117
117
|
"""
|
118
|
-
|
118
|
+
Represents configuration for a generic web service.
|
119
119
|
Structure is documented below.
|
120
120
|
"""
|
121
121
|
return pulumi.get(self, "generic_web_service")
|
@@ -141,7 +141,7 @@ class CxWebhookArgs:
|
|
141
141
|
@pulumi.getter(name="securitySettings")
|
142
142
|
def security_settings(self) -> Optional[pulumi.Input[_builtins.str]]:
|
143
143
|
"""
|
144
|
-
Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
144
|
+
Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
145
145
|
"""
|
146
146
|
return pulumi.get(self, "security_settings")
|
147
147
|
|
@@ -193,18 +193,18 @@ class _CxWebhookState:
|
|
193
193
|
Input properties used for looking up and filtering CxWebhook resources.
|
194
194
|
:param pulumi.Input[_builtins.bool] disabled: Indicates whether the webhook is disabled.
|
195
195
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the webhook, unique within the agent.
|
196
|
-
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
197
|
-
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
|
198
|
-
:param pulumi.Input['CxWebhookGenericWebServiceArgs'] generic_web_service:
|
196
|
+
:param pulumi.Input[_builtins.bool] enable_spell_correction: Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
197
|
+
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Deprecated. Determines whether this agent should log conversation queries.
|
198
|
+
:param pulumi.Input['CxWebhookGenericWebServiceArgs'] generic_web_service: Represents configuration for a generic web service.
|
199
199
|
Structure is documented below.
|
200
200
|
:param pulumi.Input[_builtins.str] name: The unique identifier of the webhook.
|
201
201
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>.
|
202
202
|
:param pulumi.Input[_builtins.str] parent: The agent to create a webhook for.
|
203
203
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
|
204
|
-
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
204
|
+
:param pulumi.Input[_builtins.str] security_settings: Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
205
205
|
:param pulumi.Input['CxWebhookServiceDirectoryArgs'] service_directory: Configuration for a Service Directory service.
|
206
206
|
Structure is documented below.
|
207
|
-
:param pulumi.Input[_builtins.str] start_flow: Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
207
|
+
:param pulumi.Input[_builtins.str] start_flow: Deprecated. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
208
208
|
:param pulumi.Input[_builtins.str] timeout: Webhook execution timeout.
|
209
209
|
"""
|
210
210
|
if disabled is not None:
|
@@ -258,7 +258,7 @@ class _CxWebhookState:
|
|
258
258
|
@pulumi.getter(name="enableSpellCorrection")
|
259
259
|
def enable_spell_correction(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
260
260
|
"""
|
261
|
-
Indicates if automatic spell correction is enabled in detect intent requests.
|
261
|
+
Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
262
262
|
"""
|
263
263
|
return pulumi.get(self, "enable_spell_correction")
|
264
264
|
|
@@ -270,7 +270,7 @@ class _CxWebhookState:
|
|
270
270
|
@pulumi.getter(name="enableStackdriverLogging")
|
271
271
|
def enable_stackdriver_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
272
272
|
"""
|
273
|
-
Determines whether this agent should log conversation queries.
|
273
|
+
Deprecated. Determines whether this agent should log conversation queries.
|
274
274
|
"""
|
275
275
|
return pulumi.get(self, "enable_stackdriver_logging")
|
276
276
|
|
@@ -282,7 +282,7 @@ class _CxWebhookState:
|
|
282
282
|
@pulumi.getter(name="genericWebService")
|
283
283
|
def generic_web_service(self) -> Optional[pulumi.Input['CxWebhookGenericWebServiceArgs']]:
|
284
284
|
"""
|
285
|
-
|
285
|
+
Represents configuration for a generic web service.
|
286
286
|
Structure is documented below.
|
287
287
|
"""
|
288
288
|
return pulumi.get(self, "generic_web_service")
|
@@ -321,7 +321,7 @@ class _CxWebhookState:
|
|
321
321
|
@pulumi.getter(name="securitySettings")
|
322
322
|
def security_settings(self) -> Optional[pulumi.Input[_builtins.str]]:
|
323
323
|
"""
|
324
|
-
Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
324
|
+
Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
325
325
|
"""
|
326
326
|
return pulumi.get(self, "security_settings")
|
327
327
|
|
@@ -346,7 +346,7 @@ class _CxWebhookState:
|
|
346
346
|
@pulumi.getter(name="startFlow")
|
347
347
|
def start_flow(self) -> Optional[pulumi.Input[_builtins.str]]:
|
348
348
|
"""
|
349
|
-
Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
349
|
+
Deprecated. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
350
350
|
"""
|
351
351
|
return pulumi.get(self, "start_flow")
|
352
352
|
|
@@ -394,7 +394,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
394
394
|
|
395
395
|
## Example Usage
|
396
396
|
|
397
|
-
### Dialogflowcx Webhook
|
397
|
+
### Dialogflowcx Webhook Standard
|
398
398
|
|
399
399
|
```python
|
400
400
|
import pulumi
|
@@ -417,11 +417,183 @@ class CxWebhook(pulumi.CustomResource):
|
|
417
417
|
speech_to_text_settings={
|
418
418
|
"enable_speech_adaptation": True,
|
419
419
|
})
|
420
|
-
|
420
|
+
standard_webhook = gcp.diagflow.CxWebhook("standard_webhook",
|
421
421
|
parent=agent.id,
|
422
422
|
display_name="MyFlow",
|
423
423
|
generic_web_service={
|
424
|
+
"allowed_ca_certs": ["BQA="],
|
424
425
|
"uri": "https://example.com",
|
426
|
+
"request_headers": {
|
427
|
+
"example-key": "example-value",
|
428
|
+
},
|
429
|
+
"webhook_type": "STANDARD",
|
430
|
+
"oauth_config": {
|
431
|
+
"client_id": "example-client-id",
|
432
|
+
"secret_version_for_client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
433
|
+
"token_endpoint": "https://example.com",
|
434
|
+
"scopes": ["example-scope"],
|
435
|
+
},
|
436
|
+
"service_agent_auth": "NONE",
|
437
|
+
"secret_version_for_username_password": "projects/example-proj/secrets/example-secret/versions/example-version",
|
438
|
+
"secret_versions_for_request_headers": [
|
439
|
+
{
|
440
|
+
"key": "example-key-1",
|
441
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version",
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"key": "example-key-2",
|
445
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version-2",
|
446
|
+
},
|
447
|
+
],
|
448
|
+
})
|
449
|
+
```
|
450
|
+
### Dialogflowcx Webhook Flexible
|
451
|
+
|
452
|
+
```python
|
453
|
+
import pulumi
|
454
|
+
import pulumi_gcp as gcp
|
455
|
+
|
456
|
+
agent = gcp.diagflow.CxAgent("agent",
|
457
|
+
display_name="dialogflowcx-agent",
|
458
|
+
location="global",
|
459
|
+
default_language_code="en",
|
460
|
+
supported_language_codes=[
|
461
|
+
"it",
|
462
|
+
"de",
|
463
|
+
"es",
|
464
|
+
],
|
465
|
+
time_zone="America/New_York",
|
466
|
+
description="Example description.",
|
467
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
468
|
+
enable_stackdriver_logging=True,
|
469
|
+
enable_spell_correction=True,
|
470
|
+
speech_to_text_settings={
|
471
|
+
"enable_speech_adaptation": True,
|
472
|
+
})
|
473
|
+
flexible_webhook = gcp.diagflow.CxWebhook("flexible_webhook",
|
474
|
+
parent=agent.id,
|
475
|
+
display_name="MyFlow",
|
476
|
+
generic_web_service={
|
477
|
+
"uri": "https://example.com",
|
478
|
+
"request_headers": {
|
479
|
+
"example-key": "example-value",
|
480
|
+
},
|
481
|
+
"webhook_type": "FLEXIBLE",
|
482
|
+
"oauth_config": {
|
483
|
+
"client_id": "example-client-id",
|
484
|
+
"client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
485
|
+
"token_endpoint": "https://example.com",
|
486
|
+
},
|
487
|
+
"service_agent_auth": "NONE",
|
488
|
+
"http_method": "POST",
|
489
|
+
"request_body": "{\\"example-key\\": \\"example-value\\"}",
|
490
|
+
"parameter_mapping": {
|
491
|
+
"example-parameter": "examplePath",
|
492
|
+
},
|
493
|
+
})
|
494
|
+
```
|
495
|
+
### Dialogflowcx Webhook Service Directory Standard
|
496
|
+
|
497
|
+
```python
|
498
|
+
import pulumi
|
499
|
+
import pulumi_gcp as gcp
|
500
|
+
|
501
|
+
agent = gcp.diagflow.CxAgent("agent",
|
502
|
+
display_name="dialogflowcx-agent",
|
503
|
+
location="us-central1",
|
504
|
+
default_language_code="en",
|
505
|
+
supported_language_codes=[
|
506
|
+
"it",
|
507
|
+
"de",
|
508
|
+
"es",
|
509
|
+
],
|
510
|
+
time_zone="America/New_York",
|
511
|
+
description="Example description.",
|
512
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
513
|
+
enable_stackdriver_logging=True,
|
514
|
+
enable_spell_correction=True,
|
515
|
+
speech_to_text_settings={
|
516
|
+
"enable_speech_adaptation": True,
|
517
|
+
})
|
518
|
+
standard_webhook = gcp.diagflow.CxWebhook("standard_webhook",
|
519
|
+
parent=agent.id,
|
520
|
+
display_name="MyFlow",
|
521
|
+
service_directory={
|
522
|
+
"service": "projects/example-proj/locations/us-central1/namespaces/example-namespace/services/example-service",
|
523
|
+
"generic_web_service": {
|
524
|
+
"allowed_ca_certs": ["BQA="],
|
525
|
+
"uri": "https://example.com",
|
526
|
+
"request_headers": {
|
527
|
+
"example-key": "example-value",
|
528
|
+
},
|
529
|
+
"webhook_type": "STANDARD",
|
530
|
+
"oauth_config": {
|
531
|
+
"client_id": "example-client-id",
|
532
|
+
"secret_version_for_client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
533
|
+
"token_endpoint": "https://example.com",
|
534
|
+
"scopes": ["example-scope"],
|
535
|
+
},
|
536
|
+
"service_agent_auth": "NONE",
|
537
|
+
"secret_version_for_username_password": "projects/example-proj/secrets/example-secret/versions/example-version",
|
538
|
+
"secret_versions_for_request_headers": [
|
539
|
+
{
|
540
|
+
"key": "example-key-1",
|
541
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version",
|
542
|
+
},
|
543
|
+
{
|
544
|
+
"key": "example-key-2",
|
545
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version-2",
|
546
|
+
},
|
547
|
+
],
|
548
|
+
},
|
549
|
+
})
|
550
|
+
```
|
551
|
+
### Dialogflowcx Webhook Service Directory Flexible
|
552
|
+
|
553
|
+
```python
|
554
|
+
import pulumi
|
555
|
+
import pulumi_gcp as gcp
|
556
|
+
|
557
|
+
agent = gcp.diagflow.CxAgent("agent",
|
558
|
+
display_name="dialogflowcx-agent",
|
559
|
+
location="us-central1",
|
560
|
+
default_language_code="en",
|
561
|
+
supported_language_codes=[
|
562
|
+
"it",
|
563
|
+
"de",
|
564
|
+
"es",
|
565
|
+
],
|
566
|
+
time_zone="America/New_York",
|
567
|
+
description="Example description.",
|
568
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
569
|
+
enable_stackdriver_logging=True,
|
570
|
+
enable_spell_correction=True,
|
571
|
+
speech_to_text_settings={
|
572
|
+
"enable_speech_adaptation": True,
|
573
|
+
})
|
574
|
+
flexible_webhook = gcp.diagflow.CxWebhook("flexible_webhook",
|
575
|
+
parent=agent.id,
|
576
|
+
display_name="MyFlow",
|
577
|
+
service_directory={
|
578
|
+
"service": "projects/example-proj/locations/us-central1/namespaces/example-namespace/services/example-service",
|
579
|
+
"generic_web_service": {
|
580
|
+
"uri": "https://example.com",
|
581
|
+
"request_headers": {
|
582
|
+
"example-key": "example-value",
|
583
|
+
},
|
584
|
+
"webhook_type": "FLEXIBLE",
|
585
|
+
"oauth_config": {
|
586
|
+
"client_id": "example-client-id",
|
587
|
+
"client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
588
|
+
"token_endpoint": "https://example.com",
|
589
|
+
},
|
590
|
+
"service_agent_auth": "NONE",
|
591
|
+
"http_method": "POST",
|
592
|
+
"request_body": "{\\"example-key\\": \\"example-value\\"}",
|
593
|
+
"parameter_mapping": {
|
594
|
+
"example-parameter": "examplePath",
|
595
|
+
},
|
596
|
+
},
|
425
597
|
})
|
426
598
|
```
|
427
599
|
|
@@ -447,13 +619,13 @@ class CxWebhook(pulumi.CustomResource):
|
|
447
619
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
448
620
|
:param pulumi.Input[_builtins.bool] disabled: Indicates whether the webhook is disabled.
|
449
621
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the webhook, unique within the agent.
|
450
|
-
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
451
|
-
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
|
452
|
-
:param pulumi.Input[Union['CxWebhookGenericWebServiceArgs', 'CxWebhookGenericWebServiceArgsDict']] generic_web_service:
|
622
|
+
:param pulumi.Input[_builtins.bool] enable_spell_correction: Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
623
|
+
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Deprecated. Determines whether this agent should log conversation queries.
|
624
|
+
:param pulumi.Input[Union['CxWebhookGenericWebServiceArgs', 'CxWebhookGenericWebServiceArgsDict']] generic_web_service: Represents configuration for a generic web service.
|
453
625
|
Structure is documented below.
|
454
626
|
:param pulumi.Input[_builtins.str] parent: The agent to create a webhook for.
|
455
627
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
|
456
|
-
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
628
|
+
:param pulumi.Input[_builtins.str] security_settings: Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
457
629
|
:param pulumi.Input[Union['CxWebhookServiceDirectoryArgs', 'CxWebhookServiceDirectoryArgsDict']] service_directory: Configuration for a Service Directory service.
|
458
630
|
Structure is documented below.
|
459
631
|
:param pulumi.Input[_builtins.str] timeout: Webhook execution timeout.
|
@@ -475,7 +647,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
475
647
|
|
476
648
|
## Example Usage
|
477
649
|
|
478
|
-
### Dialogflowcx Webhook
|
650
|
+
### Dialogflowcx Webhook Standard
|
479
651
|
|
480
652
|
```python
|
481
653
|
import pulumi
|
@@ -498,11 +670,183 @@ class CxWebhook(pulumi.CustomResource):
|
|
498
670
|
speech_to_text_settings={
|
499
671
|
"enable_speech_adaptation": True,
|
500
672
|
})
|
501
|
-
|
673
|
+
standard_webhook = gcp.diagflow.CxWebhook("standard_webhook",
|
502
674
|
parent=agent.id,
|
503
675
|
display_name="MyFlow",
|
504
676
|
generic_web_service={
|
677
|
+
"allowed_ca_certs": ["BQA="],
|
505
678
|
"uri": "https://example.com",
|
679
|
+
"request_headers": {
|
680
|
+
"example-key": "example-value",
|
681
|
+
},
|
682
|
+
"webhook_type": "STANDARD",
|
683
|
+
"oauth_config": {
|
684
|
+
"client_id": "example-client-id",
|
685
|
+
"secret_version_for_client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
686
|
+
"token_endpoint": "https://example.com",
|
687
|
+
"scopes": ["example-scope"],
|
688
|
+
},
|
689
|
+
"service_agent_auth": "NONE",
|
690
|
+
"secret_version_for_username_password": "projects/example-proj/secrets/example-secret/versions/example-version",
|
691
|
+
"secret_versions_for_request_headers": [
|
692
|
+
{
|
693
|
+
"key": "example-key-1",
|
694
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version",
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"key": "example-key-2",
|
698
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version-2",
|
699
|
+
},
|
700
|
+
],
|
701
|
+
})
|
702
|
+
```
|
703
|
+
### Dialogflowcx Webhook Flexible
|
704
|
+
|
705
|
+
```python
|
706
|
+
import pulumi
|
707
|
+
import pulumi_gcp as gcp
|
708
|
+
|
709
|
+
agent = gcp.diagflow.CxAgent("agent",
|
710
|
+
display_name="dialogflowcx-agent",
|
711
|
+
location="global",
|
712
|
+
default_language_code="en",
|
713
|
+
supported_language_codes=[
|
714
|
+
"it",
|
715
|
+
"de",
|
716
|
+
"es",
|
717
|
+
],
|
718
|
+
time_zone="America/New_York",
|
719
|
+
description="Example description.",
|
720
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
721
|
+
enable_stackdriver_logging=True,
|
722
|
+
enable_spell_correction=True,
|
723
|
+
speech_to_text_settings={
|
724
|
+
"enable_speech_adaptation": True,
|
725
|
+
})
|
726
|
+
flexible_webhook = gcp.diagflow.CxWebhook("flexible_webhook",
|
727
|
+
parent=agent.id,
|
728
|
+
display_name="MyFlow",
|
729
|
+
generic_web_service={
|
730
|
+
"uri": "https://example.com",
|
731
|
+
"request_headers": {
|
732
|
+
"example-key": "example-value",
|
733
|
+
},
|
734
|
+
"webhook_type": "FLEXIBLE",
|
735
|
+
"oauth_config": {
|
736
|
+
"client_id": "example-client-id",
|
737
|
+
"client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
738
|
+
"token_endpoint": "https://example.com",
|
739
|
+
},
|
740
|
+
"service_agent_auth": "NONE",
|
741
|
+
"http_method": "POST",
|
742
|
+
"request_body": "{\\"example-key\\": \\"example-value\\"}",
|
743
|
+
"parameter_mapping": {
|
744
|
+
"example-parameter": "examplePath",
|
745
|
+
},
|
746
|
+
})
|
747
|
+
```
|
748
|
+
### Dialogflowcx Webhook Service Directory Standard
|
749
|
+
|
750
|
+
```python
|
751
|
+
import pulumi
|
752
|
+
import pulumi_gcp as gcp
|
753
|
+
|
754
|
+
agent = gcp.diagflow.CxAgent("agent",
|
755
|
+
display_name="dialogflowcx-agent",
|
756
|
+
location="us-central1",
|
757
|
+
default_language_code="en",
|
758
|
+
supported_language_codes=[
|
759
|
+
"it",
|
760
|
+
"de",
|
761
|
+
"es",
|
762
|
+
],
|
763
|
+
time_zone="America/New_York",
|
764
|
+
description="Example description.",
|
765
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
766
|
+
enable_stackdriver_logging=True,
|
767
|
+
enable_spell_correction=True,
|
768
|
+
speech_to_text_settings={
|
769
|
+
"enable_speech_adaptation": True,
|
770
|
+
})
|
771
|
+
standard_webhook = gcp.diagflow.CxWebhook("standard_webhook",
|
772
|
+
parent=agent.id,
|
773
|
+
display_name="MyFlow",
|
774
|
+
service_directory={
|
775
|
+
"service": "projects/example-proj/locations/us-central1/namespaces/example-namespace/services/example-service",
|
776
|
+
"generic_web_service": {
|
777
|
+
"allowed_ca_certs": ["BQA="],
|
778
|
+
"uri": "https://example.com",
|
779
|
+
"request_headers": {
|
780
|
+
"example-key": "example-value",
|
781
|
+
},
|
782
|
+
"webhook_type": "STANDARD",
|
783
|
+
"oauth_config": {
|
784
|
+
"client_id": "example-client-id",
|
785
|
+
"secret_version_for_client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
786
|
+
"token_endpoint": "https://example.com",
|
787
|
+
"scopes": ["example-scope"],
|
788
|
+
},
|
789
|
+
"service_agent_auth": "NONE",
|
790
|
+
"secret_version_for_username_password": "projects/example-proj/secrets/example-secret/versions/example-version",
|
791
|
+
"secret_versions_for_request_headers": [
|
792
|
+
{
|
793
|
+
"key": "example-key-1",
|
794
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version",
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"key": "example-key-2",
|
798
|
+
"secret_version": "projects/example-proj/secrets/example-secret/versions/example-version-2",
|
799
|
+
},
|
800
|
+
],
|
801
|
+
},
|
802
|
+
})
|
803
|
+
```
|
804
|
+
### Dialogflowcx Webhook Service Directory Flexible
|
805
|
+
|
806
|
+
```python
|
807
|
+
import pulumi
|
808
|
+
import pulumi_gcp as gcp
|
809
|
+
|
810
|
+
agent = gcp.diagflow.CxAgent("agent",
|
811
|
+
display_name="dialogflowcx-agent",
|
812
|
+
location="us-central1",
|
813
|
+
default_language_code="en",
|
814
|
+
supported_language_codes=[
|
815
|
+
"it",
|
816
|
+
"de",
|
817
|
+
"es",
|
818
|
+
],
|
819
|
+
time_zone="America/New_York",
|
820
|
+
description="Example description.",
|
821
|
+
avatar_uri="https://cloud.google.com/_static/images/cloud/icons/favicons/onecloud/super_cloud.png",
|
822
|
+
enable_stackdriver_logging=True,
|
823
|
+
enable_spell_correction=True,
|
824
|
+
speech_to_text_settings={
|
825
|
+
"enable_speech_adaptation": True,
|
826
|
+
})
|
827
|
+
flexible_webhook = gcp.diagflow.CxWebhook("flexible_webhook",
|
828
|
+
parent=agent.id,
|
829
|
+
display_name="MyFlow",
|
830
|
+
service_directory={
|
831
|
+
"service": "projects/example-proj/locations/us-central1/namespaces/example-namespace/services/example-service",
|
832
|
+
"generic_web_service": {
|
833
|
+
"uri": "https://example.com",
|
834
|
+
"request_headers": {
|
835
|
+
"example-key": "example-value",
|
836
|
+
},
|
837
|
+
"webhook_type": "FLEXIBLE",
|
838
|
+
"oauth_config": {
|
839
|
+
"client_id": "example-client-id",
|
840
|
+
"client_secret": "projects/example-proj/secrets/example-secret/versions/example-version",
|
841
|
+
"token_endpoint": "https://example.com",
|
842
|
+
},
|
843
|
+
"service_agent_auth": "NONE",
|
844
|
+
"http_method": "POST",
|
845
|
+
"request_body": "{\\"example-key\\": \\"example-value\\"}",
|
846
|
+
"parameter_mapping": {
|
847
|
+
"example-parameter": "examplePath",
|
848
|
+
},
|
849
|
+
},
|
506
850
|
})
|
507
851
|
```
|
508
852
|
|
@@ -600,18 +944,18 @@ class CxWebhook(pulumi.CustomResource):
|
|
600
944
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
601
945
|
:param pulumi.Input[_builtins.bool] disabled: Indicates whether the webhook is disabled.
|
602
946
|
:param pulumi.Input[_builtins.str] display_name: The human-readable name of the webhook, unique within the agent.
|
603
|
-
:param pulumi.Input[_builtins.bool] enable_spell_correction: Indicates if automatic spell correction is enabled in detect intent requests.
|
604
|
-
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Determines whether this agent should log conversation queries.
|
605
|
-
:param pulumi.Input[Union['CxWebhookGenericWebServiceArgs', 'CxWebhookGenericWebServiceArgsDict']] generic_web_service:
|
947
|
+
:param pulumi.Input[_builtins.bool] enable_spell_correction: Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
948
|
+
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Deprecated. Determines whether this agent should log conversation queries.
|
949
|
+
:param pulumi.Input[Union['CxWebhookGenericWebServiceArgs', 'CxWebhookGenericWebServiceArgsDict']] generic_web_service: Represents configuration for a generic web service.
|
606
950
|
Structure is documented below.
|
607
951
|
:param pulumi.Input[_builtins.str] name: The unique identifier of the webhook.
|
608
952
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>.
|
609
953
|
:param pulumi.Input[_builtins.str] parent: The agent to create a webhook for.
|
610
954
|
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
|
611
|
-
:param pulumi.Input[_builtins.str] security_settings: Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
955
|
+
:param pulumi.Input[_builtins.str] security_settings: Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
612
956
|
:param pulumi.Input[Union['CxWebhookServiceDirectoryArgs', 'CxWebhookServiceDirectoryArgsDict']] service_directory: Configuration for a Service Directory service.
|
613
957
|
Structure is documented below.
|
614
|
-
:param pulumi.Input[_builtins.str] start_flow: Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
958
|
+
:param pulumi.Input[_builtins.str] start_flow: Deprecated. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
615
959
|
:param pulumi.Input[_builtins.str] timeout: Webhook execution timeout.
|
616
960
|
"""
|
617
961
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -651,7 +995,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
651
995
|
@pulumi.getter(name="enableSpellCorrection")
|
652
996
|
def enable_spell_correction(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
653
997
|
"""
|
654
|
-
Indicates if automatic spell correction is enabled in detect intent requests.
|
998
|
+
Deprecated. Indicates if automatic spell correction is enabled in detect intent requests.
|
655
999
|
"""
|
656
1000
|
return pulumi.get(self, "enable_spell_correction")
|
657
1001
|
|
@@ -659,7 +1003,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
659
1003
|
@pulumi.getter(name="enableStackdriverLogging")
|
660
1004
|
def enable_stackdriver_logging(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
661
1005
|
"""
|
662
|
-
Determines whether this agent should log conversation queries.
|
1006
|
+
Deprecated. Determines whether this agent should log conversation queries.
|
663
1007
|
"""
|
664
1008
|
return pulumi.get(self, "enable_stackdriver_logging")
|
665
1009
|
|
@@ -667,7 +1011,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
667
1011
|
@pulumi.getter(name="genericWebService")
|
668
1012
|
def generic_web_service(self) -> pulumi.Output[Optional['outputs.CxWebhookGenericWebService']]:
|
669
1013
|
"""
|
670
|
-
|
1014
|
+
Represents configuration for a generic web service.
|
671
1015
|
Structure is documented below.
|
672
1016
|
"""
|
673
1017
|
return pulumi.get(self, "generic_web_service")
|
@@ -694,7 +1038,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
694
1038
|
@pulumi.getter(name="securitySettings")
|
695
1039
|
def security_settings(self) -> pulumi.Output[Optional[_builtins.str]]:
|
696
1040
|
"""
|
697
|
-
Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
1041
|
+
Deprecated. Name of the SecuritySettings reference for the agent. Format: projects/<Project ID>/locations/<Location ID>/securitySettings/<Security Settings ID>.
|
698
1042
|
"""
|
699
1043
|
return pulumi.get(self, "security_settings")
|
700
1044
|
|
@@ -711,7 +1055,7 @@ class CxWebhook(pulumi.CustomResource):
|
|
711
1055
|
@pulumi.getter(name="startFlow")
|
712
1056
|
def start_flow(self) -> pulumi.Output[_builtins.str]:
|
713
1057
|
"""
|
714
|
-
Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
1058
|
+
Deprecated. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>.
|
715
1059
|
"""
|
716
1060
|
return pulumi.get(self, "start_flow")
|
717
1061
|
|