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
@@ -25,6 +25,7 @@ class BackupVaultArgs:
|
|
25
25
|
access_restriction: Optional[pulumi.Input[_builtins.str]] = None,
|
26
26
|
allow_missing: Optional[pulumi.Input[_builtins.bool]] = None,
|
27
27
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
28
|
+
backup_retention_inheritance: Optional[pulumi.Input[_builtins.str]] = None,
|
28
29
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
29
30
|
effective_time: Optional[pulumi.Input[_builtins.str]] = None,
|
30
31
|
force_delete: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -46,6 +47,8 @@ class BackupVaultArgs:
|
|
46
47
|
Stores small amounts of arbitrary data.
|
47
48
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
48
49
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
50
|
+
:param pulumi.Input[_builtins.str] backup_retention_inheritance: How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
51
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
49
52
|
:param pulumi.Input[_builtins.str] description: Optional. The description of the BackupVault instance (2048 characters or less).
|
50
53
|
:param pulumi.Input[_builtins.str] effective_time: Optional. Time after which the BackupVault resource is locked.
|
51
54
|
:param pulumi.Input[_builtins.bool] force_delete: (Optional, Deprecated)
|
@@ -77,6 +80,8 @@ class BackupVaultArgs:
|
|
77
80
|
pulumi.set(__self__, "allow_missing", allow_missing)
|
78
81
|
if annotations is not None:
|
79
82
|
pulumi.set(__self__, "annotations", annotations)
|
83
|
+
if backup_retention_inheritance is not None:
|
84
|
+
pulumi.set(__self__, "backup_retention_inheritance", backup_retention_inheritance)
|
80
85
|
if description is not None:
|
81
86
|
pulumi.set(__self__, "description", description)
|
82
87
|
if effective_time is not None:
|
@@ -174,6 +179,19 @@ class BackupVaultArgs:
|
|
174
179
|
def annotations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
175
180
|
pulumi.set(self, "annotations", value)
|
176
181
|
|
182
|
+
@_builtins.property
|
183
|
+
@pulumi.getter(name="backupRetentionInheritance")
|
184
|
+
def backup_retention_inheritance(self) -> Optional[pulumi.Input[_builtins.str]]:
|
185
|
+
"""
|
186
|
+
How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
187
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "backup_retention_inheritance")
|
190
|
+
|
191
|
+
@backup_retention_inheritance.setter
|
192
|
+
def backup_retention_inheritance(self, value: Optional[pulumi.Input[_builtins.str]]):
|
193
|
+
pulumi.set(self, "backup_retention_inheritance", value)
|
194
|
+
|
177
195
|
@_builtins.property
|
178
196
|
@pulumi.getter
|
179
197
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -293,6 +311,7 @@ class _BackupVaultState:
|
|
293
311
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
294
312
|
backup_count: Optional[pulumi.Input[_builtins.str]] = None,
|
295
313
|
backup_minimum_enforced_retention_duration: Optional[pulumi.Input[_builtins.str]] = None,
|
314
|
+
backup_retention_inheritance: Optional[pulumi.Input[_builtins.str]] = None,
|
296
315
|
backup_vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
297
316
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
298
317
|
deletable: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -327,6 +346,8 @@ class _BackupVaultState:
|
|
327
346
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
328
347
|
:param pulumi.Input[_builtins.str] backup_count: Output only. The number of backups in this backup vault.
|
329
348
|
:param pulumi.Input[_builtins.str] backup_minimum_enforced_retention_duration: Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
|
349
|
+
:param pulumi.Input[_builtins.str] backup_retention_inheritance: How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
350
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
330
351
|
:param pulumi.Input[_builtins.str] backup_vault_id: Required. ID of the requesting object.
|
331
352
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time when the instance was created.
|
332
353
|
:param pulumi.Input[_builtins.bool] deletable: Output only. Set to true when there are no backups nested under this resource.
|
@@ -379,6 +400,8 @@ class _BackupVaultState:
|
|
379
400
|
pulumi.set(__self__, "backup_count", backup_count)
|
380
401
|
if backup_minimum_enforced_retention_duration is not None:
|
381
402
|
pulumi.set(__self__, "backup_minimum_enforced_retention_duration", backup_minimum_enforced_retention_duration)
|
403
|
+
if backup_retention_inheritance is not None:
|
404
|
+
pulumi.set(__self__, "backup_retention_inheritance", backup_retention_inheritance)
|
382
405
|
if backup_vault_id is not None:
|
383
406
|
pulumi.set(__self__, "backup_vault_id", backup_vault_id)
|
384
407
|
if create_time is not None:
|
@@ -492,6 +515,19 @@ class _BackupVaultState:
|
|
492
515
|
def backup_minimum_enforced_retention_duration(self, value: Optional[pulumi.Input[_builtins.str]]):
|
493
516
|
pulumi.set(self, "backup_minimum_enforced_retention_duration", value)
|
494
517
|
|
518
|
+
@_builtins.property
|
519
|
+
@pulumi.getter(name="backupRetentionInheritance")
|
520
|
+
def backup_retention_inheritance(self) -> Optional[pulumi.Input[_builtins.str]]:
|
521
|
+
"""
|
522
|
+
How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
523
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
524
|
+
"""
|
525
|
+
return pulumi.get(self, "backup_retention_inheritance")
|
526
|
+
|
527
|
+
@backup_retention_inheritance.setter
|
528
|
+
def backup_retention_inheritance(self, value: Optional[pulumi.Input[_builtins.str]]):
|
529
|
+
pulumi.set(self, "backup_retention_inheritance", value)
|
530
|
+
|
495
531
|
@_builtins.property
|
496
532
|
@pulumi.getter(name="backupVaultId")
|
497
533
|
def backup_vault_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -785,6 +821,7 @@ class BackupVault(pulumi.CustomResource):
|
|
785
821
|
allow_missing: Optional[pulumi.Input[_builtins.bool]] = None,
|
786
822
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
787
823
|
backup_minimum_enforced_retention_duration: Optional[pulumi.Input[_builtins.str]] = None,
|
824
|
+
backup_retention_inheritance: Optional[pulumi.Input[_builtins.str]] = None,
|
788
825
|
backup_vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
789
826
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
790
827
|
effective_time: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -822,6 +859,7 @@ class BackupVault(pulumi.CustomResource):
|
|
822
859
|
},
|
823
860
|
force_update=True,
|
824
861
|
access_restriction="WITHIN_ORGANIZATION",
|
862
|
+
backup_retention_inheritance="INHERIT_VAULT_RETENTION",
|
825
863
|
ignore_inactive_datasources=True,
|
826
864
|
ignore_backup_plan_references=True,
|
827
865
|
allow_missing=True)
|
@@ -862,6 +900,8 @@ class BackupVault(pulumi.CustomResource):
|
|
862
900
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
863
901
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
864
902
|
:param pulumi.Input[_builtins.str] backup_minimum_enforced_retention_duration: Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
|
903
|
+
:param pulumi.Input[_builtins.str] backup_retention_inheritance: How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
904
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
865
905
|
:param pulumi.Input[_builtins.str] backup_vault_id: Required. ID of the requesting object.
|
866
906
|
:param pulumi.Input[_builtins.str] description: Optional. The description of the BackupVault instance (2048 characters or less).
|
867
907
|
:param pulumi.Input[_builtins.str] effective_time: Optional. Time after which the BackupVault resource is locked.
|
@@ -918,6 +958,7 @@ class BackupVault(pulumi.CustomResource):
|
|
918
958
|
},
|
919
959
|
force_update=True,
|
920
960
|
access_restriction="WITHIN_ORGANIZATION",
|
961
|
+
backup_retention_inheritance="INHERIT_VAULT_RETENTION",
|
921
962
|
ignore_inactive_datasources=True,
|
922
963
|
ignore_backup_plan_references=True,
|
923
964
|
allow_missing=True)
|
@@ -966,6 +1007,7 @@ class BackupVault(pulumi.CustomResource):
|
|
966
1007
|
allow_missing: Optional[pulumi.Input[_builtins.bool]] = None,
|
967
1008
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
968
1009
|
backup_minimum_enforced_retention_duration: Optional[pulumi.Input[_builtins.str]] = None,
|
1010
|
+
backup_retention_inheritance: Optional[pulumi.Input[_builtins.str]] = None,
|
969
1011
|
backup_vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
970
1012
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
971
1013
|
effective_time: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -991,6 +1033,7 @@ class BackupVault(pulumi.CustomResource):
|
|
991
1033
|
if backup_minimum_enforced_retention_duration is None and not opts.urn:
|
992
1034
|
raise TypeError("Missing required property 'backup_minimum_enforced_retention_duration'")
|
993
1035
|
__props__.__dict__["backup_minimum_enforced_retention_duration"] = backup_minimum_enforced_retention_duration
|
1036
|
+
__props__.__dict__["backup_retention_inheritance"] = backup_retention_inheritance
|
994
1037
|
if backup_vault_id is None and not opts.urn:
|
995
1038
|
raise TypeError("Missing required property 'backup_vault_id'")
|
996
1039
|
__props__.__dict__["backup_vault_id"] = backup_vault_id
|
@@ -1035,6 +1078,7 @@ class BackupVault(pulumi.CustomResource):
|
|
1035
1078
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1036
1079
|
backup_count: Optional[pulumi.Input[_builtins.str]] = None,
|
1037
1080
|
backup_minimum_enforced_retention_duration: Optional[pulumi.Input[_builtins.str]] = None,
|
1081
|
+
backup_retention_inheritance: Optional[pulumi.Input[_builtins.str]] = None,
|
1038
1082
|
backup_vault_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1039
1083
|
create_time: Optional[pulumi.Input[_builtins.str]] = None,
|
1040
1084
|
deletable: Optional[pulumi.Input[_builtins.bool]] = None,
|
@@ -1074,6 +1118,8 @@ class BackupVault(pulumi.CustomResource):
|
|
1074
1118
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1075
1119
|
:param pulumi.Input[_builtins.str] backup_count: Output only. The number of backups in this backup vault.
|
1076
1120
|
:param pulumi.Input[_builtins.str] backup_minimum_enforced_retention_duration: Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
|
1121
|
+
:param pulumi.Input[_builtins.str] backup_retention_inheritance: How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
1122
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
1077
1123
|
:param pulumi.Input[_builtins.str] backup_vault_id: Required. ID of the requesting object.
|
1078
1124
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time when the instance was created.
|
1079
1125
|
:param pulumi.Input[_builtins.bool] deletable: Output only. Set to true when there are no backups nested under this resource.
|
@@ -1125,6 +1171,7 @@ class BackupVault(pulumi.CustomResource):
|
|
1125
1171
|
__props__.__dict__["annotations"] = annotations
|
1126
1172
|
__props__.__dict__["backup_count"] = backup_count
|
1127
1173
|
__props__.__dict__["backup_minimum_enforced_retention_duration"] = backup_minimum_enforced_retention_duration
|
1174
|
+
__props__.__dict__["backup_retention_inheritance"] = backup_retention_inheritance
|
1128
1175
|
__props__.__dict__["backup_vault_id"] = backup_vault_id
|
1129
1176
|
__props__.__dict__["create_time"] = create_time
|
1130
1177
|
__props__.__dict__["deletable"] = deletable
|
@@ -1194,6 +1241,15 @@ class BackupVault(pulumi.CustomResource):
|
|
1194
1241
|
"""
|
1195
1242
|
return pulumi.get(self, "backup_minimum_enforced_retention_duration")
|
1196
1243
|
|
1244
|
+
@_builtins.property
|
1245
|
+
@pulumi.getter(name="backupRetentionInheritance")
|
1246
|
+
def backup_retention_inheritance(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1247
|
+
"""
|
1248
|
+
How a backup's enforced retention end time is inherited. Default value is `INHERIT_VAULT_RETENTION` if not provided during creation.
|
1249
|
+
Possible values are: `BACKUP_RETENTION_INHERITANCE_UNSPECIFIED`, `INHERIT_VAULT_RETENTION`, `MATCH_BACKUP_EXPIRE_TIME`.
|
1250
|
+
"""
|
1251
|
+
return pulumi.get(self, "backup_retention_inheritance")
|
1252
|
+
|
1197
1253
|
@_builtins.property
|
1198
1254
|
@pulumi.getter(name="backupVaultId")
|
1199
1255
|
def backup_vault_id(self) -> pulumi.Output[_builtins.str]:
|
@@ -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'),
|
@@ -26,7 +26,7 @@ class GetBackupVaultResult:
|
|
26
26
|
"""
|
27
27
|
A collection of values returned by getBackupVault.
|
28
28
|
"""
|
29
|
-
def __init__(__self__, access_restriction=None, allow_missing=None, annotations=None, backup_count=None, backup_minimum_enforced_retention_duration=None, backup_vault_id=None, create_time=None, deletable=None, description=None, effective_annotations=None, effective_labels=None, effective_time=None, etag=None, force_delete=None, force_update=None, id=None, ignore_backup_plan_references=None, ignore_inactive_datasources=None, labels=None, location=None, name=None, project=None, pulumi_labels=None, service_account=None, state=None, total_stored_bytes=None, uid=None, update_time=None):
|
29
|
+
def __init__(__self__, access_restriction=None, allow_missing=None, annotations=None, backup_count=None, backup_minimum_enforced_retention_duration=None, backup_retention_inheritance=None, backup_vault_id=None, create_time=None, deletable=None, description=None, effective_annotations=None, effective_labels=None, effective_time=None, etag=None, force_delete=None, force_update=None, id=None, ignore_backup_plan_references=None, ignore_inactive_datasources=None, labels=None, location=None, name=None, project=None, pulumi_labels=None, service_account=None, state=None, total_stored_bytes=None, uid=None, update_time=None):
|
30
30
|
if access_restriction and not isinstance(access_restriction, str):
|
31
31
|
raise TypeError("Expected argument 'access_restriction' to be a str")
|
32
32
|
pulumi.set(__self__, "access_restriction", access_restriction)
|
@@ -42,6 +42,9 @@ class GetBackupVaultResult:
|
|
42
42
|
if backup_minimum_enforced_retention_duration and not isinstance(backup_minimum_enforced_retention_duration, str):
|
43
43
|
raise TypeError("Expected argument 'backup_minimum_enforced_retention_duration' to be a str")
|
44
44
|
pulumi.set(__self__, "backup_minimum_enforced_retention_duration", backup_minimum_enforced_retention_duration)
|
45
|
+
if backup_retention_inheritance and not isinstance(backup_retention_inheritance, str):
|
46
|
+
raise TypeError("Expected argument 'backup_retention_inheritance' to be a str")
|
47
|
+
pulumi.set(__self__, "backup_retention_inheritance", backup_retention_inheritance)
|
45
48
|
if backup_vault_id and not isinstance(backup_vault_id, str):
|
46
49
|
raise TypeError("Expected argument 'backup_vault_id' to be a str")
|
47
50
|
pulumi.set(__self__, "backup_vault_id", backup_vault_id)
|
@@ -137,6 +140,11 @@ class GetBackupVaultResult:
|
|
137
140
|
def backup_minimum_enforced_retention_duration(self) -> _builtins.str:
|
138
141
|
return pulumi.get(self, "backup_minimum_enforced_retention_duration")
|
139
142
|
|
143
|
+
@_builtins.property
|
144
|
+
@pulumi.getter(name="backupRetentionInheritance")
|
145
|
+
def backup_retention_inheritance(self) -> _builtins.str:
|
146
|
+
return pulumi.get(self, "backup_retention_inheritance")
|
147
|
+
|
140
148
|
@_builtins.property
|
141
149
|
@pulumi.getter(name="backupVaultId")
|
142
150
|
def backup_vault_id(self) -> _builtins.str:
|
@@ -267,6 +275,7 @@ class AwaitableGetBackupVaultResult(GetBackupVaultResult):
|
|
267
275
|
annotations=self.annotations,
|
268
276
|
backup_count=self.backup_count,
|
269
277
|
backup_minimum_enforced_retention_duration=self.backup_minimum_enforced_retention_duration,
|
278
|
+
backup_retention_inheritance=self.backup_retention_inheritance,
|
270
279
|
backup_vault_id=self.backup_vault_id,
|
271
280
|
create_time=self.create_time,
|
272
281
|
deletable=self.deletable,
|
@@ -330,6 +339,7 @@ def get_backup_vault(backup_vault_id: Optional[_builtins.str] = None,
|
|
330
339
|
annotations=pulumi.get(__ret__, 'annotations'),
|
331
340
|
backup_count=pulumi.get(__ret__, 'backup_count'),
|
332
341
|
backup_minimum_enforced_retention_duration=pulumi.get(__ret__, 'backup_minimum_enforced_retention_duration'),
|
342
|
+
backup_retention_inheritance=pulumi.get(__ret__, 'backup_retention_inheritance'),
|
333
343
|
backup_vault_id=pulumi.get(__ret__, 'backup_vault_id'),
|
334
344
|
create_time=pulumi.get(__ret__, 'create_time'),
|
335
345
|
deletable=pulumi.get(__ret__, 'deletable'),
|
@@ -390,6 +400,7 @@ def get_backup_vault_output(backup_vault_id: Optional[pulumi.Input[_builtins.str
|
|
390
400
|
annotations=pulumi.get(__response__, 'annotations'),
|
391
401
|
backup_count=pulumi.get(__response__, 'backup_count'),
|
392
402
|
backup_minimum_enforced_retention_duration=pulumi.get(__response__, 'backup_minimum_enforced_retention_duration'),
|
403
|
+
backup_retention_inheritance=pulumi.get(__response__, 'backup_retention_inheritance'),
|
393
404
|
backup_vault_id=pulumi.get(__response__, 'backup_vault_id'),
|
394
405
|
create_time=pulumi.get(__response__, 'create_time'),
|
395
406
|
deletable=pulumi.get(__response__, 'deletable'),
|
@@ -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.
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -8387,6 +8387,8 @@ if not MYPY:
|
|
8387
8387
|
"""
|
8388
8388
|
Specifies whether to use BigQuery's legacy SQL for this view.
|
8389
8389
|
The default value is true. If set to false, the view will use BigQuery's standard SQL.
|
8390
|
+
> **Note**: Starting in provider version `7.0.0`, no default value is
|
8391
|
+
provided for this field unless explicitly set in the configuration.
|
8390
8392
|
"""
|
8391
8393
|
elif False:
|
8392
8394
|
TableViewArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -8400,6 +8402,8 @@ class TableViewArgs:
|
|
8400
8402
|
:param pulumi.Input[_builtins.str] query: A query that BigQuery executes when the view is referenced.
|
8401
8403
|
:param pulumi.Input[_builtins.bool] use_legacy_sql: Specifies whether to use BigQuery's legacy SQL for this view.
|
8402
8404
|
The default value is true. If set to false, the view will use BigQuery's standard SQL.
|
8405
|
+
> **Note**: Starting in provider version `7.0.0`, no default value is
|
8406
|
+
provided for this field unless explicitly set in the configuration.
|
8403
8407
|
"""
|
8404
8408
|
pulumi.set(__self__, "query", query)
|
8405
8409
|
if use_legacy_sql is not None:
|
@@ -8423,6 +8427,8 @@ class TableViewArgs:
|
|
8423
8427
|
"""
|
8424
8428
|
Specifies whether to use BigQuery's legacy SQL for this view.
|
8425
8429
|
The default value is true. If set to false, the view will use BigQuery's standard SQL.
|
8430
|
+
> **Note**: Starting in provider version `7.0.0`, no default value is
|
8431
|
+
provided for this field unless explicitly set in the configuration.
|
8426
8432
|
"""
|
8427
8433
|
return pulumi.get(self, "use_legacy_sql")
|
8428
8434
|
|
@@ -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
|
{
|