pulumi-gcp 8.41.0a1755297349__py3-none-any.whl → 8.42.0a1756095712__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 +24 -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 +5 -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 +130 -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/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.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/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/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/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/_inputs.py +355 -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/get_region_backend_service.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 +404 -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/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_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 +2373 -267
- pulumi_gcp/container/outputs.py +2481 -81
- 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 +2 -0
- pulumi_gcp/diagflow/_inputs.py +2829 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/outputs.py +2330 -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/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/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/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +70 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- 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/subscription.py +84 -0
- pulumi_gcp/pubsub/topic.py +80 -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/secretmanager/secret_version.py +1 -48
- 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/sql/_inputs.py +82 -4
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +154 -7
- pulumi_gcp/storage/_inputs.py +104 -12
- pulumi_gcp/storage/outputs.py +84 -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 +1 -0
- pulumi_gcp/vertex/_inputs.py +122 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +69 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.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",
|
@@ -5100,6 +5108,14 @@ _utilities.register(
|
|
5100
5108
|
"gcp:diagflow/cxPage:CxPage": "CxPage"
|
5101
5109
|
}
|
5102
5110
|
},
|
5111
|
+
{
|
5112
|
+
"pkg": "gcp",
|
5113
|
+
"mod": "diagflow/cxPlaybook",
|
5114
|
+
"fqn": "pulumi_gcp.diagflow",
|
5115
|
+
"classes": {
|
5116
|
+
"gcp:diagflow/cxPlaybook:CxPlaybook": "CxPlaybook"
|
5117
|
+
}
|
5118
|
+
},
|
5103
5119
|
{
|
5104
5120
|
"pkg": "gcp",
|
5105
5121
|
"mod": "diagflow/cxSecuritySettings",
|
@@ -9932,6 +9948,14 @@ _utilities.register(
|
|
9932
9948
|
"gcp:vertex/aiMetadataStore:AiMetadataStore": "AiMetadataStore"
|
9933
9949
|
}
|
9934
9950
|
},
|
9951
|
+
{
|
9952
|
+
"pkg": "gcp",
|
9953
|
+
"mod": "vertex/aiRagEngineConfig",
|
9954
|
+
"fqn": "pulumi_gcp.vertex",
|
9955
|
+
"classes": {
|
9956
|
+
"gcp:vertex/aiRagEngineConfig:AiRagEngineConfig": "AiRagEngineConfig"
|
9957
|
+
}
|
9958
|
+
},
|
9935
9959
|
{
|
9936
9960
|
"pkg": "gcp",
|
9937
9961
|
"mod": "vertex/aiTensorboard",
|
@@ -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.
|
@@ -9,8 +9,13 @@ import typing
|
|
9
9
|
from .get_docker_image import *
|
10
10
|
from .get_docker_images import *
|
11
11
|
from .get_locations import *
|
12
|
+
from .get_package import *
|
13
|
+
from .get_repositories import *
|
12
14
|
from .get_repository import *
|
13
15
|
from .get_repository_iam_policy import *
|
16
|
+
from .get_tag import *
|
17
|
+
from .get_tags import *
|
18
|
+
from .get_version import *
|
14
19
|
from .repository import *
|
15
20
|
from .repository_iam_binding import *
|
16
21
|
from .repository_iam_member import *
|
@@ -0,0 +1,220 @@
|
|
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
|
+
'GetPackageResult',
|
19
|
+
'AwaitableGetPackageResult',
|
20
|
+
'get_package',
|
21
|
+
'get_package_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetPackageResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getPackage.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, annotations=None, create_time=None, display_name=None, id=None, location=None, name=None, project=None, repository_id=None, update_time=None):
|
30
|
+
if annotations and not isinstance(annotations, dict):
|
31
|
+
raise TypeError("Expected argument 'annotations' to be a dict")
|
32
|
+
pulumi.set(__self__, "annotations", annotations)
|
33
|
+
if create_time and not isinstance(create_time, str):
|
34
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
35
|
+
pulumi.set(__self__, "create_time", create_time)
|
36
|
+
if display_name and not isinstance(display_name, str):
|
37
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
38
|
+
pulumi.set(__self__, "display_name", display_name)
|
39
|
+
if id and not isinstance(id, str):
|
40
|
+
raise TypeError("Expected argument 'id' to be a str")
|
41
|
+
pulumi.set(__self__, "id", id)
|
42
|
+
if location and not isinstance(location, str):
|
43
|
+
raise TypeError("Expected argument 'location' to be a str")
|
44
|
+
pulumi.set(__self__, "location", location)
|
45
|
+
if name and not isinstance(name, str):
|
46
|
+
raise TypeError("Expected argument 'name' to be a str")
|
47
|
+
pulumi.set(__self__, "name", name)
|
48
|
+
if project and not isinstance(project, str):
|
49
|
+
raise TypeError("Expected argument 'project' to be a str")
|
50
|
+
pulumi.set(__self__, "project", project)
|
51
|
+
if repository_id and not isinstance(repository_id, str):
|
52
|
+
raise TypeError("Expected argument 'repository_id' to be a str")
|
53
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
54
|
+
if update_time and not isinstance(update_time, str):
|
55
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
56
|
+
pulumi.set(__self__, "update_time", update_time)
|
57
|
+
|
58
|
+
@_builtins.property
|
59
|
+
@pulumi.getter
|
60
|
+
def annotations(self) -> Mapping[str, _builtins.str]:
|
61
|
+
"""
|
62
|
+
Client specified annotations.
|
63
|
+
"""
|
64
|
+
return pulumi.get(self, "annotations")
|
65
|
+
|
66
|
+
@_builtins.property
|
67
|
+
@pulumi.getter(name="createTime")
|
68
|
+
def create_time(self) -> _builtins.str:
|
69
|
+
"""
|
70
|
+
The time, as a RFC 3339 string, this package was created.
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "create_time")
|
73
|
+
|
74
|
+
@_builtins.property
|
75
|
+
@pulumi.getter(name="displayName")
|
76
|
+
def display_name(self) -> _builtins.str:
|
77
|
+
"""
|
78
|
+
The display name of the package.
|
79
|
+
"""
|
80
|
+
return pulumi.get(self, "display_name")
|
81
|
+
|
82
|
+
@_builtins.property
|
83
|
+
@pulumi.getter
|
84
|
+
def id(self) -> _builtins.str:
|
85
|
+
"""
|
86
|
+
The provider-assigned unique ID for this managed resource.
|
87
|
+
"""
|
88
|
+
return pulumi.get(self, "id")
|
89
|
+
|
90
|
+
@_builtins.property
|
91
|
+
@pulumi.getter
|
92
|
+
def location(self) -> _builtins.str:
|
93
|
+
return pulumi.get(self, "location")
|
94
|
+
|
95
|
+
@_builtins.property
|
96
|
+
@pulumi.getter
|
97
|
+
def name(self) -> _builtins.str:
|
98
|
+
return pulumi.get(self, "name")
|
99
|
+
|
100
|
+
@_builtins.property
|
101
|
+
@pulumi.getter
|
102
|
+
def project(self) -> Optional[_builtins.str]:
|
103
|
+
return pulumi.get(self, "project")
|
104
|
+
|
105
|
+
@_builtins.property
|
106
|
+
@pulumi.getter(name="repositoryId")
|
107
|
+
def repository_id(self) -> _builtins.str:
|
108
|
+
return pulumi.get(self, "repository_id")
|
109
|
+
|
110
|
+
@_builtins.property
|
111
|
+
@pulumi.getter(name="updateTime")
|
112
|
+
def update_time(self) -> _builtins.str:
|
113
|
+
"""
|
114
|
+
The time, as a RFC 3339 string, this package was last updated. This includes publishing a new version of the package.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "update_time")
|
117
|
+
|
118
|
+
|
119
|
+
class AwaitableGetPackageResult(GetPackageResult):
|
120
|
+
# pylint: disable=using-constant-test
|
121
|
+
def __await__(self):
|
122
|
+
if False:
|
123
|
+
yield self
|
124
|
+
return GetPackageResult(
|
125
|
+
annotations=self.annotations,
|
126
|
+
create_time=self.create_time,
|
127
|
+
display_name=self.display_name,
|
128
|
+
id=self.id,
|
129
|
+
location=self.location,
|
130
|
+
name=self.name,
|
131
|
+
project=self.project,
|
132
|
+
repository_id=self.repository_id,
|
133
|
+
update_time=self.update_time)
|
134
|
+
|
135
|
+
|
136
|
+
def get_package(location: Optional[_builtins.str] = None,
|
137
|
+
name: Optional[_builtins.str] = None,
|
138
|
+
project: Optional[_builtins.str] = None,
|
139
|
+
repository_id: Optional[_builtins.str] = None,
|
140
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPackageResult:
|
141
|
+
"""
|
142
|
+
This data source fetches information of a package from a provided Artifact Registry repository.
|
143
|
+
|
144
|
+
## Example Usage
|
145
|
+
|
146
|
+
```python
|
147
|
+
import pulumi
|
148
|
+
import pulumi_google as google
|
149
|
+
|
150
|
+
my_package = google.index.ArtifactRegistryPackage("my_package",
|
151
|
+
location=us-west1,
|
152
|
+
repository_id=my-repository)
|
153
|
+
```
|
154
|
+
|
155
|
+
|
156
|
+
:param _builtins.str location: The location of the artifact registry.
|
157
|
+
:param _builtins.str name: The name of the package.
|
158
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
159
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
160
|
+
"""
|
161
|
+
__args__ = dict()
|
162
|
+
__args__['location'] = location
|
163
|
+
__args__['name'] = name
|
164
|
+
__args__['project'] = project
|
165
|
+
__args__['repositoryId'] = repository_id
|
166
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
+
__ret__ = pulumi.runtime.invoke('gcp:artifactregistry/getPackage:getPackage', __args__, opts=opts, typ=GetPackageResult).value
|
168
|
+
|
169
|
+
return AwaitableGetPackageResult(
|
170
|
+
annotations=pulumi.get(__ret__, 'annotations'),
|
171
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
172
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
173
|
+
id=pulumi.get(__ret__, 'id'),
|
174
|
+
location=pulumi.get(__ret__, 'location'),
|
175
|
+
name=pulumi.get(__ret__, 'name'),
|
176
|
+
project=pulumi.get(__ret__, 'project'),
|
177
|
+
repository_id=pulumi.get(__ret__, 'repository_id'),
|
178
|
+
update_time=pulumi.get(__ret__, 'update_time'))
|
179
|
+
def get_package_output(location: Optional[pulumi.Input[_builtins.str]] = None,
|
180
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
181
|
+
project: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
182
|
+
repository_id: Optional[pulumi.Input[_builtins.str]] = None,
|
183
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPackageResult]:
|
184
|
+
"""
|
185
|
+
This data source fetches information of a package from a provided Artifact Registry repository.
|
186
|
+
|
187
|
+
## Example Usage
|
188
|
+
|
189
|
+
```python
|
190
|
+
import pulumi
|
191
|
+
import pulumi_google as google
|
192
|
+
|
193
|
+
my_package = google.index.ArtifactRegistryPackage("my_package",
|
194
|
+
location=us-west1,
|
195
|
+
repository_id=my-repository)
|
196
|
+
```
|
197
|
+
|
198
|
+
|
199
|
+
:param _builtins.str location: The location of the artifact registry.
|
200
|
+
:param _builtins.str name: The name of the package.
|
201
|
+
:param _builtins.str project: The project ID in which the resource belongs. If it is not provided, the provider project is used.
|
202
|
+
:param _builtins.str repository_id: The last part of the repository name to fetch from.
|
203
|
+
"""
|
204
|
+
__args__ = dict()
|
205
|
+
__args__['location'] = location
|
206
|
+
__args__['name'] = name
|
207
|
+
__args__['project'] = project
|
208
|
+
__args__['repositoryId'] = repository_id
|
209
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
210
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:artifactregistry/getPackage:getPackage', __args__, opts=opts, typ=GetPackageResult)
|
211
|
+
return __ret__.apply(lambda __response__: GetPackageResult(
|
212
|
+
annotations=pulumi.get(__response__, 'annotations'),
|
213
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
214
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
215
|
+
id=pulumi.get(__response__, 'id'),
|
216
|
+
location=pulumi.get(__response__, 'location'),
|
217
|
+
name=pulumi.get(__response__, 'name'),
|
218
|
+
project=pulumi.get(__response__, 'project'),
|
219
|
+
repository_id=pulumi.get(__response__, 'repository_id'),
|
220
|
+
update_time=pulumi.get(__response__, 'update_time')))
|