pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +11 -0
- pulumi_gcp/_utilities.py +5 -4
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -46
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +104 -0
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/_inputs.py +14 -0
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_address.py +16 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/outputs.py +8 -0
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/get_membership_binding.py +222 -0
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/outputs.py +19 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/iap/client.py +7 -7
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/address_group.py +1 -1
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +24 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -93,6 +93,8 @@ __all__ = [
|
|
93
93
|
'ProjectCustomModuleCustomConfigPredicateArgsDict',
|
94
94
|
'ProjectCustomModuleCustomConfigResourceSelectorArgs',
|
95
95
|
'ProjectCustomModuleCustomConfigResourceSelectorArgsDict',
|
96
|
+
'ProjectNotificationConfigStreamingConfigArgs',
|
97
|
+
'ProjectNotificationConfigStreamingConfigArgsDict',
|
96
98
|
'SourceIamBindingConditionArgs',
|
97
99
|
'SourceIamBindingConditionArgsDict',
|
98
100
|
'SourceIamMemberConditionArgs',
|
@@ -3220,6 +3222,97 @@ class ProjectCustomModuleCustomConfigResourceSelectorArgs:
|
|
3220
3222
|
pulumi.set(self, "resource_types", value)
|
3221
3223
|
|
3222
3224
|
|
3225
|
+
if not MYPY:
|
3226
|
+
class ProjectNotificationConfigStreamingConfigArgsDict(TypedDict):
|
3227
|
+
filter: pulumi.Input[str]
|
3228
|
+
"""
|
3229
|
+
Expression that defines the filter to apply across create/update
|
3230
|
+
events of assets or findings as specified by the event type. The
|
3231
|
+
expression is a list of zero or more restrictions combined via
|
3232
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3233
|
+
has higher precedence than AND.
|
3234
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3235
|
+
a - character in front of them to indicate negation. The fields
|
3236
|
+
map to those defined in the corresponding resource.
|
3237
|
+
The supported operators are:
|
3238
|
+
* = for all value types.
|
3239
|
+
* >, <, >=, <= for integer values.
|
3240
|
+
* :, meaning substring matching, for strings.
|
3241
|
+
The supported value types are:
|
3242
|
+
* string literals in quotes.
|
3243
|
+
* integer literals without quotes.
|
3244
|
+
* boolean literals true and false without quotes.
|
3245
|
+
See
|
3246
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3247
|
+
for information on how to write a filter.
|
3248
|
+
|
3249
|
+
- - -
|
3250
|
+
"""
|
3251
|
+
elif False:
|
3252
|
+
ProjectNotificationConfigStreamingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
3253
|
+
|
3254
|
+
@pulumi.input_type
|
3255
|
+
class ProjectNotificationConfigStreamingConfigArgs:
|
3256
|
+
def __init__(__self__, *,
|
3257
|
+
filter: pulumi.Input[str]):
|
3258
|
+
"""
|
3259
|
+
:param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
|
3260
|
+
events of assets or findings as specified by the event type. The
|
3261
|
+
expression is a list of zero or more restrictions combined via
|
3262
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3263
|
+
has higher precedence than AND.
|
3264
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3265
|
+
a - character in front of them to indicate negation. The fields
|
3266
|
+
map to those defined in the corresponding resource.
|
3267
|
+
The supported operators are:
|
3268
|
+
* = for all value types.
|
3269
|
+
* >, <, >=, <= for integer values.
|
3270
|
+
* :, meaning substring matching, for strings.
|
3271
|
+
The supported value types are:
|
3272
|
+
* string literals in quotes.
|
3273
|
+
* integer literals without quotes.
|
3274
|
+
* boolean literals true and false without quotes.
|
3275
|
+
See
|
3276
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3277
|
+
for information on how to write a filter.
|
3278
|
+
|
3279
|
+
- - -
|
3280
|
+
"""
|
3281
|
+
pulumi.set(__self__, "filter", filter)
|
3282
|
+
|
3283
|
+
@property
|
3284
|
+
@pulumi.getter
|
3285
|
+
def filter(self) -> pulumi.Input[str]:
|
3286
|
+
"""
|
3287
|
+
Expression that defines the filter to apply across create/update
|
3288
|
+
events of assets or findings as specified by the event type. The
|
3289
|
+
expression is a list of zero or more restrictions combined via
|
3290
|
+
logical operators AND and OR. Parentheses are supported, and OR
|
3291
|
+
has higher precedence than AND.
|
3292
|
+
Restrictions have the form <field> <operator> <value> and may have
|
3293
|
+
a - character in front of them to indicate negation. The fields
|
3294
|
+
map to those defined in the corresponding resource.
|
3295
|
+
The supported operators are:
|
3296
|
+
* = for all value types.
|
3297
|
+
* >, <, >=, <= for integer values.
|
3298
|
+
* :, meaning substring matching, for strings.
|
3299
|
+
The supported value types are:
|
3300
|
+
* string literals in quotes.
|
3301
|
+
* integer literals without quotes.
|
3302
|
+
* boolean literals true and false without quotes.
|
3303
|
+
See
|
3304
|
+
[Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
|
3305
|
+
for information on how to write a filter.
|
3306
|
+
|
3307
|
+
- - -
|
3308
|
+
"""
|
3309
|
+
return pulumi.get(self, "filter")
|
3310
|
+
|
3311
|
+
@filter.setter
|
3312
|
+
def filter(self, value: pulumi.Input[str]):
|
3313
|
+
pulumi.set(self, "filter", value)
|
3314
|
+
|
3315
|
+
|
3223
3316
|
if not MYPY:
|
3224
3317
|
class SourceIamBindingConditionArgsDict(TypedDict):
|
3225
3318
|
expression: pulumi.Input[str]
|
@@ -298,8 +298,8 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
298
298
|
"predicate": {
|
299
299
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
300
300
|
},
|
301
|
-
"
|
302
|
-
"
|
301
|
+
"resource_selector": {
|
302
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
303
303
|
},
|
304
304
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
305
305
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -326,10 +326,10 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
326
326
|
"description": "description of the expression",
|
327
327
|
"location": "location of the expression",
|
328
328
|
},
|
329
|
-
"
|
329
|
+
"custom_output": {
|
330
330
|
"properties": [{
|
331
331
|
"name": "duration",
|
332
|
-
"
|
332
|
+
"value_expression": {
|
333
333
|
"expression": "resource.rotationPeriod",
|
334
334
|
"title": "Purpose of the expression",
|
335
335
|
"description": "description of the expression",
|
@@ -337,8 +337,8 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
337
337
|
},
|
338
338
|
}],
|
339
339
|
},
|
340
|
-
"
|
341
|
-
"
|
340
|
+
"resource_selector": {
|
341
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
342
342
|
},
|
343
343
|
"severity": "LOW",
|
344
344
|
"description": "Description of the custom module",
|
@@ -415,8 +415,8 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
415
415
|
"predicate": {
|
416
416
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
417
417
|
},
|
418
|
-
"
|
419
|
-
"
|
418
|
+
"resource_selector": {
|
419
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
420
420
|
},
|
421
421
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
422
422
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -443,10 +443,10 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
443
443
|
"description": "description of the expression",
|
444
444
|
"location": "location of the expression",
|
445
445
|
},
|
446
|
-
"
|
446
|
+
"custom_output": {
|
447
447
|
"properties": [{
|
448
448
|
"name": "duration",
|
449
|
-
"
|
449
|
+
"value_expression": {
|
450
450
|
"expression": "resource.rotationPeriod",
|
451
451
|
"title": "Purpose of the expression",
|
452
452
|
"description": "description of the expression",
|
@@ -454,8 +454,8 @@ class FolderCustomModule(pulumi.CustomResource):
|
|
454
454
|
},
|
455
455
|
}],
|
456
456
|
},
|
457
|
-
"
|
458
|
-
"
|
457
|
+
"resource_selector": {
|
458
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
459
459
|
},
|
460
460
|
"severity": "LOW",
|
461
461
|
"description": "Description of the custom module",
|
@@ -279,10 +279,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
279
279
|
},
|
280
280
|
network_config={
|
281
281
|
"network": "default",
|
282
|
-
"
|
282
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
283
283
|
},
|
284
284
|
accelerators=[{
|
285
|
-
"
|
285
|
+
"accelerator_type": "CDC",
|
286
286
|
"state": "ENABLED",
|
287
287
|
}])
|
288
288
|
```
|
@@ -311,10 +311,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
311
311
|
type="BASIC",
|
312
312
|
private_instance=True,
|
313
313
|
network_config={
|
314
|
-
"
|
315
|
-
"
|
316
|
-
"
|
317
|
-
"
|
314
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
315
|
+
"private_service_connect_config": {
|
316
|
+
"network_attachment": psc_network_attachment.id,
|
317
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
318
318
|
},
|
319
319
|
})
|
320
320
|
```
|
@@ -340,7 +340,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
340
340
|
region="us-central1",
|
341
341
|
type="BASIC",
|
342
342
|
crypto_key_config={
|
343
|
-
"
|
343
|
+
"key_reference": crypto_key.id,
|
344
344
|
},
|
345
345
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
346
346
|
```
|
@@ -479,10 +479,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
479
479
|
},
|
480
480
|
network_config={
|
481
481
|
"network": "default",
|
482
|
-
"
|
482
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
483
483
|
},
|
484
484
|
accelerators=[{
|
485
|
-
"
|
485
|
+
"accelerator_type": "CDC",
|
486
486
|
"state": "ENABLED",
|
487
487
|
}])
|
488
488
|
```
|
@@ -511,10 +511,10 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
511
511
|
type="BASIC",
|
512
512
|
private_instance=True,
|
513
513
|
network_config={
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
517
|
-
"
|
514
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
515
|
+
"private_service_connect_config": {
|
516
|
+
"network_attachment": psc_network_attachment.id,
|
517
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
518
518
|
},
|
519
519
|
})
|
520
520
|
```
|
@@ -540,7 +540,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
540
540
|
region="us-central1",
|
541
541
|
type="BASIC",
|
542
542
|
crypto_key_config={
|
543
|
-
"
|
543
|
+
"key_reference": crypto_key.id,
|
544
544
|
},
|
545
545
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
546
546
|
```
|
@@ -279,10 +279,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
279
279
|
},
|
280
280
|
network_config={
|
281
281
|
"network": "default",
|
282
|
-
"
|
282
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
283
283
|
},
|
284
284
|
accelerators=[{
|
285
|
-
"
|
285
|
+
"accelerator_type": "CDC",
|
286
286
|
"state": "ENABLED",
|
287
287
|
}])
|
288
288
|
```
|
@@ -311,10 +311,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
311
311
|
type="BASIC",
|
312
312
|
private_instance=True,
|
313
313
|
network_config={
|
314
|
-
"
|
315
|
-
"
|
316
|
-
"
|
317
|
-
"
|
314
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
315
|
+
"private_service_connect_config": {
|
316
|
+
"network_attachment": psc_network_attachment.id,
|
317
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
318
318
|
},
|
319
319
|
})
|
320
320
|
```
|
@@ -340,7 +340,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
340
340
|
region="us-central1",
|
341
341
|
type="BASIC",
|
342
342
|
crypto_key_config={
|
343
|
-
"
|
343
|
+
"key_reference": crypto_key.id,
|
344
344
|
},
|
345
345
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
346
346
|
```
|
@@ -479,10 +479,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
479
479
|
},
|
480
480
|
network_config={
|
481
481
|
"network": "default",
|
482
|
-
"
|
482
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
483
483
|
},
|
484
484
|
accelerators=[{
|
485
|
-
"
|
485
|
+
"accelerator_type": "CDC",
|
486
486
|
"state": "ENABLED",
|
487
487
|
}])
|
488
488
|
```
|
@@ -511,10 +511,10 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
511
511
|
type="BASIC",
|
512
512
|
private_instance=True,
|
513
513
|
network_config={
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
517
|
-
"
|
514
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
515
|
+
"private_service_connect_config": {
|
516
|
+
"network_attachment": psc_network_attachment.id,
|
517
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
518
518
|
},
|
519
519
|
})
|
520
520
|
```
|
@@ -540,7 +540,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
540
540
|
region="us-central1",
|
541
541
|
type="BASIC",
|
542
542
|
crypto_key_config={
|
543
|
-
"
|
543
|
+
"key_reference": crypto_key.id,
|
544
544
|
},
|
545
545
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
546
546
|
```
|
@@ -228,10 +228,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
228
228
|
},
|
229
229
|
network_config={
|
230
230
|
"network": "default",
|
231
|
-
"
|
231
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
232
232
|
},
|
233
233
|
accelerators=[{
|
234
|
-
"
|
234
|
+
"accelerator_type": "CDC",
|
235
235
|
"state": "ENABLED",
|
236
236
|
}])
|
237
237
|
```
|
@@ -260,10 +260,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
260
260
|
type="BASIC",
|
261
261
|
private_instance=True,
|
262
262
|
network_config={
|
263
|
-
"
|
264
|
-
"
|
265
|
-
"
|
266
|
-
"
|
263
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
264
|
+
"private_service_connect_config": {
|
265
|
+
"network_attachment": psc_network_attachment.id,
|
266
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
267
267
|
},
|
268
268
|
})
|
269
269
|
```
|
@@ -289,7 +289,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
289
289
|
region="us-central1",
|
290
290
|
type="BASIC",
|
291
291
|
crypto_key_config={
|
292
|
-
"
|
292
|
+
"key_reference": crypto_key.id,
|
293
293
|
},
|
294
294
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
295
295
|
```
|
@@ -428,10 +428,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
428
428
|
},
|
429
429
|
network_config={
|
430
430
|
"network": "default",
|
431
|
-
"
|
431
|
+
"ip_allocation": pulumi.Output.all(private_ip_alloc.address, private_ip_alloc.prefix_length).apply(lambda address, prefix_length: f"{address}/{prefix_length}"),
|
432
432
|
},
|
433
433
|
accelerators=[{
|
434
|
-
"
|
434
|
+
"accelerator_type": "CDC",
|
435
435
|
"state": "ENABLED",
|
436
436
|
}])
|
437
437
|
```
|
@@ -460,10 +460,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
460
460
|
type="BASIC",
|
461
461
|
private_instance=True,
|
462
462
|
network_config={
|
463
|
-
"
|
464
|
-
"
|
465
|
-
"
|
466
|
-
"
|
463
|
+
"connection_type": "PRIVATE_SERVICE_CONNECT_INTERFACES",
|
464
|
+
"private_service_connect_config": {
|
465
|
+
"network_attachment": psc_network_attachment.id,
|
466
|
+
"unreachable_cidr_block": "192.168.0.0/25",
|
467
467
|
},
|
468
468
|
})
|
469
469
|
```
|
@@ -489,7 +489,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
489
489
|
region="us-central1",
|
490
490
|
type="BASIC",
|
491
491
|
crypto_key_config={
|
492
|
-
"
|
492
|
+
"key_reference": crypto_key.id,
|
493
493
|
},
|
494
494
|
opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
|
495
495
|
```
|
@@ -347,8 +347,8 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
347
347
|
"predicate": {
|
348
348
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
349
349
|
},
|
350
|
-
"
|
351
|
-
"
|
350
|
+
"resource_selector": {
|
351
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
352
352
|
},
|
353
353
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
354
354
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -376,10 +376,10 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
376
376
|
"description": "description of the expression",
|
377
377
|
"location": "location of the expression",
|
378
378
|
},
|
379
|
-
"
|
379
|
+
"custom_output": {
|
380
380
|
"properties": [{
|
381
381
|
"name": "duration",
|
382
|
-
"
|
382
|
+
"value_expression": {
|
383
383
|
"expression": "resource.rotationPeriod",
|
384
384
|
"title": "Purpose of the expression",
|
385
385
|
"description": "description of the expression",
|
@@ -387,8 +387,8 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
387
387
|
},
|
388
388
|
}],
|
389
389
|
},
|
390
|
-
"
|
391
|
-
"
|
390
|
+
"resource_selector": {
|
391
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
392
392
|
},
|
393
393
|
"severity": "LOW",
|
394
394
|
"description": "Description of the custom module",
|
@@ -470,8 +470,8 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
470
470
|
"predicate": {
|
471
471
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
472
472
|
},
|
473
|
-
"
|
474
|
-
"
|
473
|
+
"resource_selector": {
|
474
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
475
475
|
},
|
476
476
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
477
477
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -499,10 +499,10 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
499
499
|
"description": "description of the expression",
|
500
500
|
"location": "location of the expression",
|
501
501
|
},
|
502
|
-
"
|
502
|
+
"custom_output": {
|
503
503
|
"properties": [{
|
504
504
|
"name": "duration",
|
505
|
-
"
|
505
|
+
"value_expression": {
|
506
506
|
"expression": "resource.rotationPeriod",
|
507
507
|
"title": "Purpose of the expression",
|
508
508
|
"description": "description of the expression",
|
@@ -510,8 +510,8 @@ class ManagementFolderSecurityHealthAnalyticsCustomModule(pulumi.CustomResource)
|
|
510
510
|
},
|
511
511
|
}],
|
512
512
|
},
|
513
|
-
"
|
514
|
-
"
|
513
|
+
"resource_selector": {
|
514
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
515
515
|
},
|
516
516
|
"severity": "LOW",
|
517
517
|
"description": "Description of the custom module",
|
pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py
CHANGED
@@ -344,8 +344,8 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
344
344
|
"predicate": {
|
345
345
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
346
346
|
},
|
347
|
-
"
|
348
|
-
"
|
347
|
+
"resource_selector": {
|
348
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
349
349
|
},
|
350
350
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
351
351
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -370,10 +370,10 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
370
370
|
"description": "description of the expression",
|
371
371
|
"location": "location of the expression",
|
372
372
|
},
|
373
|
-
"
|
373
|
+
"custom_output": {
|
374
374
|
"properties": [{
|
375
375
|
"name": "duration",
|
376
|
-
"
|
376
|
+
"value_expression": {
|
377
377
|
"expression": "resource.rotationPeriod",
|
378
378
|
"title": "Purpose of the expression",
|
379
379
|
"description": "description of the expression",
|
@@ -381,8 +381,8 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
381
381
|
},
|
382
382
|
}],
|
383
383
|
},
|
384
|
-
"
|
385
|
-
"
|
384
|
+
"resource_selector": {
|
385
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
386
386
|
},
|
387
387
|
"severity": "LOW",
|
388
388
|
"description": "Description of the custom module",
|
@@ -461,8 +461,8 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
461
461
|
"predicate": {
|
462
462
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
463
463
|
},
|
464
|
-
"
|
465
|
-
"
|
464
|
+
"resource_selector": {
|
465
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
466
466
|
},
|
467
467
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
468
468
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -487,10 +487,10 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
487
487
|
"description": "description of the expression",
|
488
488
|
"location": "location of the expression",
|
489
489
|
},
|
490
|
-
"
|
490
|
+
"custom_output": {
|
491
491
|
"properties": [{
|
492
492
|
"name": "duration",
|
493
|
-
"
|
493
|
+
"value_expression": {
|
494
494
|
"expression": "resource.rotationPeriod",
|
495
495
|
"title": "Purpose of the expression",
|
496
496
|
"description": "description of the expression",
|
@@ -498,8 +498,8 @@ class ManagementOrganizationSecurityHealthAnalyticsCustomModule(pulumi.CustomRes
|
|
498
498
|
},
|
499
499
|
}],
|
500
500
|
},
|
501
|
-
"
|
502
|
-
"
|
501
|
+
"resource_selector": {
|
502
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
503
503
|
},
|
504
504
|
"severity": "LOW",
|
505
505
|
"description": "Description of the custom module",
|
@@ -336,8 +336,8 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
336
336
|
"predicate": {
|
337
337
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"
|
339
|
+
"resource_selector": {
|
340
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
341
341
|
},
|
342
342
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
343
343
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -361,10 +361,10 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
361
361
|
"description": "description of the expression",
|
362
362
|
"location": "location of the expression",
|
363
363
|
},
|
364
|
-
"
|
364
|
+
"custom_output": {
|
365
365
|
"properties": [{
|
366
366
|
"name": "duration",
|
367
|
-
"
|
367
|
+
"value_expression": {
|
368
368
|
"expression": "resource.rotationPeriod",
|
369
369
|
"title": "Purpose of the expression",
|
370
370
|
"description": "description of the expression",
|
@@ -372,8 +372,8 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
372
372
|
},
|
373
373
|
}],
|
374
374
|
},
|
375
|
-
"
|
376
|
-
"
|
375
|
+
"resource_selector": {
|
376
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
377
377
|
},
|
378
378
|
"severity": "LOW",
|
379
379
|
"description": "Description of the custom module",
|
@@ -455,8 +455,8 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
455
455
|
"predicate": {
|
456
456
|
"expression": "resource.rotationPeriod > duration(\\"2592000s\\")",
|
457
457
|
},
|
458
|
-
"
|
459
|
-
"
|
458
|
+
"resource_selector": {
|
459
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
460
460
|
},
|
461
461
|
"description": "The rotation period of the identified cryptokey resource exceeds 30 days.",
|
462
462
|
"recommendation": "Set the rotation period to at most 30 days.",
|
@@ -480,10 +480,10 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
480
480
|
"description": "description of the expression",
|
481
481
|
"location": "location of the expression",
|
482
482
|
},
|
483
|
-
"
|
483
|
+
"custom_output": {
|
484
484
|
"properties": [{
|
485
485
|
"name": "duration",
|
486
|
-
"
|
486
|
+
"value_expression": {
|
487
487
|
"expression": "resource.rotationPeriod",
|
488
488
|
"title": "Purpose of the expression",
|
489
489
|
"description": "description of the expression",
|
@@ -491,8 +491,8 @@ class ManagementProjectSecurityHealthAnalyticsCustomModule(pulumi.CustomResource
|
|
491
491
|
},
|
492
492
|
}],
|
493
493
|
},
|
494
|
-
"
|
495
|
-
"
|
494
|
+
"resource_selector": {
|
495
|
+
"resource_types": ["cloudkms.googleapis.com/CryptoKey"],
|
496
496
|
},
|
497
497
|
"severity": "LOW",
|
498
498
|
"description": "Description of the custom module",
|