pulumi-gcp 8.40.0a1754721948__py3-none-any.whl → 8.41.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +152 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +24 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/accesscontextmanager/outputs.py +15 -3
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +1435 -0
- pulumi_gcp/apigee/api_product.py +1698 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/apigee/outputs.py +1081 -0
- pulumi_gcp/apigee/security_action.py +1010 -0
- pulumi_gcp/artifactregistry/__init__.py +6 -0
- pulumi_gcp/artifactregistry/get_docker_images.py +164 -0
- pulumi_gcp/artifactregistry/get_package.py +220 -0
- pulumi_gcp/artifactregistry/get_repositories.py +160 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/get_version.py +261 -0
- pulumi_gcp/artifactregistry/outputs.py +239 -2
- pulumi_gcp/artifactregistry/repository.py +6 -6
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +56 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +12 -1
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/_inputs.py +6 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/get_table.py +23 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/outputs.py +4 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigquery/table.py +62 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +180 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +80 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +322 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +32 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +159 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +33 -0
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/bigtable/schema_bundle.py +568 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/_inputs.py +48 -0
- pulumi_gcp/cloudfunctions/function.py +94 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctions/get_function.py +23 -1
- pulumi_gcp/cloudfunctions/outputs.py +70 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/_inputs.py +20 -0
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +25 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1068 -22
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/firewall_policy_with_rules.py +66 -0
- pulumi_gcp/compute/forwarding_rule.py +0 -21
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_router.py +12 -1
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/outputs.py +966 -22
- pulumi_gcp/compute/preview_feature.py +396 -0
- pulumi_gcp/compute/region_backend_service.py +257 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/region_security_policy.py +54 -0
- pulumi_gcp/compute/region_url_map.py +392 -0
- pulumi_gcp/compute/reservation.py +4 -4
- pulumi_gcp/compute/router.py +54 -0
- pulumi_gcp/compute/service_attachment.py +126 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool.py +154 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork.py +54 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +2 -4
- pulumi_gcp/config/vars.py +4 -8
- pulumi_gcp/container/_inputs.py +2622 -246
- pulumi_gcp/container/cluster.py +61 -21
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +2877 -133
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +249 -14
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/batch.py +6 -0
- pulumi_gcp/dataproc/cluster.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/dataproc/outputs.py +215 -12
- pulumi_gcp/dataproc/session_template.py +14 -2
- pulumi_gcp/developerconnect/__init__.py +1 -0
- pulumi_gcp/developerconnect/_inputs.py +583 -0
- pulumi_gcp/developerconnect/insights_config.py +895 -0
- pulumi_gcp/developerconnect/outputs.py +442 -0
- pulumi_gcp/diagflow/__init__.py +3 -0
- pulumi_gcp/diagflow/_inputs.py +11899 -7963
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_generator.py +636 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/cx_tool.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +380 -36
- pulumi_gcp/diagflow/outputs.py +9099 -5946
- pulumi_gcp/discoveryengine/__init__.py +2 -0
- pulumi_gcp/discoveryengine/_inputs.py +465 -0
- pulumi_gcp/discoveryengine/cmek_config.py +707 -0
- pulumi_gcp/discoveryengine/outputs.py +412 -0
- pulumi_gcp/discoveryengine/recommendation_engine.py +813 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +107 -9
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +2 -2
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +98 -0
- pulumi_gcp/iam/get_workforce_pool_iam_policy.py +161 -0
- pulumi_gcp/iam/outputs.py +56 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +763 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +602 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/looker/instance.py +28 -7
- pulumi_gcp/managedkafka/_inputs.py +127 -0
- pulumi_gcp/managedkafka/cluster.py +131 -1
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/managedkafka/outputs.py +128 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +78 -12
- pulumi_gcp/modelarmor/__init__.py +1 -0
- pulumi_gcp/modelarmor/_inputs.py +683 -0
- pulumi_gcp/modelarmor/floorsetting.py +736 -0
- pulumi_gcp/modelarmor/outputs.py +618 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +60 -0
- pulumi_gcp/networkconnectivity/internal_range.py +136 -0
- pulumi_gcp/networkconnectivity/outputs.py +55 -0
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/oracledatabase/__init__.py +2 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +262 -38
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +314 -50
- pulumi_gcp/oracledatabase/get_autonomous_database.py +23 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +34 -1
- pulumi_gcp/oracledatabase/odb_network.py +721 -0
- pulumi_gcp/oracledatabase/odb_subnet.py +803 -0
- pulumi_gcp/oracledatabase/outputs.py +83 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/parameter_version.py +62 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +64 -0
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +20 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/subscription.py +130 -6
- pulumi_gcp/pubsub/topic.py +116 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +70 -0
- pulumi_gcp/redis/get_cluster.py +12 -1
- pulumi_gcp/redis/instance.py +8 -12
- pulumi_gcp/secretmanager/get_regional_secret.py +12 -1
- pulumi_gcp/secretmanager/get_secret.py +12 -1
- pulumi_gcp/secretmanager/outputs.py +30 -0
- pulumi_gcp/secretmanager/regional_secret.py +61 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret.py +61 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/branch_rule.py +16 -8
- pulumi_gcp/securesourcemanager/instance.py +112 -4
- pulumi_gcp/securesourcemanager/repository.py +112 -8
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/serviceaccount/get_account_key.py +1 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/sql/_inputs.py +88 -10
- pulumi_gcp/sql/database.py +0 -12
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -11
- pulumi_gcp/storage/__init__.py +2 -0
- pulumi_gcp/storage/_inputs.py +555 -12
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_object.py +34 -0
- pulumi_gcp/storage/get_bucket_object.py +12 -1
- pulumi_gcp/storage/get_bucket_object_content.py +12 -1
- pulumi_gcp/storage/get_insights_dataset_config.py +363 -0
- pulumi_gcp/storage/insights_dataset_config.py +1280 -0
- pulumi_gcp/storage/outputs.py +703 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/__init__.py +2 -0
- pulumi_gcp/vertex/_inputs.py +3768 -3
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +940 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +2678 -2
- pulumi_gcp/vmwareengine/network_peering.py +7 -7
- pulumi_gcp/workbench/_inputs.py +118 -0
- pulumi_gcp/workbench/instance.py +171 -2
- pulumi_gcp/workbench/outputs.py +91 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/RECORD +469 -442
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/top_level.txt +0 -0
@@ -42,6 +42,8 @@ __all__ = [
|
|
42
42
|
'RepositoryVirtualRepositoryConfig',
|
43
43
|
'RepositoryVirtualRepositoryConfigUpstreamPolicy',
|
44
44
|
'RepositoryVulnerabilityScanningConfig',
|
45
|
+
'GetDockerImagesDockerImageResult',
|
46
|
+
'GetRepositoriesRepositoryResult',
|
45
47
|
'GetRepositoryCleanupPolicyResult',
|
46
48
|
'GetRepositoryCleanupPolicyConditionResult',
|
47
49
|
'GetRepositoryCleanupPolicyMostRecentVersionResult',
|
@@ -66,6 +68,8 @@ __all__ = [
|
|
66
68
|
'GetRepositoryVirtualRepositoryConfigResult',
|
67
69
|
'GetRepositoryVirtualRepositoryConfigUpstreamPolicyResult',
|
68
70
|
'GetRepositoryVulnerabilityScanningConfigResult',
|
71
|
+
'GetTagsTagResult',
|
72
|
+
'GetVersionRelatedTagResult',
|
69
73
|
]
|
70
74
|
|
71
75
|
@pulumi.output_type
|
@@ -1376,6 +1380,185 @@ class RepositoryVulnerabilityScanningConfig(dict):
|
|
1376
1380
|
return pulumi.get(self, "enablement_state_reason")
|
1377
1381
|
|
1378
1382
|
|
1383
|
+
@pulumi.output_type
|
1384
|
+
class GetDockerImagesDockerImageResult(dict):
|
1385
|
+
def __init__(__self__, *,
|
1386
|
+
build_time: _builtins.str,
|
1387
|
+
image_name: _builtins.str,
|
1388
|
+
image_size_bytes: _builtins.str,
|
1389
|
+
media_type: _builtins.str,
|
1390
|
+
name: _builtins.str,
|
1391
|
+
self_link: _builtins.str,
|
1392
|
+
tags: Sequence[_builtins.str],
|
1393
|
+
update_time: _builtins.str,
|
1394
|
+
upload_time: _builtins.str):
|
1395
|
+
"""
|
1396
|
+
:param _builtins.str build_time: The time, as a RFC 3339 string, this image was built.
|
1397
|
+
:param _builtins.str image_name: Extracted short name of the image (last part of `name`, without tag or digest). For example, from `.../nginx@sha256:...` → `nginx`.
|
1398
|
+
:param _builtins.str image_size_bytes: Calculated size of the image in bytes.
|
1399
|
+
:param _builtins.str media_type: Media type of this image, e.g. `application/vnd.docker.distribution.manifest.v2+json`.
|
1400
|
+
:param _builtins.str name: The fully qualified name of the fetched image. This name has the form: `projects/{{project}}/locations/{{location}}/repository/{{repository_id}}/dockerImages/{{docker_image}}`. For example, `projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf`
|
1401
|
+
:param _builtins.str self_link: The URI to access the image. For example, `us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf`
|
1402
|
+
:param Sequence[_builtins.str] tags: A list of all tags associated with the image.
|
1403
|
+
:param _builtins.str update_time: The time, as a RFC 3339 string, this image was updated.
|
1404
|
+
:param _builtins.str upload_time: The time, as a RFC 3339 string, the image was uploaded. For example, `2014-10-02T15:01:23.045123456Z`.
|
1405
|
+
"""
|
1406
|
+
pulumi.set(__self__, "build_time", build_time)
|
1407
|
+
pulumi.set(__self__, "image_name", image_name)
|
1408
|
+
pulumi.set(__self__, "image_size_bytes", image_size_bytes)
|
1409
|
+
pulumi.set(__self__, "media_type", media_type)
|
1410
|
+
pulumi.set(__self__, "name", name)
|
1411
|
+
pulumi.set(__self__, "self_link", self_link)
|
1412
|
+
pulumi.set(__self__, "tags", tags)
|
1413
|
+
pulumi.set(__self__, "update_time", update_time)
|
1414
|
+
pulumi.set(__self__, "upload_time", upload_time)
|
1415
|
+
|
1416
|
+
@_builtins.property
|
1417
|
+
@pulumi.getter(name="buildTime")
|
1418
|
+
def build_time(self) -> _builtins.str:
|
1419
|
+
"""
|
1420
|
+
The time, as a RFC 3339 string, this image was built.
|
1421
|
+
"""
|
1422
|
+
return pulumi.get(self, "build_time")
|
1423
|
+
|
1424
|
+
@_builtins.property
|
1425
|
+
@pulumi.getter(name="imageName")
|
1426
|
+
def image_name(self) -> _builtins.str:
|
1427
|
+
"""
|
1428
|
+
Extracted short name of the image (last part of `name`, without tag or digest). For example, from `.../nginx@sha256:...` → `nginx`.
|
1429
|
+
"""
|
1430
|
+
return pulumi.get(self, "image_name")
|
1431
|
+
|
1432
|
+
@_builtins.property
|
1433
|
+
@pulumi.getter(name="imageSizeBytes")
|
1434
|
+
def image_size_bytes(self) -> _builtins.str:
|
1435
|
+
"""
|
1436
|
+
Calculated size of the image in bytes.
|
1437
|
+
"""
|
1438
|
+
return pulumi.get(self, "image_size_bytes")
|
1439
|
+
|
1440
|
+
@_builtins.property
|
1441
|
+
@pulumi.getter(name="mediaType")
|
1442
|
+
def media_type(self) -> _builtins.str:
|
1443
|
+
"""
|
1444
|
+
Media type of this image, e.g. `application/vnd.docker.distribution.manifest.v2+json`.
|
1445
|
+
"""
|
1446
|
+
return pulumi.get(self, "media_type")
|
1447
|
+
|
1448
|
+
@_builtins.property
|
1449
|
+
@pulumi.getter
|
1450
|
+
def name(self) -> _builtins.str:
|
1451
|
+
"""
|
1452
|
+
The fully qualified name of the fetched image. This name has the form: `projects/{{project}}/locations/{{location}}/repository/{{repository_id}}/dockerImages/{{docker_image}}`. For example, `projects/test-project/locations/us-west4/repositories/test-repo/dockerImages/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf`
|
1453
|
+
"""
|
1454
|
+
return pulumi.get(self, "name")
|
1455
|
+
|
1456
|
+
@_builtins.property
|
1457
|
+
@pulumi.getter(name="selfLink")
|
1458
|
+
def self_link(self) -> _builtins.str:
|
1459
|
+
"""
|
1460
|
+
The URI to access the image. For example, `us-west4-docker.pkg.dev/test-project/test-repo/nginx@sha256:e9954c1fc875017be1c3e36eca16be2d9e9bccc4bf072163515467d6a823c7cf`
|
1461
|
+
"""
|
1462
|
+
return pulumi.get(self, "self_link")
|
1463
|
+
|
1464
|
+
@_builtins.property
|
1465
|
+
@pulumi.getter
|
1466
|
+
def tags(self) -> Sequence[_builtins.str]:
|
1467
|
+
"""
|
1468
|
+
A list of all tags associated with the image.
|
1469
|
+
"""
|
1470
|
+
return pulumi.get(self, "tags")
|
1471
|
+
|
1472
|
+
@_builtins.property
|
1473
|
+
@pulumi.getter(name="updateTime")
|
1474
|
+
def update_time(self) -> _builtins.str:
|
1475
|
+
"""
|
1476
|
+
The time, as a RFC 3339 string, this image was updated.
|
1477
|
+
"""
|
1478
|
+
return pulumi.get(self, "update_time")
|
1479
|
+
|
1480
|
+
@_builtins.property
|
1481
|
+
@pulumi.getter(name="uploadTime")
|
1482
|
+
def upload_time(self) -> _builtins.str:
|
1483
|
+
"""
|
1484
|
+
The time, as a RFC 3339 string, the image was uploaded. For example, `2014-10-02T15:01:23.045123456Z`.
|
1485
|
+
"""
|
1486
|
+
return pulumi.get(self, "upload_time")
|
1487
|
+
|
1488
|
+
|
1489
|
+
@pulumi.output_type
|
1490
|
+
class GetRepositoriesRepositoryResult(dict):
|
1491
|
+
def __init__(__self__, *,
|
1492
|
+
create_time: _builtins.str,
|
1493
|
+
description: _builtins.str,
|
1494
|
+
format: _builtins.str,
|
1495
|
+
id: _builtins.str,
|
1496
|
+
repository_id: _builtins.str,
|
1497
|
+
update_time: _builtins.str):
|
1498
|
+
"""
|
1499
|
+
:param _builtins.str create_time: The time when the repository was created.
|
1500
|
+
:param _builtins.str description: The user-provided description of the repository.
|
1501
|
+
:param _builtins.str format: The format of packages that are stored in the repository. Supported formats can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
1502
|
+
:param _builtins.str id: An identifier for the resource with format `projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}`
|
1503
|
+
:param _builtins.str repository_id: The last part of the repository name, for example: `"repo1"`
|
1504
|
+
:param _builtins.str update_time: The time when the repository was last updated.
|
1505
|
+
"""
|
1506
|
+
pulumi.set(__self__, "create_time", create_time)
|
1507
|
+
pulumi.set(__self__, "description", description)
|
1508
|
+
pulumi.set(__self__, "format", format)
|
1509
|
+
pulumi.set(__self__, "id", id)
|
1510
|
+
pulumi.set(__self__, "repository_id", repository_id)
|
1511
|
+
pulumi.set(__self__, "update_time", update_time)
|
1512
|
+
|
1513
|
+
@_builtins.property
|
1514
|
+
@pulumi.getter(name="createTime")
|
1515
|
+
def create_time(self) -> _builtins.str:
|
1516
|
+
"""
|
1517
|
+
The time when the repository was created.
|
1518
|
+
"""
|
1519
|
+
return pulumi.get(self, "create_time")
|
1520
|
+
|
1521
|
+
@_builtins.property
|
1522
|
+
@pulumi.getter
|
1523
|
+
def description(self) -> _builtins.str:
|
1524
|
+
"""
|
1525
|
+
The user-provided description of the repository.
|
1526
|
+
"""
|
1527
|
+
return pulumi.get(self, "description")
|
1528
|
+
|
1529
|
+
@_builtins.property
|
1530
|
+
@pulumi.getter
|
1531
|
+
def format(self) -> _builtins.str:
|
1532
|
+
"""
|
1533
|
+
The format of packages that are stored in the repository. Supported formats can be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).
|
1534
|
+
"""
|
1535
|
+
return pulumi.get(self, "format")
|
1536
|
+
|
1537
|
+
@_builtins.property
|
1538
|
+
@pulumi.getter
|
1539
|
+
def id(self) -> _builtins.str:
|
1540
|
+
"""
|
1541
|
+
An identifier for the resource with format `projects/{{project}}/locations/{{location}}/repositories/{{repository_id}}`
|
1542
|
+
"""
|
1543
|
+
return pulumi.get(self, "id")
|
1544
|
+
|
1545
|
+
@_builtins.property
|
1546
|
+
@pulumi.getter(name="repositoryId")
|
1547
|
+
def repository_id(self) -> _builtins.str:
|
1548
|
+
"""
|
1549
|
+
The last part of the repository name, for example: `"repo1"`
|
1550
|
+
"""
|
1551
|
+
return pulumi.get(self, "repository_id")
|
1552
|
+
|
1553
|
+
@_builtins.property
|
1554
|
+
@pulumi.getter(name="updateTime")
|
1555
|
+
def update_time(self) -> _builtins.str:
|
1556
|
+
"""
|
1557
|
+
The time when the repository was last updated.
|
1558
|
+
"""
|
1559
|
+
return pulumi.get(self, "update_time")
|
1560
|
+
|
1561
|
+
|
1379
1562
|
@pulumi.output_type
|
1380
1563
|
class GetRepositoryCleanupPolicyResult(dict):
|
1381
1564
|
def __init__(__self__, *,
|
@@ -1719,7 +1902,7 @@ class GetRepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryResult(dic
|
|
1719
1902
|
repository_base: _builtins.str,
|
1720
1903
|
repository_path: _builtins.str):
|
1721
1904
|
"""
|
1722
|
-
:param _builtins.str repository_base: A common public repository base for Apt, e.g. '"debian/dists/
|
1905
|
+
:param _builtins.str repository_base: A common public repository base for Apt, e.g. '"debian/dists/stable"' Possible values: ["DEBIAN", "UBUNTU", "DEBIAN_SNAPSHOT"]
|
1723
1906
|
:param _builtins.str repository_path: Specific repository from the base.
|
1724
1907
|
"""
|
1725
1908
|
pulumi.set(__self__, "repository_base", repository_base)
|
@@ -1729,7 +1912,7 @@ class GetRepositoryRemoteRepositoryConfigAptRepositoryPublicRepositoryResult(dic
|
|
1729
1912
|
@pulumi.getter(name="repositoryBase")
|
1730
1913
|
def repository_base(self) -> _builtins.str:
|
1731
1914
|
"""
|
1732
|
-
A common public repository base for Apt, e.g. '"debian/dists/
|
1915
|
+
A common public repository base for Apt, e.g. '"debian/dists/stable"' Possible values: ["DEBIAN", "UBUNTU", "DEBIAN_SNAPSHOT"]
|
1733
1916
|
"""
|
1734
1917
|
return pulumi.get(self, "repository_base")
|
1735
1918
|
|
@@ -2154,3 +2337,57 @@ class GetRepositoryVulnerabilityScanningConfigResult(dict):
|
|
2154
2337
|
return pulumi.get(self, "enablement_state_reason")
|
2155
2338
|
|
2156
2339
|
|
2340
|
+
@pulumi.output_type
|
2341
|
+
class GetTagsTagResult(dict):
|
2342
|
+
def __init__(__self__, *,
|
2343
|
+
name: _builtins.str,
|
2344
|
+
version: _builtins.str):
|
2345
|
+
"""
|
2346
|
+
:param _builtins.str name: 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.
|
2347
|
+
:param _builtins.str version: The version of the tag.
|
2348
|
+
"""
|
2349
|
+
pulumi.set(__self__, "name", name)
|
2350
|
+
pulumi.set(__self__, "version", version)
|
2351
|
+
|
2352
|
+
@_builtins.property
|
2353
|
+
@pulumi.getter
|
2354
|
+
def name(self) -> _builtins.str:
|
2355
|
+
"""
|
2356
|
+
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.
|
2357
|
+
"""
|
2358
|
+
return pulumi.get(self, "name")
|
2359
|
+
|
2360
|
+
@_builtins.property
|
2361
|
+
@pulumi.getter
|
2362
|
+
def version(self) -> _builtins.str:
|
2363
|
+
"""
|
2364
|
+
The version of the tag.
|
2365
|
+
"""
|
2366
|
+
return pulumi.get(self, "version")
|
2367
|
+
|
2368
|
+
|
2369
|
+
@pulumi.output_type
|
2370
|
+
class GetVersionRelatedTagResult(dict):
|
2371
|
+
def __init__(__self__, *,
|
2372
|
+
name: _builtins.str,
|
2373
|
+
version: _builtins.str):
|
2374
|
+
"""
|
2375
|
+
:param _builtins.str name: The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/version1`. If the package part contains slashes, the slashes are escaped.
|
2376
|
+
"""
|
2377
|
+
pulumi.set(__self__, "name", name)
|
2378
|
+
pulumi.set(__self__, "version", version)
|
2379
|
+
|
2380
|
+
@_builtins.property
|
2381
|
+
@pulumi.getter
|
2382
|
+
def name(self) -> _builtins.str:
|
2383
|
+
"""
|
2384
|
+
The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/version1`. If the package part contains slashes, the slashes are escaped.
|
2385
|
+
"""
|
2386
|
+
return pulumi.get(self, "name")
|
2387
|
+
|
2388
|
+
@_builtins.property
|
2389
|
+
@pulumi.getter
|
2390
|
+
def version(self) -> _builtins.str:
|
2391
|
+
return pulumi.get(self, "version")
|
2392
|
+
|
2393
|
+
|
@@ -887,16 +887,16 @@ class Repository(pulumi.CustomResource):
|
|
887
887
|
|
888
888
|
my_repo = gcp.artifactregistry.Repository("my-repo",
|
889
889
|
location="us-central1",
|
890
|
-
repository_id="debian-
|
890
|
+
repository_id="debian-stable",
|
891
891
|
description="example remote apt repository",
|
892
892
|
format="APT",
|
893
893
|
mode="REMOTE_REPOSITORY",
|
894
894
|
remote_repository_config={
|
895
|
-
"description": "Debian
|
895
|
+
"description": "Debian stable remote repository",
|
896
896
|
"apt_repository": {
|
897
897
|
"public_repository": {
|
898
898
|
"repository_base": "DEBIAN",
|
899
|
-
"repository_path": "debian/dists/
|
899
|
+
"repository_path": "debian/dists/stable",
|
900
900
|
},
|
901
901
|
},
|
902
902
|
})
|
@@ -1512,16 +1512,16 @@ class Repository(pulumi.CustomResource):
|
|
1512
1512
|
|
1513
1513
|
my_repo = gcp.artifactregistry.Repository("my-repo",
|
1514
1514
|
location="us-central1",
|
1515
|
-
repository_id="debian-
|
1515
|
+
repository_id="debian-stable",
|
1516
1516
|
description="example remote apt repository",
|
1517
1517
|
format="APT",
|
1518
1518
|
mode="REMOTE_REPOSITORY",
|
1519
1519
|
remote_repository_config={
|
1520
|
-
"description": "Debian
|
1520
|
+
"description": "Debian stable remote repository",
|
1521
1521
|
"apt_repository": {
|
1522
1522
|
"public_repository": {
|
1523
1523
|
"repository_base": "DEBIAN",
|
1524
|
-
"repository_path": "debian/dists/
|
1524
|
+
"repository_path": "debian/dists/stable",
|
1525
1525
|
},
|
1526
1526
|
},
|
1527
1527
|
})
|
@@ -389,6 +389,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
389
389
|
-
|
390
390
|
|
391
391
|
# IAM policy for Artifact Registry Repository
|
392
|
+
|
392
393
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
393
394
|
|
394
395
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -585,6 +586,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
585
586
|
-
|
586
587
|
|
587
588
|
# IAM policy for Artifact Registry Repository
|
589
|
+
|
588
590
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
589
591
|
|
590
592
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -389,6 +389,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
389
389
|
-
|
390
390
|
|
391
391
|
# IAM policy for Artifact Registry Repository
|
392
|
+
|
392
393
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
393
394
|
|
394
395
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -585,6 +586,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
585
586
|
-
|
586
587
|
|
587
588
|
# IAM policy for Artifact Registry Repository
|
589
|
+
|
588
590
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
589
591
|
|
590
592
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
286
286
|
-
|
287
287
|
|
288
288
|
# IAM policy for Artifact Registry Repository
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -470,6 +471,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
470
471
|
-
|
471
472
|
|
472
473
|
# IAM policy for Artifact Registry Repository
|
474
|
+
|
473
475
|
Three different resources help you manage your IAM policy for Artifact Registry Repository. Each of these resources serves a different use case:
|
474
476
|
|
475
477
|
* `artifactregistry.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -27,6 +27,7 @@ class BackupPlanArgs:
|
|
27
27
|
location: pulumi.Input[_builtins.str],
|
28
28
|
resource_type: pulumi.Input[_builtins.str],
|
29
29
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
30
|
+
log_retention_days: Optional[pulumi.Input[_builtins.int]] = None,
|
30
31
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
31
32
|
"""
|
32
33
|
The set of arguments for constructing a BackupPlan resource.
|
@@ -36,8 +37,9 @@ class BackupPlanArgs:
|
|
36
37
|
:param pulumi.Input[_builtins.str] backup_vault: Backup vault where the backups gets stored using this Backup plan.
|
37
38
|
:param pulumi.Input[_builtins.str] location: The location for the backup plan
|
38
39
|
:param pulumi.Input[_builtins.str] resource_type: The resource type to which the `BackupPlan` will be applied.
|
39
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
40
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
40
41
|
:param pulumi.Input[_builtins.str] description: The description allows for additional details about `BackupPlan` and its use cases to be provided.
|
42
|
+
:param pulumi.Input[_builtins.int] log_retention_days: This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
41
43
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
42
44
|
If it is not provided, the provider project is used.
|
43
45
|
"""
|
@@ -48,6 +50,8 @@ class BackupPlanArgs:
|
|
48
50
|
pulumi.set(__self__, "resource_type", resource_type)
|
49
51
|
if description is not None:
|
50
52
|
pulumi.set(__self__, "description", description)
|
53
|
+
if log_retention_days is not None:
|
54
|
+
pulumi.set(__self__, "log_retention_days", log_retention_days)
|
51
55
|
if project is not None:
|
52
56
|
pulumi.set(__self__, "project", project)
|
53
57
|
|
@@ -105,7 +109,7 @@ class BackupPlanArgs:
|
|
105
109
|
def resource_type(self) -> pulumi.Input[_builtins.str]:
|
106
110
|
"""
|
107
111
|
The resource type to which the `BackupPlan` will be applied.
|
108
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
112
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
109
113
|
"""
|
110
114
|
return pulumi.get(self, "resource_type")
|
111
115
|
|
@@ -125,6 +129,18 @@ class BackupPlanArgs:
|
|
125
129
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
126
130
|
pulumi.set(self, "description", value)
|
127
131
|
|
132
|
+
@_builtins.property
|
133
|
+
@pulumi.getter(name="logRetentionDays")
|
134
|
+
def log_retention_days(self) -> Optional[pulumi.Input[_builtins.int]]:
|
135
|
+
"""
|
136
|
+
This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
137
|
+
"""
|
138
|
+
return pulumi.get(self, "log_retention_days")
|
139
|
+
|
140
|
+
@log_retention_days.setter
|
141
|
+
def log_retention_days(self, value: Optional[pulumi.Input[_builtins.int]]):
|
142
|
+
pulumi.set(self, "log_retention_days", value)
|
143
|
+
|
128
144
|
@_builtins.property
|
129
145
|
@pulumi.getter
|
130
146
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -149,6 +165,7 @@ class _BackupPlanState:
|
|
149
165
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
150
166
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
151
167
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
168
|
+
log_retention_days: Optional[pulumi.Input[_builtins.int]] = None,
|
152
169
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
153
170
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
154
171
|
resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -164,11 +181,12 @@ class _BackupPlanState:
|
|
164
181
|
:param pulumi.Input[_builtins.str] create_time: When the `BackupPlan` was created.
|
165
182
|
:param pulumi.Input[_builtins.str] description: The description allows for additional details about `BackupPlan` and its use cases to be provided.
|
166
183
|
:param pulumi.Input[_builtins.str] location: The location for the backup plan
|
184
|
+
:param pulumi.Input[_builtins.int] log_retention_days: This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
167
185
|
:param pulumi.Input[_builtins.str] name: The name of backup plan resource created
|
168
186
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
169
187
|
If it is not provided, the provider project is used.
|
170
188
|
:param pulumi.Input[_builtins.str] resource_type: The resource type to which the `BackupPlan` will be applied.
|
171
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
189
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
172
190
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_resource_types: The list of all resource types to which the 'BackupPlan' can be applied.
|
173
191
|
:param pulumi.Input[_builtins.str] update_time: When the `BackupPlan` was last updated.
|
174
192
|
"""
|
@@ -186,6 +204,8 @@ class _BackupPlanState:
|
|
186
204
|
pulumi.set(__self__, "description", description)
|
187
205
|
if location is not None:
|
188
206
|
pulumi.set(__self__, "location", location)
|
207
|
+
if log_retention_days is not None:
|
208
|
+
pulumi.set(__self__, "log_retention_days", log_retention_days)
|
189
209
|
if name is not None:
|
190
210
|
pulumi.set(__self__, "name", name)
|
191
211
|
if project is not None:
|
@@ -282,6 +302,18 @@ class _BackupPlanState:
|
|
282
302
|
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
283
303
|
pulumi.set(self, "location", value)
|
284
304
|
|
305
|
+
@_builtins.property
|
306
|
+
@pulumi.getter(name="logRetentionDays")
|
307
|
+
def log_retention_days(self) -> Optional[pulumi.Input[_builtins.int]]:
|
308
|
+
"""
|
309
|
+
This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
310
|
+
"""
|
311
|
+
return pulumi.get(self, "log_retention_days")
|
312
|
+
|
313
|
+
@log_retention_days.setter
|
314
|
+
def log_retention_days(self, value: Optional[pulumi.Input[_builtins.int]]):
|
315
|
+
pulumi.set(self, "log_retention_days", value)
|
316
|
+
|
285
317
|
@_builtins.property
|
286
318
|
@pulumi.getter
|
287
319
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -312,7 +344,7 @@ class _BackupPlanState:
|
|
312
344
|
def resource_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
313
345
|
"""
|
314
346
|
The resource type to which the `BackupPlan` will be applied.
|
315
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
347
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
316
348
|
"""
|
317
349
|
return pulumi.get(self, "resource_type")
|
318
350
|
|
@@ -356,6 +388,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
356
388
|
backup_vault: Optional[pulumi.Input[_builtins.str]] = None,
|
357
389
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
358
390
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
391
|
+
log_retention_days: Optional[pulumi.Input[_builtins.int]] = None,
|
359
392
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
360
393
|
resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
361
394
|
__props__=None):
|
@@ -428,6 +461,36 @@ class BackupPlan(pulumi.CustomResource):
|
|
428
461
|
},
|
429
462
|
}])
|
430
463
|
```
|
464
|
+
### Backup Dr Backup Plan For Csql Resource
|
465
|
+
|
466
|
+
```python
|
467
|
+
import pulumi
|
468
|
+
import pulumi_gcp as gcp
|
469
|
+
|
470
|
+
my_backup_vault = gcp.backupdisasterrecovery.BackupVault("my_backup_vault",
|
471
|
+
location="us-central1",
|
472
|
+
backup_vault_id="backup-vault-csql-test",
|
473
|
+
backup_minimum_enforced_retention_duration="100000s")
|
474
|
+
my_csql_backup_plan_1 = gcp.backupdisasterrecovery.BackupPlan("my-csql-backup-plan-1",
|
475
|
+
location="us-central1",
|
476
|
+
backup_plan_id="backup-plan-csql-test",
|
477
|
+
resource_type="sqladmin.googleapis.com/Instance",
|
478
|
+
backup_vault=my_backup_vault.id,
|
479
|
+
backup_rules=[{
|
480
|
+
"rule_id": "rule-1",
|
481
|
+
"backup_retention_days": 5,
|
482
|
+
"standard_schedule": {
|
483
|
+
"recurrence_type": "HOURLY",
|
484
|
+
"hourly_frequency": 6,
|
485
|
+
"time_zone": "UTC",
|
486
|
+
"backup_window": {
|
487
|
+
"start_hour_of_day": 0,
|
488
|
+
"end_hour_of_day": 6,
|
489
|
+
},
|
490
|
+
},
|
491
|
+
}],
|
492
|
+
log_retention_days=4)
|
493
|
+
```
|
431
494
|
|
432
495
|
## Import
|
433
496
|
|
@@ -461,10 +524,11 @@ class BackupPlan(pulumi.CustomResource):
|
|
461
524
|
:param pulumi.Input[_builtins.str] backup_vault: Backup vault where the backups gets stored using this Backup plan.
|
462
525
|
:param pulumi.Input[_builtins.str] description: The description allows for additional details about `BackupPlan` and its use cases to be provided.
|
463
526
|
:param pulumi.Input[_builtins.str] location: The location for the backup plan
|
527
|
+
:param pulumi.Input[_builtins.int] log_retention_days: This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
464
528
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
465
529
|
If it is not provided, the provider project is used.
|
466
530
|
:param pulumi.Input[_builtins.str] resource_type: The resource type to which the `BackupPlan` will be applied.
|
467
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
531
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
468
532
|
"""
|
469
533
|
...
|
470
534
|
@overload
|
@@ -541,6 +605,36 @@ class BackupPlan(pulumi.CustomResource):
|
|
541
605
|
},
|
542
606
|
}])
|
543
607
|
```
|
608
|
+
### Backup Dr Backup Plan For Csql Resource
|
609
|
+
|
610
|
+
```python
|
611
|
+
import pulumi
|
612
|
+
import pulumi_gcp as gcp
|
613
|
+
|
614
|
+
my_backup_vault = gcp.backupdisasterrecovery.BackupVault("my_backup_vault",
|
615
|
+
location="us-central1",
|
616
|
+
backup_vault_id="backup-vault-csql-test",
|
617
|
+
backup_minimum_enforced_retention_duration="100000s")
|
618
|
+
my_csql_backup_plan_1 = gcp.backupdisasterrecovery.BackupPlan("my-csql-backup-plan-1",
|
619
|
+
location="us-central1",
|
620
|
+
backup_plan_id="backup-plan-csql-test",
|
621
|
+
resource_type="sqladmin.googleapis.com/Instance",
|
622
|
+
backup_vault=my_backup_vault.id,
|
623
|
+
backup_rules=[{
|
624
|
+
"rule_id": "rule-1",
|
625
|
+
"backup_retention_days": 5,
|
626
|
+
"standard_schedule": {
|
627
|
+
"recurrence_type": "HOURLY",
|
628
|
+
"hourly_frequency": 6,
|
629
|
+
"time_zone": "UTC",
|
630
|
+
"backup_window": {
|
631
|
+
"start_hour_of_day": 0,
|
632
|
+
"end_hour_of_day": 6,
|
633
|
+
},
|
634
|
+
},
|
635
|
+
}],
|
636
|
+
log_retention_days=4)
|
637
|
+
```
|
544
638
|
|
545
639
|
## Import
|
546
640
|
|
@@ -586,6 +680,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
586
680
|
backup_vault: Optional[pulumi.Input[_builtins.str]] = None,
|
587
681
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
588
682
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
683
|
+
log_retention_days: Optional[pulumi.Input[_builtins.int]] = None,
|
589
684
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
590
685
|
resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
591
686
|
__props__=None):
|
@@ -610,6 +705,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
610
705
|
if location is None and not opts.urn:
|
611
706
|
raise TypeError("Missing required property 'location'")
|
612
707
|
__props__.__dict__["location"] = location
|
708
|
+
__props__.__dict__["log_retention_days"] = log_retention_days
|
613
709
|
__props__.__dict__["project"] = project
|
614
710
|
if resource_type is None and not opts.urn:
|
615
711
|
raise TypeError("Missing required property 'resource_type'")
|
@@ -636,6 +732,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
636
732
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
637
733
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
638
734
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
735
|
+
log_retention_days: Optional[pulumi.Input[_builtins.int]] = None,
|
639
736
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
640
737
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
641
738
|
resource_type: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -656,11 +753,12 @@ class BackupPlan(pulumi.CustomResource):
|
|
656
753
|
:param pulumi.Input[_builtins.str] create_time: When the `BackupPlan` was created.
|
657
754
|
:param pulumi.Input[_builtins.str] description: The description allows for additional details about `BackupPlan` and its use cases to be provided.
|
658
755
|
:param pulumi.Input[_builtins.str] location: The location for the backup plan
|
756
|
+
:param pulumi.Input[_builtins.int] log_retention_days: This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
659
757
|
:param pulumi.Input[_builtins.str] name: The name of backup plan resource created
|
660
758
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
661
759
|
If it is not provided, the provider project is used.
|
662
760
|
:param pulumi.Input[_builtins.str] resource_type: The resource type to which the `BackupPlan` will be applied.
|
663
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
761
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
664
762
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] supported_resource_types: The list of all resource types to which the 'BackupPlan' can be applied.
|
665
763
|
:param pulumi.Input[_builtins.str] update_time: When the `BackupPlan` was last updated.
|
666
764
|
"""
|
@@ -675,6 +773,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
675
773
|
__props__.__dict__["create_time"] = create_time
|
676
774
|
__props__.__dict__["description"] = description
|
677
775
|
__props__.__dict__["location"] = location
|
776
|
+
__props__.__dict__["log_retention_days"] = log_retention_days
|
678
777
|
__props__.__dict__["name"] = name
|
679
778
|
__props__.__dict__["project"] = project
|
680
779
|
__props__.__dict__["resource_type"] = resource_type
|
@@ -739,6 +838,14 @@ class BackupPlan(pulumi.CustomResource):
|
|
739
838
|
"""
|
740
839
|
return pulumi.get(self, "location")
|
741
840
|
|
841
|
+
@_builtins.property
|
842
|
+
@pulumi.getter(name="logRetentionDays")
|
843
|
+
def log_retention_days(self) -> pulumi.Output[Optional[_builtins.int]]:
|
844
|
+
"""
|
845
|
+
This is only applicable for CloudSql resource. Days for which logs will be stored. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.
|
846
|
+
"""
|
847
|
+
return pulumi.get(self, "log_retention_days")
|
848
|
+
|
742
849
|
@_builtins.property
|
743
850
|
@pulumi.getter
|
744
851
|
def name(self) -> pulumi.Output[_builtins.str]:
|
@@ -761,7 +868,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
761
868
|
def resource_type(self) -> pulumi.Output[_builtins.str]:
|
762
869
|
"""
|
763
870
|
The resource type to which the `BackupPlan` will be applied.
|
764
|
-
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", and "storage.googleapis.com/Bucket".
|
871
|
+
Examples include, "compute.googleapis.com/Instance", "compute.googleapis.com/Disk", "sqladmin.googleapis.com/Instance" and "storage.googleapis.com/Bucket".
|
765
872
|
"""
|
766
873
|
return pulumi.get(self, "resource_type")
|
767
874
|
|