pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 +78 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +108 -0
- pulumi_gcp/apigee/app_group.py +811 -0
- pulumi_gcp/apigee/developer.py +757 -0
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/apigee/outputs.py +64 -0
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +14 -14
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +94 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +396 -166
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service.py +76 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_instance.py +29 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/get_instance_template.py +29 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
- pulumi_gcp/compute/get_region_instance_template.py +29 -1
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance.py +89 -0
- pulumi_gcp/compute/instance_from_machine_image.py +82 -0
- pulumi_gcp/compute/instance_from_template.py +82 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_template.py +75 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
- pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
- pulumi_gcp/compute/outputs.py +367 -110
- pulumi_gcp/compute/region_backend_service.py +94 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_instance_template.py +75 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/attached_cluster.py +9 -6
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +472 -2
- pulumi_gcp/diagflow/cx_agent.py +64 -4
- pulumi_gcp/diagflow/cx_flow.py +34 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/diagflow/outputs.py +378 -2
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature.py +2 -4
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/looker/instance.py +104 -2
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/monitoring/_inputs.py +23 -0
- pulumi_gcp/monitoring/get_secret_version.py +22 -3
- pulumi_gcp/monitoring/outputs.py +16 -0
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +148 -0
- pulumi_gcp/networkconnectivity/group.py +764 -0
- pulumi_gcp/networkconnectivity/outputs.py +125 -0
- pulumi_gcp/networkconnectivity/spoke.py +144 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/oracledatabase/__init__.py +20 -0
- pulumi_gcp/oracledatabase/_inputs.py +4745 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
- pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
- pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
- pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
- pulumi_gcp/oracledatabase/outputs.py +9304 -0
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
- pulumi_gcp/secretmanager/get_secret_version.py +22 -3
- pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/siteverification/get_token.py +0 -16
- pulumi_gcp/siteverification/owner.py +0 -16
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +237 -17
- pulumi_gcp/spanner/outputs.py +307 -12
- pulumi_gcp/sql/_inputs.py +12 -9
- pulumi_gcp/sql/outputs.py +8 -6
- pulumi_gcp/sql/user.py +28 -21
- pulumi_gcp/storage/_inputs.py +33 -0
- pulumi_gcp/storage/bucket.py +47 -0
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/get_bucket.py +12 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +38 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/transcoder/__init__.py +11 -0
- pulumi_gcp/transcoder/_inputs.py +3991 -0
- pulumi_gcp/transcoder/job.py +2134 -0
- pulumi_gcp/transcoder/job_template.py +1524 -0
- pulumi_gcp/transcoder/outputs.py +2918 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +912 -6
- pulumi_gcp/vmwareengine/cluster.py +100 -2
- pulumi_gcp/vmwareengine/get_cluster.py +12 -1
- pulumi_gcp/vmwareengine/outputs.py +1310 -49
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/_inputs.py +54 -0
- pulumi_gcp/workstations/outputs.py +32 -0
- pulumi_gcp/workstations/workstation_config.py +211 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/outputs.py
CHANGED
@@ -19,6 +19,8 @@ __all__ = [
|
|
19
19
|
'CxAgentAdvancedSettings',
|
20
20
|
'CxAgentAdvancedSettingsAudioExportGcsDestination',
|
21
21
|
'CxAgentAdvancedSettingsDtmfSettings',
|
22
|
+
'CxAgentAdvancedSettingsLoggingSettings',
|
23
|
+
'CxAgentAdvancedSettingsSpeechSettings',
|
22
24
|
'CxAgentGitIntegrationSettings',
|
23
25
|
'CxAgentGitIntegrationSettingsGithubSettings',
|
24
26
|
'CxAgentSpeechToTextSettings',
|
@@ -29,6 +31,8 @@ __all__ = [
|
|
29
31
|
'CxFlowAdvancedSettings',
|
30
32
|
'CxFlowAdvancedSettingsAudioExportGcsDestination',
|
31
33
|
'CxFlowAdvancedSettingsDtmfSettings',
|
34
|
+
'CxFlowAdvancedSettingsLoggingSettings',
|
35
|
+
'CxFlowAdvancedSettingsSpeechSettings',
|
32
36
|
'CxFlowEventHandler',
|
33
37
|
'CxFlowEventHandlerTriggerFulfillment',
|
34
38
|
'CxFlowEventHandlerTriggerFulfillmentConditionalCase',
|
@@ -160,6 +164,10 @@ class CxAgentAdvancedSettings(dict):
|
|
160
164
|
suggest = "audio_export_gcs_destination"
|
161
165
|
elif key == "dtmfSettings":
|
162
166
|
suggest = "dtmf_settings"
|
167
|
+
elif key == "loggingSettings":
|
168
|
+
suggest = "logging_settings"
|
169
|
+
elif key == "speechSettings":
|
170
|
+
suggest = "speech_settings"
|
163
171
|
|
164
172
|
if suggest:
|
165
173
|
pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
|
@@ -174,7 +182,9 @@ class CxAgentAdvancedSettings(dict):
|
|
174
182
|
|
175
183
|
def __init__(__self__, *,
|
176
184
|
audio_export_gcs_destination: Optional['outputs.CxAgentAdvancedSettingsAudioExportGcsDestination'] = None,
|
177
|
-
dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None
|
185
|
+
dtmf_settings: Optional['outputs.CxAgentAdvancedSettingsDtmfSettings'] = None,
|
186
|
+
logging_settings: Optional['outputs.CxAgentAdvancedSettingsLoggingSettings'] = None,
|
187
|
+
speech_settings: Optional['outputs.CxAgentAdvancedSettingsSpeechSettings'] = None):
|
178
188
|
"""
|
179
189
|
:param 'CxAgentAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
|
180
190
|
* Agent level
|
@@ -186,11 +196,24 @@ class CxAgentAdvancedSettings(dict):
|
|
186
196
|
* Page level
|
187
197
|
* Parameter level
|
188
198
|
Structure is documented below.
|
199
|
+
:param 'CxAgentAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
|
200
|
+
* Agent level
|
201
|
+
Structure is documented below.
|
202
|
+
:param 'CxAgentAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
|
203
|
+
* Agent level
|
204
|
+
* Flow level
|
205
|
+
* Page level
|
206
|
+
* Parameter level
|
207
|
+
Structure is documented below.
|
189
208
|
"""
|
190
209
|
if audio_export_gcs_destination is not None:
|
191
210
|
pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
|
192
211
|
if dtmf_settings is not None:
|
193
212
|
pulumi.set(__self__, "dtmf_settings", dtmf_settings)
|
213
|
+
if logging_settings is not None:
|
214
|
+
pulumi.set(__self__, "logging_settings", logging_settings)
|
215
|
+
if speech_settings is not None:
|
216
|
+
pulumi.set(__self__, "speech_settings", speech_settings)
|
194
217
|
|
195
218
|
@property
|
196
219
|
@pulumi.getter(name="audioExportGcsDestination")
|
@@ -216,6 +239,29 @@ class CxAgentAdvancedSettings(dict):
|
|
216
239
|
"""
|
217
240
|
return pulumi.get(self, "dtmf_settings")
|
218
241
|
|
242
|
+
@property
|
243
|
+
@pulumi.getter(name="loggingSettings")
|
244
|
+
def logging_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsLoggingSettings']:
|
245
|
+
"""
|
246
|
+
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
|
247
|
+
* Agent level
|
248
|
+
Structure is documented below.
|
249
|
+
"""
|
250
|
+
return pulumi.get(self, "logging_settings")
|
251
|
+
|
252
|
+
@property
|
253
|
+
@pulumi.getter(name="speechSettings")
|
254
|
+
def speech_settings(self) -> Optional['outputs.CxAgentAdvancedSettingsSpeechSettings']:
|
255
|
+
"""
|
256
|
+
Settings for speech to text detection. Exposed at the following levels:
|
257
|
+
* Agent level
|
258
|
+
* Flow level
|
259
|
+
* Page level
|
260
|
+
* Parameter level
|
261
|
+
Structure is documented below.
|
262
|
+
"""
|
263
|
+
return pulumi.get(self, "speech_settings")
|
264
|
+
|
219
265
|
|
220
266
|
@pulumi.output_type
|
221
267
|
class CxAgentAdvancedSettingsAudioExportGcsDestination(dict):
|
@@ -300,6 +346,150 @@ class CxAgentAdvancedSettingsDtmfSettings(dict):
|
|
300
346
|
return pulumi.get(self, "max_digits")
|
301
347
|
|
302
348
|
|
349
|
+
@pulumi.output_type
|
350
|
+
class CxAgentAdvancedSettingsLoggingSettings(dict):
|
351
|
+
@staticmethod
|
352
|
+
def __key_warning(key: str):
|
353
|
+
suggest = None
|
354
|
+
if key == "enableConsentBasedRedaction":
|
355
|
+
suggest = "enable_consent_based_redaction"
|
356
|
+
elif key == "enableInteractionLogging":
|
357
|
+
suggest = "enable_interaction_logging"
|
358
|
+
elif key == "enableStackdriverLogging":
|
359
|
+
suggest = "enable_stackdriver_logging"
|
360
|
+
|
361
|
+
if suggest:
|
362
|
+
pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
|
363
|
+
|
364
|
+
def __getitem__(self, key: str) -> Any:
|
365
|
+
CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
|
366
|
+
return super().__getitem__(key)
|
367
|
+
|
368
|
+
def get(self, key: str, default = None) -> Any:
|
369
|
+
CxAgentAdvancedSettingsLoggingSettings.__key_warning(key)
|
370
|
+
return super().get(key, default)
|
371
|
+
|
372
|
+
def __init__(__self__, *,
|
373
|
+
enable_consent_based_redaction: Optional[bool] = None,
|
374
|
+
enable_interaction_logging: Optional[bool] = None,
|
375
|
+
enable_stackdriver_logging: Optional[bool] = None):
|
376
|
+
"""
|
377
|
+
:param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
|
378
|
+
:param bool enable_interaction_logging: Enables DF Interaction logging.
|
379
|
+
:param bool enable_stackdriver_logging: Enables Google Cloud Logging.
|
380
|
+
"""
|
381
|
+
if enable_consent_based_redaction is not None:
|
382
|
+
pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
|
383
|
+
if enable_interaction_logging is not None:
|
384
|
+
pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
|
385
|
+
if enable_stackdriver_logging is not None:
|
386
|
+
pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
|
387
|
+
|
388
|
+
@property
|
389
|
+
@pulumi.getter(name="enableConsentBasedRedaction")
|
390
|
+
def enable_consent_based_redaction(self) -> Optional[bool]:
|
391
|
+
"""
|
392
|
+
Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
|
393
|
+
"""
|
394
|
+
return pulumi.get(self, "enable_consent_based_redaction")
|
395
|
+
|
396
|
+
@property
|
397
|
+
@pulumi.getter(name="enableInteractionLogging")
|
398
|
+
def enable_interaction_logging(self) -> Optional[bool]:
|
399
|
+
"""
|
400
|
+
Enables DF Interaction logging.
|
401
|
+
"""
|
402
|
+
return pulumi.get(self, "enable_interaction_logging")
|
403
|
+
|
404
|
+
@property
|
405
|
+
@pulumi.getter(name="enableStackdriverLogging")
|
406
|
+
def enable_stackdriver_logging(self) -> Optional[bool]:
|
407
|
+
"""
|
408
|
+
Enables Google Cloud Logging.
|
409
|
+
"""
|
410
|
+
return pulumi.get(self, "enable_stackdriver_logging")
|
411
|
+
|
412
|
+
|
413
|
+
@pulumi.output_type
|
414
|
+
class CxAgentAdvancedSettingsSpeechSettings(dict):
|
415
|
+
@staticmethod
|
416
|
+
def __key_warning(key: str):
|
417
|
+
suggest = None
|
418
|
+
if key == "endpointerSensitivity":
|
419
|
+
suggest = "endpointer_sensitivity"
|
420
|
+
elif key == "noSpeechTimeout":
|
421
|
+
suggest = "no_speech_timeout"
|
422
|
+
elif key == "useTimeoutBasedEndpointing":
|
423
|
+
suggest = "use_timeout_based_endpointing"
|
424
|
+
|
425
|
+
if suggest:
|
426
|
+
pulumi.log.warn(f"Key '{key}' not found in CxAgentAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
|
427
|
+
|
428
|
+
def __getitem__(self, key: str) -> Any:
|
429
|
+
CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
|
430
|
+
return super().__getitem__(key)
|
431
|
+
|
432
|
+
def get(self, key: str, default = None) -> Any:
|
433
|
+
CxAgentAdvancedSettingsSpeechSettings.__key_warning(key)
|
434
|
+
return super().get(key, default)
|
435
|
+
|
436
|
+
def __init__(__self__, *,
|
437
|
+
endpointer_sensitivity: Optional[int] = None,
|
438
|
+
models: Optional[Mapping[str, str]] = None,
|
439
|
+
no_speech_timeout: Optional[str] = None,
|
440
|
+
use_timeout_based_endpointing: Optional[bool] = None):
|
441
|
+
"""
|
442
|
+
:param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
|
443
|
+
:param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
|
444
|
+
An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
|
445
|
+
:param str no_speech_timeout: Timeout before detecting no speech.
|
446
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
447
|
+
:param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
448
|
+
"""
|
449
|
+
if endpointer_sensitivity is not None:
|
450
|
+
pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
|
451
|
+
if models is not None:
|
452
|
+
pulumi.set(__self__, "models", models)
|
453
|
+
if no_speech_timeout is not None:
|
454
|
+
pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
|
455
|
+
if use_timeout_based_endpointing is not None:
|
456
|
+
pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
|
457
|
+
|
458
|
+
@property
|
459
|
+
@pulumi.getter(name="endpointerSensitivity")
|
460
|
+
def endpointer_sensitivity(self) -> Optional[int]:
|
461
|
+
"""
|
462
|
+
Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
|
463
|
+
"""
|
464
|
+
return pulumi.get(self, "endpointer_sensitivity")
|
465
|
+
|
466
|
+
@property
|
467
|
+
@pulumi.getter
|
468
|
+
def models(self) -> Optional[Mapping[str, str]]:
|
469
|
+
"""
|
470
|
+
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
|
471
|
+
An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
|
472
|
+
"""
|
473
|
+
return pulumi.get(self, "models")
|
474
|
+
|
475
|
+
@property
|
476
|
+
@pulumi.getter(name="noSpeechTimeout")
|
477
|
+
def no_speech_timeout(self) -> Optional[str]:
|
478
|
+
"""
|
479
|
+
Timeout before detecting no speech.
|
480
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
481
|
+
"""
|
482
|
+
return pulumi.get(self, "no_speech_timeout")
|
483
|
+
|
484
|
+
@property
|
485
|
+
@pulumi.getter(name="useTimeoutBasedEndpointing")
|
486
|
+
def use_timeout_based_endpointing(self) -> Optional[bool]:
|
487
|
+
"""
|
488
|
+
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
489
|
+
"""
|
490
|
+
return pulumi.get(self, "use_timeout_based_endpointing")
|
491
|
+
|
492
|
+
|
303
493
|
@pulumi.output_type
|
304
494
|
class CxAgentGitIntegrationSettings(dict):
|
305
495
|
@staticmethod
|
@@ -599,6 +789,10 @@ class CxFlowAdvancedSettings(dict):
|
|
599
789
|
suggest = "audio_export_gcs_destination"
|
600
790
|
elif key == "dtmfSettings":
|
601
791
|
suggest = "dtmf_settings"
|
792
|
+
elif key == "loggingSettings":
|
793
|
+
suggest = "logging_settings"
|
794
|
+
elif key == "speechSettings":
|
795
|
+
suggest = "speech_settings"
|
602
796
|
|
603
797
|
if suggest:
|
604
798
|
pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettings. Access the value via the '{suggest}' property getter instead.")
|
@@ -613,7 +807,9 @@ class CxFlowAdvancedSettings(dict):
|
|
613
807
|
|
614
808
|
def __init__(__self__, *,
|
615
809
|
audio_export_gcs_destination: Optional['outputs.CxFlowAdvancedSettingsAudioExportGcsDestination'] = None,
|
616
|
-
dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None
|
810
|
+
dtmf_settings: Optional['outputs.CxFlowAdvancedSettingsDtmfSettings'] = None,
|
811
|
+
logging_settings: Optional['outputs.CxFlowAdvancedSettingsLoggingSettings'] = None,
|
812
|
+
speech_settings: Optional['outputs.CxFlowAdvancedSettingsSpeechSettings'] = None):
|
617
813
|
"""
|
618
814
|
:param 'CxFlowAdvancedSettingsAudioExportGcsDestinationArgs' audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
|
619
815
|
* Agent level
|
@@ -625,11 +821,24 @@ class CxFlowAdvancedSettings(dict):
|
|
625
821
|
* Page level
|
626
822
|
* Parameter level
|
627
823
|
Structure is documented below.
|
824
|
+
:param 'CxFlowAdvancedSettingsLoggingSettingsArgs' logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
|
825
|
+
* Agent level
|
826
|
+
Structure is documented below.
|
827
|
+
:param 'CxFlowAdvancedSettingsSpeechSettingsArgs' speech_settings: Settings for speech to text detection. Exposed at the following levels:
|
828
|
+
* Agent level
|
829
|
+
* Flow level
|
830
|
+
* Page level
|
831
|
+
* Parameter level
|
832
|
+
Structure is documented below.
|
628
833
|
"""
|
629
834
|
if audio_export_gcs_destination is not None:
|
630
835
|
pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
|
631
836
|
if dtmf_settings is not None:
|
632
837
|
pulumi.set(__self__, "dtmf_settings", dtmf_settings)
|
838
|
+
if logging_settings is not None:
|
839
|
+
pulumi.set(__self__, "logging_settings", logging_settings)
|
840
|
+
if speech_settings is not None:
|
841
|
+
pulumi.set(__self__, "speech_settings", speech_settings)
|
633
842
|
|
634
843
|
@property
|
635
844
|
@pulumi.getter(name="audioExportGcsDestination")
|
@@ -655,6 +864,29 @@ class CxFlowAdvancedSettings(dict):
|
|
655
864
|
"""
|
656
865
|
return pulumi.get(self, "dtmf_settings")
|
657
866
|
|
867
|
+
@property
|
868
|
+
@pulumi.getter(name="loggingSettings")
|
869
|
+
def logging_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsLoggingSettings']:
|
870
|
+
"""
|
871
|
+
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
|
872
|
+
* Agent level
|
873
|
+
Structure is documented below.
|
874
|
+
"""
|
875
|
+
return pulumi.get(self, "logging_settings")
|
876
|
+
|
877
|
+
@property
|
878
|
+
@pulumi.getter(name="speechSettings")
|
879
|
+
def speech_settings(self) -> Optional['outputs.CxFlowAdvancedSettingsSpeechSettings']:
|
880
|
+
"""
|
881
|
+
Settings for speech to text detection. Exposed at the following levels:
|
882
|
+
* Agent level
|
883
|
+
* Flow level
|
884
|
+
* Page level
|
885
|
+
* Parameter level
|
886
|
+
Structure is documented below.
|
887
|
+
"""
|
888
|
+
return pulumi.get(self, "speech_settings")
|
889
|
+
|
658
890
|
|
659
891
|
@pulumi.output_type
|
660
892
|
class CxFlowAdvancedSettingsAudioExportGcsDestination(dict):
|
@@ -739,6 +971,150 @@ class CxFlowAdvancedSettingsDtmfSettings(dict):
|
|
739
971
|
return pulumi.get(self, "max_digits")
|
740
972
|
|
741
973
|
|
974
|
+
@pulumi.output_type
|
975
|
+
class CxFlowAdvancedSettingsLoggingSettings(dict):
|
976
|
+
@staticmethod
|
977
|
+
def __key_warning(key: str):
|
978
|
+
suggest = None
|
979
|
+
if key == "enableConsentBasedRedaction":
|
980
|
+
suggest = "enable_consent_based_redaction"
|
981
|
+
elif key == "enableInteractionLogging":
|
982
|
+
suggest = "enable_interaction_logging"
|
983
|
+
elif key == "enableStackdriverLogging":
|
984
|
+
suggest = "enable_stackdriver_logging"
|
985
|
+
|
986
|
+
if suggest:
|
987
|
+
pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsLoggingSettings. Access the value via the '{suggest}' property getter instead.")
|
988
|
+
|
989
|
+
def __getitem__(self, key: str) -> Any:
|
990
|
+
CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
|
991
|
+
return super().__getitem__(key)
|
992
|
+
|
993
|
+
def get(self, key: str, default = None) -> Any:
|
994
|
+
CxFlowAdvancedSettingsLoggingSettings.__key_warning(key)
|
995
|
+
return super().get(key, default)
|
996
|
+
|
997
|
+
def __init__(__self__, *,
|
998
|
+
enable_consent_based_redaction: Optional[bool] = None,
|
999
|
+
enable_interaction_logging: Optional[bool] = None,
|
1000
|
+
enable_stackdriver_logging: Optional[bool] = None):
|
1001
|
+
"""
|
1002
|
+
:param bool enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
|
1003
|
+
:param bool enable_interaction_logging: Enables DF Interaction logging.
|
1004
|
+
:param bool enable_stackdriver_logging: Enables Google Cloud Logging.
|
1005
|
+
"""
|
1006
|
+
if enable_consent_based_redaction is not None:
|
1007
|
+
pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
|
1008
|
+
if enable_interaction_logging is not None:
|
1009
|
+
pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
|
1010
|
+
if enable_stackdriver_logging is not None:
|
1011
|
+
pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
|
1012
|
+
|
1013
|
+
@property
|
1014
|
+
@pulumi.getter(name="enableConsentBasedRedaction")
|
1015
|
+
def enable_consent_based_redaction(self) -> Optional[bool]:
|
1016
|
+
"""
|
1017
|
+
Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
|
1018
|
+
"""
|
1019
|
+
return pulumi.get(self, "enable_consent_based_redaction")
|
1020
|
+
|
1021
|
+
@property
|
1022
|
+
@pulumi.getter(name="enableInteractionLogging")
|
1023
|
+
def enable_interaction_logging(self) -> Optional[bool]:
|
1024
|
+
"""
|
1025
|
+
Enables DF Interaction logging.
|
1026
|
+
"""
|
1027
|
+
return pulumi.get(self, "enable_interaction_logging")
|
1028
|
+
|
1029
|
+
@property
|
1030
|
+
@pulumi.getter(name="enableStackdriverLogging")
|
1031
|
+
def enable_stackdriver_logging(self) -> Optional[bool]:
|
1032
|
+
"""
|
1033
|
+
Enables Google Cloud Logging.
|
1034
|
+
"""
|
1035
|
+
return pulumi.get(self, "enable_stackdriver_logging")
|
1036
|
+
|
1037
|
+
|
1038
|
+
@pulumi.output_type
|
1039
|
+
class CxFlowAdvancedSettingsSpeechSettings(dict):
|
1040
|
+
@staticmethod
|
1041
|
+
def __key_warning(key: str):
|
1042
|
+
suggest = None
|
1043
|
+
if key == "endpointerSensitivity":
|
1044
|
+
suggest = "endpointer_sensitivity"
|
1045
|
+
elif key == "noSpeechTimeout":
|
1046
|
+
suggest = "no_speech_timeout"
|
1047
|
+
elif key == "useTimeoutBasedEndpointing":
|
1048
|
+
suggest = "use_timeout_based_endpointing"
|
1049
|
+
|
1050
|
+
if suggest:
|
1051
|
+
pulumi.log.warn(f"Key '{key}' not found in CxFlowAdvancedSettingsSpeechSettings. Access the value via the '{suggest}' property getter instead.")
|
1052
|
+
|
1053
|
+
def __getitem__(self, key: str) -> Any:
|
1054
|
+
CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
|
1055
|
+
return super().__getitem__(key)
|
1056
|
+
|
1057
|
+
def get(self, key: str, default = None) -> Any:
|
1058
|
+
CxFlowAdvancedSettingsSpeechSettings.__key_warning(key)
|
1059
|
+
return super().get(key, default)
|
1060
|
+
|
1061
|
+
def __init__(__self__, *,
|
1062
|
+
endpointer_sensitivity: Optional[int] = None,
|
1063
|
+
models: Optional[Mapping[str, str]] = None,
|
1064
|
+
no_speech_timeout: Optional[str] = None,
|
1065
|
+
use_timeout_based_endpointing: Optional[bool] = None):
|
1066
|
+
"""
|
1067
|
+
:param int endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
|
1068
|
+
:param Mapping[str, str] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
|
1069
|
+
An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
|
1070
|
+
:param str no_speech_timeout: Timeout before detecting no speech.
|
1071
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
1072
|
+
:param bool use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
1073
|
+
"""
|
1074
|
+
if endpointer_sensitivity is not None:
|
1075
|
+
pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
|
1076
|
+
if models is not None:
|
1077
|
+
pulumi.set(__self__, "models", models)
|
1078
|
+
if no_speech_timeout is not None:
|
1079
|
+
pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
|
1080
|
+
if use_timeout_based_endpointing is not None:
|
1081
|
+
pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
|
1082
|
+
|
1083
|
+
@property
|
1084
|
+
@pulumi.getter(name="endpointerSensitivity")
|
1085
|
+
def endpointer_sensitivity(self) -> Optional[int]:
|
1086
|
+
"""
|
1087
|
+
Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
|
1088
|
+
"""
|
1089
|
+
return pulumi.get(self, "endpointer_sensitivity")
|
1090
|
+
|
1091
|
+
@property
|
1092
|
+
@pulumi.getter
|
1093
|
+
def models(self) -> Optional[Mapping[str, str]]:
|
1094
|
+
"""
|
1095
|
+
Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
|
1096
|
+
An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
|
1097
|
+
"""
|
1098
|
+
return pulumi.get(self, "models")
|
1099
|
+
|
1100
|
+
@property
|
1101
|
+
@pulumi.getter(name="noSpeechTimeout")
|
1102
|
+
def no_speech_timeout(self) -> Optional[str]:
|
1103
|
+
"""
|
1104
|
+
Timeout before detecting no speech.
|
1105
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
1106
|
+
"""
|
1107
|
+
return pulumi.get(self, "no_speech_timeout")
|
1108
|
+
|
1109
|
+
@property
|
1110
|
+
@pulumi.getter(name="useTimeoutBasedEndpointing")
|
1111
|
+
def use_timeout_based_endpointing(self) -> Optional[bool]:
|
1112
|
+
"""
|
1113
|
+
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
1114
|
+
"""
|
1115
|
+
return pulumi.get(self, "use_timeout_based_endpointing")
|
1116
|
+
|
1117
|
+
|
742
1118
|
@pulumi.output_type
|
743
1119
|
class CxFlowEventHandler(dict):
|
744
1120
|
@staticmethod
|
@@ -412,7 +412,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class DnsManagedZoneIamBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:dns/dnsManagedZoneIamBinding:DnsManagedZoneIamBinding editor projects/{{project}}/managedZones/{{managed_zone}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -412,7 +412,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class DnsManagedZoneIamMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:dns/dnsManagedZoneIamMember:DnsManagedZoneIamMember editor projects/{{project}}/managedZones/{{managed_zone}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -309,7 +309,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
|
310
310
|
```
|
311
311
|
|
312
|
-
-> **Custom Roles
|
312
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
313
313
|
|
314
314
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
315
315
|
|
@@ -477,7 +477,7 @@ class DnsManagedZoneIamPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:dns/dnsManagedZoneIamPolicy:DnsManagedZoneIamPolicy editor projects/{{project}}/managedZones/{{managed_zone}}
|
478
478
|
```
|
479
479
|
|
480
|
-
-> **Custom Roles
|
480
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
481
481
|
|
482
482
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
483
483
|
|
@@ -288,7 +288,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
288
288
|
$ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
|
289
289
|
```
|
290
290
|
|
291
|
-
-> **Custom Roles
|
291
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
292
292
|
|
293
293
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
294
294
|
|
@@ -362,7 +362,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
362
362
|
$ pulumi import gcp:endpoints/consumersIamBinding:ConsumersIamBinding editor services/{{service_name}}/consumers/{{consumer_project}}
|
363
363
|
```
|
364
364
|
|
365
|
-
-> **Custom Roles
|
365
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
366
366
|
|
367
367
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
368
368
|
|
@@ -288,7 +288,7 @@ class ConsumersIamMember(pulumi.CustomResource):
|
|
288
288
|
$ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
|
289
289
|
```
|
290
290
|
|
291
|
-
-> **Custom Roles
|
291
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
292
292
|
|
293
293
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
294
294
|
|
@@ -362,7 +362,7 @@ class ConsumersIamMember(pulumi.CustomResource):
|
|
362
362
|
$ pulumi import gcp:endpoints/consumersIamMember:ConsumersIamMember editor services/{{service_name}}/consumers/{{consumer_project}}
|
363
363
|
```
|
364
364
|
|
365
|
-
-> **Custom Roles
|
365
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
366
366
|
|
367
367
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
368
368
|
|
@@ -185,7 +185,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
|
|
185
185
|
$ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
|
186
186
|
```
|
187
187
|
|
188
|
-
-> **Custom Roles
|
188
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
189
189
|
|
190
190
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
191
191
|
|
@@ -247,7 +247,7 @@ class ConsumersIamPolicy(pulumi.CustomResource):
|
|
247
247
|
$ pulumi import gcp:endpoints/consumersIamPolicy:ConsumersIamPolicy editor services/{{service_name}}/consumers/{{consumer_project}}
|
248
248
|
```
|
249
249
|
|
250
|
-
-> **Custom Roles
|
250
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
251
251
|
|
252
252
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
253
253
|
|
@@ -271,7 +271,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
271
271
|
member="user:jane@example.com")
|
272
272
|
```
|
273
273
|
|
274
|
-
## > **Custom Roles
|
274
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
275
275
|
|
276
276
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
277
277
|
---
|
@@ -360,7 +360,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
360
360
|
$ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
|
361
361
|
```
|
362
362
|
|
363
|
-
-> **Custom Roles
|
363
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
364
364
|
|
365
365
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
366
366
|
|
@@ -441,7 +441,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
441
441
|
member="user:jane@example.com")
|
442
442
|
```
|
443
443
|
|
444
|
-
## > **Custom Roles
|
444
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
445
445
|
|
446
446
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
447
447
|
---
|
@@ -530,7 +530,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
530
530
|
$ pulumi import gcp:endpoints/serviceIamBinding:ServiceIamBinding editor services/{{service_name}}
|
531
531
|
```
|
532
532
|
|
533
|
-
-> **Custom Roles
|
533
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
534
534
|
|
535
535
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
536
536
|
|
@@ -271,7 +271,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
271
271
|
member="user:jane@example.com")
|
272
272
|
```
|
273
273
|
|
274
|
-
## > **Custom Roles
|
274
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
275
275
|
|
276
276
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
277
277
|
---
|
@@ -360,7 +360,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
360
360
|
$ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
|
361
361
|
```
|
362
362
|
|
363
|
-
-> **Custom Roles
|
363
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
364
364
|
|
365
365
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
366
366
|
|
@@ -441,7 +441,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
441
441
|
member="user:jane@example.com")
|
442
442
|
```
|
443
443
|
|
444
|
-
## > **Custom Roles
|
444
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
445
445
|
|
446
446
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
447
447
|
---
|
@@ -530,7 +530,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
530
530
|
$ pulumi import gcp:endpoints/serviceIamMember:ServiceIamMember editor services/{{service_name}}
|
531
531
|
```
|
532
532
|
|
533
|
-
-> **Custom Roles
|
533
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
534
534
|
|
535
535
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
536
536
|
|