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/storage/outputs.py
CHANGED
@@ -66,6 +66,16 @@ __all__ = [
|
|
66
66
|
'ControlProjectIntelligenceConfigFilterIncludedCloudStorageLocations',
|
67
67
|
'ControlProjectIntelligenceConfigTrialConfig',
|
68
68
|
'DefaultObjectAccessControlProjectTeam',
|
69
|
+
'InsightsDatasetConfigExcludeCloudStorageBuckets',
|
70
|
+
'InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket',
|
71
|
+
'InsightsDatasetConfigExcludeCloudStorageLocations',
|
72
|
+
'InsightsDatasetConfigIdentity',
|
73
|
+
'InsightsDatasetConfigIncludeCloudStorageBuckets',
|
74
|
+
'InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket',
|
75
|
+
'InsightsDatasetConfigIncludeCloudStorageLocations',
|
76
|
+
'InsightsDatasetConfigLink',
|
77
|
+
'InsightsDatasetConfigSourceFolders',
|
78
|
+
'InsightsDatasetConfigSourceProjects',
|
69
79
|
'InsightsReportConfigCsvOptions',
|
70
80
|
'InsightsReportConfigFrequencyOptions',
|
71
81
|
'InsightsReportConfigFrequencyOptionsEndDate',
|
@@ -96,6 +106,7 @@ __all__ = [
|
|
96
106
|
'TransferJobTransferSpecAwsS3DataSourceAwsAccessKey',
|
97
107
|
'TransferJobTransferSpecAzureBlobStorageDataSource',
|
98
108
|
'TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials',
|
109
|
+
'TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig',
|
99
110
|
'TransferJobTransferSpecGcsDataSink',
|
100
111
|
'TransferJobTransferSpecGcsDataSource',
|
101
112
|
'TransferJobTransferSpecHdfsDataSource',
|
@@ -148,6 +159,16 @@ __all__ = [
|
|
148
159
|
'GetControlProjectIntelligenceConfigFilterIncludedCloudStorageBucketResult',
|
149
160
|
'GetControlProjectIntelligenceConfigFilterIncludedCloudStorageLocationResult',
|
150
161
|
'GetControlProjectIntelligenceConfigTrialConfigResult',
|
162
|
+
'GetInsightsDatasetConfigExcludeCloudStorageBucketResult',
|
163
|
+
'GetInsightsDatasetConfigExcludeCloudStorageBucketCloudStorageBucketResult',
|
164
|
+
'GetInsightsDatasetConfigExcludeCloudStorageLocationResult',
|
165
|
+
'GetInsightsDatasetConfigIdentityResult',
|
166
|
+
'GetInsightsDatasetConfigIncludeCloudStorageBucketResult',
|
167
|
+
'GetInsightsDatasetConfigIncludeCloudStorageBucketCloudStorageBucketResult',
|
168
|
+
'GetInsightsDatasetConfigIncludeCloudStorageLocationResult',
|
169
|
+
'GetInsightsDatasetConfigLinkResult',
|
170
|
+
'GetInsightsDatasetConfigSourceFolderResult',
|
171
|
+
'GetInsightsDatasetConfigSourceProjectResult',
|
151
172
|
]
|
152
173
|
|
153
174
|
@pulumi.output_type
|
@@ -2579,6 +2600,369 @@ class DefaultObjectAccessControlProjectTeam(dict):
|
|
2579
2600
|
return pulumi.get(self, "team")
|
2580
2601
|
|
2581
2602
|
|
2603
|
+
@pulumi.output_type
|
2604
|
+
class InsightsDatasetConfigExcludeCloudStorageBuckets(dict):
|
2605
|
+
@staticmethod
|
2606
|
+
def __key_warning(key: str):
|
2607
|
+
suggest = None
|
2608
|
+
if key == "cloudStorageBuckets":
|
2609
|
+
suggest = "cloud_storage_buckets"
|
2610
|
+
|
2611
|
+
if suggest:
|
2612
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigExcludeCloudStorageBuckets. Access the value via the '{suggest}' property getter instead.")
|
2613
|
+
|
2614
|
+
def __getitem__(self, key: str) -> Any:
|
2615
|
+
InsightsDatasetConfigExcludeCloudStorageBuckets.__key_warning(key)
|
2616
|
+
return super().__getitem__(key)
|
2617
|
+
|
2618
|
+
def get(self, key: str, default = None) -> Any:
|
2619
|
+
InsightsDatasetConfigExcludeCloudStorageBuckets.__key_warning(key)
|
2620
|
+
return super().get(key, default)
|
2621
|
+
|
2622
|
+
def __init__(__self__, *,
|
2623
|
+
cloud_storage_buckets: Sequence['outputs.InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket']):
|
2624
|
+
"""
|
2625
|
+
:param Sequence['InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucketArgs'] cloud_storage_buckets: The list of cloud storage buckets/bucket prefix regexes to exclude in the DatasetConfig.
|
2626
|
+
Structure is documented below.
|
2627
|
+
"""
|
2628
|
+
pulumi.set(__self__, "cloud_storage_buckets", cloud_storage_buckets)
|
2629
|
+
|
2630
|
+
@_builtins.property
|
2631
|
+
@pulumi.getter(name="cloudStorageBuckets")
|
2632
|
+
def cloud_storage_buckets(self) -> Sequence['outputs.InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket']:
|
2633
|
+
"""
|
2634
|
+
The list of cloud storage buckets/bucket prefix regexes to exclude in the DatasetConfig.
|
2635
|
+
Structure is documented below.
|
2636
|
+
"""
|
2637
|
+
return pulumi.get(self, "cloud_storage_buckets")
|
2638
|
+
|
2639
|
+
|
2640
|
+
@pulumi.output_type
|
2641
|
+
class InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket(dict):
|
2642
|
+
@staticmethod
|
2643
|
+
def __key_warning(key: str):
|
2644
|
+
suggest = None
|
2645
|
+
if key == "bucketName":
|
2646
|
+
suggest = "bucket_name"
|
2647
|
+
elif key == "bucketPrefixRegex":
|
2648
|
+
suggest = "bucket_prefix_regex"
|
2649
|
+
|
2650
|
+
if suggest:
|
2651
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket. Access the value via the '{suggest}' property getter instead.")
|
2652
|
+
|
2653
|
+
def __getitem__(self, key: str) -> Any:
|
2654
|
+
InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket.__key_warning(key)
|
2655
|
+
return super().__getitem__(key)
|
2656
|
+
|
2657
|
+
def get(self, key: str, default = None) -> Any:
|
2658
|
+
InsightsDatasetConfigExcludeCloudStorageBucketsCloudStorageBucket.__key_warning(key)
|
2659
|
+
return super().get(key, default)
|
2660
|
+
|
2661
|
+
def __init__(__self__, *,
|
2662
|
+
bucket_name: Optional[_builtins.str] = None,
|
2663
|
+
bucket_prefix_regex: Optional[_builtins.str] = None):
|
2664
|
+
"""
|
2665
|
+
:param _builtins.str bucket_name: The list of cloud storage bucket names to exclude in the DatasetConfig.
|
2666
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2667
|
+
:param _builtins.str bucket_prefix_regex: The list of regex patterns for bucket names matching the regex.
|
2668
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
2669
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2670
|
+
"""
|
2671
|
+
if bucket_name is not None:
|
2672
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
2673
|
+
if bucket_prefix_regex is not None:
|
2674
|
+
pulumi.set(__self__, "bucket_prefix_regex", bucket_prefix_regex)
|
2675
|
+
|
2676
|
+
@_builtins.property
|
2677
|
+
@pulumi.getter(name="bucketName")
|
2678
|
+
def bucket_name(self) -> Optional[_builtins.str]:
|
2679
|
+
"""
|
2680
|
+
The list of cloud storage bucket names to exclude in the DatasetConfig.
|
2681
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2682
|
+
"""
|
2683
|
+
return pulumi.get(self, "bucket_name")
|
2684
|
+
|
2685
|
+
@_builtins.property
|
2686
|
+
@pulumi.getter(name="bucketPrefixRegex")
|
2687
|
+
def bucket_prefix_regex(self) -> Optional[_builtins.str]:
|
2688
|
+
"""
|
2689
|
+
The list of regex patterns for bucket names matching the regex.
|
2690
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
2691
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2692
|
+
"""
|
2693
|
+
return pulumi.get(self, "bucket_prefix_regex")
|
2694
|
+
|
2695
|
+
|
2696
|
+
@pulumi.output_type
|
2697
|
+
class InsightsDatasetConfigExcludeCloudStorageLocations(dict):
|
2698
|
+
def __init__(__self__, *,
|
2699
|
+
locations: Sequence[_builtins.str]):
|
2700
|
+
"""
|
2701
|
+
:param Sequence[_builtins.str] locations: The list of cloud storage locations to exclude in the DatasetConfig.
|
2702
|
+
"""
|
2703
|
+
pulumi.set(__self__, "locations", locations)
|
2704
|
+
|
2705
|
+
@_builtins.property
|
2706
|
+
@pulumi.getter
|
2707
|
+
def locations(self) -> Sequence[_builtins.str]:
|
2708
|
+
"""
|
2709
|
+
The list of cloud storage locations to exclude in the DatasetConfig.
|
2710
|
+
"""
|
2711
|
+
return pulumi.get(self, "locations")
|
2712
|
+
|
2713
|
+
|
2714
|
+
@pulumi.output_type
|
2715
|
+
class InsightsDatasetConfigIdentity(dict):
|
2716
|
+
def __init__(__self__, *,
|
2717
|
+
type: _builtins.str,
|
2718
|
+
name: Optional[_builtins.str] = None):
|
2719
|
+
"""
|
2720
|
+
:param _builtins.str type: Type of identity to use for the DatasetConfig.
|
2721
|
+
Possible values are: `IDENTITY_TYPE_PER_CONFIG`, `IDENTITY_TYPE_PER_PROJECT`.
|
2722
|
+
:param _builtins.str name: (Output)
|
2723
|
+
Name of the identity.
|
2724
|
+
"""
|
2725
|
+
pulumi.set(__self__, "type", type)
|
2726
|
+
if name is not None:
|
2727
|
+
pulumi.set(__self__, "name", name)
|
2728
|
+
|
2729
|
+
@_builtins.property
|
2730
|
+
@pulumi.getter
|
2731
|
+
def type(self) -> _builtins.str:
|
2732
|
+
"""
|
2733
|
+
Type of identity to use for the DatasetConfig.
|
2734
|
+
Possible values are: `IDENTITY_TYPE_PER_CONFIG`, `IDENTITY_TYPE_PER_PROJECT`.
|
2735
|
+
"""
|
2736
|
+
return pulumi.get(self, "type")
|
2737
|
+
|
2738
|
+
@_builtins.property
|
2739
|
+
@pulumi.getter
|
2740
|
+
def name(self) -> Optional[_builtins.str]:
|
2741
|
+
"""
|
2742
|
+
(Output)
|
2743
|
+
Name of the identity.
|
2744
|
+
"""
|
2745
|
+
return pulumi.get(self, "name")
|
2746
|
+
|
2747
|
+
|
2748
|
+
@pulumi.output_type
|
2749
|
+
class InsightsDatasetConfigIncludeCloudStorageBuckets(dict):
|
2750
|
+
@staticmethod
|
2751
|
+
def __key_warning(key: str):
|
2752
|
+
suggest = None
|
2753
|
+
if key == "cloudStorageBuckets":
|
2754
|
+
suggest = "cloud_storage_buckets"
|
2755
|
+
|
2756
|
+
if suggest:
|
2757
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigIncludeCloudStorageBuckets. Access the value via the '{suggest}' property getter instead.")
|
2758
|
+
|
2759
|
+
def __getitem__(self, key: str) -> Any:
|
2760
|
+
InsightsDatasetConfigIncludeCloudStorageBuckets.__key_warning(key)
|
2761
|
+
return super().__getitem__(key)
|
2762
|
+
|
2763
|
+
def get(self, key: str, default = None) -> Any:
|
2764
|
+
InsightsDatasetConfigIncludeCloudStorageBuckets.__key_warning(key)
|
2765
|
+
return super().get(key, default)
|
2766
|
+
|
2767
|
+
def __init__(__self__, *,
|
2768
|
+
cloud_storage_buckets: Sequence['outputs.InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket']):
|
2769
|
+
"""
|
2770
|
+
:param Sequence['InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucketArgs'] cloud_storage_buckets: The list of cloud storage buckets/bucket prefix regexes to include in the DatasetConfig.
|
2771
|
+
Structure is documented below.
|
2772
|
+
"""
|
2773
|
+
pulumi.set(__self__, "cloud_storage_buckets", cloud_storage_buckets)
|
2774
|
+
|
2775
|
+
@_builtins.property
|
2776
|
+
@pulumi.getter(name="cloudStorageBuckets")
|
2777
|
+
def cloud_storage_buckets(self) -> Sequence['outputs.InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket']:
|
2778
|
+
"""
|
2779
|
+
The list of cloud storage buckets/bucket prefix regexes to include in the DatasetConfig.
|
2780
|
+
Structure is documented below.
|
2781
|
+
"""
|
2782
|
+
return pulumi.get(self, "cloud_storage_buckets")
|
2783
|
+
|
2784
|
+
|
2785
|
+
@pulumi.output_type
|
2786
|
+
class InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket(dict):
|
2787
|
+
@staticmethod
|
2788
|
+
def __key_warning(key: str):
|
2789
|
+
suggest = None
|
2790
|
+
if key == "bucketName":
|
2791
|
+
suggest = "bucket_name"
|
2792
|
+
elif key == "bucketPrefixRegex":
|
2793
|
+
suggest = "bucket_prefix_regex"
|
2794
|
+
|
2795
|
+
if suggest:
|
2796
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket. Access the value via the '{suggest}' property getter instead.")
|
2797
|
+
|
2798
|
+
def __getitem__(self, key: str) -> Any:
|
2799
|
+
InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket.__key_warning(key)
|
2800
|
+
return super().__getitem__(key)
|
2801
|
+
|
2802
|
+
def get(self, key: str, default = None) -> Any:
|
2803
|
+
InsightsDatasetConfigIncludeCloudStorageBucketsCloudStorageBucket.__key_warning(key)
|
2804
|
+
return super().get(key, default)
|
2805
|
+
|
2806
|
+
def __init__(__self__, *,
|
2807
|
+
bucket_name: Optional[_builtins.str] = None,
|
2808
|
+
bucket_prefix_regex: Optional[_builtins.str] = None):
|
2809
|
+
"""
|
2810
|
+
:param _builtins.str bucket_name: The list of cloud storage bucket names to exclude in the DatasetConfig.
|
2811
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2812
|
+
:param _builtins.str bucket_prefix_regex: The list of regex patterns for bucket names matching the regex.
|
2813
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
2814
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2815
|
+
"""
|
2816
|
+
if bucket_name is not None:
|
2817
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
2818
|
+
if bucket_prefix_regex is not None:
|
2819
|
+
pulumi.set(__self__, "bucket_prefix_regex", bucket_prefix_regex)
|
2820
|
+
|
2821
|
+
@_builtins.property
|
2822
|
+
@pulumi.getter(name="bucketName")
|
2823
|
+
def bucket_name(self) -> Optional[_builtins.str]:
|
2824
|
+
"""
|
2825
|
+
The list of cloud storage bucket names to exclude in the DatasetConfig.
|
2826
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2827
|
+
"""
|
2828
|
+
return pulumi.get(self, "bucket_name")
|
2829
|
+
|
2830
|
+
@_builtins.property
|
2831
|
+
@pulumi.getter(name="bucketPrefixRegex")
|
2832
|
+
def bucket_prefix_regex(self) -> Optional[_builtins.str]:
|
2833
|
+
"""
|
2834
|
+
The list of regex patterns for bucket names matching the regex.
|
2835
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
2836
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
2837
|
+
"""
|
2838
|
+
return pulumi.get(self, "bucket_prefix_regex")
|
2839
|
+
|
2840
|
+
|
2841
|
+
@pulumi.output_type
|
2842
|
+
class InsightsDatasetConfigIncludeCloudStorageLocations(dict):
|
2843
|
+
def __init__(__self__, *,
|
2844
|
+
locations: Sequence[_builtins.str]):
|
2845
|
+
"""
|
2846
|
+
:param Sequence[_builtins.str] locations: The list of cloud storage locations to include in the DatasetConfig.
|
2847
|
+
"""
|
2848
|
+
pulumi.set(__self__, "locations", locations)
|
2849
|
+
|
2850
|
+
@_builtins.property
|
2851
|
+
@pulumi.getter
|
2852
|
+
def locations(self) -> Sequence[_builtins.str]:
|
2853
|
+
"""
|
2854
|
+
The list of cloud storage locations to include in the DatasetConfig.
|
2855
|
+
"""
|
2856
|
+
return pulumi.get(self, "locations")
|
2857
|
+
|
2858
|
+
|
2859
|
+
@pulumi.output_type
|
2860
|
+
class InsightsDatasetConfigLink(dict):
|
2861
|
+
def __init__(__self__, *,
|
2862
|
+
dataset: Optional[_builtins.str] = None,
|
2863
|
+
linked: Optional[_builtins.bool] = None):
|
2864
|
+
"""
|
2865
|
+
:param _builtins.str dataset: (Output)
|
2866
|
+
Dataset name for the linked DatasetConfig.
|
2867
|
+
:param _builtins.bool linked: (Output)
|
2868
|
+
State of the linked DatasetConfig.
|
2869
|
+
"""
|
2870
|
+
if dataset is not None:
|
2871
|
+
pulumi.set(__self__, "dataset", dataset)
|
2872
|
+
if linked is not None:
|
2873
|
+
pulumi.set(__self__, "linked", linked)
|
2874
|
+
|
2875
|
+
@_builtins.property
|
2876
|
+
@pulumi.getter
|
2877
|
+
def dataset(self) -> Optional[_builtins.str]:
|
2878
|
+
"""
|
2879
|
+
(Output)
|
2880
|
+
Dataset name for the linked DatasetConfig.
|
2881
|
+
"""
|
2882
|
+
return pulumi.get(self, "dataset")
|
2883
|
+
|
2884
|
+
@_builtins.property
|
2885
|
+
@pulumi.getter
|
2886
|
+
def linked(self) -> Optional[_builtins.bool]:
|
2887
|
+
"""
|
2888
|
+
(Output)
|
2889
|
+
State of the linked DatasetConfig.
|
2890
|
+
"""
|
2891
|
+
return pulumi.get(self, "linked")
|
2892
|
+
|
2893
|
+
|
2894
|
+
@pulumi.output_type
|
2895
|
+
class InsightsDatasetConfigSourceFolders(dict):
|
2896
|
+
@staticmethod
|
2897
|
+
def __key_warning(key: str):
|
2898
|
+
suggest = None
|
2899
|
+
if key == "folderNumbers":
|
2900
|
+
suggest = "folder_numbers"
|
2901
|
+
|
2902
|
+
if suggest:
|
2903
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigSourceFolders. Access the value via the '{suggest}' property getter instead.")
|
2904
|
+
|
2905
|
+
def __getitem__(self, key: str) -> Any:
|
2906
|
+
InsightsDatasetConfigSourceFolders.__key_warning(key)
|
2907
|
+
return super().__getitem__(key)
|
2908
|
+
|
2909
|
+
def get(self, key: str, default = None) -> Any:
|
2910
|
+
InsightsDatasetConfigSourceFolders.__key_warning(key)
|
2911
|
+
return super().get(key, default)
|
2912
|
+
|
2913
|
+
def __init__(__self__, *,
|
2914
|
+
folder_numbers: Optional[Sequence[_builtins.str]] = None):
|
2915
|
+
"""
|
2916
|
+
:param Sequence[_builtins.str] folder_numbers: The list of folder numbers to include in the DatasetConfig.
|
2917
|
+
"""
|
2918
|
+
if folder_numbers is not None:
|
2919
|
+
pulumi.set(__self__, "folder_numbers", folder_numbers)
|
2920
|
+
|
2921
|
+
@_builtins.property
|
2922
|
+
@pulumi.getter(name="folderNumbers")
|
2923
|
+
def folder_numbers(self) -> Optional[Sequence[_builtins.str]]:
|
2924
|
+
"""
|
2925
|
+
The list of folder numbers to include in the DatasetConfig.
|
2926
|
+
"""
|
2927
|
+
return pulumi.get(self, "folder_numbers")
|
2928
|
+
|
2929
|
+
|
2930
|
+
@pulumi.output_type
|
2931
|
+
class InsightsDatasetConfigSourceProjects(dict):
|
2932
|
+
@staticmethod
|
2933
|
+
def __key_warning(key: str):
|
2934
|
+
suggest = None
|
2935
|
+
if key == "projectNumbers":
|
2936
|
+
suggest = "project_numbers"
|
2937
|
+
|
2938
|
+
if suggest:
|
2939
|
+
pulumi.log.warn(f"Key '{key}' not found in InsightsDatasetConfigSourceProjects. Access the value via the '{suggest}' property getter instead.")
|
2940
|
+
|
2941
|
+
def __getitem__(self, key: str) -> Any:
|
2942
|
+
InsightsDatasetConfigSourceProjects.__key_warning(key)
|
2943
|
+
return super().__getitem__(key)
|
2944
|
+
|
2945
|
+
def get(self, key: str, default = None) -> Any:
|
2946
|
+
InsightsDatasetConfigSourceProjects.__key_warning(key)
|
2947
|
+
return super().get(key, default)
|
2948
|
+
|
2949
|
+
def __init__(__self__, *,
|
2950
|
+
project_numbers: Optional[Sequence[_builtins.str]] = None):
|
2951
|
+
"""
|
2952
|
+
:param Sequence[_builtins.str] project_numbers: The list of project numbers to include in the DatasetConfig.
|
2953
|
+
"""
|
2954
|
+
if project_numbers is not None:
|
2955
|
+
pulumi.set(__self__, "project_numbers", project_numbers)
|
2956
|
+
|
2957
|
+
@_builtins.property
|
2958
|
+
@pulumi.getter(name="projectNumbers")
|
2959
|
+
def project_numbers(self) -> Optional[Sequence[_builtins.str]]:
|
2960
|
+
"""
|
2961
|
+
The list of project numbers to include in the DatasetConfig.
|
2962
|
+
"""
|
2963
|
+
return pulumi.get(self, "project_numbers")
|
2964
|
+
|
2965
|
+
|
2582
2966
|
@pulumi.output_type
|
2583
2967
|
class InsightsReportConfigCsvOptions(dict):
|
2584
2968
|
@staticmethod
|
@@ -4187,6 +4571,8 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
|
|
4187
4571
|
suggest = "bucket_name"
|
4188
4572
|
elif key == "awsAccessKey":
|
4189
4573
|
suggest = "aws_access_key"
|
4574
|
+
elif key == "cloudfrontDomain":
|
4575
|
+
suggest = "cloudfront_domain"
|
4190
4576
|
elif key == "managedPrivateNetwork":
|
4191
4577
|
suggest = "managed_private_network"
|
4192
4578
|
elif key == "roleArn":
|
@@ -4206,12 +4592,14 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
|
|
4206
4592
|
def __init__(__self__, *,
|
4207
4593
|
bucket_name: _builtins.str,
|
4208
4594
|
aws_access_key: Optional['outputs.TransferJobTransferSpecAwsS3DataSourceAwsAccessKey'] = None,
|
4595
|
+
cloudfront_domain: Optional[_builtins.str] = None,
|
4209
4596
|
managed_private_network: Optional[_builtins.bool] = None,
|
4210
4597
|
path: Optional[_builtins.str] = None,
|
4211
4598
|
role_arn: Optional[_builtins.str] = None):
|
4212
4599
|
"""
|
4213
4600
|
:param _builtins.str bucket_name: S3 Bucket name.
|
4214
4601
|
:param 'TransferJobTransferSpecAwsS3DataSourceAwsAccessKeyArgs' aws_access_key: AWS credentials block.
|
4602
|
+
:param _builtins.str cloudfront_domain: The CloudFront distribution domain name pointing to this bucket, to use when fetching. See [Transfer from S3 via CloudFront](https://cloud.google.com/storage-transfer/docs/s3-cloudfront) for more information. Format: https://{id}.cloudfront.net or any valid custom domain. Must begin with https://.
|
4215
4603
|
:param _builtins.bool managed_private_network: Egress bytes over a Google-managed private network. This network is shared between other users of Storage Transfer Service.
|
4216
4604
|
:param _builtins.str path: S3 Bucket path in bucket to transfer.
|
4217
4605
|
:param _builtins.str role_arn: The Amazon Resource Name (ARN) of the role to support temporary credentials via 'AssumeRoleWithWebIdentity'. For more information about ARNs, see [IAM ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-arns). When a role ARN is provided, Transfer Service fetches temporary credentials for the session using a 'AssumeRoleWithWebIdentity' call for the provided role using the [GoogleServiceAccount][] for this project.
|
@@ -4219,6 +4607,8 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
|
|
4219
4607
|
pulumi.set(__self__, "bucket_name", bucket_name)
|
4220
4608
|
if aws_access_key is not None:
|
4221
4609
|
pulumi.set(__self__, "aws_access_key", aws_access_key)
|
4610
|
+
if cloudfront_domain is not None:
|
4611
|
+
pulumi.set(__self__, "cloudfront_domain", cloudfront_domain)
|
4222
4612
|
if managed_private_network is not None:
|
4223
4613
|
pulumi.set(__self__, "managed_private_network", managed_private_network)
|
4224
4614
|
if path is not None:
|
@@ -4242,6 +4632,14 @@ class TransferJobTransferSpecAwsS3DataSource(dict):
|
|
4242
4632
|
"""
|
4243
4633
|
return pulumi.get(self, "aws_access_key")
|
4244
4634
|
|
4635
|
+
@_builtins.property
|
4636
|
+
@pulumi.getter(name="cloudfrontDomain")
|
4637
|
+
def cloudfront_domain(self) -> Optional[_builtins.str]:
|
4638
|
+
"""
|
4639
|
+
The CloudFront distribution domain name pointing to this bucket, to use when fetching. See [Transfer from S3 via CloudFront](https://cloud.google.com/storage-transfer/docs/s3-cloudfront) for more information. Format: https://{id}.cloudfront.net or any valid custom domain. Must begin with https://.
|
4640
|
+
"""
|
4641
|
+
return pulumi.get(self, "cloudfront_domain")
|
4642
|
+
|
4245
4643
|
@_builtins.property
|
4246
4644
|
@pulumi.getter(name="managedPrivateNetwork")
|
4247
4645
|
def managed_private_network(self) -> Optional[_builtins.bool]:
|
@@ -4326,6 +4724,8 @@ class TransferJobTransferSpecAzureBlobStorageDataSource(dict):
|
|
4326
4724
|
suggest = "azure_credentials"
|
4327
4725
|
elif key == "credentialsSecret":
|
4328
4726
|
suggest = "credentials_secret"
|
4727
|
+
elif key == "federatedIdentityConfig":
|
4728
|
+
suggest = "federated_identity_config"
|
4329
4729
|
|
4330
4730
|
if suggest:
|
4331
4731
|
pulumi.log.warn(f"Key '{key}' not found in TransferJobTransferSpecAzureBlobStorageDataSource. Access the value via the '{suggest}' property getter instead.")
|
@@ -4343,12 +4743,14 @@ class TransferJobTransferSpecAzureBlobStorageDataSource(dict):
|
|
4343
4743
|
storage_account: _builtins.str,
|
4344
4744
|
azure_credentials: Optional['outputs.TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials'] = None,
|
4345
4745
|
credentials_secret: Optional[_builtins.str] = None,
|
4746
|
+
federated_identity_config: Optional['outputs.TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig'] = None,
|
4346
4747
|
path: Optional[_builtins.str] = None):
|
4347
4748
|
"""
|
4348
4749
|
:param _builtins.str container: The container to transfer from the Azure Storage account.`
|
4349
4750
|
:param _builtins.str storage_account: The name of the Azure Storage account.
|
4350
|
-
:param 'TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsArgs' azure_credentials: Credentials used to authenticate API requests to Azure block.
|
4351
|
-
:param _builtins.str credentials_secret: Full Resource name of a secret in Secret Manager containing [SAS Credentials in JSON form](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/TransferSpec#azureblobstoragedata:~:text=begin%20with%20a%20%27/%27.-,credentialsSecret,-string). Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
|
4751
|
+
:param 'TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsArgs' azure_credentials: ) Credentials used to authenticate API requests to Azure block.
|
4752
|
+
:param _builtins.str credentials_secret: ) Full Resource name of a secret in Secret Manager containing [SAS Credentials in JSON form](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/TransferSpec#azureblobstoragedata:~:text=begin%20with%20a%20%27/%27.-,credentialsSecret,-string). Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
|
4753
|
+
:param 'TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfigArgs' federated_identity_config: Federated identity config of a user registered Azure application. Structure documented below.
|
4352
4754
|
:param _builtins.str path: Root path to transfer objects. Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.
|
4353
4755
|
"""
|
4354
4756
|
pulumi.set(__self__, "container", container)
|
@@ -4357,6 +4759,8 @@ class TransferJobTransferSpecAzureBlobStorageDataSource(dict):
|
|
4357
4759
|
pulumi.set(__self__, "azure_credentials", azure_credentials)
|
4358
4760
|
if credentials_secret is not None:
|
4359
4761
|
pulumi.set(__self__, "credentials_secret", credentials_secret)
|
4762
|
+
if federated_identity_config is not None:
|
4763
|
+
pulumi.set(__self__, "federated_identity_config", federated_identity_config)
|
4360
4764
|
if path is not None:
|
4361
4765
|
pulumi.set(__self__, "path", path)
|
4362
4766
|
|
@@ -4380,7 +4784,7 @@ class TransferJobTransferSpecAzureBlobStorageDataSource(dict):
|
|
4380
4784
|
@pulumi.getter(name="azureCredentials")
|
4381
4785
|
def azure_credentials(self) -> Optional['outputs.TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials']:
|
4382
4786
|
"""
|
4383
|
-
Credentials used to authenticate API requests to Azure block.
|
4787
|
+
) Credentials used to authenticate API requests to Azure block.
|
4384
4788
|
"""
|
4385
4789
|
return pulumi.get(self, "azure_credentials")
|
4386
4790
|
|
@@ -4388,10 +4792,18 @@ class TransferJobTransferSpecAzureBlobStorageDataSource(dict):
|
|
4388
4792
|
@pulumi.getter(name="credentialsSecret")
|
4389
4793
|
def credentials_secret(self) -> Optional[_builtins.str]:
|
4390
4794
|
"""
|
4391
|
-
Full Resource name of a secret in Secret Manager containing [SAS Credentials in JSON form](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/TransferSpec#azureblobstoragedata:~:text=begin%20with%20a%20%27/%27.-,credentialsSecret,-string). Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
|
4795
|
+
) Full Resource name of a secret in Secret Manager containing [SAS Credentials in JSON form](https://cloud.google.com/storage-transfer/docs/reference/rest/v1/TransferSpec#azureblobstoragedata:~:text=begin%20with%20a%20%27/%27.-,credentialsSecret,-string). Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
|
4392
4796
|
"""
|
4393
4797
|
return pulumi.get(self, "credentials_secret")
|
4394
4798
|
|
4799
|
+
@_builtins.property
|
4800
|
+
@pulumi.getter(name="federatedIdentityConfig")
|
4801
|
+
def federated_identity_config(self) -> Optional['outputs.TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig']:
|
4802
|
+
"""
|
4803
|
+
Federated identity config of a user registered Azure application. Structure documented below.
|
4804
|
+
"""
|
4805
|
+
return pulumi.get(self, "federated_identity_config")
|
4806
|
+
|
4395
4807
|
@_builtins.property
|
4396
4808
|
@pulumi.getter
|
4397
4809
|
def path(self) -> Optional[_builtins.str]:
|
@@ -4424,8 +4836,6 @@ class TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials(dict):
|
|
4424
4836
|
sas_token: _builtins.str):
|
4425
4837
|
"""
|
4426
4838
|
:param _builtins.str sas_token: Azure shared access signature. See [Grant limited access to Azure Storage resources using shared access signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview).
|
4427
|
-
|
4428
|
-
<a name="nested_schedule_start_end_date"></a>The `schedule_start_date` and `schedule_end_date` blocks support:
|
4429
4839
|
"""
|
4430
4840
|
pulumi.set(__self__, "sas_token", sas_token)
|
4431
4841
|
|
@@ -4434,10 +4844,60 @@ class TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentials(dict):
|
|
4434
4844
|
def sas_token(self) -> _builtins.str:
|
4435
4845
|
"""
|
4436
4846
|
Azure shared access signature. See [Grant limited access to Azure Storage resources using shared access signatures (SAS)](https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview).
|
4847
|
+
"""
|
4848
|
+
return pulumi.get(self, "sas_token")
|
4849
|
+
|
4850
|
+
|
4851
|
+
@pulumi.output_type
|
4852
|
+
class TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig(dict):
|
4853
|
+
@staticmethod
|
4854
|
+
def __key_warning(key: str):
|
4855
|
+
suggest = None
|
4856
|
+
if key == "clientId":
|
4857
|
+
suggest = "client_id"
|
4858
|
+
elif key == "tenantId":
|
4859
|
+
suggest = "tenant_id"
|
4860
|
+
|
4861
|
+
if suggest:
|
4862
|
+
pulumi.log.warn(f"Key '{key}' not found in TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig. Access the value via the '{suggest}' property getter instead.")
|
4863
|
+
|
4864
|
+
def __getitem__(self, key: str) -> Any:
|
4865
|
+
TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig.__key_warning(key)
|
4866
|
+
return super().__getitem__(key)
|
4867
|
+
|
4868
|
+
def get(self, key: str, default = None) -> Any:
|
4869
|
+
TransferJobTransferSpecAzureBlobStorageDataSourceFederatedIdentityConfig.__key_warning(key)
|
4870
|
+
return super().get(key, default)
|
4871
|
+
|
4872
|
+
def __init__(__self__, *,
|
4873
|
+
client_id: _builtins.str,
|
4874
|
+
tenant_id: _builtins.str):
|
4875
|
+
"""
|
4876
|
+
:param _builtins.str client_id: The client (application) ID of the application with federated credentials.
|
4877
|
+
:param _builtins.str tenant_id: The client (directory) ID of the application with federated credentials.
|
4878
|
+
|
4879
|
+
<a name="nested_schedule_start_end_date"></a>The `schedule_start_date` and `schedule_end_date` blocks support:
|
4880
|
+
"""
|
4881
|
+
pulumi.set(__self__, "client_id", client_id)
|
4882
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
4883
|
+
|
4884
|
+
@_builtins.property
|
4885
|
+
@pulumi.getter(name="clientId")
|
4886
|
+
def client_id(self) -> _builtins.str:
|
4887
|
+
"""
|
4888
|
+
The client (application) ID of the application with federated credentials.
|
4889
|
+
"""
|
4890
|
+
return pulumi.get(self, "client_id")
|
4891
|
+
|
4892
|
+
@_builtins.property
|
4893
|
+
@pulumi.getter(name="tenantId")
|
4894
|
+
def tenant_id(self) -> _builtins.str:
|
4895
|
+
"""
|
4896
|
+
The client (directory) ID of the application with federated credentials.
|
4437
4897
|
|
4438
4898
|
<a name="nested_schedule_start_end_date"></a>The `schedule_start_date` and `schedule_end_date` blocks support:
|
4439
4899
|
"""
|
4440
|
-
return pulumi.get(self, "
|
4900
|
+
return pulumi.get(self, "tenant_id")
|
4441
4901
|
|
4442
4902
|
|
4443
4903
|
@pulumi.output_type
|
@@ -6354,3 +6814,239 @@ class GetControlProjectIntelligenceConfigTrialConfigResult(dict):
|
|
6354
6814
|
return pulumi.get(self, "expire_time")
|
6355
6815
|
|
6356
6816
|
|
6817
|
+
@pulumi.output_type
|
6818
|
+
class GetInsightsDatasetConfigExcludeCloudStorageBucketResult(dict):
|
6819
|
+
def __init__(__self__, *,
|
6820
|
+
cloud_storage_buckets: Sequence['outputs.GetInsightsDatasetConfigExcludeCloudStorageBucketCloudStorageBucketResult']):
|
6821
|
+
"""
|
6822
|
+
:param Sequence['GetInsightsDatasetConfigExcludeCloudStorageBucketCloudStorageBucketArgs'] cloud_storage_buckets: The list of cloud storage buckets/bucket prefix regexes to exclude in the DatasetConfig.
|
6823
|
+
"""
|
6824
|
+
pulumi.set(__self__, "cloud_storage_buckets", cloud_storage_buckets)
|
6825
|
+
|
6826
|
+
@_builtins.property
|
6827
|
+
@pulumi.getter(name="cloudStorageBuckets")
|
6828
|
+
def cloud_storage_buckets(self) -> Sequence['outputs.GetInsightsDatasetConfigExcludeCloudStorageBucketCloudStorageBucketResult']:
|
6829
|
+
"""
|
6830
|
+
The list of cloud storage buckets/bucket prefix regexes to exclude in the DatasetConfig.
|
6831
|
+
"""
|
6832
|
+
return pulumi.get(self, "cloud_storage_buckets")
|
6833
|
+
|
6834
|
+
|
6835
|
+
@pulumi.output_type
|
6836
|
+
class GetInsightsDatasetConfigExcludeCloudStorageBucketCloudStorageBucketResult(dict):
|
6837
|
+
def __init__(__self__, *,
|
6838
|
+
bucket_name: _builtins.str,
|
6839
|
+
bucket_prefix_regex: _builtins.str):
|
6840
|
+
"""
|
6841
|
+
:param _builtins.str bucket_name: The list of cloud storage bucket names to exclude in the DatasetConfig.
|
6842
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6843
|
+
:param _builtins.str bucket_prefix_regex: The list of regex patterns for bucket names matching the regex.
|
6844
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
6845
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6846
|
+
"""
|
6847
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
6848
|
+
pulumi.set(__self__, "bucket_prefix_regex", bucket_prefix_regex)
|
6849
|
+
|
6850
|
+
@_builtins.property
|
6851
|
+
@pulumi.getter(name="bucketName")
|
6852
|
+
def bucket_name(self) -> _builtins.str:
|
6853
|
+
"""
|
6854
|
+
The list of cloud storage bucket names to exclude in the DatasetConfig.
|
6855
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6856
|
+
"""
|
6857
|
+
return pulumi.get(self, "bucket_name")
|
6858
|
+
|
6859
|
+
@_builtins.property
|
6860
|
+
@pulumi.getter(name="bucketPrefixRegex")
|
6861
|
+
def bucket_prefix_regex(self) -> _builtins.str:
|
6862
|
+
"""
|
6863
|
+
The list of regex patterns for bucket names matching the regex.
|
6864
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
6865
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6866
|
+
"""
|
6867
|
+
return pulumi.get(self, "bucket_prefix_regex")
|
6868
|
+
|
6869
|
+
|
6870
|
+
@pulumi.output_type
|
6871
|
+
class GetInsightsDatasetConfigExcludeCloudStorageLocationResult(dict):
|
6872
|
+
def __init__(__self__, *,
|
6873
|
+
locations: Sequence[_builtins.str]):
|
6874
|
+
"""
|
6875
|
+
:param Sequence[_builtins.str] locations: The list of cloud storage locations to exclude in the DatasetConfig.
|
6876
|
+
"""
|
6877
|
+
pulumi.set(__self__, "locations", locations)
|
6878
|
+
|
6879
|
+
@_builtins.property
|
6880
|
+
@pulumi.getter
|
6881
|
+
def locations(self) -> Sequence[_builtins.str]:
|
6882
|
+
"""
|
6883
|
+
The list of cloud storage locations to exclude in the DatasetConfig.
|
6884
|
+
"""
|
6885
|
+
return pulumi.get(self, "locations")
|
6886
|
+
|
6887
|
+
|
6888
|
+
@pulumi.output_type
|
6889
|
+
class GetInsightsDatasetConfigIdentityResult(dict):
|
6890
|
+
def __init__(__self__, *,
|
6891
|
+
name: _builtins.str,
|
6892
|
+
type: _builtins.str):
|
6893
|
+
"""
|
6894
|
+
:param _builtins.str name: Name of the identity.
|
6895
|
+
:param _builtins.str type: Type of identity to use for the DatasetConfig. Possible values: ["IDENTITY_TYPE_PER_CONFIG", "IDENTITY_TYPE_PER_PROJECT"]
|
6896
|
+
"""
|
6897
|
+
pulumi.set(__self__, "name", name)
|
6898
|
+
pulumi.set(__self__, "type", type)
|
6899
|
+
|
6900
|
+
@_builtins.property
|
6901
|
+
@pulumi.getter
|
6902
|
+
def name(self) -> _builtins.str:
|
6903
|
+
"""
|
6904
|
+
Name of the identity.
|
6905
|
+
"""
|
6906
|
+
return pulumi.get(self, "name")
|
6907
|
+
|
6908
|
+
@_builtins.property
|
6909
|
+
@pulumi.getter
|
6910
|
+
def type(self) -> _builtins.str:
|
6911
|
+
"""
|
6912
|
+
Type of identity to use for the DatasetConfig. Possible values: ["IDENTITY_TYPE_PER_CONFIG", "IDENTITY_TYPE_PER_PROJECT"]
|
6913
|
+
"""
|
6914
|
+
return pulumi.get(self, "type")
|
6915
|
+
|
6916
|
+
|
6917
|
+
@pulumi.output_type
|
6918
|
+
class GetInsightsDatasetConfigIncludeCloudStorageBucketResult(dict):
|
6919
|
+
def __init__(__self__, *,
|
6920
|
+
cloud_storage_buckets: Sequence['outputs.GetInsightsDatasetConfigIncludeCloudStorageBucketCloudStorageBucketResult']):
|
6921
|
+
"""
|
6922
|
+
:param Sequence['GetInsightsDatasetConfigIncludeCloudStorageBucketCloudStorageBucketArgs'] cloud_storage_buckets: The list of cloud storage buckets/bucket prefix regexes to include in the DatasetConfig.
|
6923
|
+
"""
|
6924
|
+
pulumi.set(__self__, "cloud_storage_buckets", cloud_storage_buckets)
|
6925
|
+
|
6926
|
+
@_builtins.property
|
6927
|
+
@pulumi.getter(name="cloudStorageBuckets")
|
6928
|
+
def cloud_storage_buckets(self) -> Sequence['outputs.GetInsightsDatasetConfigIncludeCloudStorageBucketCloudStorageBucketResult']:
|
6929
|
+
"""
|
6930
|
+
The list of cloud storage buckets/bucket prefix regexes to include in the DatasetConfig.
|
6931
|
+
"""
|
6932
|
+
return pulumi.get(self, "cloud_storage_buckets")
|
6933
|
+
|
6934
|
+
|
6935
|
+
@pulumi.output_type
|
6936
|
+
class GetInsightsDatasetConfigIncludeCloudStorageBucketCloudStorageBucketResult(dict):
|
6937
|
+
def __init__(__self__, *,
|
6938
|
+
bucket_name: _builtins.str,
|
6939
|
+
bucket_prefix_regex: _builtins.str):
|
6940
|
+
"""
|
6941
|
+
:param _builtins.str bucket_name: The list of cloud storage bucket names to include in the DatasetConfig.
|
6942
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6943
|
+
:param _builtins.str bucket_prefix_regex: The list of regex patterns for bucket names matching the regex.
|
6944
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
6945
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6946
|
+
"""
|
6947
|
+
pulumi.set(__self__, "bucket_name", bucket_name)
|
6948
|
+
pulumi.set(__self__, "bucket_prefix_regex", bucket_prefix_regex)
|
6949
|
+
|
6950
|
+
@_builtins.property
|
6951
|
+
@pulumi.getter(name="bucketName")
|
6952
|
+
def bucket_name(self) -> _builtins.str:
|
6953
|
+
"""
|
6954
|
+
The list of cloud storage bucket names to include in the DatasetConfig.
|
6955
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6956
|
+
"""
|
6957
|
+
return pulumi.get(self, "bucket_name")
|
6958
|
+
|
6959
|
+
@_builtins.property
|
6960
|
+
@pulumi.getter(name="bucketPrefixRegex")
|
6961
|
+
def bucket_prefix_regex(self) -> _builtins.str:
|
6962
|
+
"""
|
6963
|
+
The list of regex patterns for bucket names matching the regex.
|
6964
|
+
Regex should follow the syntax specified in google/re2 on GitHub.
|
6965
|
+
Exactly one of the bucket_name and bucket_prefix_regex should be specified.
|
6966
|
+
"""
|
6967
|
+
return pulumi.get(self, "bucket_prefix_regex")
|
6968
|
+
|
6969
|
+
|
6970
|
+
@pulumi.output_type
|
6971
|
+
class GetInsightsDatasetConfigIncludeCloudStorageLocationResult(dict):
|
6972
|
+
def __init__(__self__, *,
|
6973
|
+
locations: Sequence[_builtins.str]):
|
6974
|
+
"""
|
6975
|
+
:param Sequence[_builtins.str] locations: The list of cloud storage locations to include in the DatasetConfig.
|
6976
|
+
"""
|
6977
|
+
pulumi.set(__self__, "locations", locations)
|
6978
|
+
|
6979
|
+
@_builtins.property
|
6980
|
+
@pulumi.getter
|
6981
|
+
def locations(self) -> Sequence[_builtins.str]:
|
6982
|
+
"""
|
6983
|
+
The list of cloud storage locations to include in the DatasetConfig.
|
6984
|
+
"""
|
6985
|
+
return pulumi.get(self, "locations")
|
6986
|
+
|
6987
|
+
|
6988
|
+
@pulumi.output_type
|
6989
|
+
class GetInsightsDatasetConfigLinkResult(dict):
|
6990
|
+
def __init__(__self__, *,
|
6991
|
+
dataset: _builtins.str,
|
6992
|
+
linked: _builtins.bool):
|
6993
|
+
"""
|
6994
|
+
:param _builtins.str dataset: Dataset name for the linked DatasetConfig.
|
6995
|
+
:param _builtins.bool linked: State of the linked DatasetConfig.
|
6996
|
+
"""
|
6997
|
+
pulumi.set(__self__, "dataset", dataset)
|
6998
|
+
pulumi.set(__self__, "linked", linked)
|
6999
|
+
|
7000
|
+
@_builtins.property
|
7001
|
+
@pulumi.getter
|
7002
|
+
def dataset(self) -> _builtins.str:
|
7003
|
+
"""
|
7004
|
+
Dataset name for the linked DatasetConfig.
|
7005
|
+
"""
|
7006
|
+
return pulumi.get(self, "dataset")
|
7007
|
+
|
7008
|
+
@_builtins.property
|
7009
|
+
@pulumi.getter
|
7010
|
+
def linked(self) -> _builtins.bool:
|
7011
|
+
"""
|
7012
|
+
State of the linked DatasetConfig.
|
7013
|
+
"""
|
7014
|
+
return pulumi.get(self, "linked")
|
7015
|
+
|
7016
|
+
|
7017
|
+
@pulumi.output_type
|
7018
|
+
class GetInsightsDatasetConfigSourceFolderResult(dict):
|
7019
|
+
def __init__(__self__, *,
|
7020
|
+
folder_numbers: Sequence[_builtins.str]):
|
7021
|
+
"""
|
7022
|
+
:param Sequence[_builtins.str] folder_numbers: The list of folder numbers to include in the DatasetConfig.
|
7023
|
+
"""
|
7024
|
+
pulumi.set(__self__, "folder_numbers", folder_numbers)
|
7025
|
+
|
7026
|
+
@_builtins.property
|
7027
|
+
@pulumi.getter(name="folderNumbers")
|
7028
|
+
def folder_numbers(self) -> Sequence[_builtins.str]:
|
7029
|
+
"""
|
7030
|
+
The list of folder numbers to include in the DatasetConfig.
|
7031
|
+
"""
|
7032
|
+
return pulumi.get(self, "folder_numbers")
|
7033
|
+
|
7034
|
+
|
7035
|
+
@pulumi.output_type
|
7036
|
+
class GetInsightsDatasetConfigSourceProjectResult(dict):
|
7037
|
+
def __init__(__self__, *,
|
7038
|
+
project_numbers: Sequence[_builtins.str]):
|
7039
|
+
"""
|
7040
|
+
:param Sequence[_builtins.str] project_numbers: The list of project numbers to include in the DatasetConfig.
|
7041
|
+
"""
|
7042
|
+
pulumi.set(__self__, "project_numbers", project_numbers)
|
7043
|
+
|
7044
|
+
@_builtins.property
|
7045
|
+
@pulumi.getter(name="projectNumbers")
|
7046
|
+
def project_numbers(self) -> Sequence[_builtins.str]:
|
7047
|
+
"""
|
7048
|
+
The list of project numbers to include in the DatasetConfig.
|
7049
|
+
"""
|
7050
|
+
return pulumi.get(self, "project_numbers")
|
7051
|
+
|
7052
|
+
|