pulumi-gcp 8.41.0a1755723613__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.0a1755723613.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/RECORD +314 -311
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/top_level.txt +0 -0
@@ -325,6 +325,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Container Registry Note
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class NoteIamBinding(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Container Registry Note
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -325,6 +325,7 @@ class NoteIamMember(pulumi.CustomResource):
|
|
325
325
|
-
|
326
326
|
|
327
327
|
# IAM policy for Container Registry Note
|
328
|
+
|
328
329
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
329
330
|
|
330
331
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -505,6 +506,7 @@ class NoteIamMember(pulumi.CustomResource):
|
|
505
506
|
-
|
506
507
|
|
507
508
|
# IAM policy for Container Registry Note
|
509
|
+
|
508
510
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
509
511
|
|
510
512
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -222,6 +222,7 @@ class NoteIamPolicy(pulumi.CustomResource):
|
|
222
222
|
-
|
223
223
|
|
224
224
|
# IAM policy for Container Registry Note
|
225
|
+
|
225
226
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
226
227
|
|
227
228
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -390,6 +391,7 @@ class NoteIamPolicy(pulumi.CustomResource):
|
|
390
391
|
-
|
391
392
|
|
392
393
|
# IAM policy for Container Registry Note
|
394
|
+
|
393
395
|
Three different resources help you manage your IAM policy for Container Registry Note. Each of these resources serves a different use case:
|
394
396
|
|
395
397
|
* `containeranalysis.NoteIamPolicy`: Authoritative. Sets the IAM policy for the note and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog EntryGroup
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog EntryGroup
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog EntryGroup
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog EntryGroup
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -264,6 +264,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
264
264
|
-
|
265
265
|
|
266
266
|
# IAM policy for Data Catalog EntryGroup
|
267
|
+
|
267
268
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
268
269
|
|
269
270
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -432,6 +433,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
432
433
|
-
|
433
434
|
|
434
435
|
# IAM policy for Data Catalog EntryGroup
|
436
|
+
|
435
437
|
Three different resources help you manage your IAM policy for Data Catalog EntryGroup. Each of these resources serves a different use case:
|
436
438
|
|
437
439
|
* `datacatalog.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Data Catalog PolicyTag
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -455,6 +456,7 @@ class PolicyTagIamBinding(pulumi.CustomResource):
|
|
455
456
|
---
|
456
457
|
|
457
458
|
# IAM policy for Data Catalog PolicyTag
|
459
|
+
|
458
460
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
459
461
|
|
460
462
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -286,6 +286,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
286
286
|
---
|
287
287
|
|
288
288
|
# IAM policy for Data Catalog PolicyTag
|
289
|
+
|
289
290
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
290
291
|
|
291
292
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -455,6 +456,7 @@ class PolicyTagIamMember(pulumi.CustomResource):
|
|
455
456
|
---
|
456
457
|
|
457
458
|
# IAM policy for Data Catalog PolicyTag
|
459
|
+
|
458
460
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
459
461
|
|
460
462
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -183,6 +183,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
183
183
|
---
|
184
184
|
|
185
185
|
# IAM policy for Data Catalog PolicyTag
|
186
|
+
|
186
187
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
187
188
|
|
188
189
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -340,6 +341,7 @@ class PolicyTagIamPolicy(pulumi.CustomResource):
|
|
340
341
|
---
|
341
342
|
|
342
343
|
# IAM policy for Data Catalog PolicyTag
|
344
|
+
|
343
345
|
Three different resources help you manage your IAM policy for Data Catalog PolicyTag. Each of these resources serves a different use case:
|
344
346
|
|
345
347
|
* `datacatalog.PolicyTagIamPolicy`: Authoritative. Sets the IAM policy for the policytag and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog TagTemplate
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class TagTemplateIamBinding(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog TagTemplate
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog TagTemplate
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class TagTemplateIamMember(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog TagTemplate
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -264,6 +264,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
264
264
|
-
|
265
265
|
|
266
266
|
# IAM policy for Data Catalog TagTemplate
|
267
|
+
|
267
268
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
268
269
|
|
269
270
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -432,6 +433,7 @@ class TagTemplateIamPolicy(pulumi.CustomResource):
|
|
432
433
|
-
|
433
434
|
|
434
435
|
# IAM policy for Data Catalog TagTemplate
|
436
|
+
|
435
437
|
Three different resources help you manage your IAM policy for Data Catalog TagTemplate. Each of these resources serves a different use case:
|
436
438
|
|
437
439
|
* `datacatalog.TagTemplateIamPolicy`: Authoritative. Sets the IAM policy for the tagtemplate and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog Taxonomy
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class TaxonomyIamBinding(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog Taxonomy
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -367,6 +367,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
367
367
|
-
|
368
368
|
|
369
369
|
# IAM policy for Data Catalog Taxonomy
|
370
|
+
|
370
371
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
371
372
|
|
372
373
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -547,6 +548,7 @@ class TaxonomyIamMember(pulumi.CustomResource):
|
|
547
548
|
-
|
548
549
|
|
549
550
|
# IAM policy for Data Catalog Taxonomy
|
551
|
+
|
550
552
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
551
553
|
|
552
554
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -264,6 +264,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
264
264
|
-
|
265
265
|
|
266
266
|
# IAM policy for Data Catalog Taxonomy
|
267
|
+
|
267
268
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
268
269
|
|
269
270
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -432,6 +433,7 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
|
|
432
433
|
-
|
433
434
|
|
434
435
|
# IAM policy for Data Catalog Taxonomy
|
436
|
+
|
435
437
|
Three different resources help you manage your IAM policy for Data Catalog Taxonomy. Each of these resources serves a different use case:
|
436
438
|
|
437
439
|
* `datacatalog.TaxonomyIamPolicy`: Authoritative. Sets the IAM policy for the taxonomy and replaces any existing policy already attached.
|
@@ -1121,10 +1121,14 @@ class Instance(pulumi.CustomResource):
|
|
1121
1121
|
name="my-instance",
|
1122
1122
|
key_ring=key_ring.id)
|
1123
1123
|
project = gcp.organizations.get_project()
|
1124
|
-
|
1124
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
1125
1125
|
crypto_key_id=crypto_key.id,
|
1126
1126
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1127
1127
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
1128
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
1129
|
+
crypto_key_id=crypto_key.id,
|
1130
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1131
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
1128
1132
|
cmek = gcp.datafusion.Instance("cmek",
|
1129
1133
|
name="my-instance",
|
1130
1134
|
region="us-central1",
|
@@ -1132,7 +1136,10 @@ class Instance(pulumi.CustomResource):
|
|
1132
1136
|
crypto_key_config={
|
1133
1137
|
"key_reference": crypto_key.id,
|
1134
1138
|
},
|
1135
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
1139
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1140
|
+
crypto_key_member_cdf_sa,
|
1141
|
+
crypto_key_member_gcs_sa,
|
1142
|
+
]))
|
1136
1143
|
```
|
1137
1144
|
### Data Fusion Instance Enterprise
|
1138
1145
|
|
@@ -1367,10 +1374,14 @@ class Instance(pulumi.CustomResource):
|
|
1367
1374
|
name="my-instance",
|
1368
1375
|
key_ring=key_ring.id)
|
1369
1376
|
project = gcp.organizations.get_project()
|
1370
|
-
|
1377
|
+
crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
|
1371
1378
|
crypto_key_id=crypto_key.id,
|
1372
1379
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1373
1380
|
member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
|
1381
|
+
crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
|
1382
|
+
crypto_key_id=crypto_key.id,
|
1383
|
+
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1384
|
+
member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
|
1374
1385
|
cmek = gcp.datafusion.Instance("cmek",
|
1375
1386
|
name="my-instance",
|
1376
1387
|
region="us-central1",
|
@@ -1378,7 +1389,10 @@ class Instance(pulumi.CustomResource):
|
|
1378
1389
|
crypto_key_config={
|
1379
1390
|
"key_reference": crypto_key.id,
|
1380
1391
|
},
|
1381
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
1392
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1393
|
+
crypto_key_member_cdf_sa,
|
1394
|
+
crypto_key_member_gcs_sa,
|
1395
|
+
]))
|
1382
1396
|
```
|
1383
1397
|
### Data Fusion Instance Enterprise
|
1384
1398
|
|
@@ -373,6 +373,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex AspectType
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class AspectTypeIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex AspectType
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex AspectType
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class AspectTypeIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex AspectType
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Dataplex AspectType
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Dataplex AspectType
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Dataplex AspectType. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `dataplex.AspectTypeIamPolicy`: Authoritative. Sets the IAM policy for the aspecttype and replaces any existing policy already attached.
|
@@ -439,6 +439,7 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
439
439
|
-
|
440
440
|
|
441
441
|
# IAM policy for Dataplex Asset
|
442
|
+
|
442
443
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
443
444
|
|
444
445
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -644,6 +645,7 @@ class AssetIamBinding(pulumi.CustomResource):
|
|
644
645
|
-
|
645
646
|
|
646
647
|
# IAM policy for Dataplex Asset
|
648
|
+
|
647
649
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
648
650
|
|
649
651
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -439,6 +439,7 @@ class AssetIamMember(pulumi.CustomResource):
|
|
439
439
|
-
|
440
440
|
|
441
441
|
# IAM policy for Dataplex Asset
|
442
|
+
|
442
443
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
443
444
|
|
444
445
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -644,6 +645,7 @@ class AssetIamMember(pulumi.CustomResource):
|
|
644
645
|
-
|
645
646
|
|
646
647
|
# IAM policy for Dataplex Asset
|
648
|
+
|
647
649
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
648
650
|
|
649
651
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -336,6 +336,7 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
336
336
|
-
|
337
337
|
|
338
338
|
# IAM policy for Dataplex Asset
|
339
|
+
|
339
340
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
340
341
|
|
341
342
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -529,6 +530,7 @@ class AssetIamPolicy(pulumi.CustomResource):
|
|
529
530
|
-
|
530
531
|
|
531
532
|
# IAM policy for Dataplex Asset
|
533
|
+
|
532
534
|
Three different resources help you manage your IAM policy for Dataplex Asset. Each of these resources serves a different use case:
|
533
535
|
|
534
536
|
* `dataplex.AssetIamPolicy`: Authoritative. Sets the IAM policy for the asset and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class DatascanIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex Datascan
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class DatascanIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex Datascan
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class DatascanIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex Datascan
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class DatascanIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex Datascan
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class DatascanIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Dataplex Datascan
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class DatascanIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Dataplex Datascan
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Dataplex Datascan. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `dataplex.DatascanIamPolicy`: Authoritative. Sets the IAM policy for the datascan and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex EntryGroup
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex EntryGroup
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex EntryGroup
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class EntryGroupIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex EntryGroup
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Dataplex EntryGroup
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Dataplex EntryGroup
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Dataplex EntryGroup. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `dataplex.EntryGroupIamPolicy`: Authoritative. Sets the IAM policy for the entrygroup and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class EntryTypeIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex EntryType
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class EntryTypeIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex EntryType
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class EntryTypeIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex EntryType
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class EntryTypeIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex EntryType
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class EntryTypeIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Dataplex EntryType
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class EntryTypeIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Dataplex EntryType
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Dataplex EntryType. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `dataplex.EntryTypeIamPolicy`: Authoritative. Sets the IAM policy for the entrytype and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class GlossaryIamBinding(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex Glossary
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class GlossaryIamBinding(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex Glossary
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -373,6 +373,7 @@ class GlossaryIamMember(pulumi.CustomResource):
|
|
373
373
|
-
|
374
374
|
|
375
375
|
# IAM policy for Dataplex Glossary
|
376
|
+
|
376
377
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
377
378
|
|
378
379
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -565,6 +566,7 @@ class GlossaryIamMember(pulumi.CustomResource):
|
|
565
566
|
-
|
566
567
|
|
567
568
|
# IAM policy for Dataplex Glossary
|
569
|
+
|
568
570
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
569
571
|
|
570
572
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -270,6 +270,7 @@ class GlossaryIamPolicy(pulumi.CustomResource):
|
|
270
270
|
-
|
271
271
|
|
272
272
|
# IAM policy for Dataplex Glossary
|
273
|
+
|
273
274
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
274
275
|
|
275
276
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -450,6 +451,7 @@ class GlossaryIamPolicy(pulumi.CustomResource):
|
|
450
451
|
-
|
451
452
|
|
452
453
|
# IAM policy for Dataplex Glossary
|
454
|
+
|
453
455
|
Three different resources help you manage your IAM policy for Dataplex Glossary. Each of these resources serves a different use case:
|
454
456
|
|
455
457
|
* `dataplex.GlossaryIamPolicy`: Authoritative. Sets the IAM policy for the glossary and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Dataplex Lake
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `dataplex.LakeIamPolicy`: Authoritative. Sets the IAM policy for the lake and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Dataplex Lake
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `dataplex.LakeIamPolicy`: Authoritative. Sets the IAM policy for the lake and replaces any existing policy already attached.
|
@@ -369,6 +369,7 @@ class LakeIamMember(pulumi.CustomResource):
|
|
369
369
|
-
|
370
370
|
|
371
371
|
# IAM policy for Dataplex Lake
|
372
|
+
|
372
373
|
Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:
|
373
374
|
|
374
375
|
* `dataplex.LakeIamPolicy`: Authoritative. Sets the IAM policy for the lake and replaces any existing policy already attached.
|
@@ -560,6 +561,7 @@ class LakeIamMember(pulumi.CustomResource):
|
|
560
561
|
-
|
561
562
|
|
562
563
|
# IAM policy for Dataplex Lake
|
564
|
+
|
563
565
|
Three different resources help you manage your IAM policy for Dataplex Lake. Each of these resources serves a different use case:
|
564
566
|
|
565
567
|
* `dataplex.LakeIamPolicy`: Authoritative. Sets the IAM policy for the lake and replaces any existing policy already attached.
|