pulumi-gcp 8.41.0a1755716203__py3-none-any.whl → 8.41.0a1755891135__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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/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/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/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/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/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/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/RECORD +314 -311
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/top_level.txt +0 -0
@@ -23,8 +23,7 @@ class SecretVersionArgs:
|
|
23
23
|
deletion_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
24
24
|
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
25
25
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
26
|
-
secret_data: Optional[pulumi.Input[_builtins.str]] = None
|
27
|
-
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
|
26
|
+
secret_data: Optional[pulumi.Input[_builtins.str]] = None):
|
28
27
|
"""
|
29
28
|
The set of arguments for constructing a SecretVersion resource.
|
30
29
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
@@ -38,7 +37,6 @@ class SecretVersionArgs:
|
|
38
37
|
:param pulumi.Input[_builtins.bool] is_secret_data_base64: If set to 'true', the secret data is expected to be base64-encoded string and would be sent as is.
|
39
38
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
40
39
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
41
|
-
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. 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)
|
42
40
|
"""
|
43
41
|
pulumi.set(__self__, "secret", secret)
|
44
42
|
if deletion_policy is not None:
|
@@ -49,8 +47,6 @@ class SecretVersionArgs:
|
|
49
47
|
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
50
48
|
if secret_data is not None:
|
51
49
|
pulumi.set(__self__, "secret_data", secret_data)
|
52
|
-
if secret_data_wo_version is not None:
|
53
|
-
pulumi.set(__self__, "secret_data_wo_version", secret_data_wo_version)
|
54
50
|
|
55
51
|
@_builtins.property
|
56
52
|
@pulumi.getter
|
@@ -118,18 +114,6 @@ class SecretVersionArgs:
|
|
118
114
|
def secret_data(self, value: Optional[pulumi.Input[_builtins.str]]):
|
119
115
|
pulumi.set(self, "secret_data", value)
|
120
116
|
|
121
|
-
@_builtins.property
|
122
|
-
@pulumi.getter(name="secretDataWoVersion")
|
123
|
-
def secret_data_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
124
|
-
"""
|
125
|
-
Triggers update of secret data write-only. 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)
|
126
|
-
"""
|
127
|
-
return pulumi.get(self, "secret_data_wo_version")
|
128
|
-
|
129
|
-
@secret_data_wo_version.setter
|
130
|
-
def secret_data_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
131
|
-
pulumi.set(self, "secret_data_wo_version", value)
|
132
|
-
|
133
117
|
|
134
118
|
@pulumi.input_type
|
135
119
|
class _SecretVersionState:
|
@@ -142,7 +126,6 @@ class _SecretVersionState:
|
|
142
126
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
143
127
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
144
128
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
145
|
-
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
146
129
|
version: Optional[pulumi.Input[_builtins.str]] = None):
|
147
130
|
"""
|
148
131
|
Input properties used for looking up and filtering SecretVersion resources.
|
@@ -161,7 +144,6 @@ class _SecretVersionState:
|
|
161
144
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
162
145
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
163
146
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
164
|
-
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. 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)
|
165
147
|
:param pulumi.Input[_builtins.str] version: The version of the Secret.
|
166
148
|
"""
|
167
149
|
if create_time is not None:
|
@@ -180,8 +162,6 @@ class _SecretVersionState:
|
|
180
162
|
pulumi.set(__self__, "secret", secret)
|
181
163
|
if secret_data is not None:
|
182
164
|
pulumi.set(__self__, "secret_data", secret_data)
|
183
|
-
if secret_data_wo_version is not None:
|
184
|
-
pulumi.set(__self__, "secret_data_wo_version", secret_data_wo_version)
|
185
165
|
if version is not None:
|
186
166
|
pulumi.set(__self__, "version", version)
|
187
167
|
|
@@ -288,18 +268,6 @@ class _SecretVersionState:
|
|
288
268
|
def secret_data(self, value: Optional[pulumi.Input[_builtins.str]]):
|
289
269
|
pulumi.set(self, "secret_data", value)
|
290
270
|
|
291
|
-
@_builtins.property
|
292
|
-
@pulumi.getter(name="secretDataWoVersion")
|
293
|
-
def secret_data_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
294
|
-
"""
|
295
|
-
Triggers update of secret data write-only. 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)
|
296
|
-
"""
|
297
|
-
return pulumi.get(self, "secret_data_wo_version")
|
298
|
-
|
299
|
-
@secret_data_wo_version.setter
|
300
|
-
def secret_data_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
301
|
-
pulumi.set(self, "secret_data_wo_version", value)
|
302
|
-
|
303
271
|
@_builtins.property
|
304
272
|
@pulumi.getter
|
305
273
|
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -324,7 +292,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
324
292
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
325
293
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
326
294
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
327
|
-
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
328
295
|
__props__=None):
|
329
296
|
"""
|
330
297
|
A secret version resource.
|
@@ -444,7 +411,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
444
411
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
445
412
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
446
413
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
447
|
-
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. 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)
|
448
414
|
"""
|
449
415
|
...
|
450
416
|
@overload
|
@@ -577,7 +543,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
577
543
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
578
544
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
579
545
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
580
|
-
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
581
546
|
__props__=None):
|
582
547
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
583
548
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -594,7 +559,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
594
559
|
raise TypeError("Missing required property 'secret'")
|
595
560
|
__props__.__dict__["secret"] = secret
|
596
561
|
__props__.__dict__["secret_data"] = None if secret_data is None else pulumi.Output.secret(secret_data)
|
597
|
-
__props__.__dict__["secret_data_wo_version"] = secret_data_wo_version
|
598
562
|
__props__.__dict__["create_time"] = None
|
599
563
|
__props__.__dict__["destroy_time"] = None
|
600
564
|
__props__.__dict__["name"] = None
|
@@ -619,7 +583,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
619
583
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
620
584
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
621
585
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
622
|
-
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
623
586
|
version: Optional[pulumi.Input[_builtins.str]] = None) -> 'SecretVersion':
|
624
587
|
"""
|
625
588
|
Get an existing SecretVersion resource's state with the given name, id, and optional extra
|
@@ -643,7 +606,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
643
606
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
644
607
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
645
608
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
646
|
-
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. 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)
|
647
609
|
:param pulumi.Input[_builtins.str] version: The version of the Secret.
|
648
610
|
"""
|
649
611
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -658,7 +620,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
658
620
|
__props__.__dict__["name"] = name
|
659
621
|
__props__.__dict__["secret"] = secret
|
660
622
|
__props__.__dict__["secret_data"] = secret_data
|
661
|
-
__props__.__dict__["secret_data_wo_version"] = secret_data_wo_version
|
662
623
|
__props__.__dict__["version"] = version
|
663
624
|
return SecretVersion(resource_name, opts=opts, __props__=__props__)
|
664
625
|
|
@@ -733,14 +694,6 @@ class SecretVersion(pulumi.CustomResource):
|
|
733
694
|
"""
|
734
695
|
return pulumi.get(self, "secret_data")
|
735
696
|
|
736
|
-
@_builtins.property
|
737
|
-
@pulumi.getter(name="secretDataWoVersion")
|
738
|
-
def secret_data_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
|
739
|
-
"""
|
740
|
-
Triggers update of secret data write-only. 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)
|
741
|
-
"""
|
742
|
-
return pulumi.get(self, "secret_data_wo_version")
|
743
|
-
|
744
697
|
@_builtins.property
|
745
698
|
@pulumi.getter
|
746
699
|
def version(self) -> pulumi.Output[_builtins.str]:
|
@@ -373,6 +373,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Secure Source Manager Repository
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Secure Source Manager Repository
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Secure Source Manager Repository
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Secure Source Manager Repository
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Secure Source Manager Repository
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Secure Source Manager Repository
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Secure Source Manager Repository. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `securesourcemanager.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -336,10 +336,14 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
336
336
|
name="my-instance",
|
337
337
|
key_ring=key_ring.id)
|
338
338
|
project = gcp.organizations.get_project()
|
339
|
-
|
339
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
340
340
|
crypto_key_id=crypto_key.id,
|
341
341
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
342
342
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
343
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
344
|
+
crypto_key_id=crypto_key.id,
|
345
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
346
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
343
347
|
cmek = gcp.datafusion.Instance("cmek",
|
344
348
|
name="my-instance",
|
345
349
|
region="us-central1",
|
@@ -347,7 +351,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
347
351
|
crypto_key_config={
|
348
352
|
"key_reference": crypto_key.id,
|
349
353
|
},
|
350
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
354
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
355
|
+
crypto_key_member_cdf_sa,
|
356
|
+
crypto_key_member_gcs_sa,
|
357
|
+
]))
|
351
358
|
```
|
352
359
|
### Data Fusion Instance Enterprise
|
353
360
|
|
@@ -540,10 +547,14 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
540
547
|
name="my-instance",
|
541
548
|
key_ring=key_ring.id)
|
542
549
|
project = gcp.organizations.get_project()
|
543
|
-
|
550
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
544
551
|
crypto_key_id=crypto_key.id,
|
545
552
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
546
553
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
554
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
555
|
+
crypto_key_id=crypto_key.id,
|
556
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
557
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
547
558
|
cmek = gcp.datafusion.Instance("cmek",
|
548
559
|
name="my-instance",
|
549
560
|
region="us-central1",
|
@@ -551,7 +562,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
551
562
|
crypto_key_config={
|
552
563
|
"key_reference": crypto_key.id,
|
553
564
|
},
|
554
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
565
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
566
|
+
crypto_key_member_cdf_sa,
|
567
|
+
crypto_key_member_gcs_sa,
|
568
|
+
]))
|
555
569
|
```
|
556
570
|
### Data Fusion Instance Enterprise
|
557
571
|
|
@@ -336,10 +336,14 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
336
336
|
name="my-instance",
|
337
337
|
key_ring=key_ring.id)
|
338
338
|
project = gcp.organizations.get_project()
|
339
|
-
|
339
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
340
340
|
crypto_key_id=crypto_key.id,
|
341
341
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
342
342
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
343
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
344
|
+
crypto_key_id=crypto_key.id,
|
345
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
346
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
343
347
|
cmek = gcp.datafusion.Instance("cmek",
|
344
348
|
name="my-instance",
|
345
349
|
region="us-central1",
|
@@ -347,7 +351,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
347
351
|
crypto_key_config={
|
348
352
|
"key_reference": crypto_key.id,
|
349
353
|
},
|
350
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
354
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
355
|
+
crypto_key_member_cdf_sa,
|
356
|
+
crypto_key_member_gcs_sa,
|
357
|
+
]))
|
351
358
|
```
|
352
359
|
### Data Fusion Instance Enterprise
|
353
360
|
|
@@ -540,10 +547,14 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
540
547
|
name="my-instance",
|
541
548
|
key_ring=key_ring.id)
|
542
549
|
project = gcp.organizations.get_project()
|
543
|
-
|
550
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
544
551
|
crypto_key_id=crypto_key.id,
|
545
552
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
546
553
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
554
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
555
|
+
crypto_key_id=crypto_key.id,
|
556
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
557
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
547
558
|
cmek = gcp.datafusion.Instance("cmek",
|
548
559
|
name="my-instance",
|
549
560
|
region="us-central1",
|
@@ -551,7 +562,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
551
562
|
crypto_key_config={
|
552
563
|
"key_reference": crypto_key.id,
|
553
564
|
},
|
554
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
565
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
566
|
+
crypto_key_member_cdf_sa,
|
567
|
+
crypto_key_member_gcs_sa,
|
568
|
+
]))
|
555
569
|
```
|
556
570
|
### Data Fusion Instance Enterprise
|
557
571
|
|
@@ -285,10 +285,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
285
285
|
name="my-instance",
|
286
286
|
key_ring=key_ring.id)
|
287
287
|
project = gcp.organizations.get_project()
|
288
|
-
|
288
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
289
289
|
crypto_key_id=crypto_key.id,
|
290
290
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
291
291
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
292
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
293
|
+
crypto_key_id=crypto_key.id,
|
294
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
295
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
292
296
|
cmek = gcp.datafusion.Instance("cmek",
|
293
297
|
name="my-instance",
|
294
298
|
region="us-central1",
|
@@ -296,7 +300,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
296
300
|
crypto_key_config={
|
297
301
|
"key_reference": crypto_key.id,
|
298
302
|
},
|
299
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
303
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
304
|
+
crypto_key_member_cdf_sa,
|
305
|
+
crypto_key_member_gcs_sa,
|
306
|
+
]))
|
300
307
|
```
|
301
308
|
### Data Fusion Instance Enterprise
|
302
309
|
|
@@ -489,10 +496,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
489
496
|
name="my-instance",
|
490
497
|
key_ring=key_ring.id)
|
491
498
|
project = gcp.organizations.get_project()
|
492
|
-
|
499
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
493
500
|
crypto_key_id=crypto_key.id,
|
494
501
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
495
502
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
503
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
504
|
+
crypto_key_id=crypto_key.id,
|
505
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
506
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
496
507
|
cmek = gcp.datafusion.Instance("cmek",
|
497
508
|
name="my-instance",
|
498
509
|
region="us-central1",
|
@@ -500,7 +511,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
500
511
|
crypto_key_config={
|
501
512
|
"key_reference": crypto_key.id,
|
502
513
|
},
|
503
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
514
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
515
|
+
crypto_key_member_cdf_sa,
|
516
|
+
crypto_key_member_gcs_sa,
|
517
|
+
]))
|
504
518
|
```
|
505
519
|
### Data Fusion Instance Enterprise
|
506
520
|
|
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
310
310
|
---
|
311
311
|
|
312
312
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
313
|
+
|
313
314
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
314
315
|
|
315
316
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
|
|
483
484
|
---
|
484
485
|
|
485
486
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
487
|
+
|
486
488
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
487
489
|
|
488
490
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
310
310
|
---
|
311
311
|
|
312
312
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
313
|
+
|
313
314
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
314
315
|
|
315
316
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
|
|
483
484
|
---
|
484
485
|
|
485
486
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
487
|
+
|
486
488
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
487
489
|
|
488
490
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -207,6 +207,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
207
207
|
---
|
208
208
|
|
209
209
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
210
|
+
|
210
211
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
211
212
|
|
212
213
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -368,6 +369,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
|
|
368
369
|
---
|
369
370
|
|
370
371
|
# IAM policy for Security Command Center (SCC) v2 API OrganizationSource
|
372
|
+
|
371
373
|
Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
|
372
374
|
|
373
375
|
* `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Namespace
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Namespace
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Namespace
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Namespace
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -184,6 +184,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
184
184
|
---
|
185
185
|
|
186
186
|
# IAM policy for Service Directory Namespace
|
187
|
+
|
187
188
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
188
189
|
|
189
190
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -345,6 +346,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
345
346
|
---
|
346
347
|
|
347
348
|
# IAM policy for Service Directory Namespace
|
349
|
+
|
348
350
|
Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
|
349
351
|
|
350
352
|
* `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Service
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Service
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -287,6 +287,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
287
287
|
---
|
288
288
|
|
289
289
|
# IAM policy for Service Directory Service
|
290
|
+
|
290
291
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
291
292
|
|
292
293
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -460,6 +461,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
460
461
|
---
|
461
462
|
|
462
463
|
# IAM policy for Service Directory Service
|
464
|
+
|
463
465
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
464
466
|
|
465
467
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -184,6 +184,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
184
184
|
---
|
185
185
|
|
186
186
|
# IAM policy for Service Directory Service
|
187
|
+
|
187
188
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
188
189
|
|
189
190
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -345,6 +346,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
345
346
|
---
|
346
347
|
|
347
348
|
# IAM policy for Service Directory Service
|
349
|
+
|
348
350
|
Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
|
349
351
|
|
350
352
|
* `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud Source Repositories Repository
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -503,6 +504,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
503
504
|
-
|
504
505
|
|
505
506
|
# IAM policy for Cloud Source Repositories Repository
|
507
|
+
|
506
508
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
507
509
|
|
508
510
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Cloud Source Repositories Repository
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -503,6 +504,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
503
504
|
-
|
504
505
|
|
505
506
|
# IAM policy for Cloud Source Repositories Repository
|
507
|
+
|
506
508
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
507
509
|
|
508
510
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for Cloud Source Repositories Repository
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -388,6 +389,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
388
389
|
-
|
389
390
|
|
390
391
|
# IAM policy for Cloud Source Repositories Repository
|
392
|
+
|
391
393
|
Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
|
392
394
|
|
393
395
|
* `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagKey
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagKey
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagKey
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagKeyIamMember(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagKey
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -183,6 +183,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
|
|
183
183
|
---
|
184
184
|
|
185
185
|
# IAM policy for Tags TagKey
|
186
|
+
|
186
187
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
187
188
|
|
188
189
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -342,6 +343,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
|
|
342
343
|
---
|
343
344
|
|
344
345
|
# IAM policy for Tags TagKey
|
346
|
+
|
345
347
|
Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
|
346
348
|
|
347
349
|
* `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Tags TagValue
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|
@@ -457,6 +458,7 @@ class TagValueIamBinding(pulumi.CustomResource):
|
|
457
458
|
---
|
458
459
|
|
459
460
|
# IAM policy for Tags TagValue
|
461
|
+
|
460
462
|
Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
|
461
463
|
|
462
464
|
* `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
|