pulumi-gcp 8.41.0a1755723613__py3-none-any.whl → 8.41.1__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 +8 -0
- 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/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/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/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -0
- 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/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/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/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -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_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/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/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/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/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/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/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_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/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/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/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/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_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_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 +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- 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/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/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/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -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/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_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/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/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/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -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_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/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/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/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -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/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/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_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/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/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/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/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/RECORD +310 -307
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -5036,6 +5036,14 @@ _utilities.register(
|
|
5036
5036
|
"gcp:diagflow/agent:Agent": "Agent"
|
5037
5037
|
}
|
5038
5038
|
},
|
5039
|
+
{
|
5040
|
+
"pkg": "gcp",
|
5041
|
+
"mod": "diagflow/conversationProfile",
|
5042
|
+
"fqn": "pulumi_gcp.diagflow",
|
5043
|
+
"classes": {
|
5044
|
+
"gcp:diagflow/conversationProfile:ConversationProfile": "ConversationProfile"
|
5045
|
+
}
|
5046
|
+
},
|
5039
5047
|
{
|
5040
5048
|
"pkg": "gcp",
|
5041
5049
|
"mod": "diagflow/cxAgent",
|
@@ -287,6 +287,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -458,6 +459,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
458
459
|
---
|
459
460
|
|
460
461
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
462
|
+
|
461
463
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
462
464
|
|
463
465
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -458,6 +459,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
458
459
|
---
|
459
460
|
|
460
461
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
462
|
+
|
461
463
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
462
464
|
|
463
465
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -184,6 +184,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
184
184
|
---
|
185
185
|
|
186
186
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
187
|
+
|
187
188
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
188
189
|
|
189
190
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -343,6 +344,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
343
344
|
---
|
344
345
|
|
345
346
|
# IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy
|
347
|
+
|
346
348
|
Three different resources help you manage your IAM policy for Access Context Manager (VPC Service Controls) AccessPolicy. Each of these resources serves a different use case:
|
347
349
|
|
348
350
|
* `accesscontextmanager.AccessPolicyIamPolicy`: Authoritative. Sets the IAM policy for the accesspolicy and replaces any existing policy already attached.
|
@@ -361,6 +361,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
361
361
|
-
|
362
362
|
|
363
363
|
# IAM policy for API Gateway ApiConfig
|
364
|
+
|
364
365
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
365
366
|
|
366
367
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -545,6 +546,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
545
546
|
-
|
546
547
|
|
547
548
|
# IAM policy for API Gateway ApiConfig
|
549
|
+
|
548
550
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
549
551
|
|
550
552
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -361,6 +361,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
361
361
|
-
|
362
362
|
|
363
363
|
# IAM policy for API Gateway ApiConfig
|
364
|
+
|
364
365
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
365
366
|
|
366
367
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -545,6 +546,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
545
546
|
-
|
546
547
|
|
547
548
|
# IAM policy for API Gateway ApiConfig
|
549
|
+
|
548
550
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
549
551
|
|
550
552
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -258,6 +258,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
258
258
|
-
|
259
259
|
|
260
260
|
# IAM policy for API Gateway ApiConfig
|
261
|
+
|
261
262
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
262
263
|
|
263
264
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -430,6 +431,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
430
431
|
-
|
431
432
|
|
432
433
|
# IAM policy for API Gateway ApiConfig
|
434
|
+
|
433
435
|
Three different resources help you manage your IAM policy for API Gateway ApiConfig. Each of these resources serves a different use case:
|
434
436
|
|
435
437
|
* `apigateway.ApiConfigIamPolicy`: Authoritative. Sets the IAM policy for the apiconfig and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for API Gateway Api
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for API Gateway Api
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for API Gateway Api
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for API Gateway Api
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for API Gateway Api
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -390,6 +391,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
390
391
|
-
|
391
392
|
|
392
393
|
# IAM policy for API Gateway Api
|
394
|
+
|
393
395
|
Three different resources help you manage your IAM policy for API Gateway Api. Each of these resources serves a different use case:
|
394
396
|
|
395
397
|
* `apigateway.ApiIamPolicy`: Authoritative. Sets the IAM policy for the api and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for API Gateway Gateway
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for API Gateway Gateway
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for API Gateway Gateway
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for API Gateway Gateway
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for API Gateway Gateway
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for API Gateway Gateway
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for API Gateway Gateway. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `apigateway.GatewayIamPolicy`: Authoritative. Sets the IAM policy for the gateway and replaces any existing policy already attached.
|
@@ -329,6 +329,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
329
329
|
---
|
330
330
|
|
331
331
|
# IAM policy for Apigee Environment
|
332
|
+
|
332
333
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
333
334
|
|
334
335
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -509,6 +510,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
509
510
|
---
|
510
511
|
|
511
512
|
# IAM policy for Apigee Environment
|
513
|
+
|
512
514
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
513
515
|
|
514
516
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -329,6 +329,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
329
329
|
---
|
330
330
|
|
331
331
|
# IAM policy for Apigee Environment
|
332
|
+
|
332
333
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
333
334
|
|
334
335
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -509,6 +510,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
509
510
|
---
|
510
511
|
|
511
512
|
# IAM policy for Apigee Environment
|
513
|
+
|
512
514
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
513
515
|
|
514
516
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -226,6 +226,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
226
226
|
---
|
227
227
|
|
228
228
|
# IAM policy for Apigee Environment
|
229
|
+
|
229
230
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
230
231
|
|
231
232
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -394,6 +395,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
394
395
|
---
|
395
396
|
|
396
397
|
# IAM policy for Apigee Environment
|
398
|
+
|
397
399
|
Three different resources help you manage your IAM policy for Apigee Environment. Each of these resources serves a different use case:
|
398
400
|
|
399
401
|
* `apigee.EnvironmentIamPolicy`: Authoritative. Sets the IAM policy for the environment and replaces any existing policy already attached.
|
@@ -13,6 +13,8 @@ from .get_package import *
|
|
13
13
|
from .get_repositories import *
|
14
14
|
from .get_repository import *
|
15
15
|
from .get_repository_iam_policy import *
|
16
|
+
from .get_tag import *
|
17
|
+
from .get_tags import *
|
16
18
|
from .get_version import *
|
17
19
|
from .repository import *
|
18
20
|
from .repository_iam_binding import *
|
@@ -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')))
|