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
@@ -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
|
|
@@ -27,7 +27,7 @@ class GetBackupPlanResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackupPlan.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, backup_plan_id=None, backup_rules=None, backup_vault=None, backup_vault_service_account=None, create_time=None, description=None, id=None, location=None, name=None, project=None, resource_type=None, supported_resource_types=None, update_time=None):
|
30
|
+
def __init__(__self__, backup_plan_id=None, backup_rules=None, backup_vault=None, backup_vault_service_account=None, create_time=None, description=None, id=None, location=None, log_retention_days=None, name=None, project=None, resource_type=None, supported_resource_types=None, update_time=None):
|
31
31
|
if backup_plan_id and not isinstance(backup_plan_id, str):
|
32
32
|
raise TypeError("Expected argument 'backup_plan_id' to be a str")
|
33
33
|
pulumi.set(__self__, "backup_plan_id", backup_plan_id)
|
@@ -52,6 +52,9 @@ class GetBackupPlanResult:
|
|
52
52
|
if location and not isinstance(location, str):
|
53
53
|
raise TypeError("Expected argument 'location' to be a str")
|
54
54
|
pulumi.set(__self__, "location", location)
|
55
|
+
if log_retention_days and not isinstance(log_retention_days, int):
|
56
|
+
raise TypeError("Expected argument 'log_retention_days' to be a int")
|
57
|
+
pulumi.set(__self__, "log_retention_days", log_retention_days)
|
55
58
|
if name and not isinstance(name, str):
|
56
59
|
raise TypeError("Expected argument 'name' to be a str")
|
57
60
|
pulumi.set(__self__, "name", name)
|
@@ -111,6 +114,11 @@ class GetBackupPlanResult:
|
|
111
114
|
def location(self) -> _builtins.str:
|
112
115
|
return pulumi.get(self, "location")
|
113
116
|
|
117
|
+
@_builtins.property
|
118
|
+
@pulumi.getter(name="logRetentionDays")
|
119
|
+
def log_retention_days(self) -> _builtins.int:
|
120
|
+
return pulumi.get(self, "log_retention_days")
|
121
|
+
|
114
122
|
@_builtins.property
|
115
123
|
@pulumi.getter
|
116
124
|
def name(self) -> _builtins.str:
|
@@ -151,6 +159,7 @@ class AwaitableGetBackupPlanResult(GetBackupPlanResult):
|
|
151
159
|
description=self.description,
|
152
160
|
id=self.id,
|
153
161
|
location=self.location,
|
162
|
+
log_retention_days=self.log_retention_days,
|
154
163
|
name=self.name,
|
155
164
|
project=self.project,
|
156
165
|
resource_type=self.resource_type,
|
@@ -181,6 +190,7 @@ def get_backup_plan(backup_plan_id: Optional[_builtins.str] = None,
|
|
181
190
|
description=pulumi.get(__ret__, 'description'),
|
182
191
|
id=pulumi.get(__ret__, 'id'),
|
183
192
|
location=pulumi.get(__ret__, 'location'),
|
193
|
+
log_retention_days=pulumi.get(__ret__, 'log_retention_days'),
|
184
194
|
name=pulumi.get(__ret__, 'name'),
|
185
195
|
project=pulumi.get(__ret__, 'project'),
|
186
196
|
resource_type=pulumi.get(__ret__, 'resource_type'),
|
@@ -208,6 +218,7 @@ def get_backup_plan_output(backup_plan_id: Optional[pulumi.Input[_builtins.str]]
|
|
208
218
|
description=pulumi.get(__response__, 'description'),
|
209
219
|
id=pulumi.get(__response__, 'id'),
|
210
220
|
location=pulumi.get(__response__, 'location'),
|
221
|
+
log_retention_days=pulumi.get(__response__, 'log_retention_days'),
|
211
222
|
name=pulumi.get(__response__, 'name'),
|
212
223
|
project=pulumi.get(__response__, 'project'),
|
213
224
|
resource_type=pulumi.get(__response__, 'resource_type'),
|
@@ -308,6 +308,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
308
308
|
security_gateways_id: Optional[pulumi.Input[_builtins.str]] = None,
|
309
309
|
__props__=None):
|
310
310
|
"""
|
311
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
312
|
+
|
311
313
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
312
314
|
|
313
315
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -432,6 +434,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
432
434
|
-
|
433
435
|
|
434
436
|
# IAM policy for BeyondCorp Application
|
437
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
438
|
+
|
435
439
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
436
440
|
|
437
441
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -619,6 +623,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
619
623
|
args: ApplicationIamBindingArgs,
|
620
624
|
opts: Optional[pulumi.ResourceOptions] = None):
|
621
625
|
"""
|
626
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
627
|
+
|
622
628
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
623
629
|
|
624
630
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -743,6 +749,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
|
|
743
749
|
-
|
744
750
|
|
745
751
|
# IAM policy for BeyondCorp Application
|
752
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
753
|
+
|
746
754
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
747
755
|
|
748
756
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -308,6 +308,8 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
308
308
|
security_gateways_id: Optional[pulumi.Input[_builtins.str]] = None,
|
309
309
|
__props__=None):
|
310
310
|
"""
|
311
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
312
|
+
|
311
313
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
312
314
|
|
313
315
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -432,6 +434,8 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
432
434
|
-
|
433
435
|
|
434
436
|
# IAM policy for BeyondCorp Application
|
437
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
438
|
+
|
435
439
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
436
440
|
|
437
441
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -619,6 +623,8 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
619
623
|
args: ApplicationIamMemberArgs,
|
620
624
|
opts: Optional[pulumi.ResourceOptions] = None):
|
621
625
|
"""
|
626
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
627
|
+
|
622
628
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
623
629
|
|
624
630
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -743,6 +749,8 @@ class ApplicationIamMember(pulumi.CustomResource):
|
|
743
749
|
-
|
744
750
|
|
745
751
|
# IAM policy for BeyondCorp Application
|
752
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
753
|
+
|
746
754
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
747
755
|
|
748
756
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -193,6 +193,8 @@ class ApplicationIamPolicy(pulumi.CustomResource):
|
|
193
193
|
security_gateways_id: Optional[pulumi.Input[_builtins.str]] = None,
|
194
194
|
__props__=None):
|
195
195
|
"""
|
196
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
197
|
+
|
196
198
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
197
199
|
|
198
200
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -317,6 +319,8 @@ class ApplicationIamPolicy(pulumi.CustomResource):
|
|
317
319
|
-
|
318
320
|
|
319
321
|
# IAM policy for BeyondCorp Application
|
322
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
323
|
+
|
320
324
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
321
325
|
|
322
326
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -490,6 +494,8 @@ class ApplicationIamPolicy(pulumi.CustomResource):
|
|
490
494
|
args: ApplicationIamPolicyArgs,
|
491
495
|
opts: Optional[pulumi.ResourceOptions] = None):
|
492
496
|
"""
|
497
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
498
|
+
|
493
499
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
494
500
|
|
495
501
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -614,6 +620,8 @@ class ApplicationIamPolicy(pulumi.CustomResource):
|
|
614
620
|
-
|
615
621
|
|
616
622
|
# IAM policy for BeyondCorp Application
|
623
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
624
|
+
|
617
625
|
Three different resources help you manage your IAM policy for BeyondCorp Application. Each of these resources serves a different use case:
|
618
626
|
|
619
627
|
* `beyondcorp.ApplicationIamPolicy`: Authoritative. Sets the IAM policy for the application and replaces any existing policy already attached.
|
@@ -106,6 +106,8 @@ def get_application_iam_policy(application_id: Optional[_builtins.str] = None,
|
|
106
106
|
security_gateways_id: Optional[_builtins.str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationIamPolicyResult:
|
108
108
|
"""
|
109
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
110
|
+
|
109
111
|
Retrieves the current IAM policy data for application
|
110
112
|
|
111
113
|
## Example Usage
|
@@ -144,6 +146,8 @@ def get_application_iam_policy_output(application_id: Optional[pulumi.Input[_bui
|
|
144
146
|
security_gateways_id: Optional[pulumi.Input[_builtins.str]] = None,
|
145
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApplicationIamPolicyResult]:
|
146
148
|
"""
|
149
|
+
> **Warning:** `beyondcorp.Application` and associated IAM resources are deprecated. Use `beyondcorp.SecurityGatewayApplication` instead.
|
150
|
+
|
147
151
|
Retrieves the current IAM policy data for application
|
148
152
|
|
149
153
|
## Example Usage
|
@@ -432,6 +432,7 @@ class SecurityGatewayApplicationIamBinding(pulumi.CustomResource):
|
|
432
432
|
-
|
433
433
|
|
434
434
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
435
|
+
|
435
436
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
436
437
|
|
437
438
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -743,6 +744,7 @@ class SecurityGatewayApplicationIamBinding(pulumi.CustomResource):
|
|
743
744
|
-
|
744
745
|
|
745
746
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
747
|
+
|
746
748
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
747
749
|
|
748
750
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -432,6 +432,7 @@ class SecurityGatewayApplicationIamMember(pulumi.CustomResource):
|
|
432
432
|
-
|
433
433
|
|
434
434
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
435
|
+
|
435
436
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
436
437
|
|
437
438
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -743,6 +744,7 @@ class SecurityGatewayApplicationIamMember(pulumi.CustomResource):
|
|
743
744
|
-
|
744
745
|
|
745
746
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
747
|
+
|
746
748
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
747
749
|
|
748
750
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -317,6 +317,7 @@ class SecurityGatewayApplicationIamPolicy(pulumi.CustomResource):
|
|
317
317
|
-
|
318
318
|
|
319
319
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
320
|
+
|
320
321
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
321
322
|
|
322
323
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -614,6 +615,7 @@ class SecurityGatewayApplicationIamPolicy(pulumi.CustomResource):
|
|
614
615
|
-
|
615
616
|
|
616
617
|
# IAM policy for BeyondCorp SecurityGatewayApplication
|
618
|
+
|
617
619
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGatewayApplication. Each of these resources serves a different use case:
|
618
620
|
|
619
621
|
* `beyondcorp.SecurityGatewayApplicationIamPolicy`: Authoritative. Sets the IAM policy for the securitygatewayapplication and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class SecurityGatewayIamBinding(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for BeyondCorp SecurityGateway
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class SecurityGatewayIamBinding(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for BeyondCorp SecurityGateway
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -441,6 +441,7 @@ class SecurityGatewayIamMember(pulumi.CustomResource):
|
|
441
441
|
-
|
442
442
|
|
443
443
|
# IAM policy for BeyondCorp SecurityGateway
|
444
|
+
|
444
445
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
445
446
|
|
446
447
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -754,6 +755,7 @@ class SecurityGatewayIamMember(pulumi.CustomResource):
|
|
754
755
|
-
|
755
756
|
|
756
757
|
# IAM policy for BeyondCorp SecurityGateway
|
758
|
+
|
757
759
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
758
760
|
|
759
761
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -326,6 +326,7 @@ class SecurityGatewayIamPolicy(pulumi.CustomResource):
|
|
326
326
|
-
|
327
327
|
|
328
328
|
# IAM policy for BeyondCorp SecurityGateway
|
329
|
+
|
329
330
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
330
331
|
|
331
332
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -625,6 +626,7 @@ class SecurityGatewayIamPolicy(pulumi.CustomResource):
|
|
625
626
|
-
|
626
627
|
|
627
628
|
# IAM policy for BeyondCorp SecurityGateway
|
629
|
+
|
628
630
|
Three different resources help you manage your IAM policy for BeyondCorp SecurityGateway. Each of these resources serves a different use case:
|
629
631
|
|
630
632
|
* `beyondcorp.SecurityGatewayIamPolicy`: Authoritative. Sets the IAM policy for the securitygateway and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for BigQuery Connection Connection
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -590,6 +591,7 @@ class ConnectionIamBinding(pulumi.CustomResource):
|
|
590
591
|
-
|
591
592
|
|
592
593
|
# IAM policy for BigQuery Connection Connection
|
594
|
+
|
593
595
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
594
596
|
|
595
597
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for BigQuery Connection Connection
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -590,6 +591,7 @@ class ConnectionIamMember(pulumi.CustomResource):
|
|
590
591
|
-
|
591
592
|
|
592
593
|
# IAM policy for BigQuery Connection Connection
|
594
|
+
|
593
595
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
594
596
|
|
595
597
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -290,6 +290,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
|
|
290
290
|
-
|
291
291
|
|
292
292
|
# IAM policy for BigQuery Connection Connection
|
293
|
+
|
293
294
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
294
295
|
|
295
296
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -475,6 +476,7 @@ class ConnectionIamPolicy(pulumi.CustomResource):
|
|
475
476
|
-
|
476
477
|
|
477
478
|
# IAM policy for BigQuery Connection Connection
|
479
|
+
|
478
480
|
Three different resources help you manage your IAM policy for BigQuery Connection Connection. Each of these resources serves a different use case:
|
479
481
|
|
480
482
|
* `bigquery.ConnectionIamPolicy`: Authoritative. Sets the IAM policy for the connection and replaces any existing policy already attached.
|
@@ -795,6 +795,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
795
795
|
* `secret_access_key_wo` -
|
796
796
|
(Optional)
|
797
797
|
The Secret Access Key of the AWS account transferring data from.
|
798
|
+
Note: This property is write-only and will not be read from the API. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
798
799
|
**Note**: This property is write-only and will not be read from the API.
|
799
800
|
|
800
801
|
## Import
|
@@ -993,6 +994,7 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
993
994
|
* `secret_access_key_wo` -
|
994
995
|
(Optional)
|
995
996
|
The Secret Access Key of the AWS account transferring data from.
|
997
|
+
Note: This property is write-only and will not be read from the API. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
996
998
|
**Note**: This property is write-only and will not be read from the API.
|
997
999
|
|
998
1000
|
## Import
|
pulumi_gcp/bigquery/dataset.py
CHANGED
@@ -1005,7 +1005,7 @@ class Dataset(pulumi.CustomResource):
|
|
1005
1005
|
},
|
1006
1006
|
accesses=[
|
1007
1007
|
{
|
1008
|
-
"role": "
|
1008
|
+
"role": "roles/bigquery.dataOwner",
|
1009
1009
|
"user_by_email": bqowner.email,
|
1010
1010
|
},
|
1011
1011
|
{
|
@@ -1308,7 +1308,7 @@ class Dataset(pulumi.CustomResource):
|
|
1308
1308
|
},
|
1309
1309
|
accesses=[
|
1310
1310
|
{
|
1311
|
-
"role": "
|
1311
|
+
"role": "roles/bigquery.dataOwner",
|
1312
1312
|
"user_by_email": bqowner.email,
|
1313
1313
|
},
|
1314
1314
|
{
|