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
@@ -0,0 +1,568 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = ['SchemaBundleArgs', 'SchemaBundle']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class SchemaBundleArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
proto_schema: pulumi.Input['SchemaBundleProtoSchemaArgs'],
|
25
|
+
schema_bundle_id: pulumi.Input[_builtins.str],
|
26
|
+
ignore_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
27
|
+
instance: Optional[pulumi.Input[_builtins.str]] = None,
|
28
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
29
|
+
table: Optional[pulumi.Input[_builtins.str]] = None):
|
30
|
+
"""
|
31
|
+
The set of arguments for constructing a SchemaBundle resource.
|
32
|
+
:param pulumi.Input['SchemaBundleProtoSchemaArgs'] proto_schema: File descriptor set, generated by protoc.
|
33
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
34
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
35
|
+
Structure is documented below.
|
36
|
+
:param pulumi.Input[_builtins.str] schema_bundle_id: The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
37
|
+
:param pulumi.Input[_builtins.bool] ignore_warnings: If true, allow backwards incompatible changes.
|
38
|
+
:param pulumi.Input[_builtins.str] instance: The name of the instance to create the schema bundle within.
|
39
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
40
|
+
If it is not provided, the provider project is used.
|
41
|
+
:param pulumi.Input[_builtins.str] table: The name of the table to create the schema bundle within.
|
42
|
+
"""
|
43
|
+
pulumi.set(__self__, "proto_schema", proto_schema)
|
44
|
+
pulumi.set(__self__, "schema_bundle_id", schema_bundle_id)
|
45
|
+
if ignore_warnings is not None:
|
46
|
+
pulumi.set(__self__, "ignore_warnings", ignore_warnings)
|
47
|
+
if instance is not None:
|
48
|
+
pulumi.set(__self__, "instance", instance)
|
49
|
+
if project is not None:
|
50
|
+
pulumi.set(__self__, "project", project)
|
51
|
+
if table is not None:
|
52
|
+
pulumi.set(__self__, "table", table)
|
53
|
+
|
54
|
+
@_builtins.property
|
55
|
+
@pulumi.getter(name="protoSchema")
|
56
|
+
def proto_schema(self) -> pulumi.Input['SchemaBundleProtoSchemaArgs']:
|
57
|
+
"""
|
58
|
+
File descriptor set, generated by protoc.
|
59
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
60
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
61
|
+
Structure is documented below.
|
62
|
+
"""
|
63
|
+
return pulumi.get(self, "proto_schema")
|
64
|
+
|
65
|
+
@proto_schema.setter
|
66
|
+
def proto_schema(self, value: pulumi.Input['SchemaBundleProtoSchemaArgs']):
|
67
|
+
pulumi.set(self, "proto_schema", value)
|
68
|
+
|
69
|
+
@_builtins.property
|
70
|
+
@pulumi.getter(name="schemaBundleId")
|
71
|
+
def schema_bundle_id(self) -> pulumi.Input[_builtins.str]:
|
72
|
+
"""
|
73
|
+
The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "schema_bundle_id")
|
76
|
+
|
77
|
+
@schema_bundle_id.setter
|
78
|
+
def schema_bundle_id(self, value: pulumi.Input[_builtins.str]):
|
79
|
+
pulumi.set(self, "schema_bundle_id", value)
|
80
|
+
|
81
|
+
@_builtins.property
|
82
|
+
@pulumi.getter(name="ignoreWarnings")
|
83
|
+
def ignore_warnings(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
84
|
+
"""
|
85
|
+
If true, allow backwards incompatible changes.
|
86
|
+
"""
|
87
|
+
return pulumi.get(self, "ignore_warnings")
|
88
|
+
|
89
|
+
@ignore_warnings.setter
|
90
|
+
def ignore_warnings(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
91
|
+
pulumi.set(self, "ignore_warnings", value)
|
92
|
+
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter
|
95
|
+
def instance(self) -> Optional[pulumi.Input[_builtins.str]]:
|
96
|
+
"""
|
97
|
+
The name of the instance to create the schema bundle within.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "instance")
|
100
|
+
|
101
|
+
@instance.setter
|
102
|
+
def instance(self, value: Optional[pulumi.Input[_builtins.str]]):
|
103
|
+
pulumi.set(self, "instance", value)
|
104
|
+
|
105
|
+
@_builtins.property
|
106
|
+
@pulumi.getter
|
107
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
108
|
+
"""
|
109
|
+
The ID of the project in which the resource belongs.
|
110
|
+
If it is not provided, the provider project is used.
|
111
|
+
"""
|
112
|
+
return pulumi.get(self, "project")
|
113
|
+
|
114
|
+
@project.setter
|
115
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
116
|
+
pulumi.set(self, "project", value)
|
117
|
+
|
118
|
+
@_builtins.property
|
119
|
+
@pulumi.getter
|
120
|
+
def table(self) -> Optional[pulumi.Input[_builtins.str]]:
|
121
|
+
"""
|
122
|
+
The name of the table to create the schema bundle within.
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "table")
|
125
|
+
|
126
|
+
@table.setter
|
127
|
+
def table(self, value: Optional[pulumi.Input[_builtins.str]]):
|
128
|
+
pulumi.set(self, "table", value)
|
129
|
+
|
130
|
+
|
131
|
+
@pulumi.input_type
|
132
|
+
class _SchemaBundleState:
|
133
|
+
def __init__(__self__, *,
|
134
|
+
ignore_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
135
|
+
instance: Optional[pulumi.Input[_builtins.str]] = None,
|
136
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
137
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
138
|
+
proto_schema: Optional[pulumi.Input['SchemaBundleProtoSchemaArgs']] = None,
|
139
|
+
schema_bundle_id: Optional[pulumi.Input[_builtins.str]] = None,
|
140
|
+
table: Optional[pulumi.Input[_builtins.str]] = None):
|
141
|
+
"""
|
142
|
+
Input properties used for looking up and filtering SchemaBundle resources.
|
143
|
+
:param pulumi.Input[_builtins.bool] ignore_warnings: If true, allow backwards incompatible changes.
|
144
|
+
:param pulumi.Input[_builtins.str] instance: The name of the instance to create the schema bundle within.
|
145
|
+
:param pulumi.Input[_builtins.str] name: The unique name of the requested schema bundle. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.
|
146
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
147
|
+
If it is not provided, the provider project is used.
|
148
|
+
:param pulumi.Input['SchemaBundleProtoSchemaArgs'] proto_schema: File descriptor set, generated by protoc.
|
149
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
150
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
151
|
+
Structure is documented below.
|
152
|
+
:param pulumi.Input[_builtins.str] schema_bundle_id: The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
153
|
+
:param pulumi.Input[_builtins.str] table: The name of the table to create the schema bundle within.
|
154
|
+
"""
|
155
|
+
if ignore_warnings is not None:
|
156
|
+
pulumi.set(__self__, "ignore_warnings", ignore_warnings)
|
157
|
+
if instance is not None:
|
158
|
+
pulumi.set(__self__, "instance", instance)
|
159
|
+
if name is not None:
|
160
|
+
pulumi.set(__self__, "name", name)
|
161
|
+
if project is not None:
|
162
|
+
pulumi.set(__self__, "project", project)
|
163
|
+
if proto_schema is not None:
|
164
|
+
pulumi.set(__self__, "proto_schema", proto_schema)
|
165
|
+
if schema_bundle_id is not None:
|
166
|
+
pulumi.set(__self__, "schema_bundle_id", schema_bundle_id)
|
167
|
+
if table is not None:
|
168
|
+
pulumi.set(__self__, "table", table)
|
169
|
+
|
170
|
+
@_builtins.property
|
171
|
+
@pulumi.getter(name="ignoreWarnings")
|
172
|
+
def ignore_warnings(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
173
|
+
"""
|
174
|
+
If true, allow backwards incompatible changes.
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "ignore_warnings")
|
177
|
+
|
178
|
+
@ignore_warnings.setter
|
179
|
+
def ignore_warnings(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
180
|
+
pulumi.set(self, "ignore_warnings", value)
|
181
|
+
|
182
|
+
@_builtins.property
|
183
|
+
@pulumi.getter
|
184
|
+
def instance(self) -> Optional[pulumi.Input[_builtins.str]]:
|
185
|
+
"""
|
186
|
+
The name of the instance to create the schema bundle within.
|
187
|
+
"""
|
188
|
+
return pulumi.get(self, "instance")
|
189
|
+
|
190
|
+
@instance.setter
|
191
|
+
def instance(self, value: Optional[pulumi.Input[_builtins.str]]):
|
192
|
+
pulumi.set(self, "instance", value)
|
193
|
+
|
194
|
+
@_builtins.property
|
195
|
+
@pulumi.getter
|
196
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
197
|
+
"""
|
198
|
+
The unique name of the requested schema bundle. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.
|
199
|
+
"""
|
200
|
+
return pulumi.get(self, "name")
|
201
|
+
|
202
|
+
@name.setter
|
203
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
204
|
+
pulumi.set(self, "name", value)
|
205
|
+
|
206
|
+
@_builtins.property
|
207
|
+
@pulumi.getter
|
208
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
209
|
+
"""
|
210
|
+
The ID of the project in which the resource belongs.
|
211
|
+
If it is not provided, the provider project is used.
|
212
|
+
"""
|
213
|
+
return pulumi.get(self, "project")
|
214
|
+
|
215
|
+
@project.setter
|
216
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
217
|
+
pulumi.set(self, "project", value)
|
218
|
+
|
219
|
+
@_builtins.property
|
220
|
+
@pulumi.getter(name="protoSchema")
|
221
|
+
def proto_schema(self) -> Optional[pulumi.Input['SchemaBundleProtoSchemaArgs']]:
|
222
|
+
"""
|
223
|
+
File descriptor set, generated by protoc.
|
224
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
225
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
226
|
+
Structure is documented below.
|
227
|
+
"""
|
228
|
+
return pulumi.get(self, "proto_schema")
|
229
|
+
|
230
|
+
@proto_schema.setter
|
231
|
+
def proto_schema(self, value: Optional[pulumi.Input['SchemaBundleProtoSchemaArgs']]):
|
232
|
+
pulumi.set(self, "proto_schema", value)
|
233
|
+
|
234
|
+
@_builtins.property
|
235
|
+
@pulumi.getter(name="schemaBundleId")
|
236
|
+
def schema_bundle_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
237
|
+
"""
|
238
|
+
The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
239
|
+
"""
|
240
|
+
return pulumi.get(self, "schema_bundle_id")
|
241
|
+
|
242
|
+
@schema_bundle_id.setter
|
243
|
+
def schema_bundle_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
244
|
+
pulumi.set(self, "schema_bundle_id", value)
|
245
|
+
|
246
|
+
@_builtins.property
|
247
|
+
@pulumi.getter
|
248
|
+
def table(self) -> Optional[pulumi.Input[_builtins.str]]:
|
249
|
+
"""
|
250
|
+
The name of the table to create the schema bundle within.
|
251
|
+
"""
|
252
|
+
return pulumi.get(self, "table")
|
253
|
+
|
254
|
+
@table.setter
|
255
|
+
def table(self, value: Optional[pulumi.Input[_builtins.str]]):
|
256
|
+
pulumi.set(self, "table", value)
|
257
|
+
|
258
|
+
|
259
|
+
@pulumi.type_token("gcp:bigtable/schemaBundle:SchemaBundle")
|
260
|
+
class SchemaBundle(pulumi.CustomResource):
|
261
|
+
@overload
|
262
|
+
def __init__(__self__,
|
263
|
+
resource_name: str,
|
264
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
265
|
+
ignore_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
266
|
+
instance: Optional[pulumi.Input[_builtins.str]] = None,
|
267
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
268
|
+
proto_schema: Optional[pulumi.Input[Union['SchemaBundleProtoSchemaArgs', 'SchemaBundleProtoSchemaArgsDict']]] = None,
|
269
|
+
schema_bundle_id: Optional[pulumi.Input[_builtins.str]] = None,
|
270
|
+
table: Optional[pulumi.Input[_builtins.str]] = None,
|
271
|
+
__props__=None):
|
272
|
+
"""
|
273
|
+
A schema bundle object that can be referenced in SQL queries.
|
274
|
+
|
275
|
+
To get more information about SchemaBundle, see:
|
276
|
+
|
277
|
+
* [API documentation](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.tables.schemaBundles)
|
278
|
+
|
279
|
+
## Example Usage
|
280
|
+
|
281
|
+
### Bigtable Schema Bundle
|
282
|
+
|
283
|
+
```python
|
284
|
+
import pulumi
|
285
|
+
import pulumi_gcp as gcp
|
286
|
+
import pulumi_std as std
|
287
|
+
|
288
|
+
instance = gcp.bigtable.Instance("instance",
|
289
|
+
name="bt-instance",
|
290
|
+
clusters=[{
|
291
|
+
"cluster_id": "cluster-1",
|
292
|
+
"zone": "us-east1-b",
|
293
|
+
"num_nodes": 1,
|
294
|
+
"storage_type": "HDD",
|
295
|
+
}],
|
296
|
+
deletion_protection=False)
|
297
|
+
table = gcp.bigtable.Table("table",
|
298
|
+
name="bt-table",
|
299
|
+
instance_name=instance.name,
|
300
|
+
column_families=[{
|
301
|
+
"family": "CF",
|
302
|
+
}])
|
303
|
+
schema_bundle = gcp.bigtable.SchemaBundle("schema_bundle",
|
304
|
+
schema_bundle_id="bt-schema-bundle",
|
305
|
+
instance=instance.name,
|
306
|
+
table=table.name,
|
307
|
+
proto_schema={
|
308
|
+
"proto_descriptors": std.filebase64(input="test-fixtures/proto_schema_bundle.pb").result,
|
309
|
+
})
|
310
|
+
```
|
311
|
+
|
312
|
+
## Import
|
313
|
+
|
314
|
+
SchemaBundle can be imported using any of these accepted formats:
|
315
|
+
|
316
|
+
* `projects/{{project}}/instances/{{instance}}/tables/{{table}}/schemaBundles/{{schema_bundle_id}}`
|
317
|
+
|
318
|
+
* `{{project}}/{{instance}}/{{table}}/{{schema_bundle_id}}`
|
319
|
+
|
320
|
+
* `{{instance}}/{{table}}/{{schema_bundle_id}}`
|
321
|
+
|
322
|
+
When using the `pulumi import` command, SchemaBundle can be imported using one of the formats above. For example:
|
323
|
+
|
324
|
+
```sh
|
325
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default projects/{{project}}/instances/{{instance}}/tables/{{table}}/schemaBundles/{{schema_bundle_id}}
|
326
|
+
```
|
327
|
+
|
328
|
+
```sh
|
329
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default {{project}}/{{instance}}/{{table}}/{{schema_bundle_id}}
|
330
|
+
```
|
331
|
+
|
332
|
+
```sh
|
333
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default {{instance}}/{{table}}/{{schema_bundle_id}}
|
334
|
+
```
|
335
|
+
|
336
|
+
:param str resource_name: The name of the resource.
|
337
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
338
|
+
:param pulumi.Input[_builtins.bool] ignore_warnings: If true, allow backwards incompatible changes.
|
339
|
+
:param pulumi.Input[_builtins.str] instance: The name of the instance to create the schema bundle within.
|
340
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
341
|
+
If it is not provided, the provider project is used.
|
342
|
+
:param pulumi.Input[Union['SchemaBundleProtoSchemaArgs', 'SchemaBundleProtoSchemaArgsDict']] proto_schema: File descriptor set, generated by protoc.
|
343
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
344
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
345
|
+
Structure is documented below.
|
346
|
+
:param pulumi.Input[_builtins.str] schema_bundle_id: The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
347
|
+
:param pulumi.Input[_builtins.str] table: The name of the table to create the schema bundle within.
|
348
|
+
"""
|
349
|
+
...
|
350
|
+
@overload
|
351
|
+
def __init__(__self__,
|
352
|
+
resource_name: str,
|
353
|
+
args: SchemaBundleArgs,
|
354
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
355
|
+
"""
|
356
|
+
A schema bundle object that can be referenced in SQL queries.
|
357
|
+
|
358
|
+
To get more information about SchemaBundle, see:
|
359
|
+
|
360
|
+
* [API documentation](https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.tables.schemaBundles)
|
361
|
+
|
362
|
+
## Example Usage
|
363
|
+
|
364
|
+
### Bigtable Schema Bundle
|
365
|
+
|
366
|
+
```python
|
367
|
+
import pulumi
|
368
|
+
import pulumi_gcp as gcp
|
369
|
+
import pulumi_std as std
|
370
|
+
|
371
|
+
instance = gcp.bigtable.Instance("instance",
|
372
|
+
name="bt-instance",
|
373
|
+
clusters=[{
|
374
|
+
"cluster_id": "cluster-1",
|
375
|
+
"zone": "us-east1-b",
|
376
|
+
"num_nodes": 1,
|
377
|
+
"storage_type": "HDD",
|
378
|
+
}],
|
379
|
+
deletion_protection=False)
|
380
|
+
table = gcp.bigtable.Table("table",
|
381
|
+
name="bt-table",
|
382
|
+
instance_name=instance.name,
|
383
|
+
column_families=[{
|
384
|
+
"family": "CF",
|
385
|
+
}])
|
386
|
+
schema_bundle = gcp.bigtable.SchemaBundle("schema_bundle",
|
387
|
+
schema_bundle_id="bt-schema-bundle",
|
388
|
+
instance=instance.name,
|
389
|
+
table=table.name,
|
390
|
+
proto_schema={
|
391
|
+
"proto_descriptors": std.filebase64(input="test-fixtures/proto_schema_bundle.pb").result,
|
392
|
+
})
|
393
|
+
```
|
394
|
+
|
395
|
+
## Import
|
396
|
+
|
397
|
+
SchemaBundle can be imported using any of these accepted formats:
|
398
|
+
|
399
|
+
* `projects/{{project}}/instances/{{instance}}/tables/{{table}}/schemaBundles/{{schema_bundle_id}}`
|
400
|
+
|
401
|
+
* `{{project}}/{{instance}}/{{table}}/{{schema_bundle_id}}`
|
402
|
+
|
403
|
+
* `{{instance}}/{{table}}/{{schema_bundle_id}}`
|
404
|
+
|
405
|
+
When using the `pulumi import` command, SchemaBundle can be imported using one of the formats above. For example:
|
406
|
+
|
407
|
+
```sh
|
408
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default projects/{{project}}/instances/{{instance}}/tables/{{table}}/schemaBundles/{{schema_bundle_id}}
|
409
|
+
```
|
410
|
+
|
411
|
+
```sh
|
412
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default {{project}}/{{instance}}/{{table}}/{{schema_bundle_id}}
|
413
|
+
```
|
414
|
+
|
415
|
+
```sh
|
416
|
+
$ pulumi import gcp:bigtable/schemaBundle:SchemaBundle default {{instance}}/{{table}}/{{schema_bundle_id}}
|
417
|
+
```
|
418
|
+
|
419
|
+
:param str resource_name: The name of the resource.
|
420
|
+
:param SchemaBundleArgs args: The arguments to use to populate this resource's properties.
|
421
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
422
|
+
"""
|
423
|
+
...
|
424
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
425
|
+
resource_args, opts = _utilities.get_resource_args_opts(SchemaBundleArgs, pulumi.ResourceOptions, *args, **kwargs)
|
426
|
+
if resource_args is not None:
|
427
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
428
|
+
else:
|
429
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
430
|
+
|
431
|
+
def _internal_init(__self__,
|
432
|
+
resource_name: str,
|
433
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
434
|
+
ignore_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
435
|
+
instance: Optional[pulumi.Input[_builtins.str]] = None,
|
436
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
437
|
+
proto_schema: Optional[pulumi.Input[Union['SchemaBundleProtoSchemaArgs', 'SchemaBundleProtoSchemaArgsDict']]] = None,
|
438
|
+
schema_bundle_id: Optional[pulumi.Input[_builtins.str]] = None,
|
439
|
+
table: Optional[pulumi.Input[_builtins.str]] = None,
|
440
|
+
__props__=None):
|
441
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
442
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
443
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
444
|
+
if opts.id is None:
|
445
|
+
if __props__ is not None:
|
446
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
447
|
+
__props__ = SchemaBundleArgs.__new__(SchemaBundleArgs)
|
448
|
+
|
449
|
+
__props__.__dict__["ignore_warnings"] = ignore_warnings
|
450
|
+
__props__.__dict__["instance"] = instance
|
451
|
+
__props__.__dict__["project"] = project
|
452
|
+
if proto_schema is None and not opts.urn:
|
453
|
+
raise TypeError("Missing required property 'proto_schema'")
|
454
|
+
__props__.__dict__["proto_schema"] = proto_schema
|
455
|
+
if schema_bundle_id is None and not opts.urn:
|
456
|
+
raise TypeError("Missing required property 'schema_bundle_id'")
|
457
|
+
__props__.__dict__["schema_bundle_id"] = schema_bundle_id
|
458
|
+
__props__.__dict__["table"] = table
|
459
|
+
__props__.__dict__["name"] = None
|
460
|
+
super(SchemaBundle, __self__).__init__(
|
461
|
+
'gcp:bigtable/schemaBundle:SchemaBundle',
|
462
|
+
resource_name,
|
463
|
+
__props__,
|
464
|
+
opts)
|
465
|
+
|
466
|
+
@staticmethod
|
467
|
+
def get(resource_name: str,
|
468
|
+
id: pulumi.Input[str],
|
469
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
470
|
+
ignore_warnings: Optional[pulumi.Input[_builtins.bool]] = None,
|
471
|
+
instance: Optional[pulumi.Input[_builtins.str]] = None,
|
472
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
473
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
474
|
+
proto_schema: Optional[pulumi.Input[Union['SchemaBundleProtoSchemaArgs', 'SchemaBundleProtoSchemaArgsDict']]] = None,
|
475
|
+
schema_bundle_id: Optional[pulumi.Input[_builtins.str]] = None,
|
476
|
+
table: Optional[pulumi.Input[_builtins.str]] = None) -> 'SchemaBundle':
|
477
|
+
"""
|
478
|
+
Get an existing SchemaBundle resource's state with the given name, id, and optional extra
|
479
|
+
properties used to qualify the lookup.
|
480
|
+
|
481
|
+
:param str resource_name: The unique name of the resulting resource.
|
482
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
483
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
484
|
+
:param pulumi.Input[_builtins.bool] ignore_warnings: If true, allow backwards incompatible changes.
|
485
|
+
:param pulumi.Input[_builtins.str] instance: The name of the instance to create the schema bundle within.
|
486
|
+
:param pulumi.Input[_builtins.str] name: The unique name of the requested schema bundle. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.
|
487
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
488
|
+
If it is not provided, the provider project is used.
|
489
|
+
:param pulumi.Input[Union['SchemaBundleProtoSchemaArgs', 'SchemaBundleProtoSchemaArgsDict']] proto_schema: File descriptor set, generated by protoc.
|
490
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
491
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
492
|
+
Structure is documented below.
|
493
|
+
:param pulumi.Input[_builtins.str] schema_bundle_id: The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
494
|
+
:param pulumi.Input[_builtins.str] table: The name of the table to create the schema bundle within.
|
495
|
+
"""
|
496
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
497
|
+
|
498
|
+
__props__ = _SchemaBundleState.__new__(_SchemaBundleState)
|
499
|
+
|
500
|
+
__props__.__dict__["ignore_warnings"] = ignore_warnings
|
501
|
+
__props__.__dict__["instance"] = instance
|
502
|
+
__props__.__dict__["name"] = name
|
503
|
+
__props__.__dict__["project"] = project
|
504
|
+
__props__.__dict__["proto_schema"] = proto_schema
|
505
|
+
__props__.__dict__["schema_bundle_id"] = schema_bundle_id
|
506
|
+
__props__.__dict__["table"] = table
|
507
|
+
return SchemaBundle(resource_name, opts=opts, __props__=__props__)
|
508
|
+
|
509
|
+
@_builtins.property
|
510
|
+
@pulumi.getter(name="ignoreWarnings")
|
511
|
+
def ignore_warnings(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
512
|
+
"""
|
513
|
+
If true, allow backwards incompatible changes.
|
514
|
+
"""
|
515
|
+
return pulumi.get(self, "ignore_warnings")
|
516
|
+
|
517
|
+
@_builtins.property
|
518
|
+
@pulumi.getter
|
519
|
+
def instance(self) -> pulumi.Output[Optional[_builtins.str]]:
|
520
|
+
"""
|
521
|
+
The name of the instance to create the schema bundle within.
|
522
|
+
"""
|
523
|
+
return pulumi.get(self, "instance")
|
524
|
+
|
525
|
+
@_builtins.property
|
526
|
+
@pulumi.getter
|
527
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
528
|
+
"""
|
529
|
+
The unique name of the requested schema bundle. Values are of the form `projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.
|
530
|
+
"""
|
531
|
+
return pulumi.get(self, "name")
|
532
|
+
|
533
|
+
@_builtins.property
|
534
|
+
@pulumi.getter
|
535
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
536
|
+
"""
|
537
|
+
The ID of the project in which the resource belongs.
|
538
|
+
If it is not provided, the provider project is used.
|
539
|
+
"""
|
540
|
+
return pulumi.get(self, "project")
|
541
|
+
|
542
|
+
@_builtins.property
|
543
|
+
@pulumi.getter(name="protoSchema")
|
544
|
+
def proto_schema(self) -> pulumi.Output['outputs.SchemaBundleProtoSchema']:
|
545
|
+
"""
|
546
|
+
File descriptor set, generated by protoc.
|
547
|
+
To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb.
|
548
|
+
$ protoc --include_imports --include_source_info test.proto -o out.pb
|
549
|
+
Structure is documented below.
|
550
|
+
"""
|
551
|
+
return pulumi.get(self, "proto_schema")
|
552
|
+
|
553
|
+
@_builtins.property
|
554
|
+
@pulumi.getter(name="schemaBundleId")
|
555
|
+
def schema_bundle_id(self) -> pulumi.Output[_builtins.str]:
|
556
|
+
"""
|
557
|
+
The unique name of the schema bundle in the form `[_a-zA-Z0-9][-_.a-zA-Z0-9]*`.
|
558
|
+
"""
|
559
|
+
return pulumi.get(self, "schema_bundle_id")
|
560
|
+
|
561
|
+
@_builtins.property
|
562
|
+
@pulumi.getter
|
563
|
+
def table(self) -> pulumi.Output[Optional[_builtins.str]]:
|
564
|
+
"""
|
565
|
+
The name of the table to create the schema bundle within.
|
566
|
+
"""
|
567
|
+
return pulumi.get(self, "table")
|
568
|
+
|
@@ -325,6 +325,7 @@ class AttestorIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Binary Authorization Attestor
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class AttestorIamBinding(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Binary Authorization Attestor
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class AttestorIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Binary Authorization Attestor
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class AttestorIamMember(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Binary Authorization Attestor
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class AttestorIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for Binary Authorization Attestor
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -390,6 +391,7 @@ class AttestorIamPolicy(pulumi.CustomResource):
|
|
390
391
|
-
|
391
392
|
|
392
393
|
# IAM policy for Binary Authorization Attestor
|
394
|
+
|
393
395
|
Three different resources help you manage your IAM policy for Binary Authorization Attestor. Each of these resources serves a different use case:
|
394
396
|
|
395
397
|
* `binaryauthorization.AttestorIamPolicy`: Authoritative. Sets the IAM policy for the attestor and replaces any existing policy already attached.
|
@@ -437,6 +437,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
437
437
|
-
|
438
438
|
|
439
439
|
# IAM policy for Certificate Authority Service CaPool
|
440
|
+
|
440
441
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
441
442
|
|
442
443
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|
@@ -726,6 +727,7 @@ class CaPoolIamBinding(pulumi.CustomResource):
|
|
726
727
|
-
|
727
728
|
|
728
729
|
# IAM policy for Certificate Authority Service CaPool
|
730
|
+
|
729
731
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
730
732
|
|
731
733
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|
@@ -437,6 +437,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
437
437
|
-
|
438
438
|
|
439
439
|
# IAM policy for Certificate Authority Service CaPool
|
440
|
+
|
440
441
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
441
442
|
|
442
443
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|
@@ -726,6 +727,7 @@ class CaPoolIamMember(pulumi.CustomResource):
|
|
726
727
|
-
|
727
728
|
|
728
729
|
# IAM policy for Certificate Authority Service CaPool
|
730
|
+
|
729
731
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
730
732
|
|
731
733
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|
@@ -322,6 +322,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
322
322
|
-
|
323
323
|
|
324
324
|
# IAM policy for Certificate Authority Service CaPool
|
325
|
+
|
325
326
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
326
327
|
|
327
328
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|
@@ -597,6 +598,7 @@ class CaPoolIamPolicy(pulumi.CustomResource):
|
|
597
598
|
-
|
598
599
|
|
599
600
|
# IAM policy for Certificate Authority Service CaPool
|
601
|
+
|
600
602
|
Three different resources help you manage your IAM policy for Certificate Authority Service CaPool. Each of these resources serves a different use case:
|
601
603
|
|
602
604
|
* `certificateauthority.CaPoolIamPolicy`: Authoritative. Sets the IAM policy for the capool and replaces any existing policy already attached.
|