pulumi-gcp 8.8.0a1730615974__py3-none-any.whl → 8.8.0a1730856812__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 +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +182 -50
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/outputs.py +197 -30
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +4 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +208 -12
- pulumi_gcp/spanner/outputs.py +287 -9
- pulumi_gcp/sql/_inputs.py +6 -3
- pulumi_gcp/sql/outputs.py +4 -2
- pulumi_gcp/storage/_inputs.py +3 -6
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +4 -6
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +472 -6
- pulumi_gcp/vmwareengine/outputs.py +668 -22
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/workstation_config.py +6 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/top_level.txt +0 -0
@@ -419,7 +419,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
419
419
|
"enabled": True,
|
420
420
|
},
|
421
421
|
},
|
422
|
-
deletion_protection=
|
422
|
+
deletion_protection=True,
|
423
423
|
network="default",
|
424
424
|
subnetwork="default")
|
425
425
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -464,7 +464,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
464
464
|
"enabled": True,
|
465
465
|
},
|
466
466
|
},
|
467
|
-
deletion_protection=
|
467
|
+
deletion_protection=True,
|
468
468
|
network="default",
|
469
469
|
subnetwork="default")
|
470
470
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -520,7 +520,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
520
520
|
"enabled": True,
|
521
521
|
},
|
522
522
|
},
|
523
|
-
deletion_protection=
|
523
|
+
deletion_protection=True,
|
524
524
|
network="default",
|
525
525
|
subnetwork="default")
|
526
526
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -569,7 +569,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
569
569
|
"enabled": True,
|
570
570
|
},
|
571
571
|
},
|
572
|
-
deletion_protection=
|
572
|
+
deletion_protection=True,
|
573
573
|
network="default",
|
574
574
|
subnetwork="default")
|
575
575
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -613,7 +613,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
613
613
|
"enabled": True,
|
614
614
|
},
|
615
615
|
},
|
616
|
-
deletion_protection=
|
616
|
+
deletion_protection=True,
|
617
617
|
network="default",
|
618
618
|
subnetwork="default")
|
619
619
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -686,7 +686,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
686
686
|
"enabled": True,
|
687
687
|
},
|
688
688
|
},
|
689
|
-
deletion_protection=
|
689
|
+
deletion_protection=True,
|
690
690
|
network="default",
|
691
691
|
subnetwork="default")
|
692
692
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -755,7 +755,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
755
755
|
"enabled": True,
|
756
756
|
},
|
757
757
|
},
|
758
|
-
deletion_protection=
|
758
|
+
deletion_protection=True,
|
759
759
|
network="default",
|
760
760
|
subnetwork="default")
|
761
761
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -800,7 +800,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
800
800
|
"enabled": True,
|
801
801
|
},
|
802
802
|
},
|
803
|
-
deletion_protection=
|
803
|
+
deletion_protection=True,
|
804
804
|
network="default",
|
805
805
|
subnetwork="default")
|
806
806
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -869,7 +869,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
869
869
|
"enabled": True,
|
870
870
|
},
|
871
871
|
},
|
872
|
-
deletion_protection=
|
872
|
+
deletion_protection=True,
|
873
873
|
network="default",
|
874
874
|
subnetwork="default")
|
875
875
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -974,7 +974,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
974
974
|
"enabled": True,
|
975
975
|
},
|
976
976
|
},
|
977
|
-
deletion_protection=
|
977
|
+
deletion_protection=True,
|
978
978
|
network="default",
|
979
979
|
subnetwork="default")
|
980
980
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1019,7 +1019,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1019
1019
|
"enabled": True,
|
1020
1020
|
},
|
1021
1021
|
},
|
1022
|
-
deletion_protection=
|
1022
|
+
deletion_protection=True,
|
1023
1023
|
network="default",
|
1024
1024
|
subnetwork="default")
|
1025
1025
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1075,7 +1075,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1075
1075
|
"enabled": True,
|
1076
1076
|
},
|
1077
1077
|
},
|
1078
|
-
deletion_protection=
|
1078
|
+
deletion_protection=True,
|
1079
1079
|
network="default",
|
1080
1080
|
subnetwork="default")
|
1081
1081
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1124,7 +1124,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1124
1124
|
"enabled": True,
|
1125
1125
|
},
|
1126
1126
|
},
|
1127
|
-
deletion_protection=
|
1127
|
+
deletion_protection=True,
|
1128
1128
|
network="default",
|
1129
1129
|
subnetwork="default")
|
1130
1130
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1168,7 +1168,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1168
1168
|
"enabled": True,
|
1169
1169
|
},
|
1170
1170
|
},
|
1171
|
-
deletion_protection=
|
1171
|
+
deletion_protection=True,
|
1172
1172
|
network="default",
|
1173
1173
|
subnetwork="default")
|
1174
1174
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1241,7 +1241,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1241
1241
|
"enabled": True,
|
1242
1242
|
},
|
1243
1243
|
},
|
1244
|
-
deletion_protection=
|
1244
|
+
deletion_protection=True,
|
1245
1245
|
network="default",
|
1246
1246
|
subnetwork="default")
|
1247
1247
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1310,7 +1310,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1310
1310
|
"enabled": True,
|
1311
1311
|
},
|
1312
1312
|
},
|
1313
|
-
deletion_protection=
|
1313
|
+
deletion_protection=True,
|
1314
1314
|
network="default",
|
1315
1315
|
subnetwork="default")
|
1316
1316
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1355,7 +1355,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1355
1355
|
"enabled": True,
|
1356
1356
|
},
|
1357
1357
|
},
|
1358
|
-
deletion_protection=
|
1358
|
+
deletion_protection=True,
|
1359
1359
|
network="default",
|
1360
1360
|
subnetwork="default")
|
1361
1361
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -1424,7 +1424,7 @@ class RestorePlan(pulumi.CustomResource):
|
|
1424
1424
|
"enabled": True,
|
1425
1425
|
},
|
1426
1426
|
},
|
1427
|
-
deletion_protection=
|
1427
|
+
deletion_protection=True,
|
1428
1428
|
network="default",
|
1429
1429
|
subnetwork="default")
|
1430
1430
|
basic = gcp.gkebackup.BackupPlan("basic",
|
@@ -466,7 +466,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
466
466
|
$ pulumi import gcp:gkebackup/restorePlanIamBinding:RestorePlanIamBinding editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
467
467
|
```
|
468
468
|
|
469
|
-
-> **Custom Roles
|
469
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
470
470
|
|
471
471
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
472
472
|
|
@@ -658,7 +658,7 @@ class RestorePlanIamBinding(pulumi.CustomResource):
|
|
658
658
|
$ pulumi import gcp:gkebackup/restorePlanIamBinding:RestorePlanIamBinding editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
659
659
|
```
|
660
660
|
|
661
|
-
-> **Custom Roles
|
661
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
662
662
|
|
663
663
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
664
664
|
|
@@ -466,7 +466,7 @@ class RestorePlanIamMember(pulumi.CustomResource):
|
|
466
466
|
$ pulumi import gcp:gkebackup/restorePlanIamMember:RestorePlanIamMember editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
467
467
|
```
|
468
468
|
|
469
|
-
-> **Custom Roles
|
469
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
470
470
|
|
471
471
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
472
472
|
|
@@ -658,7 +658,7 @@ class RestorePlanIamMember(pulumi.CustomResource):
|
|
658
658
|
$ pulumi import gcp:gkebackup/restorePlanIamMember:RestorePlanIamMember editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
659
659
|
```
|
660
660
|
|
661
|
-
-> **Custom Roles
|
661
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
662
662
|
|
663
663
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
664
664
|
|
@@ -363,7 +363,7 @@ class RestorePlanIamPolicy(pulumi.CustomResource):
|
|
363
363
|
$ pulumi import gcp:gkebackup/restorePlanIamPolicy:RestorePlanIamPolicy editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
364
364
|
```
|
365
365
|
|
366
|
-
-> **Custom Roles
|
366
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
367
367
|
|
368
368
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
369
369
|
|
@@ -543,7 +543,7 @@ class RestorePlanIamPolicy(pulumi.CustomResource):
|
|
543
543
|
$ pulumi import gcp:gkebackup/restorePlanIamPolicy:RestorePlanIamPolicy editor projects/{{project}}/locations/{{location}}/restorePlans/{{restore_plan}}
|
544
544
|
```
|
545
545
|
|
546
|
-
-> **Custom Roles
|
546
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
547
547
|
|
548
548
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
549
549
|
|
pulumi_gcp/gkehub/_inputs.py
CHANGED
@@ -258,7 +258,7 @@ if not MYPY:
|
|
258
258
|
"""
|
259
259
|
version: NotRequired[pulumi.Input[str]]
|
260
260
|
"""
|
261
|
-
Version of
|
261
|
+
Version of Config Sync installed
|
262
262
|
"""
|
263
263
|
elif False:
|
264
264
|
FeatureFleetDefaultMemberConfigConfigmanagementArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -274,7 +274,7 @@ class FeatureFleetDefaultMemberConfigConfigmanagementArgs:
|
|
274
274
|
Structure is documented below.
|
275
275
|
:param pulumi.Input[str] management: Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.
|
276
276
|
Possible values are: `MANAGEMENT_UNSPECIFIED`, `MANAGEMENT_AUTOMATIC`, `MANAGEMENT_MANUAL`.
|
277
|
-
:param pulumi.Input[str] version: Version of
|
277
|
+
:param pulumi.Input[str] version: Version of Config Sync installed
|
278
278
|
"""
|
279
279
|
if config_sync is not None:
|
280
280
|
pulumi.set(__self__, "config_sync", config_sync)
|
@@ -313,7 +313,7 @@ class FeatureFleetDefaultMemberConfigConfigmanagementArgs:
|
|
313
313
|
@pulumi.getter
|
314
314
|
def version(self) -> Optional[pulumi.Input[str]]:
|
315
315
|
"""
|
316
|
-
Version of
|
316
|
+
Version of Config Sync installed
|
317
317
|
"""
|
318
318
|
return pulumi.get(self, "version")
|
319
319
|
|
@@ -636,9 +636,9 @@ if not MYPY:
|
|
636
636
|
version: NotRequired[pulumi.Input[str]]
|
637
637
|
"""
|
638
638
|
(Optional, Deprecated)
|
639
|
-
Version of
|
639
|
+
Version of Config Sync installed
|
640
640
|
|
641
|
-
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
641
|
+
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.
|
642
642
|
"""
|
643
643
|
elif False:
|
644
644
|
FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -659,9 +659,9 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs:
|
|
659
659
|
:param pulumi.Input[str] sync_repo: The OCI image repository URL for the package to sync from
|
660
660
|
:param pulumi.Input[str] sync_wait_secs: Period in seconds between consecutive syncs. Default: 15
|
661
661
|
:param pulumi.Input[str] version: (Optional, Deprecated)
|
662
|
-
Version of
|
662
|
+
Version of Config Sync installed
|
663
663
|
|
664
|
-
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
664
|
+
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.
|
665
665
|
"""
|
666
666
|
pulumi.set(__self__, "secret_type", secret_type)
|
667
667
|
if gcp_service_account_email is not None:
|
@@ -673,8 +673,8 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs:
|
|
673
673
|
if sync_wait_secs is not None:
|
674
674
|
pulumi.set(__self__, "sync_wait_secs", sync_wait_secs)
|
675
675
|
if version is not None:
|
676
|
-
warnings.warn("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
677
|
-
pulumi.log.warn("""version is deprecated: The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
676
|
+
warnings.warn("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.""", DeprecationWarning)
|
677
|
+
pulumi.log.warn("""version is deprecated: The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.""")
|
678
678
|
if version is not None:
|
679
679
|
pulumi.set(__self__, "version", version)
|
680
680
|
|
@@ -740,13 +740,13 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOciArgs:
|
|
740
740
|
|
741
741
|
@property
|
742
742
|
@pulumi.getter
|
743
|
-
@_utilities.deprecated("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
743
|
+
@_utilities.deprecated("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.""")
|
744
744
|
def version(self) -> Optional[pulumi.Input[str]]:
|
745
745
|
"""
|
746
746
|
(Optional, Deprecated)
|
747
|
-
Version of
|
747
|
+
Version of Config Sync installed
|
748
748
|
|
749
|
-
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
749
|
+
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.
|
750
750
|
"""
|
751
751
|
return pulumi.get(self, "version")
|
752
752
|
|
@@ -1745,7 +1745,7 @@ if not MYPY:
|
|
1745
1745
|
"""
|
1746
1746
|
version: NotRequired[pulumi.Input[str]]
|
1747
1747
|
"""
|
1748
|
-
Version of
|
1748
|
+
Version of Config Sync installed.
|
1749
1749
|
"""
|
1750
1750
|
elif False:
|
1751
1751
|
FeatureMembershipConfigmanagementArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1773,7 +1773,7 @@ class FeatureMembershipConfigmanagementArgs:
|
|
1773
1773
|
:param pulumi.Input['FeatureMembershipConfigmanagementPolicyControllerArgs'] policy_controller: Policy Controller configuration for the cluster. Structure is documented below.
|
1774
1774
|
Configuring Policy Controller through the configmanagement feature is no longer recommended.
|
1775
1775
|
Use the policycontroller feature instead.
|
1776
|
-
:param pulumi.Input[str] version: Version of
|
1776
|
+
:param pulumi.Input[str] version: Version of Config Sync installed.
|
1777
1777
|
"""
|
1778
1778
|
if binauthz is not None:
|
1779
1779
|
pulumi.set(__self__, "binauthz", binauthz)
|
@@ -1860,7 +1860,7 @@ class FeatureMembershipConfigmanagementArgs:
|
|
1860
1860
|
@pulumi.getter
|
1861
1861
|
def version(self) -> Optional[pulumi.Input[str]]:
|
1862
1862
|
"""
|
1863
|
-
Version of
|
1863
|
+
Version of Config Sync installed.
|
1864
1864
|
"""
|
1865
1865
|
return pulumi.get(self, "version")
|
1866
1866
|
|
@@ -1917,13 +1917,13 @@ if not MYPY:
|
|
1917
1917
|
"""
|
1918
1918
|
oci: NotRequired[pulumi.Input['FeatureMembershipConfigmanagementConfigSyncOciArgsDict']]
|
1919
1919
|
"""
|
1920
|
-
(Optional) Supported from
|
1920
|
+
(Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is documented below.
|
1921
1921
|
|
1922
1922
|
Use either `git` or `oci` config option.
|
1923
1923
|
"""
|
1924
1924
|
prevent_drift: NotRequired[pulumi.Input[bool]]
|
1925
1925
|
"""
|
1926
|
-
Supported from
|
1926
|
+
Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
|
1927
1927
|
"""
|
1928
1928
|
source_format: NotRequired[pulumi.Input[str]]
|
1929
1929
|
"""
|
@@ -1945,10 +1945,10 @@ class FeatureMembershipConfigmanagementConfigSyncArgs:
|
|
1945
1945
|
:param pulumi.Input[bool] enabled: Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
1946
1946
|
:param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncGitArgs'] git: (Optional) Structure is documented below.
|
1947
1947
|
:param pulumi.Input[str] metrics_gcp_service_account_email: The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.
|
1948
|
-
:param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncOciArgs'] oci: (Optional) Supported from
|
1948
|
+
:param pulumi.Input['FeatureMembershipConfigmanagementConfigSyncOciArgs'] oci: (Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is documented below.
|
1949
1949
|
|
1950
1950
|
Use either `git` or `oci` config option.
|
1951
|
-
:param pulumi.Input[bool] prevent_drift: Supported from
|
1951
|
+
:param pulumi.Input[bool] prevent_drift: Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
|
1952
1952
|
:param pulumi.Input[str] source_format: Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
|
1953
1953
|
"""
|
1954
1954
|
if enabled is not None:
|
@@ -2004,7 +2004,7 @@ class FeatureMembershipConfigmanagementConfigSyncArgs:
|
|
2004
2004
|
@pulumi.getter
|
2005
2005
|
def oci(self) -> Optional[pulumi.Input['FeatureMembershipConfigmanagementConfigSyncOciArgs']]:
|
2006
2006
|
"""
|
2007
|
-
(Optional) Supported from
|
2007
|
+
(Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is documented below.
|
2008
2008
|
|
2009
2009
|
Use either `git` or `oci` config option.
|
2010
2010
|
"""
|
@@ -2018,7 +2018,7 @@ class FeatureMembershipConfigmanagementConfigSyncArgs:
|
|
2018
2018
|
@pulumi.getter(name="preventDrift")
|
2019
2019
|
def prevent_drift(self) -> Optional[pulumi.Input[bool]]:
|
2020
2020
|
"""
|
2021
|
-
Supported from
|
2021
|
+
Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
|
2022
2022
|
"""
|
2023
2023
|
return pulumi.get(self, "prevent_drift")
|
2024
2024
|
|
@@ -462,7 +462,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
462
462
|
$ pulumi import gcp:gkehub/featureIamBinding:FeatureIamBinding editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
463
463
|
```
|
464
464
|
|
465
|
-
-> **Custom Roles
|
465
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
466
466
|
|
467
467
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
468
468
|
|
@@ -653,7 +653,7 @@ class FeatureIamBinding(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:gkehub/featureIamBinding:FeatureIamBinding editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -462,7 +462,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
462
462
|
$ pulumi import gcp:gkehub/featureIamMember:FeatureIamMember editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
463
463
|
```
|
464
464
|
|
465
|
-
-> **Custom Roles
|
465
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
466
466
|
|
467
467
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
468
468
|
|
@@ -653,7 +653,7 @@ class FeatureIamMember(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:gkehub/featureIamMember:FeatureIamMember editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -359,7 +359,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
359
359
|
$ pulumi import gcp:gkehub/featureIamPolicy:FeatureIamPolicy editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
360
360
|
```
|
361
361
|
|
362
|
-
-> **Custom Roles
|
362
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
363
363
|
|
364
364
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
365
365
|
|
@@ -538,7 +538,7 @@ class FeatureIamPolicy(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:gkehub/featureIamPolicy:FeatureIamPolicy editor projects/{{project}}/locations/{{location}}/features/{{feature}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -461,7 +461,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:gkehub/membershipIamBinding:MembershipIamBinding editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -653,7 +653,7 @@ class MembershipIamBinding(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:gkehub/membershipIamBinding:MembershipIamBinding editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -461,7 +461,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:gkehub/membershipIamMember:MembershipIamMember editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -653,7 +653,7 @@ class MembershipIamMember(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:gkehub/membershipIamMember:MembershipIamMember editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -358,7 +358,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:gkehub/membershipIamPolicy:MembershipIamPolicy editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -538,7 +538,7 @@ class MembershipIamPolicy(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:gkehub/membershipIamPolicy:MembershipIamPolicy editor projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
pulumi_gcp/gkehub/outputs.py
CHANGED
@@ -168,7 +168,7 @@ class FeatureFleetDefaultMemberConfigConfigmanagement(dict):
|
|
168
168
|
Structure is documented below.
|
169
169
|
:param str management: Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.
|
170
170
|
Possible values are: `MANAGEMENT_UNSPECIFIED`, `MANAGEMENT_AUTOMATIC`, `MANAGEMENT_MANUAL`.
|
171
|
-
:param str version: Version of
|
171
|
+
:param str version: Version of Config Sync installed
|
172
172
|
"""
|
173
173
|
if config_sync is not None:
|
174
174
|
pulumi.set(__self__, "config_sync", config_sync)
|
@@ -199,7 +199,7 @@ class FeatureFleetDefaultMemberConfigConfigmanagement(dict):
|
|
199
199
|
@pulumi.getter
|
200
200
|
def version(self) -> Optional[str]:
|
201
201
|
"""
|
202
|
-
Version of
|
202
|
+
Version of Config Sync installed
|
203
203
|
"""
|
204
204
|
return pulumi.get(self, "version")
|
205
205
|
|
@@ -468,9 +468,9 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci(dict):
|
|
468
468
|
:param str sync_repo: The OCI image repository URL for the package to sync from
|
469
469
|
:param str sync_wait_secs: Period in seconds between consecutive syncs. Default: 15
|
470
470
|
:param str version: (Optional, Deprecated)
|
471
|
-
Version of
|
471
|
+
Version of Config Sync installed
|
472
472
|
|
473
|
-
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
473
|
+
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.
|
474
474
|
"""
|
475
475
|
pulumi.set(__self__, "secret_type", secret_type)
|
476
476
|
if gcp_service_account_email is not None:
|
@@ -526,13 +526,13 @@ class FeatureFleetDefaultMemberConfigConfigmanagementConfigSyncOci(dict):
|
|
526
526
|
|
527
527
|
@property
|
528
528
|
@pulumi.getter
|
529
|
-
@_utilities.deprecated("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
529
|
+
@_utilities.deprecated("""The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.""")
|
530
530
|
def version(self) -> Optional[str]:
|
531
531
|
"""
|
532
532
|
(Optional, Deprecated)
|
533
|
-
Version of
|
533
|
+
Version of Config Sync installed
|
534
534
|
|
535
|
-
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of
|
535
|
+
> **Warning:** The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.
|
536
536
|
"""
|
537
537
|
return pulumi.get(self, "version")
|
538
538
|
|
@@ -1259,7 +1259,7 @@ class FeatureMembershipConfigmanagement(dict):
|
|
1259
1259
|
:param 'FeatureMembershipConfigmanagementPolicyControllerArgs' policy_controller: Policy Controller configuration for the cluster. Structure is documented below.
|
1260
1260
|
Configuring Policy Controller through the configmanagement feature is no longer recommended.
|
1261
1261
|
Use the policycontroller feature instead.
|
1262
|
-
:param str version: Version of
|
1262
|
+
:param str version: Version of Config Sync installed.
|
1263
1263
|
"""
|
1264
1264
|
if binauthz is not None:
|
1265
1265
|
pulumi.set(__self__, "binauthz", binauthz)
|
@@ -1326,7 +1326,7 @@ class FeatureMembershipConfigmanagement(dict):
|
|
1326
1326
|
@pulumi.getter
|
1327
1327
|
def version(self) -> Optional[str]:
|
1328
1328
|
"""
|
1329
|
-
Version of
|
1329
|
+
Version of Config Sync installed.
|
1330
1330
|
"""
|
1331
1331
|
return pulumi.get(self, "version")
|
1332
1332
|
|
@@ -1384,10 +1384,10 @@ class FeatureMembershipConfigmanagementConfigSync(dict):
|
|
1384
1384
|
:param bool enabled: Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
|
1385
1385
|
:param 'FeatureMembershipConfigmanagementConfigSyncGitArgs' git: (Optional) Structure is documented below.
|
1386
1386
|
:param str metrics_gcp_service_account_email: The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring. The GSA should have the Monitoring Metric Writer(roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound to the GSA.
|
1387
|
-
:param 'FeatureMembershipConfigmanagementConfigSyncOciArgs' oci: (Optional) Supported from
|
1387
|
+
:param 'FeatureMembershipConfigmanagementConfigSyncOciArgs' oci: (Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is documented below.
|
1388
1388
|
|
1389
1389
|
Use either `git` or `oci` config option.
|
1390
|
-
:param bool prevent_drift: Supported from
|
1390
|
+
:param bool prevent_drift: Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
|
1391
1391
|
:param str source_format: Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
|
1392
1392
|
"""
|
1393
1393
|
if enabled is not None:
|
@@ -1431,7 +1431,7 @@ class FeatureMembershipConfigmanagementConfigSync(dict):
|
|
1431
1431
|
@pulumi.getter
|
1432
1432
|
def oci(self) -> Optional['outputs.FeatureMembershipConfigmanagementConfigSyncOci']:
|
1433
1433
|
"""
|
1434
|
-
(Optional) Supported from
|
1434
|
+
(Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is documented below.
|
1435
1435
|
|
1436
1436
|
Use either `git` or `oci` config option.
|
1437
1437
|
"""
|
@@ -1441,7 +1441,7 @@ class FeatureMembershipConfigmanagementConfigSync(dict):
|
|
1441
1441
|
@pulumi.getter(name="preventDrift")
|
1442
1442
|
def prevent_drift(self) -> Optional[bool]:
|
1443
1443
|
"""
|
1444
|
-
Supported from
|
1444
|
+
Supported from Config Sync versions 1.10.0 onwards. Set to true to enable the Config Sync admission webhook to prevent drifts. If set to "false", disables the Config Sync admission webhook and does not prevent drifts.
|
1445
1445
|
"""
|
1446
1446
|
return pulumi.get(self, "prevent_drift")
|
1447
1447
|
|
@@ -404,7 +404,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
404
404
|
$ pulumi import gcp:gkehub/scopeIamBinding:ScopeIamBinding editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
405
405
|
```
|
406
406
|
|
407
|
-
-> **Custom Roles
|
407
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
408
408
|
|
409
409
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
410
410
|
|
@@ -583,7 +583,7 @@ class ScopeIamBinding(pulumi.CustomResource):
|
|
583
583
|
$ pulumi import gcp:gkehub/scopeIamBinding:ScopeIamBinding editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
584
584
|
```
|
585
585
|
|
586
|
-
-> **Custom Roles
|
586
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
587
587
|
|
588
588
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
589
589
|
|
@@ -404,7 +404,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
404
404
|
$ pulumi import gcp:gkehub/scopeIamMember:ScopeIamMember editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
405
405
|
```
|
406
406
|
|
407
|
-
-> **Custom Roles
|
407
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
408
408
|
|
409
409
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
410
410
|
|
@@ -583,7 +583,7 @@ class ScopeIamMember(pulumi.CustomResource):
|
|
583
583
|
$ pulumi import gcp:gkehub/scopeIamMember:ScopeIamMember editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
584
584
|
```
|
585
585
|
|
586
|
-
-> **Custom Roles
|
586
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
587
587
|
|
588
588
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
589
589
|
|
@@ -301,7 +301,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
301
301
|
$ pulumi import gcp:gkehub/scopeIamPolicy:ScopeIamPolicy editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
302
302
|
```
|
303
303
|
|
304
|
-
-> **Custom Roles
|
304
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
305
305
|
|
306
306
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
307
307
|
|
@@ -468,7 +468,7 @@ class ScopeIamPolicy(pulumi.CustomResource):
|
|
468
468
|
$ pulumi import gcp:gkehub/scopeIamPolicy:ScopeIamPolicy editor projects/{{project}}/locations/global/scopes/{{scope_id}}
|
469
469
|
```
|
470
470
|
|
471
|
-
-> **Custom Roles
|
471
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
472
472
|
|
473
473
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
474
474
|
|