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
@@ -0,0 +1,187 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetTagResult',
|
19
|
+
'AwaitableGetTagResult',
|
20
|
+
'get_tag',
|
21
|
+
'get_tag_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetTagResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getTag.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, id=None, location=None, name=None, package_name=None, project=None, repository_id=None, tag_name=None, version=None):
|
30
|
+
if id and not isinstance(id, str):
|
31
|
+
raise TypeError("Expected argument 'id' to be a str")
|
32
|
+
pulumi.set(__self__, "id", id)
|
33
|
+
if location and not isinstance(location, str):
|
34
|
+
raise TypeError("Expected argument 'location' to be a str")
|
35
|
+
pulumi.set(__self__, "location", location)
|
36
|
+
if name and not isinstance(name, str):
|
37
|
+
raise TypeError("Expected argument 'name' to be a str")
|
38
|
+
pulumi.set(__self__, "name", name)
|
39
|
+
if package_name and not isinstance(package_name, str):
|
40
|
+
raise TypeError("Expected argument 'package_name' to be a str")
|
41
|
+
pulumi.set(__self__, "package_name", package_name)
|
42
|
+
if project and not isinstance(project, str):
|
43
|
+
raise TypeError("Expected argument 'project' to be a str")
|
44
|
+
pulumi.set(__self__, "project", project)
|
45
|
+
if repository_id and not isinstance(repository_id, str):
|
46
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
47
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
48
|
+
if tag_name and not isinstance(tag_name, str):
|
49
|
+
raise TypeError("Expected argument 'tag_name' to be a str")
|
50
|
+
pulumi.set(__self__, "tag_name", tag_name)
|
51
|
+
if version and not isinstance(version, str):
|
52
|
+
raise TypeError("Expected argument 'version' to be a str")
|
53
|
+
pulumi.set(__self__, "version", version)
|
54
|
+
|
55
|
+
@_builtins.property
|
56
|
+
@pulumi.getter
|
57
|
+
def id(self) -> _builtins.str:
|
58
|
+
"""
|
59
|
+
The provider-assigned unique ID for this managed resource.
|
60
|
+
"""
|
61
|
+
return pulumi.get(self, "id")
|
62
|
+
|
63
|
+
@_builtins.property
|
64
|
+
@pulumi.getter
|
65
|
+
def location(self) -> _builtins.str:
|
66
|
+
return pulumi.get(self, "location")
|
67
|
+
|
68
|
+
@_builtins.property
|
69
|
+
@pulumi.getter
|
70
|
+
def name(self) -> _builtins.str:
|
71
|
+
"""
|
72
|
+
The name of the tag, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1`. If the package part contains slashes, the slashes are escaped.
|
73
|
+
"""
|
74
|
+
return pulumi.get(self, "name")
|
75
|
+
|
76
|
+
@_builtins.property
|
77
|
+
@pulumi.getter(name="packageName")
|
78
|
+
def package_name(self) -> _builtins.str:
|
79
|
+
return pulumi.get(self, "package_name")
|
80
|
+
|
81
|
+
@_builtins.property
|
82
|
+
@pulumi.getter
|
83
|
+
def project(self) -> Optional[_builtins.str]:
|
84
|
+
return pulumi.get(self, "project")
|
85
|
+
|
86
|
+
@_builtins.property
|
87
|
+
@pulumi.getter(name="repositoryId")
|
88
|
+
def repository_id(self) -> _builtins.str:
|
89
|
+
return pulumi.get(self, "repository_id")
|
90
|
+
|
91
|
+
@_builtins.property
|
92
|
+
@pulumi.getter(name="tagName")
|
93
|
+
def tag_name(self) -> _builtins.str:
|
94
|
+
return pulumi.get(self, "tag_name")
|
95
|
+
|
96
|
+
@_builtins.property
|
97
|
+
@pulumi.getter
|
98
|
+
def version(self) -> _builtins.str:
|
99
|
+
"""
|
100
|
+
The version of the tag.
|
101
|
+
"""
|
102
|
+
return pulumi.get(self, "version")
|
103
|
+
|
104
|
+
|
105
|
+
class AwaitableGetTagResult(GetTagResult):
|
106
|
+
# pylint: disable=using-constant-test
|
107
|
+
def __await__(self):
|
108
|
+
if False:
|
109
|
+
yield self
|
110
|
+
return GetTagResult(
|
111
|
+
id=self.id,
|
112
|
+
location=self.location,
|
113
|
+
name=self.name,
|
114
|
+
package_name=self.package_name,
|
115
|
+
project=self.project,
|
116
|
+
repository_id=self.repository_id,
|
117
|
+
tag_name=self.tag_name,
|
118
|
+
version=self.version)
|
119
|
+
|
120
|
+
|
121
|
+
def get_tag(location: Optional[_builtins.str] = None,
|
122
|
+
package_name: Optional[_builtins.str] = None,
|
123
|
+
project: Optional[_builtins.str] = None,
|
124
|
+
repository_id: Optional[_builtins.str] = None,
|
125
|
+
tag_name: Optional[_builtins.str] = None,
|
126
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagResult:
|
127
|
+
"""
|
128
|
+
This data source fetches information of a tag from a provided Artifact Registry repository.
|
129
|
+
|
130
|
+
|
131
|
+
:param _builtins.str location: The location of the artifact registry.
|
132
|
+
:param _builtins.str package_name: The name of the package.
|
133
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
134
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
135
|
+
:param _builtins.str tag_name: The name of the tag.
|
136
|
+
"""
|
137
|
+
__args__ = dict()
|
138
|
+
__args__['location'] = location
|
139
|
+
__args__['packageName'] = package_name
|
140
|
+
__args__['project'] = project
|
141
|
+
__args__['repositoryId'] = repository_id
|
142
|
+
__args__['tagName'] = tag_name
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
144
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getTag:getTag', __args__, opts=opts, typ=GetTagResult).value
|
145
|
+
|
146
|
+
return AwaitableGetTagResult(
|
147
|
+
id=pulumi.get(__ret__, 'id'),
|
148
|
+
location=pulumi.get(__ret__, 'location'),
|
149
|
+
name=pulumi.get(__ret__, 'name'),
|
150
|
+
package_name=pulumi.get(__ret__, 'package_name'),
|
151
|
+
project=pulumi.get(__ret__, 'project'),
|
152
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
153
|
+
tag_name=pulumi.get(__ret__, 'tag_name'),
|
154
|
+
version=pulumi.get(__ret__, 'version'))
|
155
|
+
def get_tag_output(location: Optional[pulumi.Input[_builtins.str]] = None,
|
156
|
+
package_name: Optional[pulumi.Input[_builtins.str]] = None,
|
157
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
158
|
+
repository_id: Optional[pulumi.Input[_builtins.str]] = None,
|
159
|
+
tag_name: Optional[pulumi.Input[_builtins.str]] = None,
|
160
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagResult]:
|
161
|
+
"""
|
162
|
+
This data source fetches information of a tag from a provided Artifact Registry repository.
|
163
|
+
|
164
|
+
|
165
|
+
:param _builtins.str location: The location of the artifact registry.
|
166
|
+
:param _builtins.str package_name: The name of the package.
|
167
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
168
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
169
|
+
:param _builtins.str tag_name: The name of the tag.
|
170
|
+
"""
|
171
|
+
__args__ = dict()
|
172
|
+
__args__['location'] = location
|
173
|
+
__args__['packageName'] = package_name
|
174
|
+
__args__['project'] = project
|
175
|
+
__args__['repositoryId'] = repository_id
|
176
|
+
__args__['tagName'] = tag_name
|
177
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
178
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:artifactregistry/getTag:getTag', __args__, opts=opts, typ=GetTagResult)
|
179
|
+
return __ret__.apply(lambda __response__: GetTagResult(
|
180
|
+
id=pulumi.get(__response__, 'id'),
|
181
|
+
location=pulumi.get(__response__, 'location'),
|
182
|
+
name=pulumi.get(__response__, 'name'),
|
183
|
+
package_name=pulumi.get(__response__, 'package_name'),
|
184
|
+
project=pulumi.get(__response__, 'project'),
|
185
|
+
repository_id=pulumi.get(__response__, 'repository_id'),
|
186
|
+
tag_name=pulumi.get(__response__, 'tag_name'),
|
187
|
+
version=pulumi.get(__response__, 'version')))
|
@@ -0,0 +1,200 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetTagsResult',
|
20
|
+
'AwaitableGetTagsResult',
|
21
|
+
'get_tags',
|
22
|
+
'get_tags_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetTagsResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getTags.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, filter=None, id=None, location=None, package_name=None, project=None, repository_id=None, tags=None):
|
31
|
+
if filter and not isinstance(filter, str):
|
32
|
+
raise TypeError("Expected argument 'filter' to be a str")
|
33
|
+
pulumi.set(__self__, "filter", filter)
|
34
|
+
if id and not isinstance(id, str):
|
35
|
+
raise TypeError("Expected argument 'id' to be a str")
|
36
|
+
pulumi.set(__self__, "id", id)
|
37
|
+
if location and not isinstance(location, str):
|
38
|
+
raise TypeError("Expected argument 'location' to be a str")
|
39
|
+
pulumi.set(__self__, "location", location)
|
40
|
+
if package_name and not isinstance(package_name, str):
|
41
|
+
raise TypeError("Expected argument 'package_name' to be a str")
|
42
|
+
pulumi.set(__self__, "package_name", package_name)
|
43
|
+
if project and not isinstance(project, str):
|
44
|
+
raise TypeError("Expected argument 'project' to be a str")
|
45
|
+
pulumi.set(__self__, "project", project)
|
46
|
+
if repository_id and not isinstance(repository_id, str):
|
47
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
48
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
49
|
+
if tags and not isinstance(tags, list):
|
50
|
+
raise TypeError("Expected argument 'tags' to be a list")
|
51
|
+
pulumi.set(__self__, "tags", tags)
|
52
|
+
|
53
|
+
@_builtins.property
|
54
|
+
@pulumi.getter
|
55
|
+
def filter(self) -> Optional[_builtins.str]:
|
56
|
+
return pulumi.get(self, "filter")
|
57
|
+
|
58
|
+
@_builtins.property
|
59
|
+
@pulumi.getter
|
60
|
+
def id(self) -> _builtins.str:
|
61
|
+
"""
|
62
|
+
The provider-assigned unique ID for this managed resource.
|
63
|
+
"""
|
64
|
+
return pulumi.get(self, "id")
|
65
|
+
|
66
|
+
@_builtins.property
|
67
|
+
@pulumi.getter
|
68
|
+
def location(self) -> _builtins.str:
|
69
|
+
return pulumi.get(self, "location")
|
70
|
+
|
71
|
+
@_builtins.property
|
72
|
+
@pulumi.getter(name="packageName")
|
73
|
+
def package_name(self) -> _builtins.str:
|
74
|
+
return pulumi.get(self, "package_name")
|
75
|
+
|
76
|
+
@_builtins.property
|
77
|
+
@pulumi.getter
|
78
|
+
def project(self) -> Optional[_builtins.str]:
|
79
|
+
return pulumi.get(self, "project")
|
80
|
+
|
81
|
+
@_builtins.property
|
82
|
+
@pulumi.getter(name="repositoryId")
|
83
|
+
def repository_id(self) -> _builtins.str:
|
84
|
+
return pulumi.get(self, "repository_id")
|
85
|
+
|
86
|
+
@_builtins.property
|
87
|
+
@pulumi.getter
|
88
|
+
def tags(self) -> Sequence['outputs.GetTagsTagResult']:
|
89
|
+
"""
|
90
|
+
A list of all retrieved Artifact Registry tags. Structure is defined below.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "tags")
|
93
|
+
|
94
|
+
|
95
|
+
class AwaitableGetTagsResult(GetTagsResult):
|
96
|
+
# pylint: disable=using-constant-test
|
97
|
+
def __await__(self):
|
98
|
+
if False:
|
99
|
+
yield self
|
100
|
+
return GetTagsResult(
|
101
|
+
filter=self.filter,
|
102
|
+
id=self.id,
|
103
|
+
location=self.location,
|
104
|
+
package_name=self.package_name,
|
105
|
+
project=self.project,
|
106
|
+
repository_id=self.repository_id,
|
107
|
+
tags=self.tags)
|
108
|
+
|
109
|
+
|
110
|
+
def get_tags(filter: Optional[_builtins.str] = None,
|
111
|
+
location: Optional[_builtins.str] = None,
|
112
|
+
package_name: Optional[_builtins.str] = None,
|
113
|
+
project: Optional[_builtins.str] = None,
|
114
|
+
repository_id: Optional[_builtins.str] = None,
|
115
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagsResult:
|
116
|
+
"""
|
117
|
+
Get information about Artifact Registry tags.
|
118
|
+
See [the official documentation](https://cloud.google.com/artifact-registry/docs/overview)
|
119
|
+
and [API](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories.packages.tags/list).
|
120
|
+
|
121
|
+
## Example Usage
|
122
|
+
|
123
|
+
```python
|
124
|
+
import pulumi
|
125
|
+
import pulumi_gcp as gcp
|
126
|
+
|
127
|
+
my_tags = gcp.artifactregistry.get_tags(location="us-central1",
|
128
|
+
repository_id="example-repo",
|
129
|
+
package_name="example-package")
|
130
|
+
```
|
131
|
+
|
132
|
+
|
133
|
+
:param _builtins.str filter: An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are `name` and `version`. Further information can be found in the [REST API](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories.packages.tags/list#query-parameters).
|
134
|
+
:param _builtins.str location: The location of the Artifact Registry repository.
|
135
|
+
:param _builtins.str package_name: The name of the package.
|
136
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
137
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
138
|
+
"""
|
139
|
+
__args__ = dict()
|
140
|
+
__args__['filter'] = filter
|
141
|
+
__args__['location'] = location
|
142
|
+
__args__['packageName'] = package_name
|
143
|
+
__args__['project'] = project
|
144
|
+
__args__['repositoryId'] = repository_id
|
145
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
146
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getTags:getTags', __args__, opts=opts, typ=GetTagsResult).value
|
147
|
+
|
148
|
+
return AwaitableGetTagsResult(
|
149
|
+
filter=pulumi.get(__ret__, 'filter'),
|
150
|
+
id=pulumi.get(__ret__, 'id'),
|
151
|
+
location=pulumi.get(__ret__, 'location'),
|
152
|
+
package_name=pulumi.get(__ret__, 'package_name'),
|
153
|
+
project=pulumi.get(__ret__, 'project'),
|
154
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
155
|
+
tags=pulumi.get(__ret__, 'tags'))
|
156
|
+
def get_tags_output(filter: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
157
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
158
|
+
package_name: Optional[pulumi.Input[_builtins.str]] = None,
|
159
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
160
|
+
repository_id: Optional[pulumi.Input[_builtins.str]] = None,
|
161
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTagsResult]:
|
162
|
+
"""
|
163
|
+
Get information about Artifact Registry tags.
|
164
|
+
See [the official documentation](https://cloud.google.com/artifact-registry/docs/overview)
|
165
|
+
and [API](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories.packages.tags/list).
|
166
|
+
|
167
|
+
## Example Usage
|
168
|
+
|
169
|
+
```python
|
170
|
+
import pulumi
|
171
|
+
import pulumi_gcp as gcp
|
172
|
+
|
173
|
+
my_tags = gcp.artifactregistry.get_tags(location="us-central1",
|
174
|
+
repository_id="example-repo",
|
175
|
+
package_name="example-package")
|
176
|
+
```
|
177
|
+
|
178
|
+
|
179
|
+
:param _builtins.str filter: An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are `name` and `version`. Further information can be found in the [REST API](https://cloud.google.com/artifact-registry/docs/reference/rest/v1/projects.locations.repositories.packages.tags/list#query-parameters).
|
180
|
+
:param _builtins.str location: The location of the Artifact Registry repository.
|
181
|
+
:param _builtins.str package_name: The name of the package.
|
182
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
183
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
184
|
+
"""
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['filter'] = filter
|
187
|
+
__args__['location'] = location
|
188
|
+
__args__['packageName'] = package_name
|
189
|
+
__args__['project'] = project
|
190
|
+
__args__['repositoryId'] = repository_id
|
191
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
192
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:artifactregistry/getTags:getTags', __args__, opts=opts, typ=GetTagsResult)
|
193
|
+
return __ret__.apply(lambda __response__: GetTagsResult(
|
194
|
+
filter=pulumi.get(__response__, 'filter'),
|
195
|
+
id=pulumi.get(__response__, 'id'),
|
196
|
+
location=pulumi.get(__response__, 'location'),
|
197
|
+
package_name=pulumi.get(__response__, 'package_name'),
|
198
|
+
project=pulumi.get(__response__, 'project'),
|
199
|
+
repository_id=pulumi.get(__response__, 'repository_id'),
|
200
|
+
tags=pulumi.get(__response__, 'tags')))
|
@@ -0,0 +1,261 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetVersionResult',
|
20
|
+
'AwaitableGetVersionResult',
|
21
|
+
'get_version',
|
22
|
+
'get_version_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetVersionResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getVersion.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, annotations=None, create_time=None, description=None, id=None, location=None, name=None, package_name=None, project=None, related_tags=None, repository_id=None, update_time=None, version_name=None, view=None):
|
31
|
+
if annotations and not isinstance(annotations, dict):
|
32
|
+
raise TypeError("Expected argument 'annotations' to be a dict")
|
33
|
+
pulumi.set(__self__, "annotations", annotations)
|
34
|
+
if create_time and not isinstance(create_time, str):
|
35
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
36
|
+
pulumi.set(__self__, "create_time", create_time)
|
37
|
+
if description and not isinstance(description, str):
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
39
|
+
pulumi.set(__self__, "description", description)
|
40
|
+
if id and not isinstance(id, str):
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
42
|
+
pulumi.set(__self__, "id", id)
|
43
|
+
if location and not isinstance(location, str):
|
44
|
+
raise TypeError("Expected argument 'location' to be a str")
|
45
|
+
pulumi.set(__self__, "location", location)
|
46
|
+
if name and not isinstance(name, str):
|
47
|
+
raise TypeError("Expected argument 'name' to be a str")
|
48
|
+
pulumi.set(__self__, "name", name)
|
49
|
+
if package_name and not isinstance(package_name, str):
|
50
|
+
raise TypeError("Expected argument 'package_name' to be a str")
|
51
|
+
pulumi.set(__self__, "package_name", package_name)
|
52
|
+
if project and not isinstance(project, str):
|
53
|
+
raise TypeError("Expected argument 'project' to be a str")
|
54
|
+
pulumi.set(__self__, "project", project)
|
55
|
+
if related_tags and not isinstance(related_tags, list):
|
56
|
+
raise TypeError("Expected argument 'related_tags' to be a list")
|
57
|
+
pulumi.set(__self__, "related_tags", related_tags)
|
58
|
+
if repository_id and not isinstance(repository_id, str):
|
59
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
60
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
61
|
+
if update_time and not isinstance(update_time, str):
|
62
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
63
|
+
pulumi.set(__self__, "update_time", update_time)
|
64
|
+
if version_name and not isinstance(version_name, str):
|
65
|
+
raise TypeError("Expected argument 'version_name' to be a str")
|
66
|
+
pulumi.set(__self__, "version_name", version_name)
|
67
|
+
if view and not isinstance(view, str):
|
68
|
+
raise TypeError("Expected argument 'view' to be a str")
|
69
|
+
pulumi.set(__self__, "view", view)
|
70
|
+
|
71
|
+
@_builtins.property
|
72
|
+
@pulumi.getter
|
73
|
+
def annotations(self) -> Mapping[str, _builtins.str]:
|
74
|
+
"""
|
75
|
+
Client specified annotations.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "annotations")
|
78
|
+
|
79
|
+
@_builtins.property
|
80
|
+
@pulumi.getter(name="createTime")
|
81
|
+
def create_time(self) -> _builtins.str:
|
82
|
+
"""
|
83
|
+
The time, as a RFC 3339 string, this package was created.
|
84
|
+
"""
|
85
|
+
return pulumi.get(self, "create_time")
|
86
|
+
|
87
|
+
@_builtins.property
|
88
|
+
@pulumi.getter
|
89
|
+
def description(self) -> _builtins.str:
|
90
|
+
"""
|
91
|
+
Description of the version, as specified in its metadata.
|
92
|
+
"""
|
93
|
+
return pulumi.get(self, "description")
|
94
|
+
|
95
|
+
@_builtins.property
|
96
|
+
@pulumi.getter
|
97
|
+
def id(self) -> _builtins.str:
|
98
|
+
"""
|
99
|
+
The provider-assigned unique ID for this managed resource.
|
100
|
+
"""
|
101
|
+
return pulumi.get(self, "id")
|
102
|
+
|
103
|
+
@_builtins.property
|
104
|
+
@pulumi.getter
|
105
|
+
def location(self) -> _builtins.str:
|
106
|
+
return pulumi.get(self, "location")
|
107
|
+
|
108
|
+
@_builtins.property
|
109
|
+
@pulumi.getter
|
110
|
+
def name(self) -> _builtins.str:
|
111
|
+
"""
|
112
|
+
The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/version1`. If the package part contains slashes, the slashes are escaped.
|
113
|
+
"""
|
114
|
+
return pulumi.get(self, "name")
|
115
|
+
|
116
|
+
@_builtins.property
|
117
|
+
@pulumi.getter(name="packageName")
|
118
|
+
def package_name(self) -> _builtins.str:
|
119
|
+
return pulumi.get(self, "package_name")
|
120
|
+
|
121
|
+
@_builtins.property
|
122
|
+
@pulumi.getter
|
123
|
+
def project(self) -> Optional[_builtins.str]:
|
124
|
+
return pulumi.get(self, "project")
|
125
|
+
|
126
|
+
@_builtins.property
|
127
|
+
@pulumi.getter(name="relatedTags")
|
128
|
+
def related_tags(self) -> Sequence['outputs.GetVersionRelatedTagResult']:
|
129
|
+
"""
|
130
|
+
A list of related tags. Will contain up to 100 tags that reference this version.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "related_tags")
|
133
|
+
|
134
|
+
@_builtins.property
|
135
|
+
@pulumi.getter(name="repositoryId")
|
136
|
+
def repository_id(self) -> _builtins.str:
|
137
|
+
return pulumi.get(self, "repository_id")
|
138
|
+
|
139
|
+
@_builtins.property
|
140
|
+
@pulumi.getter(name="updateTime")
|
141
|
+
def update_time(self) -> _builtins.str:
|
142
|
+
"""
|
143
|
+
The time, as a RFC 3339 string, this package was last updated. This includes publishing a new version of the package.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "update_time")
|
146
|
+
|
147
|
+
@_builtins.property
|
148
|
+
@pulumi.getter(name="versionName")
|
149
|
+
def version_name(self) -> _builtins.str:
|
150
|
+
return pulumi.get(self, "version_name")
|
151
|
+
|
152
|
+
@_builtins.property
|
153
|
+
@pulumi.getter
|
154
|
+
def view(self) -> Optional[_builtins.str]:
|
155
|
+
return pulumi.get(self, "view")
|
156
|
+
|
157
|
+
|
158
|
+
class AwaitableGetVersionResult(GetVersionResult):
|
159
|
+
# pylint: disable=using-constant-test
|
160
|
+
def __await__(self):
|
161
|
+
if False:
|
162
|
+
yield self
|
163
|
+
return GetVersionResult(
|
164
|
+
annotations=self.annotations,
|
165
|
+
create_time=self.create_time,
|
166
|
+
description=self.description,
|
167
|
+
id=self.id,
|
168
|
+
location=self.location,
|
169
|
+
name=self.name,
|
170
|
+
package_name=self.package_name,
|
171
|
+
project=self.project,
|
172
|
+
related_tags=self.related_tags,
|
173
|
+
repository_id=self.repository_id,
|
174
|
+
update_time=self.update_time,
|
175
|
+
version_name=self.version_name,
|
176
|
+
view=self.view)
|
177
|
+
|
178
|
+
|
179
|
+
def get_version(location: Optional[_builtins.str] = None,
|
180
|
+
package_name: Optional[_builtins.str] = None,
|
181
|
+
project: Optional[_builtins.str] = None,
|
182
|
+
repository_id: Optional[_builtins.str] = None,
|
183
|
+
version_name: Optional[_builtins.str] = None,
|
184
|
+
view: Optional[_builtins.str] = None,
|
185
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVersionResult:
|
186
|
+
"""
|
187
|
+
This data source fetches information of a version from a provided Artifact Registry repository.
|
188
|
+
|
189
|
+
|
190
|
+
:param _builtins.str location: The location of the artifact registry.
|
191
|
+
:param _builtins.str package_name: The name of the package.
|
192
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
193
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
194
|
+
:param _builtins.str version_name: The name of the version.
|
195
|
+
:param _builtins.str view: The view, which determines what version information is returned in a response. Possible values are `"BASIC"` and `"FULL"`. Defaults to `"BASIC"`.
|
196
|
+
"""
|
197
|
+
__args__ = dict()
|
198
|
+
__args__['location'] = location
|
199
|
+
__args__['packageName'] = package_name
|
200
|
+
__args__['project'] = project
|
201
|
+
__args__['repositoryId'] = repository_id
|
202
|
+
__args__['versionName'] = version_name
|
203
|
+
__args__['view'] = view
|
204
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
205
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getVersion:getVersion', __args__, opts=opts, typ=GetVersionResult).value
|
206
|
+
|
207
|
+
return AwaitableGetVersionResult(
|
208
|
+
annotations=pulumi.get(__ret__, 'annotations'),
|
209
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
210
|
+
description=pulumi.get(__ret__, 'description'),
|
211
|
+
id=pulumi.get(__ret__, 'id'),
|
212
|
+
location=pulumi.get(__ret__, 'location'),
|
213
|
+
name=pulumi.get(__ret__, 'name'),
|
214
|
+
package_name=pulumi.get(__ret__, 'package_name'),
|
215
|
+
project=pulumi.get(__ret__, 'project'),
|
216
|
+
related_tags=pulumi.get(__ret__, 'related_tags'),
|
217
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
218
|
+
update_time=pulumi.get(__ret__, 'update_time'),
|
219
|
+
version_name=pulumi.get(__ret__, 'version_name'),
|
220
|
+
view=pulumi.get(__ret__, 'view'))
|
221
|
+
def get_version_output(location: Optional[pulumi.Input[_builtins.str]] = None,
|
222
|
+
package_name: Optional[pulumi.Input[_builtins.str]] = None,
|
223
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
224
|
+
repository_id: Optional[pulumi.Input[_builtins.str]] = None,
|
225
|
+
version_name: Optional[pulumi.Input[_builtins.str]] = None,
|
226
|
+
view: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
227
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVersionResult]:
|
228
|
+
"""
|
229
|
+
This data source fetches information of a version from a provided Artifact Registry repository.
|
230
|
+
|
231
|
+
|
232
|
+
:param _builtins.str location: The location of the artifact registry.
|
233
|
+
:param _builtins.str package_name: The name of the package.
|
234
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
235
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
236
|
+
:param _builtins.str version_name: The name of the version.
|
237
|
+
:param _builtins.str view: The view, which determines what version information is returned in a response. Possible values are `"BASIC"` and `"FULL"`. Defaults to `"BASIC"`.
|
238
|
+
"""
|
239
|
+
__args__ = dict()
|
240
|
+
__args__['location'] = location
|
241
|
+
__args__['packageName'] = package_name
|
242
|
+
__args__['project'] = project
|
243
|
+
__args__['repositoryId'] = repository_id
|
244
|
+
__args__['versionName'] = version_name
|
245
|
+
__args__['view'] = view
|
246
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
247
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:artifactregistry/getVersion:getVersion', __args__, opts=opts, typ=GetVersionResult)
|
248
|
+
return __ret__.apply(lambda __response__: GetVersionResult(
|
249
|
+
annotations=pulumi.get(__response__, 'annotations'),
|
250
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
251
|
+
description=pulumi.get(__response__, 'description'),
|
252
|
+
id=pulumi.get(__response__, 'id'),
|
253
|
+
location=pulumi.get(__response__, 'location'),
|
254
|
+
name=pulumi.get(__response__, 'name'),
|
255
|
+
package_name=pulumi.get(__response__, 'package_name'),
|
256
|
+
project=pulumi.get(__response__, 'project'),
|
257
|
+
related_tags=pulumi.get(__response__, 'related_tags'),
|
258
|
+
repository_id=pulumi.get(__response__, 'repository_id'),
|
259
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
260
|
+
version_name=pulumi.get(__response__, 'version_name'),
|
261
|
+
view=pulumi.get(__response__, 'view')))
|