pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761591364__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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +25 -34
- pulumi_azure_native/apimanagement/_enums.py +1 -1
- pulumi_azure_native/apimanagement/get_workspace_backend.py +4 -4
- pulumi_azure_native/apimanagement/workspace_backend.py +39 -41
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +3 -3
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +2 -2
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_http_route_config.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +2 -2
- pulumi_azure_native/app/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/http_route_config.py +3 -3
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +2 -2
- pulumi_azure_native/app/logic_app.py +3 -3
- pulumi_azure_native/app/maintenance_configuration.py +3 -3
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/azurearcdata/_enums.py +135 -0
- pulumi_azure_native/azurearcdata/_inputs.py +729 -7
- pulumi_azure_native/azurearcdata/active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -4
- pulumi_azure_native/azurearcdata/get_data_controller.py +4 -4
- pulumi_azure_native/azurearcdata/get_failover_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_jobs_status.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +4 -4
- pulumi_azure_native/azurearcdata/get_sql_server_license.py +4 -4
- pulumi_azure_native/azurearcdata/outputs.py +2070 -76
- pulumi_azure_native/azurearcdata/postgres_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_managed_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_availability_group.py +5 -4
- pulumi_azure_native/azurearcdata/sql_server_database.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_esu_license.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_instance.py +4 -4
- pulumi_azure_native/azurearcdata/sql_server_license.py +4 -4
- pulumi_azure_native/azuredatatransfer/__init__.py +2 -0
- pulumi_azure_native/azuredatatransfer/_enums.py +124 -0
- pulumi_azure_native/azuredatatransfer/_inputs.py +742 -0
- pulumi_azure_native/azuredatatransfer/flow_profile.py +324 -0
- pulumi_azure_native/azuredatatransfer/get_flow_profile.py +210 -0
- pulumi_azure_native/azuredatatransfer/outputs.py +600 -0
- pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
- pulumi_azure_native/azurestackhci/cluster.py +3 -3
- pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
- pulumi_azure_native/azurestackhci/extension.py +3 -3
- pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
- pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_extension.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
- pulumi_azure_native/azurestackhci/get_update.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
- pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
- pulumi_azure_native/azurestackhci/hci_edge_device.py +1 -1
- pulumi_azure_native/azurestackhci/hci_edge_device_job.py +1 -1
- pulumi_azure_native/azurestackhci/security_setting.py +3 -3
- pulumi_azure_native/azurestackhci/update.py +3 -3
- pulumi_azure_native/azurestackhci/update_run.py +3 -3
- pulumi_azure_native/azurestackhci/update_summary.py +3 -3
- pulumi_azure_native/batch/_enums.py +1 -1
- pulumi_azure_native/billingbenefits/_enums.py +55 -0
- pulumi_azure_native/billingbenefits/_inputs.py +1684 -6
- pulumi_azure_native/billingbenefits/discount.py +26 -234
- pulumi_azure_native/billingbenefits/get_discount.py +12 -166
- pulumi_azure_native/billingbenefits/outputs.py +1489 -4
- pulumi_azure_native/cdn/__init__.py +6 -0
- pulumi_azure_native/cdn/_enums.py +85 -2
- pulumi_azure_native/cdn/_inputs.py +310 -99
- pulumi_azure_native/cdn/afd_custom_domain.py +17 -17
- pulumi_azure_native/cdn/afd_endpoint.py +18 -18
- pulumi_azure_native/cdn/afd_origin.py +37 -38
- pulumi_azure_native/cdn/afd_origin_group.py +43 -14
- pulumi_azure_native/cdn/custom_domain.py +14 -14
- pulumi_azure_native/cdn/endpoint.py +20 -20
- pulumi_azure_native/cdn/get_afd_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_afd_endpoint.py +13 -13
- pulumi_azure_native/cdn/get_afd_origin.py +15 -15
- pulumi_azure_native/cdn/get_afd_origin_group.py +27 -13
- pulumi_azure_native/cdn/get_custom_domain.py +12 -12
- pulumi_azure_native/cdn/get_endpoint.py +15 -15
- pulumi_azure_native/cdn/get_key_group.py +2 -2
- pulumi_azure_native/cdn/get_knowledge_source.py +238 -0
- pulumi_azure_native/cdn/get_origin.py +12 -12
- pulumi_azure_native/cdn/get_origin_group.py +13 -13
- pulumi_azure_native/cdn/get_policy.py +14 -11
- pulumi_azure_native/cdn/get_profile.py +12 -12
- pulumi_azure_native/cdn/get_profile_agent.py +196 -0
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +6 -6
- pulumi_azure_native/cdn/get_route.py +13 -13
- pulumi_azure_native/cdn/get_rule.py +16 -16
- pulumi_azure_native/cdn/get_rule_set.py +12 -12
- pulumi_azure_native/cdn/get_secret.py +12 -12
- pulumi_azure_native/cdn/get_security_policy.py +12 -12
- pulumi_azure_native/cdn/get_web_agent.py +246 -0
- pulumi_azure_native/cdn/key_group.py +3 -3
- pulumi_azure_native/cdn/knowledge_source.py +345 -0
- pulumi_azure_native/cdn/origin.py +17 -17
- pulumi_azure_native/cdn/origin_group.py +31 -32
- pulumi_azure_native/cdn/outputs.py +262 -82
- pulumi_azure_native/cdn/policy.py +18 -15
- pulumi_azure_native/cdn/profile.py +19 -19
- pulumi_azure_native/cdn/profile_agent.py +277 -0
- pulumi_azure_native/cdn/route.py +31 -32
- pulumi_azure_native/cdn/rule.py +50 -52
- pulumi_azure_native/cdn/rule_set.py +17 -17
- pulumi_azure_native/cdn/secret.py +14 -14
- pulumi_azure_native/cdn/security_policy.py +14 -14
- pulumi_azure_native/cdn/web_agent.py +352 -0
- pulumi_azure_native/codesigning/certificate_profile.py +3 -3
- pulumi_azure_native/codesigning/code_signing_account.py +3 -3
- pulumi_azure_native/codesigning/get_certificate_profile.py +2 -2
- pulumi_azure_native/codesigning/get_code_signing_account.py +2 -2
- pulumi_azure_native/cognitiveservices/__init__.py +2 -0
- pulumi_azure_native/cognitiveservices/_inputs.py +178 -0
- pulumi_azure_native/cognitiveservices/account.py +3 -3
- pulumi_azure_native/cognitiveservices/account_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/account_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
- pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
- pulumi_azure_native/cognitiveservices/deployment.py +3 -3
- pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
- pulumi_azure_native/cognitiveservices/get_account.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_account_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
- pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
- pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
- pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_capability_host.py +2 -2
- pulumi_azure_native/cognitiveservices/get_project_connection.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
- pulumi_azure_native/cognitiveservices/get_rai_topic.py +200 -0
- pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
- pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
- pulumi_azure_native/cognitiveservices/outputs.py +135 -0
- pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/project.py +3 -3
- pulumi_azure_native/cognitiveservices/project_capability_host.py +3 -3
- pulumi_azure_native/cognitiveservices/project_connection.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
- pulumi_azure_native/cognitiveservices/rai_topic.py +279 -0
- pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
- pulumi_azure_native/compute/_enums.py +1 -1
- pulumi_azure_native/compute/_inputs.py +19 -19
- pulumi_azure_native/compute/availability_set.py +3 -3
- pulumi_azure_native/compute/capacity_reservation.py +7 -7
- pulumi_azure_native/compute/capacity_reservation_group.py +7 -7
- pulumi_azure_native/compute/dedicated_host.py +3 -3
- pulumi_azure_native/compute/dedicated_host_group.py +3 -3
- pulumi_azure_native/compute/get_availability_set.py +2 -2
- pulumi_azure_native/compute/get_capacity_reservation.py +3 -3
- pulumi_azure_native/compute/get_capacity_reservation_group.py +3 -3
- pulumi_azure_native/compute/get_dedicated_host.py +2 -2
- pulumi_azure_native/compute/get_dedicated_host_group.py +2 -2
- pulumi_azure_native/compute/get_image.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
- pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
- pulumi_azure_native/compute/get_proximity_placement_group.py +2 -2
- pulumi_azure_native/compute/get_restore_point.py +2 -2
- pulumi_azure_native/compute/get_restore_point_collection.py +2 -2
- pulumi_azure_native/compute/get_ssh_public_key.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +2 -2
- pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +2 -2
- pulumi_azure_native/compute/image.py +3 -3
- pulumi_azure_native/compute/outputs.py +14 -14
- pulumi_azure_native/compute/proximity_placement_group.py +3 -3
- pulumi_azure_native/compute/restore_point.py +3 -3
- pulumi_azure_native/compute/restore_point_collection.py +3 -3
- pulumi_azure_native/compute/ssh_public_key.py +3 -3
- pulumi_azure_native/compute/virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +3 -3
- pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +3 -3
- pulumi_azure_native/confluent/connector.py +3 -3
- pulumi_azure_native/confluent/get_connector.py +2 -2
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/get_organization_cluster_by_id.py +2 -2
- pulumi_azure_native/confluent/get_organization_environment_by_id.py +2 -2
- pulumi_azure_native/confluent/get_topic.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +2 -2
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/organization_cluster_by_id.py +3 -3
- pulumi_azure_native/confluent/organization_environment_by_id.py +3 -3
- pulumi_azure_native/confluent/topic.py +3 -3
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_enums.py +30 -1
- pulumi_azure_native/containerinstance/_inputs.py +1153 -5
- pulumi_azure_native/containerinstance/cg_profile.py +47 -79
- pulumi_azure_native/containerinstance/container_group.py +3 -3
- pulumi_azure_native/containerinstance/container_group_profile.py +1 -1
- pulumi_azure_native/containerinstance/get_cg_profile.py +11 -7
- pulumi_azure_native/containerinstance/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/get_n_group.py +278 -0
- pulumi_azure_native/containerinstance/n_group.py +433 -0
- pulumi_azure_native/containerinstance/outputs.py +1044 -11
- pulumi_azure_native/containerservice/__init__.py +4 -0
- pulumi_azure_native/containerservice/_enums.py +33 -0
- pulumi_azure_native/containerservice/_inputs.py +581 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_identity_binding.py +4 -0
- pulumi_azure_native/containerservice/get_jwt_authenticator.py +168 -0
- pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
- pulumi_azure_native/containerservice/get_node_customization.py +208 -0
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/identity_binding.py +5 -1
- pulumi_azure_native/containerservice/jwt_authenticator.py +237 -0
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
- pulumi_azure_native/containerservice/load_balancer.py +3 -3
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
- pulumi_azure_native/containerservice/managed_namespace.py +3 -3
- pulumi_azure_native/{hybriddata/data_manager.py → containerservice/node_customization.py} +92 -89
- pulumi_azure_native/containerservice/outputs.py +507 -22
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/dashboard/dashboard.py +5 -1
- pulumi_azure_native/dashboard/get_dashboard.py +4 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +3 -3
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/datafactory/_enums.py +33 -0
- pulumi_azure_native/datafactory/_inputs.py +200 -0
- pulumi_azure_native/datafactory/outputs.py +134 -0
- pulumi_azure_native/datamigration/__init__.py +4 -0
- pulumi_azure_native/datamigration/_enums.py +28 -0
- pulumi_azure_native/datamigration/_inputs.py +981 -56
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_db_ru_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_mongo_to_cosmos_dbv_core_mongo.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_db.py +3 -3
- pulumi_azure_native/datamigration/database_migrations_sql_mi.py +236 -0
- pulumi_azure_native/datamigration/database_migrations_sql_vm.py +236 -0
- pulumi_azure_native/datamigration/file.py +3 -3
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_db_ru_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_mongo_to_cosmos_dbv_core_mongo.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_db.py +2 -2
- pulumi_azure_native/datamigration/get_database_migrations_sql_mi.py +182 -0
- pulumi_azure_native/datamigration/get_database_migrations_sql_vm.py +182 -0
- pulumi_azure_native/datamigration/get_file.py +2 -2
- pulumi_azure_native/datamigration/get_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_project.py +2 -2
- pulumi_azure_native/datamigration/get_service.py +2 -2
- pulumi_azure_native/datamigration/get_service_task.py +2 -2
- pulumi_azure_native/datamigration/get_sql_migration_service.py +2 -2
- pulumi_azure_native/datamigration/get_task.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_auth_keys.py +2 -2
- pulumi_azure_native/datamigration/list_sql_migration_service_monitoring_data.py +2 -2
- pulumi_azure_native/datamigration/migration_service.py +3 -3
- pulumi_azure_native/datamigration/outputs.py +2194 -696
- pulumi_azure_native/datamigration/project.py +3 -3
- pulumi_azure_native/datamigration/service.py +3 -3
- pulumi_azure_native/datamigration/service_task.py +3 -3
- pulumi_azure_native/datamigration/sql_migration_service.py +3 -3
- pulumi_azure_native/datamigration/task.py +3 -3
- pulumi_azure_native/dataprotection/_inputs.py +3 -3
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/outputs.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
- pulumi_azure_native/dbformysql/configuration.py +3 -3
- pulumi_azure_native/dbformysql/database.py +3 -3
- pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
- pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
- pulumi_azure_native/dbformysql/get_configuration.py +2 -2
- pulumi_azure_native/dbformysql/get_database.py +2 -2
- pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/outputs.py +3 -3
- pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/backup.py +1 -1
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_dns_zone_suffix.py +76 -0
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server_group_role.py +6 -0
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_private_endpoint_connection.py +3 -3
- pulumi_azure_native/dbforpostgresql/server_group_role.py +16 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
- pulumi_azure_native/dependencymap/__init__.py +2 -0
- pulumi_azure_native/dependencymap/_inputs.py +117 -0
- pulumi_azure_native/dependencymap/discovery_source.py +3 -3
- pulumi_azure_native/dependencymap/get_discovery_source.py +2 -2
- pulumi_azure_native/dependencymap/get_map.py +2 -2
- pulumi_azure_native/dependencymap/get_map_dependency_view_for_all_machines.py +184 -0
- pulumi_azure_native/dependencymap/map.py +3 -3
- pulumi_azure_native/dependencymap/outputs.py +125 -0
- pulumi_azure_native/deviceregistry/asset.py +3 -3
- pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
- pulumi_azure_native/deviceregistry/get_asset.py +2 -2
- pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
- pulumi_azure_native/deviceregistry/get_namespace.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +4 -0
- pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +4 -0
- pulumi_azure_native/deviceregistry/get_schema.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_registry.py +2 -2
- pulumi_azure_native/deviceregistry/get_schema_version.py +2 -2
- pulumi_azure_native/deviceregistry/namespace.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_device.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +5 -1
- pulumi_azure_native/deviceregistry/namespace_discovered_device.py +5 -1
- pulumi_azure_native/deviceregistry/schema.py +3 -3
- pulumi_azure_native/deviceregistry/schema_registry.py +3 -3
- pulumi_azure_native/deviceregistry/schema_version.py +3 -3
- pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
- pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
- pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy.py +3 -3
- pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +3 -3
- pulumi_azure_native/dnsresolver/dns_security_rule.py +3 -3
- pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
- pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/get_dns_security_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
- pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +2 -2
- pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
- pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/durabletask/get_retention_policy.py +4 -0
- pulumi_azure_native/durabletask/get_scheduler.py +2 -2
- pulumi_azure_native/durabletask/get_task_hub.py +2 -2
- pulumi_azure_native/durabletask/retention_policy.py +5 -1
- pulumi_azure_native/durabletask/scheduler.py +3 -3
- pulumi_azure_native/durabletask/task_hub.py +3 -3
- pulumi_azure_native/edge/__init__.py +2 -0
- pulumi_azure_native/edge/_inputs.py +39 -2
- pulumi_azure_native/edge/get_schema_reference.py +180 -0
- pulumi_azure_native/edge/get_site.py +2 -2
- pulumi_azure_native/edge/get_sites_by_service_group.py +2 -2
- pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
- pulumi_azure_native/edge/outputs.py +55 -2
- pulumi_azure_native/edge/schema_reference.py +229 -0
- pulumi_azure_native/edge/site.py +3 -3
- pulumi_azure_native/edge/sites_by_service_group.py +3 -3
- pulumi_azure_native/edge/sites_by_subscription.py +3 -3
- pulumi_azure_native/hybridcontainerservice/__init__.py +4 -0
- pulumi_azure_native/hybridcontainerservice/_enums.py +9 -0
- pulumi_azure_native/hybridcontainerservice/_inputs.py +58 -0
- pulumi_azure_native/hybridcontainerservice/cluster_instance_hybrid_identity_metadatum.py +3 -3
- pulumi_azure_native/hybridcontainerservice/get_cluster_instance_hybrid_identity_metadatum.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_kubernetes_versions.py +171 -0
- pulumi_azure_native/hybridcontainerservice/get_virtual_network_retrieve.py +2 -2
- pulumi_azure_native/hybridcontainerservice/get_vm_skus.py +171 -0
- pulumi_azure_native/hybridcontainerservice/kubernetes_versions.py +207 -0
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_admin_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/list_provisioned_cluster_instance_user_kubeconfig.py +2 -2
- pulumi_azure_native/hybridcontainerservice/outputs.py +430 -0
- pulumi_azure_native/hybridcontainerservice/virtual_network_retrieve.py +3 -3
- pulumi_azure_native/hybridcontainerservice/vm_skus.py +207 -0
- pulumi_azure_native/iotfirmwaredefense/firmware.py +3 -3
- pulumi_azure_native/iotfirmwaredefense/get_firmware.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/get_workspace.py +2 -2
- pulumi_azure_native/iotfirmwaredefense/workspace.py +3 -3
- pulumi_azure_native/iothub/certificate.py +3 -3
- pulumi_azure_native/iothub/get_certificate.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource.py +2 -2
- pulumi_azure_native/iothub/get_iot_hub_resource_event_hub_consumer_group.py +2 -2
- pulumi_azure_native/iothub/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/iothub/iot_hub_resource.py +3 -3
- pulumi_azure_native/iothub/iot_hub_resource_event_hub_consumer_group.py +3 -3
- pulumi_azure_native/iothub/list_iot_hub_resource_keys.py +2 -2
- pulumi_azure_native/iothub/list_iot_hub_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/iothub/private_endpoint_connection.py +3 -3
- pulumi_azure_native/iotoperations/akri_connector.py +5 -1
- pulumi_azure_native/iotoperations/akri_connector_template.py +5 -1
- pulumi_azure_native/iotoperations/broker.py +3 -3
- pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
- pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
- pulumi_azure_native/iotoperations/broker_listener.py +3 -3
- pulumi_azure_native/iotoperations/dataflow.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
- pulumi_azure_native/iotoperations/dataflow_graph.py +5 -1
- pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
- pulumi_azure_native/iotoperations/get_akri_connector.py +4 -0
- pulumi_azure_native/iotoperations/get_akri_connector_template.py +4 -0
- pulumi_azure_native/iotoperations/get_broker.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
- pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
- pulumi_azure_native/iotoperations/get_dataflow_graph.py +4 -0
- pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
- pulumi_azure_native/iotoperations/get_instance.py +2 -2
- pulumi_azure_native/iotoperations/get_registry_endpoint.py +4 -0
- pulumi_azure_native/iotoperations/instance.py +3 -3
- pulumi_azure_native/iotoperations/registry_endpoint.py +5 -1
- pulumi_azure_native/keyvault/get_key.py +2 -2
- pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
- pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/keyvault/get_secret.py +2 -2
- pulumi_azure_native/keyvault/get_vault.py +2 -2
- pulumi_azure_native/keyvault/key.py +3 -3
- pulumi_azure_native/keyvault/managed_hsm.py +3 -3
- pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
- pulumi_azure_native/keyvault/secret.py +3 -3
- pulumi_azure_native/keyvault/vault.py +3 -3
- pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
- pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
- pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
- pulumi_azure_native/machinelearningservices/_enums.py +24 -0
- pulumi_azure_native/machinelearningservices/_inputs.py +84 -20
- pulumi_azure_native/machinelearningservices/batch_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/batch_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/capability_host.py +5 -5
- pulumi_azure_native/machinelearningservices/code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/compute.py +5 -5
- pulumi_azure_native/machinelearningservices/data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/datastore.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
- pulumi_azure_native/machinelearningservices/environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featureset_version.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +5 -5
- pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +5 -5
- pulumi_azure_native/machinelearningservices/get_batch_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_capability_host.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_compute.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_datastore.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featureset_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +4 -4
- pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_job.py +4 -4
- pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +4 -4
- pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_code_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_component_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_data_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_container.py +4 -4
- pulumi_azure_native/machinelearningservices/get_registry_model_version.py +4 -4
- pulumi_azure_native/machinelearningservices/get_schedule.py +4 -4
- pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +4 -4
- pulumi_azure_native/machinelearningservices/get_workspace.py +44 -5
- pulumi_azure_native/machinelearningservices/get_workspace_connection.py +4 -4
- pulumi_azure_native/machinelearningservices/job.py +5 -5
- pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_compute_nodes.py +4 -4
- pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +4 -4
- pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
- pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +5 -5
- pulumi_azure_native/machinelearningservices/marketplace_subscription.py +5 -5
- pulumi_azure_native/machinelearningservices/model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/online_deployment.py +5 -5
- pulumi_azure_native/machinelearningservices/online_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/outputs.py +209 -74
- pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +5 -5
- pulumi_azure_native/machinelearningservices/registry.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_code_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_component_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_data_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_environment_version.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_container.py +5 -5
- pulumi_azure_native/machinelearningservices/registry_model_version.py +5 -5
- pulumi_azure_native/machinelearningservices/schedule.py +5 -5
- pulumi_azure_native/machinelearningservices/serverless_endpoint.py +5 -5
- pulumi_azure_native/machinelearningservices/workspace.py +84 -5
- pulumi_azure_native/machinelearningservices/workspace_connection.py +5 -5
- pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
- pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
- pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
- pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/mongocluster/get_user.py +2 -2
- pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
- pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
- pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
- pulumi_azure_native/mongocluster/user.py +3 -3
- pulumi_azure_native/monitor/__init__.py +16 -0
- pulumi_azure_native/monitor/_enums.py +260 -0
- pulumi_azure_native/monitor/_inputs.py +2492 -79
- pulumi_azure_native/monitor/authentication_setting.py +257 -0
- pulumi_azure_native/monitor/data_collection_endpoint.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule.py +5 -1
- pulumi_azure_native/monitor/data_collection_rule_association.py +5 -1
- pulumi_azure_native/monitor/discovery_rule.py +258 -0
- pulumi_azure_native/monitor/entity.py +258 -0
- pulumi_azure_native/monitor/get_authentication_setting.py +174 -0
- pulumi_azure_native/monitor/get_data_collection_endpoint.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule.py +4 -0
- pulumi_azure_native/monitor/get_data_collection_rule_association.py +4 -0
- pulumi_azure_native/monitor/get_discovery_rule.py +174 -0
- pulumi_azure_native/monitor/get_entity.py +174 -0
- pulumi_azure_native/{hybriddata/get_data_manager.py → monitor/get_health_model.py} +72 -55
- pulumi_azure_native/monitor/get_issue.py +168 -0
- pulumi_azure_native/monitor/get_metric_alert.py +4 -0
- pulumi_azure_native/monitor/get_relationship.py +174 -0
- pulumi_azure_native/monitor/get_signal_definition.py +174 -0
- pulumi_azure_native/monitor/health_model.py +324 -0
- pulumi_azure_native/monitor/issue.py +277 -0
- pulumi_azure_native/monitor/list_issue_alerts.py +118 -0
- pulumi_azure_native/monitor/list_issue_resources.py +118 -0
- pulumi_azure_native/monitor/metric_alert.py +5 -1
- pulumi_azure_native/monitor/outputs.py +2829 -100
- pulumi_azure_native/monitor/relationship.py +257 -0
- pulumi_azure_native/monitor/signal_definition.py +258 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +3 -3
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/capacity_pool.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_bucket.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
- pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_bucket.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/network/__init__.py +2 -0
- pulumi_azure_native/network/admin_rule.py +3 -3
- pulumi_azure_native/network/admin_rule_collection.py +3 -3
- pulumi_azure_native/network/application_gateway.py +3 -3
- pulumi_azure_native/network/application_gateway_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/application_security_group.py +3 -3
- pulumi_azure_native/network/azure_firewall.py +3 -3
- pulumi_azure_native/network/bastion_host.py +3 -3
- pulumi_azure_native/network/configuration_policy_group.py +3 -3
- pulumi_azure_native/network/connection_monitor.py +3 -3
- pulumi_azure_native/network/connectivity_configuration.py +3 -3
- pulumi_azure_native/network/custom_ip_prefix.py +3 -3
- pulumi_azure_native/network/ddos_custom_policy.py +3 -3
- pulumi_azure_native/network/ddos_protection_plan.py +3 -3
- pulumi_azure_native/network/default_admin_rule.py +1 -1
- pulumi_azure_native/network/default_user_rule.py +1 -1
- pulumi_azure_native/network/dscp_configuration.py +3 -3
- pulumi_azure_native/network/express_route_circuit.py +3 -3
- pulumi_azure_native/network/express_route_circuit_authorization.py +3 -3
- pulumi_azure_native/network/express_route_circuit_connection.py +3 -3
- pulumi_azure_native/network/express_route_circuit_peering.py +3 -3
- pulumi_azure_native/network/express_route_connection.py +3 -3
- pulumi_azure_native/network/express_route_cross_connection_peering.py +3 -3
- pulumi_azure_native/network/express_route_gateway.py +3 -3
- pulumi_azure_native/network/express_route_port.py +3 -3
- pulumi_azure_native/network/express_route_port_authorization.py +3 -3
- pulumi_azure_native/network/firewall_policy.py +3 -3
- pulumi_azure_native/network/firewall_policy_draft.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group.py +3 -3
- pulumi_azure_native/network/firewall_policy_rule_collection_group_draft.py +3 -3
- pulumi_azure_native/network/flow_log.py +3 -3
- pulumi_azure_native/network/get_active_sessions.py +2 -2
- pulumi_azure_native/network/get_admin_rule.py +2 -2
- pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
- pulumi_azure_native/network/get_application_gateway.py +2 -2
- pulumi_azure_native/network/get_application_gateway_backend_health_on_demand.py +2 -2
- pulumi_azure_native/network/get_application_gateway_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_application_security_group.py +2 -2
- pulumi_azure_native/network/get_azure_firewall.py +2 -2
- pulumi_azure_native/network/get_bastion_host.py +2 -2
- pulumi_azure_native/network/get_bastion_shareable_link.py +2 -2
- pulumi_azure_native/network/get_configuration_policy_group.py +2 -2
- pulumi_azure_native/network/get_connection_monitor.py +2 -2
- pulumi_azure_native/network/get_connectivity_configuration.py +2 -2
- pulumi_azure_native/network/get_custom_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_ddos_custom_policy.py +2 -2
- pulumi_azure_native/network/get_ddos_protection_plan.py +2 -2
- pulumi_azure_native/network/get_dscp_configuration.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_authorization.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_circuit_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_connection.py +2 -2
- pulumi_azure_native/network/get_express_route_cross_connection_peering.py +2 -2
- pulumi_azure_native/network/get_express_route_gateway.py +2 -2
- pulumi_azure_native/network/get_express_route_port.py +2 -2
- pulumi_azure_native/network/get_express_route_port_authorization.py +2 -2
- pulumi_azure_native/network/get_firewall_policy.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_draft.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group.py +2 -2
- pulumi_azure_native/network/get_firewall_policy_rule_collection_group_draft.py +2 -2
- pulumi_azure_native/network/get_flow_log.py +2 -2
- pulumi_azure_native/network/get_hub_route_table.py +2 -2
- pulumi_azure_native/network/get_hub_virtual_network_connection.py +2 -2
- pulumi_azure_native/network/get_inbound_nat_rule.py +2 -2
- pulumi_azure_native/network/get_ip_allocation.py +2 -2
- pulumi_azure_native/network/get_ip_group.py +2 -2
- pulumi_azure_native/network/get_ipam_pool.py +2 -2
- pulumi_azure_native/network/get_ipam_pool_usage.py +2 -2
- pulumi_azure_native/network/get_load_balancer.py +2 -2
- pulumi_azure_native/network/get_load_balancer_backend_address_pool.py +2 -2
- pulumi_azure_native/network/get_local_network_gateway.py +2 -2
- pulumi_azure_native/network/get_management_group_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_nat_gateway.py +2 -2
- pulumi_azure_native/network/get_nat_rule.py +2 -2
- pulumi_azure_native/network/get_network_group.py +2 -2
- pulumi_azure_native/network/get_network_interface.py +2 -2
- pulumi_azure_native/network/get_network_interface_tap_configuration.py +2 -2
- pulumi_azure_native/network/get_network_manager.py +2 -2
- pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
- pulumi_azure_native/network/get_network_profile.py +2 -2
- pulumi_azure_native/network/get_network_security_group.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_association.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_link.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance.py +2 -2
- pulumi_azure_native/network/get_network_virtual_appliance_boot_diagnostic_logs.py +4 -0
- pulumi_azure_native/network/get_network_virtual_appliance_connection.py +2 -2
- pulumi_azure_native/network/get_network_watcher.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health.py +2 -2
- pulumi_azure_native/network/get_p2s_vpn_gateway_p2s_vpn_connection_health_detailed.py +2 -2
- pulumi_azure_native/network/get_packet_capture.py +2 -2
- pulumi_azure_native/network/get_private_dns_zone_group.py +2 -2
- pulumi_azure_native/network/get_private_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_link_service.py +2 -2
- pulumi_azure_native/network/get_private_link_service_private_endpoint_connection.py +2 -2
- pulumi_azure_native/network/get_public_ip_address.py +2 -2
- pulumi_azure_native/network/get_public_ip_prefix.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_intent.py +2 -2
- pulumi_azure_native/network/get_reachability_analysis_run.py +2 -2
- pulumi_azure_native/network/get_route.py +2 -2
- pulumi_azure_native/network/get_route_filter.py +2 -2
- pulumi_azure_native/network/get_route_filter_rule.py +2 -2
- pulumi_azure_native/network/get_route_map.py +2 -2
- pulumi_azure_native/network/get_route_table.py +2 -2
- pulumi_azure_native/network/get_routing_intent.py +2 -2
- pulumi_azure_native/network/get_routing_rule.py +2 -2
- pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
- pulumi_azure_native/network/get_scope_connection.py +2 -2
- pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
- pulumi_azure_native/network/get_security_partner_provider.py +2 -2
- pulumi_azure_native/network/get_security_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_configuration.py +2 -2
- pulumi_azure_native/network/get_security_user_rule.py +2 -2
- pulumi_azure_native/network/get_security_user_rule_collection.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy.py +2 -2
- pulumi_azure_native/network/get_service_endpoint_policy_definition.py +2 -2
- pulumi_azure_native/network/get_static_cidr.py +2 -2
- pulumi_azure_native/network/get_static_member.py +2 -2
- pulumi_azure_native/network/get_subnet.py +2 -2
- pulumi_azure_native/network/get_subscription_network_manager_connection.py +2 -2
- pulumi_azure_native/network/get_verifier_workspace.py +2 -2
- pulumi_azure_native/network/get_virtual_appliance_site.py +2 -2
- pulumi_azure_native/network/get_virtual_hub.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_bgp_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_ip_configuration.py +2 -2
- pulumi_azure_native/network/get_virtual_hub_route_table_v2.py +2 -2
- pulumi_azure_native/network/get_virtual_network.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_advertised_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_bgp_peer_status.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_learned_routes.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_nat_rule.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_resiliency_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_routes_information.py +4 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_connection_health.py +2 -2
- pulumi_azure_native/network/get_virtual_network_gateway_vpnclient_ipsec_parameters.py +2 -2
- pulumi_azure_native/network/get_virtual_network_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_network_tap.py +2 -2
- pulumi_azure_native/network/get_virtual_router.py +2 -2
- pulumi_azure_native/network/get_virtual_router_peering.py +2 -2
- pulumi_azure_native/network/get_virtual_wan.py +2 -2
- pulumi_azure_native/network/get_vpn_connection.py +2 -2
- pulumi_azure_native/network/get_vpn_gateway.py +2 -2
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +2 -2
- pulumi_azure_native/network/get_vpn_server_configuration.py +2 -2
- pulumi_azure_native/network/get_vpn_site.py +2 -2
- pulumi_azure_native/network/get_web_application_firewall_policy.py +2 -2
- pulumi_azure_native/network/hub_route_table.py +3 -3
- pulumi_azure_native/network/hub_virtual_network_connection.py +3 -3
- pulumi_azure_native/network/inbound_nat_rule.py +3 -3
- pulumi_azure_native/network/interface_endpoint.py +1 -1
- pulumi_azure_native/network/ip_allocation.py +3 -3
- pulumi_azure_native/network/ip_group.py +3 -3
- pulumi_azure_native/network/ipam_pool.py +3 -3
- pulumi_azure_native/network/list_active_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_active_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signature.py +2 -2
- pulumi_azure_native/network/list_firewall_policy_idps_signatures_filter_value.py +2 -2
- pulumi_azure_native/network/list_ipam_pool_associated_resources.py +2 -2
- pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_connectivity_configurations.py +2 -2
- pulumi_azure_native/network/list_network_manager_effective_security_admin_rules.py +2 -2
- pulumi_azure_native/network/list_virtual_network_gateway_radius_secrets.py +106 -0
- pulumi_azure_native/network/list_vpn_link_connection_default_shared_key.py +2 -2
- pulumi_azure_native/network/list_vpn_server_configuration_radius_secrets.py +106 -0
- pulumi_azure_native/network/load_balancer.py +3 -3
- pulumi_azure_native/network/load_balancer_backend_address_pool.py +3 -3
- pulumi_azure_native/network/local_network_gateway.py +3 -3
- pulumi_azure_native/network/management_group_network_manager_connection.py +3 -3
- pulumi_azure_native/network/nat_gateway.py +3 -3
- pulumi_azure_native/network/nat_rule.py +3 -3
- pulumi_azure_native/network/network_group.py +3 -3
- pulumi_azure_native/network/network_interface.py +3 -3
- pulumi_azure_native/network/network_interface_tap_configuration.py +3 -3
- pulumi_azure_native/network/network_manager.py +3 -3
- pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
- pulumi_azure_native/network/network_profile.py +3 -3
- pulumi_azure_native/network/network_security_group.py +3 -3
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_association.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_link.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_profile.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance.py +3 -3
- pulumi_azure_native/network/network_virtual_appliance_connection.py +3 -3
- pulumi_azure_native/network/network_watcher.py +3 -3
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +36 -0
- pulumi_azure_native/network/p2s_vpn_gateway.py +3 -3
- pulumi_azure_native/network/packet_capture.py +3 -3
- pulumi_azure_native/network/private_dns_zone_group.py +3 -3
- pulumi_azure_native/network/private_endpoint.py +3 -3
- pulumi_azure_native/network/private_link_service.py +3 -3
- pulumi_azure_native/network/private_link_service_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/public_ip_address.py +3 -3
- pulumi_azure_native/network/public_ip_prefix.py +3 -3
- pulumi_azure_native/network/reachability_analysis_intent.py +3 -3
- pulumi_azure_native/network/reachability_analysis_run.py +3 -3
- pulumi_azure_native/network/route.py +3 -3
- pulumi_azure_native/network/route_filter.py +3 -3
- pulumi_azure_native/network/route_filter_rule.py +3 -3
- pulumi_azure_native/network/route_map.py +3 -3
- pulumi_azure_native/network/route_table.py +3 -3
- pulumi_azure_native/network/routing_intent.py +3 -3
- pulumi_azure_native/network/routing_rule.py +3 -3
- pulumi_azure_native/network/routing_rule_collection.py +3 -3
- pulumi_azure_native/network/scope_connection.py +3 -3
- pulumi_azure_native/network/security_admin_configuration.py +3 -3
- pulumi_azure_native/network/security_partner_provider.py +3 -3
- pulumi_azure_native/network/security_rule.py +3 -3
- pulumi_azure_native/network/security_user_configuration.py +3 -3
- pulumi_azure_native/network/security_user_rule.py +3 -3
- pulumi_azure_native/network/security_user_rule_collection.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy.py +3 -3
- pulumi_azure_native/network/service_endpoint_policy_definition.py +3 -3
- pulumi_azure_native/network/static_cidr.py +3 -3
- pulumi_azure_native/network/static_member.py +3 -3
- pulumi_azure_native/network/subnet.py +3 -3
- pulumi_azure_native/network/subscription_network_manager_connection.py +3 -3
- pulumi_azure_native/network/user_rule.py +1 -1
- pulumi_azure_native/network/user_rule_collection.py +1 -1
- pulumi_azure_native/network/verifier_workspace.py +3 -3
- pulumi_azure_native/network/virtual_appliance_site.py +3 -3
- pulumi_azure_native/network/virtual_hub.py +3 -3
- pulumi_azure_native/network/virtual_hub_bgp_connection.py +3 -3
- pulumi_azure_native/network/virtual_hub_ip_configuration.py +3 -3
- pulumi_azure_native/network/virtual_hub_route_table_v2.py +3 -3
- pulumi_azure_native/network/virtual_network.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_connection.py +3 -3
- pulumi_azure_native/network/virtual_network_gateway_nat_rule.py +3 -3
- pulumi_azure_native/network/virtual_network_peering.py +3 -3
- pulumi_azure_native/network/virtual_network_tap.py +3 -3
- pulumi_azure_native/network/virtual_router.py +3 -3
- pulumi_azure_native/network/virtual_router_peering.py +3 -3
- pulumi_azure_native/network/virtual_wan.py +3 -3
- pulumi_azure_native/network/vpn_connection.py +3 -3
- pulumi_azure_native/network/vpn_gateway.py +3 -3
- pulumi_azure_native/network/vpn_server_configuration.py +3 -3
- pulumi_azure_native/network/vpn_site.py +3 -3
- pulumi_azure_native/network/web_application_firewall_policy.py +3 -3
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +2 -2
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +3 -3
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/offazure/get_hyperv_cluster_controller_cluster.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_host_controller.py +2 -2
- pulumi_azure_native/offazure/get_hyperv_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_import_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_master_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_private_endpoint_connection_controller.py +2 -2
- pulumi_azure_native/offazure/get_server_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_discovery_site_data_source_controller.py +2 -2
- pulumi_azure_native/offazure/get_sql_sites_controller.py +2 -2
- pulumi_azure_native/offazure/get_vcenter_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_discovery_site_data_sources_controller.py +2 -2
- pulumi_azure_native/offazure/get_web_app_sites_controller.py +2 -2
- pulumi_azure_native/offazure/hyper_v_site.py +1 -1
- pulumi_azure_native/offazure/hyperv_cluster_controller_cluster.py +3 -3
- pulumi_azure_native/offazure/hyperv_host_controller.py +3 -3
- pulumi_azure_native/offazure/hyperv_sites_controller.py +3 -3
- pulumi_azure_native/offazure/import_sites_controller.py +3 -3
- pulumi_azure_native/offazure/list_hyperv_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_server_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/list_sites_controller_health_summary.py +2 -2
- pulumi_azure_native/offazure/master_sites_controller.py +3 -3
- pulumi_azure_native/offazure/private_endpoint_connection.py +1 -1
- pulumi_azure_native/offazure/private_endpoint_connection_controller.py +3 -3
- pulumi_azure_native/offazure/server_sites_controller.py +3 -3
- pulumi_azure_native/offazure/site.py +1 -1
- pulumi_azure_native/offazure/sites_controller.py +3 -3
- pulumi_azure_native/offazure/sql_discovery_site_data_source_controller.py +3 -3
- pulumi_azure_native/offazure/sql_sites_controller.py +3 -3
- pulumi_azure_native/offazure/vcenter_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_discovery_site_data_sources_controller.py +3 -3
- pulumi_azure_native/offazure/web_app_sites_controller.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/get_workspace.py +2 -2
- pulumi_azure_native/quantum/list_workspace_keys.py +2 -2
- pulumi_azure_native/quantum/workspace.py +3 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/recoveryservices/get_vault.py +2 -2
- pulumi_azure_native/recoveryservices/vault.py +3 -3
- pulumi_azure_native/redis/_enums.py +52 -1
- pulumi_azure_native/redis/_inputs.py +9 -9
- pulumi_azure_native/redis/access_policy.py +11 -0
- pulumi_azure_native/redis/access_policy_assignment.py +11 -0
- pulumi_azure_native/redis/firewall_rule.py +11 -0
- pulumi_azure_native/redis/get_access_policy.py +17 -2
- pulumi_azure_native/redis/get_access_policy_assignment.py +17 -2
- pulumi_azure_native/redis/get_firewall_rule.py +17 -2
- pulumi_azure_native/redis/get_linked_server.py +19 -4
- pulumi_azure_native/redis/get_patch_schedule.py +18 -4
- pulumi_azure_native/redis/get_private_endpoint_connection.py +34 -6
- pulumi_azure_native/redis/get_redis.py +22 -8
- pulumi_azure_native/redis/linked_server.py +17 -6
- pulumi_azure_native/redis/list_redis_keys.py +2 -2
- pulumi_azure_native/redis/outputs.py +159 -22
- pulumi_azure_native/redis/patch_schedule.py +16 -6
- pulumi_azure_native/redis/private_endpoint_connection.py +26 -6
- pulumi_azure_native/redis/redis.py +20 -14
- pulumi_azure_native/redisenterprise/access_policy_assignment.py +3 -3
- pulumi_azure_native/redisenterprise/database.py +3 -3
- pulumi_azure_native/redisenterprise/get_access_policy_assignment.py +2 -2
- pulumi_azure_native/redisenterprise/get_database.py +2 -2
- pulumi_azure_native/redisenterprise/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/redisenterprise/get_redis_enterprise.py +2 -2
- pulumi_azure_native/redisenterprise/list_database_keys.py +2 -2
- pulumi_azure_native/redisenterprise/list_redis_enterprise_skus_for_scaling.py +4 -0
- pulumi_azure_native/redisenterprise/private_endpoint_connection.py +3 -3
- pulumi_azure_native/redisenterprise/redis_enterprise.py +3 -3
- pulumi_azure_native/relay/get_hybrid_connection.py +4 -4
- pulumi_azure_native/relay/get_hybrid_connection_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_namespace.py +7 -7
- pulumi_azure_native/relay/get_namespace_authorization_rule.py +4 -4
- pulumi_azure_native/relay/get_private_endpoint_connection.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay.py +4 -4
- pulumi_azure_native/relay/get_wcf_relay_authorization_rule.py +4 -4
- pulumi_azure_native/relay/hybrid_connection.py +5 -5
- pulumi_azure_native/relay/hybrid_connection_authorization_rule.py +5 -5
- pulumi_azure_native/relay/list_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/relay/list_namespace_keys.py +2 -2
- pulumi_azure_native/relay/list_wcf_relay_keys.py +2 -2
- pulumi_azure_native/relay/namespace.py +10 -10
- pulumi_azure_native/relay/namespace_authorization_rule.py +5 -5
- pulumi_azure_native/relay/outputs.py +4 -4
- pulumi_azure_native/relay/private_endpoint_connection.py +5 -5
- pulumi_azure_native/relay/wcf_relay.py +5 -5
- pulumi_azure_native/relay/wcf_relay_authorization_rule.py +5 -5
- pulumi_azure_native/resources/_enums.py +6 -0
- pulumi_azure_native/resources/deployment_stack_at_management_group.py +13 -13
- pulumi_azure_native/resources/deployment_stack_at_resource_group.py +10 -10
- pulumi_azure_native/resources/deployment_stack_at_subscription.py +10 -10
- pulumi_azure_native/resources/get_deployment_stack_at_management_group.py +9 -9
- pulumi_azure_native/resources/get_deployment_stack_at_resource_group.py +7 -7
- pulumi_azure_native/resources/get_deployment_stack_at_subscription.py +7 -7
- pulumi_azure_native/resources/outputs.py +6 -6
- pulumi_azure_native/search/_enums.py +9 -9
- pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/search/get_service.py +4 -4
- pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
- pulumi_azure_native/search/list_admin_key.py +2 -2
- pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
- pulumi_azure_native/search/private_endpoint_connection.py +3 -3
- pulumi_azure_native/search/service.py +15 -15
- pulumi_azure_native/search/shared_private_link_resource.py +3 -3
- pulumi_azure_native/security/defender_for_storage.py +3 -3
- pulumi_azure_native/security/get_defender_for_storage.py +2 -2
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/storagecache/__init__.py +2 -0
- pulumi_azure_native/storagecache/_enums.py +10 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +3 -3
- pulumi_azure_native/storagecache/auto_export_job.py +5 -1
- pulumi_azure_native/storagecache/auto_import_job.py +632 -0
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_aml_filesystem.py +2 -2
- pulumi_azure_native/storagecache/get_auto_export_job.py +4 -0
- pulumi_azure_native/storagecache/get_auto_import_job.py +546 -0
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_import_job.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +3 -3
- pulumi_azure_native/storagecache/outputs.py +194 -0
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +4 -0
- pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +5 -1
- pulumi_azure_native/storagemover/agent.py +3 -3
- pulumi_azure_native/storagemover/endpoint.py +3 -3
- pulumi_azure_native/storagemover/get_agent.py +2 -2
- pulumi_azure_native/storagemover/get_endpoint.py +2 -2
- pulumi_azure_native/storagemover/get_job_definition.py +3 -3
- pulumi_azure_native/storagemover/get_project.py +2 -2
- pulumi_azure_native/storagemover/get_storage_mover.py +2 -2
- pulumi_azure_native/storagemover/job_definition.py +7 -7
- pulumi_azure_native/storagemover/project.py +3 -3
- pulumi_azure_native/storagemover/storage_mover.py +3 -3
- pulumi_azure_native/storagesync/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storagesync/get_storage_sync_service.py +1 -1
- pulumi_azure_native/storagesync/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storagesync/server_endpoint.py +12 -0
- pulumi_azure_native/storagesync/storage_sync_service.py +1 -1
- pulumi_azure_native/web/__init__.py +4 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets.py +222 -0
- pulumi_azure_native/web/get_web_app_auth_settings_v2_without_secrets_slot.py +228 -0
- pulumi_azure_native/web/web_app_auth_settings_v2.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_slot.py +1 -1
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets.py +355 -0
- pulumi_azure_native/web/web_app_auth_settings_v2_without_secrets_slot.py +376 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/RECORD +1169 -1153
- pulumi_azure_native/hybriddata/__init__.py +0 -17
- pulumi_azure_native/hybriddata/_enums.py +0 -78
- pulumi_azure_native/hybriddata/_inputs.py +0 -214
- pulumi_azure_native/hybriddata/data_store.py +0 -345
- pulumi_azure_native/hybriddata/get_data_store.py +0 -210
- pulumi_azure_native/hybriddata/get_job_definition.py +0 -272
- pulumi_azure_native/hybriddata/job_definition.py +0 -487
- pulumi_azure_native/hybriddata/outputs.py +0 -174
- pulumi_azure_native/storsimple/__init__.py +0 -34
- pulumi_azure_native/storsimple/_enums.py +0 -134
- pulumi_azure_native/storsimple/_inputs.py +0 -418
- pulumi_azure_native/storsimple/access_control_record.py +0 -265
- pulumi_azure_native/storsimple/backup_policy.py +0 -336
- pulumi_azure_native/storsimple/backup_schedule.py +0 -429
- pulumi_azure_native/storsimple/bandwidth_setting.py +0 -267
- pulumi_azure_native/storsimple/get_access_control_record.py +0 -181
- pulumi_azure_native/storsimple/get_backup_policy.py +0 -257
- pulumi_azure_native/storsimple/get_backup_schedule.py +0 -250
- pulumi_azure_native/storsimple/get_bandwidth_setting.py +0 -182
- pulumi_azure_native/storsimple/get_manager.py +0 -218
- pulumi_azure_native/storsimple/get_manager_device_public_encryption_key.py +0 -97
- pulumi_azure_native/storsimple/get_manager_extended_info.py +0 -245
- pulumi_azure_native/storsimple/get_storage_account_credential.py +0 -210
- pulumi_azure_native/storsimple/get_volume.py +0 -291
- pulumi_azure_native/storsimple/get_volume_container.py +0 -272
- pulumi_azure_native/storsimple/list_device_failover_sets.py +0 -98
- pulumi_azure_native/storsimple/list_device_failover_tars.py +0 -104
- pulumi_azure_native/storsimple/list_manager_activation_key.py +0 -91
- pulumi_azure_native/storsimple/list_manager_public_encryption_key.py +0 -119
- pulumi_azure_native/storsimple/manager.py +0 -332
- pulumi_azure_native/storsimple/manager_extended_info.py +0 -391
- pulumi_azure_native/storsimple/outputs.py +0 -750
- pulumi_azure_native/storsimple/storage_account_credential.py +0 -326
- pulumi_azure_native/storsimple/volume.py +0 -457
- pulumi_azure_native/storsimple/volume_container.py +0 -405
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761591364.dist-info}/top_level.txt +0 -0
|
@@ -27,12 +27,16 @@ __all__ = [
|
|
|
27
27
|
'ActionListArgsDict',
|
|
28
28
|
'ActionsArgs',
|
|
29
29
|
'ActionsArgsDict',
|
|
30
|
+
'AlertConfigurationArgs',
|
|
31
|
+
'AlertConfigurationArgsDict',
|
|
30
32
|
'AlertRuleAllOfConditionArgs',
|
|
31
33
|
'AlertRuleAllOfConditionArgsDict',
|
|
32
34
|
'AlertRuleAnyOfOrLeafConditionArgs',
|
|
33
35
|
'AlertRuleAnyOfOrLeafConditionArgsDict',
|
|
34
36
|
'AlertRuleLeafConditionArgs',
|
|
35
37
|
'AlertRuleLeafConditionArgsDict',
|
|
38
|
+
'ApplicationInsightsTopologyDiscoveryRulePropertiesArgs',
|
|
39
|
+
'ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict',
|
|
36
40
|
'ArmRoleReceiverArgs',
|
|
37
41
|
'ArmRoleReceiverArgsDict',
|
|
38
42
|
'AutomationRunbookReceiverArgs',
|
|
@@ -49,8 +53,12 @@ __all__ = [
|
|
|
49
53
|
'AzureMonitorWorkspaceLogsApiConfigArgsDict',
|
|
50
54
|
'AzureMonitorWorkspaceLogsExporterArgs',
|
|
51
55
|
'AzureMonitorWorkspaceLogsExporterArgsDict',
|
|
56
|
+
'AzureMonitorWorkspaceSignalGroupArgs',
|
|
57
|
+
'AzureMonitorWorkspaceSignalGroupArgsDict',
|
|
52
58
|
'AzureResourceManagerCommonTypesExtendedLocationArgs',
|
|
53
59
|
'AzureResourceManagerCommonTypesExtendedLocationArgsDict',
|
|
60
|
+
'AzureResourceSignalGroupArgs',
|
|
61
|
+
'AzureResourceSignalGroupArgsDict',
|
|
54
62
|
'BatchProcessorArgs',
|
|
55
63
|
'BatchProcessorArgsDict',
|
|
56
64
|
'CacheConfigurationArgs',
|
|
@@ -79,10 +87,14 @@ __all__ = [
|
|
|
79
87
|
'DataImportSourcesEventHubArgsDict',
|
|
80
88
|
'DataSourcesSpecDataImportsArgs',
|
|
81
89
|
'DataSourcesSpecDataImportsArgsDict',
|
|
90
|
+
'DependenciesSignalGroupArgs',
|
|
91
|
+
'DependenciesSignalGroupArgsDict',
|
|
82
92
|
'DestinationsSpecAzureMonitorMetricsArgs',
|
|
83
93
|
'DestinationsSpecAzureMonitorMetricsArgsDict',
|
|
84
94
|
'DimensionArgs',
|
|
85
95
|
'DimensionArgsDict',
|
|
96
|
+
'DynamicDetectionRuleArgs',
|
|
97
|
+
'DynamicDetectionRuleArgsDict',
|
|
86
98
|
'DynamicMetricCriteriaArgs',
|
|
87
99
|
'DynamicMetricCriteriaArgsDict',
|
|
88
100
|
'DynamicThresholdFailingPeriodsArgs',
|
|
@@ -91,6 +103,14 @@ __all__ = [
|
|
|
91
103
|
'EmailNotificationArgsDict',
|
|
92
104
|
'EmailReceiverArgs',
|
|
93
105
|
'EmailReceiverArgsDict',
|
|
106
|
+
'EntityAlertsArgs',
|
|
107
|
+
'EntityAlertsArgsDict',
|
|
108
|
+
'EntityCoordinatesArgs',
|
|
109
|
+
'EntityCoordinatesArgsDict',
|
|
110
|
+
'EntityPropertiesArgs',
|
|
111
|
+
'EntityPropertiesArgsDict',
|
|
112
|
+
'EvaluationRuleArgs',
|
|
113
|
+
'EvaluationRuleArgsDict',
|
|
94
114
|
'EventHubDestinationArgs',
|
|
95
115
|
'EventHubDestinationArgsDict',
|
|
96
116
|
'EventHubDirectDestinationArgs',
|
|
@@ -101,6 +121,10 @@ __all__ = [
|
|
|
101
121
|
'ExporterArgsDict',
|
|
102
122
|
'ExtensionDataSourceArgs',
|
|
103
123
|
'ExtensionDataSourceArgsDict',
|
|
124
|
+
'HealthModelPropertiesArgs',
|
|
125
|
+
'HealthModelPropertiesArgsDict',
|
|
126
|
+
'IconDefinitionArgs',
|
|
127
|
+
'IconDefinitionArgsDict',
|
|
104
128
|
'IdentityArgs',
|
|
105
129
|
'IdentityArgsDict',
|
|
106
130
|
'IisLogsDataSourceArgs',
|
|
@@ -109,6 +133,8 @@ __all__ = [
|
|
|
109
133
|
'IncidentReceiverArgsDict',
|
|
110
134
|
'IncidentServiceConnectionArgs',
|
|
111
135
|
'IncidentServiceConnectionArgsDict',
|
|
136
|
+
'IssuePropertiesArgs',
|
|
137
|
+
'IssuePropertiesArgsDict',
|
|
112
138
|
'ItsmReceiverArgs',
|
|
113
139
|
'ItsmReceiverArgsDict',
|
|
114
140
|
'JsonArrayMapperArgs',
|
|
@@ -119,6 +145,10 @@ __all__ = [
|
|
|
119
145
|
'JsonMapperSourceFieldArgsDict',
|
|
120
146
|
'LogAnalyticsDestinationArgs',
|
|
121
147
|
'LogAnalyticsDestinationArgsDict',
|
|
148
|
+
'LogAnalyticsQuerySignalDefinitionPropertiesArgs',
|
|
149
|
+
'LogAnalyticsQuerySignalDefinitionPropertiesArgsDict',
|
|
150
|
+
'LogAnalyticsSignalGroupArgs',
|
|
151
|
+
'LogAnalyticsSignalGroupArgsDict',
|
|
122
152
|
'LogFileSettingsTextArgs',
|
|
123
153
|
'LogFileSettingsTextArgsDict',
|
|
124
154
|
'LogFilesDataSourceSettingsArgs',
|
|
@@ -129,6 +159,8 @@ __all__ = [
|
|
|
129
159
|
'LogSettingsArgsDict',
|
|
130
160
|
'LogicAppReceiverArgs',
|
|
131
161
|
'LogicAppReceiverArgsDict',
|
|
162
|
+
'ManagedIdentityAuthenticationSettingPropertiesArgs',
|
|
163
|
+
'ManagedIdentityAuthenticationSettingPropertiesArgsDict',
|
|
132
164
|
'ManagedServiceIdentityArgs',
|
|
133
165
|
'ManagedServiceIdentityArgsDict',
|
|
134
166
|
'ManagementGroupLogSettingsArgs',
|
|
@@ -147,6 +179,8 @@ __all__ = [
|
|
|
147
179
|
'MetricSettingsArgsDict',
|
|
148
180
|
'MetricTriggerArgs',
|
|
149
181
|
'MetricTriggerArgsDict',
|
|
182
|
+
'ModelDiscoverySettingsArgs',
|
|
183
|
+
'ModelDiscoverySettingsArgsDict',
|
|
150
184
|
'MonitoringAccountDestinationArgs',
|
|
151
185
|
'MonitoringAccountDestinationArgsDict',
|
|
152
186
|
'NetworkingConfigurationArgs',
|
|
@@ -173,6 +207,8 @@ __all__ = [
|
|
|
173
207
|
'ProcessorArgsDict',
|
|
174
208
|
'PrometheusForwarderDataSourceArgs',
|
|
175
209
|
'PrometheusForwarderDataSourceArgsDict',
|
|
210
|
+
'PrometheusMetricsSignalDefinitionPropertiesArgs',
|
|
211
|
+
'PrometheusMetricsSignalDefinitionPropertiesArgsDict',
|
|
176
212
|
'ReceiverArgs',
|
|
177
213
|
'ReceiverArgsDict',
|
|
178
214
|
'RecordMapArgs',
|
|
@@ -181,8 +217,14 @@ __all__ = [
|
|
|
181
217
|
'RecurrenceArgsDict',
|
|
182
218
|
'RecurrentScheduleArgs',
|
|
183
219
|
'RecurrentScheduleArgsDict',
|
|
220
|
+
'RelationshipPropertiesArgs',
|
|
221
|
+
'RelationshipPropertiesArgsDict',
|
|
222
|
+
'ResourceGraphQueryDiscoveryRulePropertiesArgs',
|
|
223
|
+
'ResourceGraphQueryDiscoveryRulePropertiesArgsDict',
|
|
184
224
|
'ResourceMapArgs',
|
|
185
225
|
'ResourceMapArgsDict',
|
|
226
|
+
'ResourceMetricSignalDefinitionPropertiesArgs',
|
|
227
|
+
'ResourceMetricSignalDefinitionPropertiesArgsDict',
|
|
186
228
|
'RetentionPolicyArgs',
|
|
187
229
|
'RetentionPolicyArgsDict',
|
|
188
230
|
'RuleResolveConfigurationArgs',
|
|
@@ -203,6 +245,10 @@ __all__ = [
|
|
|
203
245
|
'ScopeMapArgsDict',
|
|
204
246
|
'ServiceArgs',
|
|
205
247
|
'ServiceArgsDict',
|
|
248
|
+
'SignalAssignmentArgs',
|
|
249
|
+
'SignalAssignmentArgsDict',
|
|
250
|
+
'SignalGroupArgs',
|
|
251
|
+
'SignalGroupArgsDict',
|
|
206
252
|
'SmsReceiverArgs',
|
|
207
253
|
'SmsReceiverArgsDict',
|
|
208
254
|
'StorageBlobDestinationArgs',
|
|
@@ -219,6 +265,8 @@ __all__ = [
|
|
|
219
265
|
'SyslogReceiverArgsDict',
|
|
220
266
|
'TcpExporterArgs',
|
|
221
267
|
'TcpExporterArgsDict',
|
|
268
|
+
'ThresholdRuleArgs',
|
|
269
|
+
'ThresholdRuleArgsDict',
|
|
222
270
|
'TimeWindowArgs',
|
|
223
271
|
'TimeWindowArgsDict',
|
|
224
272
|
'UdpReceiverArgs',
|
|
@@ -556,6 +604,81 @@ class ActionsArgs:
|
|
|
556
604
|
pulumi.set(self, "custom_properties", value)
|
|
557
605
|
|
|
558
606
|
|
|
607
|
+
if not MYPY:
|
|
608
|
+
class AlertConfigurationArgsDict(TypedDict):
|
|
609
|
+
"""
|
|
610
|
+
Alert configuration details
|
|
611
|
+
"""
|
|
612
|
+
severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']]
|
|
613
|
+
"""
|
|
614
|
+
The severity of triggered alert.
|
|
615
|
+
"""
|
|
616
|
+
action_group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
617
|
+
"""
|
|
618
|
+
Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
619
|
+
"""
|
|
620
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
|
621
|
+
"""
|
|
622
|
+
The alert rule description.
|
|
623
|
+
"""
|
|
624
|
+
elif False:
|
|
625
|
+
AlertConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
626
|
+
|
|
627
|
+
@pulumi.input_type
|
|
628
|
+
class AlertConfigurationArgs:
|
|
629
|
+
def __init__(__self__, *,
|
|
630
|
+
severity: pulumi.Input[Union[builtins.str, 'AlertSeverity']],
|
|
631
|
+
action_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
632
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
|
633
|
+
"""
|
|
634
|
+
Alert configuration details
|
|
635
|
+
:param pulumi.Input[Union[builtins.str, 'AlertSeverity']] severity: The severity of triggered alert.
|
|
636
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] action_group_ids: Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
637
|
+
:param pulumi.Input[builtins.str] description: The alert rule description.
|
|
638
|
+
"""
|
|
639
|
+
pulumi.set(__self__, "severity", severity)
|
|
640
|
+
if action_group_ids is not None:
|
|
641
|
+
pulumi.set(__self__, "action_group_ids", action_group_ids)
|
|
642
|
+
if description is not None:
|
|
643
|
+
pulumi.set(__self__, "description", description)
|
|
644
|
+
|
|
645
|
+
@property
|
|
646
|
+
@pulumi.getter
|
|
647
|
+
def severity(self) -> pulumi.Input[Union[builtins.str, 'AlertSeverity']]:
|
|
648
|
+
"""
|
|
649
|
+
The severity of triggered alert.
|
|
650
|
+
"""
|
|
651
|
+
return pulumi.get(self, "severity")
|
|
652
|
+
|
|
653
|
+
@severity.setter
|
|
654
|
+
def severity(self, value: pulumi.Input[Union[builtins.str, 'AlertSeverity']]):
|
|
655
|
+
pulumi.set(self, "severity", value)
|
|
656
|
+
|
|
657
|
+
@property
|
|
658
|
+
@pulumi.getter(name="actionGroupIds")
|
|
659
|
+
def action_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
660
|
+
"""
|
|
661
|
+
Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
662
|
+
"""
|
|
663
|
+
return pulumi.get(self, "action_group_ids")
|
|
664
|
+
|
|
665
|
+
@action_group_ids.setter
|
|
666
|
+
def action_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
667
|
+
pulumi.set(self, "action_group_ids", value)
|
|
668
|
+
|
|
669
|
+
@property
|
|
670
|
+
@pulumi.getter
|
|
671
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
672
|
+
"""
|
|
673
|
+
The alert rule description.
|
|
674
|
+
"""
|
|
675
|
+
return pulumi.get(self, "description")
|
|
676
|
+
|
|
677
|
+
@description.setter
|
|
678
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
679
|
+
pulumi.set(self, "description", value)
|
|
680
|
+
|
|
681
|
+
|
|
559
682
|
if not MYPY:
|
|
560
683
|
class AlertRuleAllOfConditionArgsDict(TypedDict):
|
|
561
684
|
"""
|
|
@@ -784,6 +907,140 @@ class AlertRuleLeafConditionArgs:
|
|
|
784
907
|
pulumi.set(self, "field", value)
|
|
785
908
|
|
|
786
909
|
|
|
910
|
+
if not MYPY:
|
|
911
|
+
class ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict(TypedDict):
|
|
912
|
+
"""
|
|
913
|
+
Discovery rule properties for an Application Insights topology query
|
|
914
|
+
"""
|
|
915
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
|
|
916
|
+
"""
|
|
917
|
+
Whether to add all recommended signals to the discovered entities.
|
|
918
|
+
"""
|
|
919
|
+
application_insights_resource_id: pulumi.Input[builtins.str]
|
|
920
|
+
"""
|
|
921
|
+
Application Insights resource ID
|
|
922
|
+
"""
|
|
923
|
+
authentication_setting: pulumi.Input[builtins.str]
|
|
924
|
+
"""
|
|
925
|
+
Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
926
|
+
"""
|
|
927
|
+
discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]
|
|
928
|
+
"""
|
|
929
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
930
|
+
"""
|
|
931
|
+
discovery_rule_kind: pulumi.Input[builtins.str]
|
|
932
|
+
"""
|
|
933
|
+
Discovery rule relationship discovery behavior
|
|
934
|
+
Expected value is 'ApplicationInsightsTopology'.
|
|
935
|
+
"""
|
|
936
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
937
|
+
"""
|
|
938
|
+
Display name
|
|
939
|
+
"""
|
|
940
|
+
elif False:
|
|
941
|
+
ApplicationInsightsTopologyDiscoveryRulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
942
|
+
|
|
943
|
+
@pulumi.input_type
|
|
944
|
+
class ApplicationInsightsTopologyDiscoveryRulePropertiesArgs:
|
|
945
|
+
def __init__(__self__, *,
|
|
946
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
|
|
947
|
+
application_insights_resource_id: pulumi.Input[builtins.str],
|
|
948
|
+
authentication_setting: pulumi.Input[builtins.str],
|
|
949
|
+
discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']],
|
|
950
|
+
discovery_rule_kind: pulumi.Input[builtins.str],
|
|
951
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
952
|
+
"""
|
|
953
|
+
Discovery rule properties for an Application Insights topology query
|
|
954
|
+
:param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
955
|
+
:param pulumi.Input[builtins.str] application_insights_resource_id: Application Insights resource ID
|
|
956
|
+
:param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
957
|
+
:param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']] discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
958
|
+
:param pulumi.Input[builtins.str] discovery_rule_kind: Discovery rule relationship discovery behavior
|
|
959
|
+
Expected value is 'ApplicationInsightsTopology'.
|
|
960
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
961
|
+
"""
|
|
962
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
963
|
+
pulumi.set(__self__, "application_insights_resource_id", application_insights_resource_id)
|
|
964
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
965
|
+
pulumi.set(__self__, "discover_relationships", discover_relationships)
|
|
966
|
+
pulumi.set(__self__, "discovery_rule_kind", 'ApplicationInsightsTopology')
|
|
967
|
+
if display_name is not None:
|
|
968
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
969
|
+
|
|
970
|
+
@property
|
|
971
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
972
|
+
def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
|
|
973
|
+
"""
|
|
974
|
+
Whether to add all recommended signals to the discovered entities.
|
|
975
|
+
"""
|
|
976
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
977
|
+
|
|
978
|
+
@add_recommended_signals.setter
|
|
979
|
+
def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
|
|
980
|
+
pulumi.set(self, "add_recommended_signals", value)
|
|
981
|
+
|
|
982
|
+
@property
|
|
983
|
+
@pulumi.getter(name="applicationInsightsResourceId")
|
|
984
|
+
def application_insights_resource_id(self) -> pulumi.Input[builtins.str]:
|
|
985
|
+
"""
|
|
986
|
+
Application Insights resource ID
|
|
987
|
+
"""
|
|
988
|
+
return pulumi.get(self, "application_insights_resource_id")
|
|
989
|
+
|
|
990
|
+
@application_insights_resource_id.setter
|
|
991
|
+
def application_insights_resource_id(self, value: pulumi.Input[builtins.str]):
|
|
992
|
+
pulumi.set(self, "application_insights_resource_id", value)
|
|
993
|
+
|
|
994
|
+
@property
|
|
995
|
+
@pulumi.getter(name="authenticationSetting")
|
|
996
|
+
def authentication_setting(self) -> pulumi.Input[builtins.str]:
|
|
997
|
+
"""
|
|
998
|
+
Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
999
|
+
"""
|
|
1000
|
+
return pulumi.get(self, "authentication_setting")
|
|
1001
|
+
|
|
1002
|
+
@authentication_setting.setter
|
|
1003
|
+
def authentication_setting(self, value: pulumi.Input[builtins.str]):
|
|
1004
|
+
pulumi.set(self, "authentication_setting", value)
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
@pulumi.getter(name="discoverRelationships")
|
|
1008
|
+
def discover_relationships(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]:
|
|
1009
|
+
"""
|
|
1010
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
1011
|
+
"""
|
|
1012
|
+
return pulumi.get(self, "discover_relationships")
|
|
1013
|
+
|
|
1014
|
+
@discover_relationships.setter
|
|
1015
|
+
def discover_relationships(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]):
|
|
1016
|
+
pulumi.set(self, "discover_relationships", value)
|
|
1017
|
+
|
|
1018
|
+
@property
|
|
1019
|
+
@pulumi.getter(name="discoveryRuleKind")
|
|
1020
|
+
def discovery_rule_kind(self) -> pulumi.Input[builtins.str]:
|
|
1021
|
+
"""
|
|
1022
|
+
Discovery rule relationship discovery behavior
|
|
1023
|
+
Expected value is 'ApplicationInsightsTopology'.
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "discovery_rule_kind")
|
|
1026
|
+
|
|
1027
|
+
@discovery_rule_kind.setter
|
|
1028
|
+
def discovery_rule_kind(self, value: pulumi.Input[builtins.str]):
|
|
1029
|
+
pulumi.set(self, "discovery_rule_kind", value)
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter(name="displayName")
|
|
1033
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1034
|
+
"""
|
|
1035
|
+
Display name
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "display_name")
|
|
1038
|
+
|
|
1039
|
+
@display_name.setter
|
|
1040
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1041
|
+
pulumi.set(self, "display_name", value)
|
|
1042
|
+
|
|
1043
|
+
|
|
787
1044
|
if not MYPY:
|
|
788
1045
|
class ArmRoleReceiverArgsDict(TypedDict):
|
|
789
1046
|
"""
|
|
@@ -1577,6 +1834,80 @@ class AzureMonitorWorkspaceLogsExporterArgs:
|
|
|
1577
1834
|
pulumi.set(self, "concurrency", value)
|
|
1578
1835
|
|
|
1579
1836
|
|
|
1837
|
+
if not MYPY:
|
|
1838
|
+
class AzureMonitorWorkspaceSignalGroupArgsDict(TypedDict):
|
|
1839
|
+
"""
|
|
1840
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
1841
|
+
"""
|
|
1842
|
+
authentication_setting: pulumi.Input[builtins.str]
|
|
1843
|
+
"""
|
|
1844
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1845
|
+
"""
|
|
1846
|
+
azure_monitor_workspace_resource_id: pulumi.Input[builtins.str]
|
|
1847
|
+
"""
|
|
1848
|
+
Azure Monitor workspace resource ID
|
|
1849
|
+
"""
|
|
1850
|
+
signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
|
|
1851
|
+
"""
|
|
1852
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1853
|
+
"""
|
|
1854
|
+
elif False:
|
|
1855
|
+
AzureMonitorWorkspaceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
1856
|
+
|
|
1857
|
+
@pulumi.input_type
|
|
1858
|
+
class AzureMonitorWorkspaceSignalGroupArgs:
|
|
1859
|
+
def __init__(__self__, *,
|
|
1860
|
+
authentication_setting: pulumi.Input[builtins.str],
|
|
1861
|
+
azure_monitor_workspace_resource_id: pulumi.Input[builtins.str],
|
|
1862
|
+
signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
|
|
1863
|
+
"""
|
|
1864
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
1865
|
+
:param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
1866
|
+
:param pulumi.Input[builtins.str] azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
|
|
1867
|
+
:param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1868
|
+
"""
|
|
1869
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
1870
|
+
pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
|
|
1871
|
+
if signal_assignments is not None:
|
|
1872
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
1873
|
+
|
|
1874
|
+
@property
|
|
1875
|
+
@pulumi.getter(name="authenticationSetting")
|
|
1876
|
+
def authentication_setting(self) -> pulumi.Input[builtins.str]:
|
|
1877
|
+
"""
|
|
1878
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1879
|
+
"""
|
|
1880
|
+
return pulumi.get(self, "authentication_setting")
|
|
1881
|
+
|
|
1882
|
+
@authentication_setting.setter
|
|
1883
|
+
def authentication_setting(self, value: pulumi.Input[builtins.str]):
|
|
1884
|
+
pulumi.set(self, "authentication_setting", value)
|
|
1885
|
+
|
|
1886
|
+
@property
|
|
1887
|
+
@pulumi.getter(name="azureMonitorWorkspaceResourceId")
|
|
1888
|
+
def azure_monitor_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
|
|
1889
|
+
"""
|
|
1890
|
+
Azure Monitor workspace resource ID
|
|
1891
|
+
"""
|
|
1892
|
+
return pulumi.get(self, "azure_monitor_workspace_resource_id")
|
|
1893
|
+
|
|
1894
|
+
@azure_monitor_workspace_resource_id.setter
|
|
1895
|
+
def azure_monitor_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
|
|
1896
|
+
pulumi.set(self, "azure_monitor_workspace_resource_id", value)
|
|
1897
|
+
|
|
1898
|
+
@property
|
|
1899
|
+
@pulumi.getter(name="signalAssignments")
|
|
1900
|
+
def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
|
|
1901
|
+
"""
|
|
1902
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1903
|
+
"""
|
|
1904
|
+
return pulumi.get(self, "signal_assignments")
|
|
1905
|
+
|
|
1906
|
+
@signal_assignments.setter
|
|
1907
|
+
def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
|
|
1908
|
+
pulumi.set(self, "signal_assignments", value)
|
|
1909
|
+
|
|
1910
|
+
|
|
1580
1911
|
if not MYPY:
|
|
1581
1912
|
class AzureResourceManagerCommonTypesExtendedLocationArgsDict(TypedDict):
|
|
1582
1913
|
"""
|
|
@@ -1631,6 +1962,80 @@ class AzureResourceManagerCommonTypesExtendedLocationArgs:
|
|
|
1631
1962
|
pulumi.set(self, "type", value)
|
|
1632
1963
|
|
|
1633
1964
|
|
|
1965
|
+
if not MYPY:
|
|
1966
|
+
class AzureResourceSignalGroupArgsDict(TypedDict):
|
|
1967
|
+
"""
|
|
1968
|
+
A grouping of signal assignments for an Azure resource
|
|
1969
|
+
"""
|
|
1970
|
+
authentication_setting: pulumi.Input[builtins.str]
|
|
1971
|
+
"""
|
|
1972
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1973
|
+
"""
|
|
1974
|
+
azure_resource_id: pulumi.Input[builtins.str]
|
|
1975
|
+
"""
|
|
1976
|
+
Azure resource ID
|
|
1977
|
+
"""
|
|
1978
|
+
signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
|
|
1979
|
+
"""
|
|
1980
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1981
|
+
"""
|
|
1982
|
+
elif False:
|
|
1983
|
+
AzureResourceSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
1984
|
+
|
|
1985
|
+
@pulumi.input_type
|
|
1986
|
+
class AzureResourceSignalGroupArgs:
|
|
1987
|
+
def __init__(__self__, *,
|
|
1988
|
+
authentication_setting: pulumi.Input[builtins.str],
|
|
1989
|
+
azure_resource_id: pulumi.Input[builtins.str],
|
|
1990
|
+
signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
|
|
1991
|
+
"""
|
|
1992
|
+
A grouping of signal assignments for an Azure resource
|
|
1993
|
+
:param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
1994
|
+
:param pulumi.Input[builtins.str] azure_resource_id: Azure resource ID
|
|
1995
|
+
:param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1996
|
+
"""
|
|
1997
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
1998
|
+
pulumi.set(__self__, "azure_resource_id", azure_resource_id)
|
|
1999
|
+
if signal_assignments is not None:
|
|
2000
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
2001
|
+
|
|
2002
|
+
@property
|
|
2003
|
+
@pulumi.getter(name="authenticationSetting")
|
|
2004
|
+
def authentication_setting(self) -> pulumi.Input[builtins.str]:
|
|
2005
|
+
"""
|
|
2006
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
2007
|
+
"""
|
|
2008
|
+
return pulumi.get(self, "authentication_setting")
|
|
2009
|
+
|
|
2010
|
+
@authentication_setting.setter
|
|
2011
|
+
def authentication_setting(self, value: pulumi.Input[builtins.str]):
|
|
2012
|
+
pulumi.set(self, "authentication_setting", value)
|
|
2013
|
+
|
|
2014
|
+
@property
|
|
2015
|
+
@pulumi.getter(name="azureResourceId")
|
|
2016
|
+
def azure_resource_id(self) -> pulumi.Input[builtins.str]:
|
|
2017
|
+
"""
|
|
2018
|
+
Azure resource ID
|
|
2019
|
+
"""
|
|
2020
|
+
return pulumi.get(self, "azure_resource_id")
|
|
2021
|
+
|
|
2022
|
+
@azure_resource_id.setter
|
|
2023
|
+
def azure_resource_id(self, value: pulumi.Input[builtins.str]):
|
|
2024
|
+
pulumi.set(self, "azure_resource_id", value)
|
|
2025
|
+
|
|
2026
|
+
@property
|
|
2027
|
+
@pulumi.getter(name="signalAssignments")
|
|
2028
|
+
def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
|
|
2029
|
+
"""
|
|
2030
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
2031
|
+
"""
|
|
2032
|
+
return pulumi.get(self, "signal_assignments")
|
|
2033
|
+
|
|
2034
|
+
@signal_assignments.setter
|
|
2035
|
+
def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
|
|
2036
|
+
pulumi.set(self, "signal_assignments", value)
|
|
2037
|
+
|
|
2038
|
+
|
|
1634
2039
|
if not MYPY:
|
|
1635
2040
|
class BatchProcessorArgsDict(TypedDict):
|
|
1636
2041
|
"""
|
|
@@ -2970,6 +3375,83 @@ class DataSourcesSpecDataImportsArgs:
|
|
|
2970
3375
|
pulumi.set(self, "event_hub", value)
|
|
2971
3376
|
|
|
2972
3377
|
|
|
3378
|
+
if not MYPY:
|
|
3379
|
+
class DependenciesSignalGroupArgsDict(TypedDict):
|
|
3380
|
+
"""
|
|
3381
|
+
Properties for dependent entities, i.e. child entities
|
|
3382
|
+
"""
|
|
3383
|
+
aggregation_type: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]
|
|
3384
|
+
"""
|
|
3385
|
+
Aggregation type for child dependencies.
|
|
3386
|
+
"""
|
|
3387
|
+
degraded_threshold: NotRequired[pulumi.Input[builtins.str]]
|
|
3388
|
+
"""
|
|
3389
|
+
Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3390
|
+
"""
|
|
3391
|
+
unhealthy_threshold: NotRequired[pulumi.Input[builtins.str]]
|
|
3392
|
+
"""
|
|
3393
|
+
Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3394
|
+
"""
|
|
3395
|
+
elif False:
|
|
3396
|
+
DependenciesSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
3397
|
+
|
|
3398
|
+
@pulumi.input_type
|
|
3399
|
+
class DependenciesSignalGroupArgs:
|
|
3400
|
+
def __init__(__self__, *,
|
|
3401
|
+
aggregation_type: Optional[pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]] = None,
|
|
3402
|
+
degraded_threshold: Optional[pulumi.Input[builtins.str]] = None,
|
|
3403
|
+
unhealthy_threshold: Optional[pulumi.Input[builtins.str]] = None):
|
|
3404
|
+
"""
|
|
3405
|
+
Properties for dependent entities, i.e. child entities
|
|
3406
|
+
:param pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']] aggregation_type: Aggregation type for child dependencies.
|
|
3407
|
+
:param pulumi.Input[builtins.str] degraded_threshold: Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3408
|
+
:param pulumi.Input[builtins.str] unhealthy_threshold: Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3409
|
+
"""
|
|
3410
|
+
if aggregation_type is None:
|
|
3411
|
+
aggregation_type = 'WorstOf'
|
|
3412
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
3413
|
+
if degraded_threshold is not None:
|
|
3414
|
+
pulumi.set(__self__, "degraded_threshold", degraded_threshold)
|
|
3415
|
+
if unhealthy_threshold is not None:
|
|
3416
|
+
pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
|
|
3417
|
+
|
|
3418
|
+
@property
|
|
3419
|
+
@pulumi.getter(name="aggregationType")
|
|
3420
|
+
def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]:
|
|
3421
|
+
"""
|
|
3422
|
+
Aggregation type for child dependencies.
|
|
3423
|
+
"""
|
|
3424
|
+
return pulumi.get(self, "aggregation_type")
|
|
3425
|
+
|
|
3426
|
+
@aggregation_type.setter
|
|
3427
|
+
def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'DependenciesAggregationType']]):
|
|
3428
|
+
pulumi.set(self, "aggregation_type", value)
|
|
3429
|
+
|
|
3430
|
+
@property
|
|
3431
|
+
@pulumi.getter(name="degradedThreshold")
|
|
3432
|
+
def degraded_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3433
|
+
"""
|
|
3434
|
+
Degraded threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered degraded when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3435
|
+
"""
|
|
3436
|
+
return pulumi.get(self, "degraded_threshold")
|
|
3437
|
+
|
|
3438
|
+
@degraded_threshold.setter
|
|
3439
|
+
def degraded_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3440
|
+
pulumi.set(self, "degraded_threshold", value)
|
|
3441
|
+
|
|
3442
|
+
@property
|
|
3443
|
+
@pulumi.getter(name="unhealthyThreshold")
|
|
3444
|
+
def unhealthy_threshold(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3445
|
+
"""
|
|
3446
|
+
Unhealthy threshold for aggregating the propagated health state of child dependencies. Can be either an absolute number that is greater than 0, or a percentage between 1-100%. The entity will be considered unhealthy when the number of not healthy child dependents (unhealthy, degraded, unknown) is equal to or above the threshold value. Must only be set when AggregationType is 'Thresholds'.
|
|
3447
|
+
"""
|
|
3448
|
+
return pulumi.get(self, "unhealthy_threshold")
|
|
3449
|
+
|
|
3450
|
+
@unhealthy_threshold.setter
|
|
3451
|
+
def unhealthy_threshold(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3452
|
+
pulumi.set(self, "unhealthy_threshold", value)
|
|
3453
|
+
|
|
3454
|
+
|
|
2973
3455
|
if not MYPY:
|
|
2974
3456
|
class DestinationsSpecAzureMonitorMetricsArgsDict(TypedDict):
|
|
2975
3457
|
"""
|
|
@@ -3082,6 +3564,99 @@ class DimensionArgs:
|
|
|
3082
3564
|
pulumi.set(self, "values", value)
|
|
3083
3565
|
|
|
3084
3566
|
|
|
3567
|
+
if not MYPY:
|
|
3568
|
+
class DynamicDetectionRuleArgsDict(TypedDict):
|
|
3569
|
+
"""
|
|
3570
|
+
ML-based evaluation rule for a signal definition
|
|
3571
|
+
"""
|
|
3572
|
+
dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]
|
|
3573
|
+
"""
|
|
3574
|
+
Threshold direction
|
|
3575
|
+
"""
|
|
3576
|
+
dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]
|
|
3577
|
+
"""
|
|
3578
|
+
ML model to use for dynamic thresholds
|
|
3579
|
+
"""
|
|
3580
|
+
model_sensitivity: pulumi.Input[builtins.float]
|
|
3581
|
+
"""
|
|
3582
|
+
ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
3583
|
+
"""
|
|
3584
|
+
training_start_time: NotRequired[pulumi.Input[builtins.str]]
|
|
3585
|
+
"""
|
|
3586
|
+
Start time of the training in UTC.
|
|
3587
|
+
"""
|
|
3588
|
+
elif False:
|
|
3589
|
+
DynamicDetectionRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3590
|
+
|
|
3591
|
+
@pulumi.input_type
|
|
3592
|
+
class DynamicDetectionRuleArgs:
|
|
3593
|
+
def __init__(__self__, *,
|
|
3594
|
+
dynamic_threshold_direction: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']],
|
|
3595
|
+
dynamic_threshold_model: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']],
|
|
3596
|
+
model_sensitivity: pulumi.Input[builtins.float],
|
|
3597
|
+
training_start_time: Optional[pulumi.Input[builtins.str]] = None):
|
|
3598
|
+
"""
|
|
3599
|
+
ML-based evaluation rule for a signal definition
|
|
3600
|
+
:param pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']] dynamic_threshold_direction: Threshold direction
|
|
3601
|
+
:param pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']] dynamic_threshold_model: ML model to use for dynamic thresholds
|
|
3602
|
+
:param pulumi.Input[builtins.float] model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
3603
|
+
:param pulumi.Input[builtins.str] training_start_time: Start time of the training in UTC.
|
|
3604
|
+
"""
|
|
3605
|
+
pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
|
|
3606
|
+
pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
|
|
3607
|
+
pulumi.set(__self__, "model_sensitivity", model_sensitivity)
|
|
3608
|
+
if training_start_time is not None:
|
|
3609
|
+
pulumi.set(__self__, "training_start_time", training_start_time)
|
|
3610
|
+
|
|
3611
|
+
@property
|
|
3612
|
+
@pulumi.getter(name="dynamicThresholdDirection")
|
|
3613
|
+
def dynamic_threshold_direction(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]:
|
|
3614
|
+
"""
|
|
3615
|
+
Threshold direction
|
|
3616
|
+
"""
|
|
3617
|
+
return pulumi.get(self, "dynamic_threshold_direction")
|
|
3618
|
+
|
|
3619
|
+
@dynamic_threshold_direction.setter
|
|
3620
|
+
def dynamic_threshold_direction(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdDirection']]):
|
|
3621
|
+
pulumi.set(self, "dynamic_threshold_direction", value)
|
|
3622
|
+
|
|
3623
|
+
@property
|
|
3624
|
+
@pulumi.getter(name="dynamicThresholdModel")
|
|
3625
|
+
def dynamic_threshold_model(self) -> pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]:
|
|
3626
|
+
"""
|
|
3627
|
+
ML model to use for dynamic thresholds
|
|
3628
|
+
"""
|
|
3629
|
+
return pulumi.get(self, "dynamic_threshold_model")
|
|
3630
|
+
|
|
3631
|
+
@dynamic_threshold_model.setter
|
|
3632
|
+
def dynamic_threshold_model(self, value: pulumi.Input[Union[builtins.str, 'DynamicThresholdModel']]):
|
|
3633
|
+
pulumi.set(self, "dynamic_threshold_model", value)
|
|
3634
|
+
|
|
3635
|
+
@property
|
|
3636
|
+
@pulumi.getter(name="modelSensitivity")
|
|
3637
|
+
def model_sensitivity(self) -> pulumi.Input[builtins.float]:
|
|
3638
|
+
"""
|
|
3639
|
+
ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
3640
|
+
"""
|
|
3641
|
+
return pulumi.get(self, "model_sensitivity")
|
|
3642
|
+
|
|
3643
|
+
@model_sensitivity.setter
|
|
3644
|
+
def model_sensitivity(self, value: pulumi.Input[builtins.float]):
|
|
3645
|
+
pulumi.set(self, "model_sensitivity", value)
|
|
3646
|
+
|
|
3647
|
+
@property
|
|
3648
|
+
@pulumi.getter(name="trainingStartTime")
|
|
3649
|
+
def training_start_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3650
|
+
"""
|
|
3651
|
+
Start time of the training in UTC.
|
|
3652
|
+
"""
|
|
3653
|
+
return pulumi.get(self, "training_start_time")
|
|
3654
|
+
|
|
3655
|
+
@training_start_time.setter
|
|
3656
|
+
def training_start_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3657
|
+
pulumi.set(self, "training_start_time", value)
|
|
3658
|
+
|
|
3659
|
+
|
|
3085
3660
|
if not MYPY:
|
|
3086
3661
|
class DynamicMetricCriteriaArgsDict(TypedDict):
|
|
3087
3662
|
"""
|
|
@@ -3525,49 +4100,435 @@ class EmailReceiverArgs:
|
|
|
3525
4100
|
|
|
3526
4101
|
|
|
3527
4102
|
if not MYPY:
|
|
3528
|
-
class
|
|
3529
|
-
event_hub_resource_id: NotRequired[pulumi.Input[builtins.str]]
|
|
4103
|
+
class EntityAlertsArgsDict(TypedDict):
|
|
3530
4104
|
"""
|
|
3531
|
-
|
|
4105
|
+
Alert configuration for an entity
|
|
3532
4106
|
"""
|
|
3533
|
-
|
|
4107
|
+
degraded: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
|
|
3534
4108
|
"""
|
|
3535
|
-
|
|
3536
|
-
|
|
4109
|
+
Alert to be triggered on state change to degraded
|
|
4110
|
+
"""
|
|
4111
|
+
unhealthy: NotRequired[pulumi.Input['AlertConfigurationArgsDict']]
|
|
4112
|
+
"""
|
|
4113
|
+
Alert to be triggered on state change to unhealthy
|
|
3537
4114
|
"""
|
|
3538
4115
|
elif False:
|
|
3539
|
-
|
|
4116
|
+
EntityAlertsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3540
4117
|
|
|
3541
4118
|
@pulumi.input_type
|
|
3542
|
-
class
|
|
4119
|
+
class EntityAlertsArgs:
|
|
3543
4120
|
def __init__(__self__, *,
|
|
3544
|
-
|
|
3545
|
-
|
|
4121
|
+
degraded: Optional[pulumi.Input['AlertConfigurationArgs']] = None,
|
|
4122
|
+
unhealthy: Optional[pulumi.Input['AlertConfigurationArgs']] = None):
|
|
3546
4123
|
"""
|
|
3547
|
-
|
|
3548
|
-
:param pulumi.Input[
|
|
3549
|
-
|
|
4124
|
+
Alert configuration for an entity
|
|
4125
|
+
:param pulumi.Input['AlertConfigurationArgs'] degraded: Alert to be triggered on state change to degraded
|
|
4126
|
+
:param pulumi.Input['AlertConfigurationArgs'] unhealthy: Alert to be triggered on state change to unhealthy
|
|
3550
4127
|
"""
|
|
3551
|
-
if
|
|
3552
|
-
pulumi.set(__self__, "
|
|
3553
|
-
if
|
|
3554
|
-
pulumi.set(__self__, "
|
|
4128
|
+
if degraded is not None:
|
|
4129
|
+
pulumi.set(__self__, "degraded", degraded)
|
|
4130
|
+
if unhealthy is not None:
|
|
4131
|
+
pulumi.set(__self__, "unhealthy", unhealthy)
|
|
3555
4132
|
|
|
3556
4133
|
@property
|
|
3557
|
-
@pulumi.getter
|
|
3558
|
-
def
|
|
4134
|
+
@pulumi.getter
|
|
4135
|
+
def degraded(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
|
|
3559
4136
|
"""
|
|
3560
|
-
|
|
4137
|
+
Alert to be triggered on state change to degraded
|
|
3561
4138
|
"""
|
|
3562
|
-
return pulumi.get(self, "
|
|
4139
|
+
return pulumi.get(self, "degraded")
|
|
3563
4140
|
|
|
3564
|
-
@
|
|
3565
|
-
def
|
|
3566
|
-
pulumi.set(self, "
|
|
4141
|
+
@degraded.setter
|
|
4142
|
+
def degraded(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
|
|
4143
|
+
pulumi.set(self, "degraded", value)
|
|
3567
4144
|
|
|
3568
4145
|
@property
|
|
3569
4146
|
@pulumi.getter
|
|
3570
|
-
def
|
|
4147
|
+
def unhealthy(self) -> Optional[pulumi.Input['AlertConfigurationArgs']]:
|
|
4148
|
+
"""
|
|
4149
|
+
Alert to be triggered on state change to unhealthy
|
|
4150
|
+
"""
|
|
4151
|
+
return pulumi.get(self, "unhealthy")
|
|
4152
|
+
|
|
4153
|
+
@unhealthy.setter
|
|
4154
|
+
def unhealthy(self, value: Optional[pulumi.Input['AlertConfigurationArgs']]):
|
|
4155
|
+
pulumi.set(self, "unhealthy", value)
|
|
4156
|
+
|
|
4157
|
+
|
|
4158
|
+
if not MYPY:
|
|
4159
|
+
class EntityCoordinatesArgsDict(TypedDict):
|
|
4160
|
+
"""
|
|
4161
|
+
Visual position of the entity
|
|
4162
|
+
"""
|
|
4163
|
+
x: pulumi.Input[builtins.float]
|
|
4164
|
+
"""
|
|
4165
|
+
X Coordinate
|
|
4166
|
+
"""
|
|
4167
|
+
y: pulumi.Input[builtins.float]
|
|
4168
|
+
"""
|
|
4169
|
+
Y Coordinate
|
|
4170
|
+
"""
|
|
4171
|
+
elif False:
|
|
4172
|
+
EntityCoordinatesArgsDict: TypeAlias = Mapping[str, Any]
|
|
4173
|
+
|
|
4174
|
+
@pulumi.input_type
|
|
4175
|
+
class EntityCoordinatesArgs:
|
|
4176
|
+
def __init__(__self__, *,
|
|
4177
|
+
x: pulumi.Input[builtins.float],
|
|
4178
|
+
y: pulumi.Input[builtins.float]):
|
|
4179
|
+
"""
|
|
4180
|
+
Visual position of the entity
|
|
4181
|
+
:param pulumi.Input[builtins.float] x: X Coordinate
|
|
4182
|
+
:param pulumi.Input[builtins.float] y: Y Coordinate
|
|
4183
|
+
"""
|
|
4184
|
+
pulumi.set(__self__, "x", x)
|
|
4185
|
+
pulumi.set(__self__, "y", y)
|
|
4186
|
+
|
|
4187
|
+
@property
|
|
4188
|
+
@pulumi.getter
|
|
4189
|
+
def x(self) -> pulumi.Input[builtins.float]:
|
|
4190
|
+
"""
|
|
4191
|
+
X Coordinate
|
|
4192
|
+
"""
|
|
4193
|
+
return pulumi.get(self, "x")
|
|
4194
|
+
|
|
4195
|
+
@x.setter
|
|
4196
|
+
def x(self, value: pulumi.Input[builtins.float]):
|
|
4197
|
+
pulumi.set(self, "x", value)
|
|
4198
|
+
|
|
4199
|
+
@property
|
|
4200
|
+
@pulumi.getter
|
|
4201
|
+
def y(self) -> pulumi.Input[builtins.float]:
|
|
4202
|
+
"""
|
|
4203
|
+
Y Coordinate
|
|
4204
|
+
"""
|
|
4205
|
+
return pulumi.get(self, "y")
|
|
4206
|
+
|
|
4207
|
+
@y.setter
|
|
4208
|
+
def y(self, value: pulumi.Input[builtins.float]):
|
|
4209
|
+
pulumi.set(self, "y", value)
|
|
4210
|
+
|
|
4211
|
+
|
|
4212
|
+
if not MYPY:
|
|
4213
|
+
class EntityPropertiesArgsDict(TypedDict):
|
|
4214
|
+
"""
|
|
4215
|
+
Properties which are common across all kinds of entities
|
|
4216
|
+
"""
|
|
4217
|
+
alerts: NotRequired[pulumi.Input['EntityAlertsArgsDict']]
|
|
4218
|
+
"""
|
|
4219
|
+
Alert configuration for this entity
|
|
4220
|
+
"""
|
|
4221
|
+
canvas_position: NotRequired[pulumi.Input['EntityCoordinatesArgsDict']]
|
|
4222
|
+
"""
|
|
4223
|
+
Positioning of the entity on the model canvas
|
|
4224
|
+
"""
|
|
4225
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
4226
|
+
"""
|
|
4227
|
+
Display name
|
|
4228
|
+
"""
|
|
4229
|
+
health_objective: NotRequired[pulumi.Input[builtins.float]]
|
|
4230
|
+
"""
|
|
4231
|
+
Health objective as a percentage of time the entity should be healthy.
|
|
4232
|
+
"""
|
|
4233
|
+
icon: NotRequired[pulumi.Input['IconDefinitionArgsDict']]
|
|
4234
|
+
"""
|
|
4235
|
+
Visual icon definition. If not set, a default icon is used.
|
|
4236
|
+
"""
|
|
4237
|
+
impact: NotRequired[pulumi.Input[Union[builtins.str, 'EntityImpact']]]
|
|
4238
|
+
"""
|
|
4239
|
+
Impact of the entity in health state propagation
|
|
4240
|
+
"""
|
|
4241
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
4242
|
+
"""
|
|
4243
|
+
Entity kind
|
|
4244
|
+
"""
|
|
4245
|
+
signals: NotRequired[pulumi.Input['SignalGroupArgsDict']]
|
|
4246
|
+
"""
|
|
4247
|
+
Signal groups which are assigned to this entity
|
|
4248
|
+
"""
|
|
4249
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
4250
|
+
"""
|
|
4251
|
+
Optional set of labels (key-value pairs)
|
|
4252
|
+
"""
|
|
4253
|
+
elif False:
|
|
4254
|
+
EntityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
4255
|
+
|
|
4256
|
+
@pulumi.input_type
|
|
4257
|
+
class EntityPropertiesArgs:
|
|
4258
|
+
def __init__(__self__, *,
|
|
4259
|
+
alerts: Optional[pulumi.Input['EntityAlertsArgs']] = None,
|
|
4260
|
+
canvas_position: Optional[pulumi.Input['EntityCoordinatesArgs']] = None,
|
|
4261
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
4262
|
+
health_objective: Optional[pulumi.Input[builtins.float]] = None,
|
|
4263
|
+
icon: Optional[pulumi.Input['IconDefinitionArgs']] = None,
|
|
4264
|
+
impact: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]] = None,
|
|
4265
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
4266
|
+
signals: Optional[pulumi.Input['SignalGroupArgs']] = None,
|
|
4267
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
4268
|
+
"""
|
|
4269
|
+
Properties which are common across all kinds of entities
|
|
4270
|
+
:param pulumi.Input['EntityAlertsArgs'] alerts: Alert configuration for this entity
|
|
4271
|
+
:param pulumi.Input['EntityCoordinatesArgs'] canvas_position: Positioning of the entity on the model canvas
|
|
4272
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
4273
|
+
:param pulumi.Input[builtins.float] health_objective: Health objective as a percentage of time the entity should be healthy.
|
|
4274
|
+
:param pulumi.Input['IconDefinitionArgs'] icon: Visual icon definition. If not set, a default icon is used.
|
|
4275
|
+
:param pulumi.Input[Union[builtins.str, 'EntityImpact']] impact: Impact of the entity in health state propagation
|
|
4276
|
+
:param pulumi.Input[builtins.str] kind: Entity kind
|
|
4277
|
+
:param pulumi.Input['SignalGroupArgs'] signals: Signal groups which are assigned to this entity
|
|
4278
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
|
|
4279
|
+
"""
|
|
4280
|
+
if alerts is not None:
|
|
4281
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
4282
|
+
if canvas_position is not None:
|
|
4283
|
+
pulumi.set(__self__, "canvas_position", canvas_position)
|
|
4284
|
+
if display_name is not None:
|
|
4285
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
4286
|
+
if health_objective is not None:
|
|
4287
|
+
pulumi.set(__self__, "health_objective", health_objective)
|
|
4288
|
+
if icon is not None:
|
|
4289
|
+
pulumi.set(__self__, "icon", icon)
|
|
4290
|
+
if impact is None:
|
|
4291
|
+
impact = 'Standard'
|
|
4292
|
+
if impact is not None:
|
|
4293
|
+
pulumi.set(__self__, "impact", impact)
|
|
4294
|
+
if kind is None:
|
|
4295
|
+
kind = 'Default'
|
|
4296
|
+
if kind is not None:
|
|
4297
|
+
pulumi.set(__self__, "kind", kind)
|
|
4298
|
+
if signals is not None:
|
|
4299
|
+
pulumi.set(__self__, "signals", signals)
|
|
4300
|
+
if tags is not None:
|
|
4301
|
+
pulumi.set(__self__, "tags", tags)
|
|
4302
|
+
|
|
4303
|
+
@property
|
|
4304
|
+
@pulumi.getter
|
|
4305
|
+
def alerts(self) -> Optional[pulumi.Input['EntityAlertsArgs']]:
|
|
4306
|
+
"""
|
|
4307
|
+
Alert configuration for this entity
|
|
4308
|
+
"""
|
|
4309
|
+
return pulumi.get(self, "alerts")
|
|
4310
|
+
|
|
4311
|
+
@alerts.setter
|
|
4312
|
+
def alerts(self, value: Optional[pulumi.Input['EntityAlertsArgs']]):
|
|
4313
|
+
pulumi.set(self, "alerts", value)
|
|
4314
|
+
|
|
4315
|
+
@property
|
|
4316
|
+
@pulumi.getter(name="canvasPosition")
|
|
4317
|
+
def canvas_position(self) -> Optional[pulumi.Input['EntityCoordinatesArgs']]:
|
|
4318
|
+
"""
|
|
4319
|
+
Positioning of the entity on the model canvas
|
|
4320
|
+
"""
|
|
4321
|
+
return pulumi.get(self, "canvas_position")
|
|
4322
|
+
|
|
4323
|
+
@canvas_position.setter
|
|
4324
|
+
def canvas_position(self, value: Optional[pulumi.Input['EntityCoordinatesArgs']]):
|
|
4325
|
+
pulumi.set(self, "canvas_position", value)
|
|
4326
|
+
|
|
4327
|
+
@property
|
|
4328
|
+
@pulumi.getter(name="displayName")
|
|
4329
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4330
|
+
"""
|
|
4331
|
+
Display name
|
|
4332
|
+
"""
|
|
4333
|
+
return pulumi.get(self, "display_name")
|
|
4334
|
+
|
|
4335
|
+
@display_name.setter
|
|
4336
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4337
|
+
pulumi.set(self, "display_name", value)
|
|
4338
|
+
|
|
4339
|
+
@property
|
|
4340
|
+
@pulumi.getter(name="healthObjective")
|
|
4341
|
+
def health_objective(self) -> Optional[pulumi.Input[builtins.float]]:
|
|
4342
|
+
"""
|
|
4343
|
+
Health objective as a percentage of time the entity should be healthy.
|
|
4344
|
+
"""
|
|
4345
|
+
return pulumi.get(self, "health_objective")
|
|
4346
|
+
|
|
4347
|
+
@health_objective.setter
|
|
4348
|
+
def health_objective(self, value: Optional[pulumi.Input[builtins.float]]):
|
|
4349
|
+
pulumi.set(self, "health_objective", value)
|
|
4350
|
+
|
|
4351
|
+
@property
|
|
4352
|
+
@pulumi.getter
|
|
4353
|
+
def icon(self) -> Optional[pulumi.Input['IconDefinitionArgs']]:
|
|
4354
|
+
"""
|
|
4355
|
+
Visual icon definition. If not set, a default icon is used.
|
|
4356
|
+
"""
|
|
4357
|
+
return pulumi.get(self, "icon")
|
|
4358
|
+
|
|
4359
|
+
@icon.setter
|
|
4360
|
+
def icon(self, value: Optional[pulumi.Input['IconDefinitionArgs']]):
|
|
4361
|
+
pulumi.set(self, "icon", value)
|
|
4362
|
+
|
|
4363
|
+
@property
|
|
4364
|
+
@pulumi.getter
|
|
4365
|
+
def impact(self) -> Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]:
|
|
4366
|
+
"""
|
|
4367
|
+
Impact of the entity in health state propagation
|
|
4368
|
+
"""
|
|
4369
|
+
return pulumi.get(self, "impact")
|
|
4370
|
+
|
|
4371
|
+
@impact.setter
|
|
4372
|
+
def impact(self, value: Optional[pulumi.Input[Union[builtins.str, 'EntityImpact']]]):
|
|
4373
|
+
pulumi.set(self, "impact", value)
|
|
4374
|
+
|
|
4375
|
+
@property
|
|
4376
|
+
@pulumi.getter
|
|
4377
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4378
|
+
"""
|
|
4379
|
+
Entity kind
|
|
4380
|
+
"""
|
|
4381
|
+
return pulumi.get(self, "kind")
|
|
4382
|
+
|
|
4383
|
+
@kind.setter
|
|
4384
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4385
|
+
pulumi.set(self, "kind", value)
|
|
4386
|
+
|
|
4387
|
+
@property
|
|
4388
|
+
@pulumi.getter
|
|
4389
|
+
def signals(self) -> Optional[pulumi.Input['SignalGroupArgs']]:
|
|
4390
|
+
"""
|
|
4391
|
+
Signal groups which are assigned to this entity
|
|
4392
|
+
"""
|
|
4393
|
+
return pulumi.get(self, "signals")
|
|
4394
|
+
|
|
4395
|
+
@signals.setter
|
|
4396
|
+
def signals(self, value: Optional[pulumi.Input['SignalGroupArgs']]):
|
|
4397
|
+
pulumi.set(self, "signals", value)
|
|
4398
|
+
|
|
4399
|
+
@property
|
|
4400
|
+
@pulumi.getter
|
|
4401
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
4402
|
+
"""
|
|
4403
|
+
Optional set of labels (key-value pairs)
|
|
4404
|
+
"""
|
|
4405
|
+
return pulumi.get(self, "tags")
|
|
4406
|
+
|
|
4407
|
+
@tags.setter
|
|
4408
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
4409
|
+
pulumi.set(self, "tags", value)
|
|
4410
|
+
|
|
4411
|
+
|
|
4412
|
+
if not MYPY:
|
|
4413
|
+
class EvaluationRuleArgsDict(TypedDict):
|
|
4414
|
+
"""
|
|
4415
|
+
Evaluation rule for a signal definition
|
|
4416
|
+
"""
|
|
4417
|
+
degraded_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
|
|
4418
|
+
"""
|
|
4419
|
+
Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4420
|
+
"""
|
|
4421
|
+
dynamic_detection_rule: NotRequired[pulumi.Input['DynamicDetectionRuleArgsDict']]
|
|
4422
|
+
"""
|
|
4423
|
+
Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
4424
|
+
"""
|
|
4425
|
+
unhealthy_rule: NotRequired[pulumi.Input['ThresholdRuleArgsDict']]
|
|
4426
|
+
"""
|
|
4427
|
+
Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4428
|
+
"""
|
|
4429
|
+
elif False:
|
|
4430
|
+
EvaluationRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
4431
|
+
|
|
4432
|
+
@pulumi.input_type
|
|
4433
|
+
class EvaluationRuleArgs:
|
|
4434
|
+
def __init__(__self__, *,
|
|
4435
|
+
degraded_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None,
|
|
4436
|
+
dynamic_detection_rule: Optional[pulumi.Input['DynamicDetectionRuleArgs']] = None,
|
|
4437
|
+
unhealthy_rule: Optional[pulumi.Input['ThresholdRuleArgs']] = None):
|
|
4438
|
+
"""
|
|
4439
|
+
Evaluation rule for a signal definition
|
|
4440
|
+
:param pulumi.Input['ThresholdRuleArgs'] degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4441
|
+
:param pulumi.Input['DynamicDetectionRuleArgs'] dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
4442
|
+
:param pulumi.Input['ThresholdRuleArgs'] unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4443
|
+
"""
|
|
4444
|
+
if degraded_rule is not None:
|
|
4445
|
+
pulumi.set(__self__, "degraded_rule", degraded_rule)
|
|
4446
|
+
if dynamic_detection_rule is not None:
|
|
4447
|
+
pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
|
|
4448
|
+
if unhealthy_rule is not None:
|
|
4449
|
+
pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
|
|
4450
|
+
|
|
4451
|
+
@property
|
|
4452
|
+
@pulumi.getter(name="degradedRule")
|
|
4453
|
+
def degraded_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
|
|
4454
|
+
"""
|
|
4455
|
+
Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4456
|
+
"""
|
|
4457
|
+
return pulumi.get(self, "degraded_rule")
|
|
4458
|
+
|
|
4459
|
+
@degraded_rule.setter
|
|
4460
|
+
def degraded_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
|
|
4461
|
+
pulumi.set(self, "degraded_rule", value)
|
|
4462
|
+
|
|
4463
|
+
@property
|
|
4464
|
+
@pulumi.getter(name="dynamicDetectionRule")
|
|
4465
|
+
def dynamic_detection_rule(self) -> Optional[pulumi.Input['DynamicDetectionRuleArgs']]:
|
|
4466
|
+
"""
|
|
4467
|
+
Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
4468
|
+
"""
|
|
4469
|
+
return pulumi.get(self, "dynamic_detection_rule")
|
|
4470
|
+
|
|
4471
|
+
@dynamic_detection_rule.setter
|
|
4472
|
+
def dynamic_detection_rule(self, value: Optional[pulumi.Input['DynamicDetectionRuleArgs']]):
|
|
4473
|
+
pulumi.set(self, "dynamic_detection_rule", value)
|
|
4474
|
+
|
|
4475
|
+
@property
|
|
4476
|
+
@pulumi.getter(name="unhealthyRule")
|
|
4477
|
+
def unhealthy_rule(self) -> Optional[pulumi.Input['ThresholdRuleArgs']]:
|
|
4478
|
+
"""
|
|
4479
|
+
Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4480
|
+
"""
|
|
4481
|
+
return pulumi.get(self, "unhealthy_rule")
|
|
4482
|
+
|
|
4483
|
+
@unhealthy_rule.setter
|
|
4484
|
+
def unhealthy_rule(self, value: Optional[pulumi.Input['ThresholdRuleArgs']]):
|
|
4485
|
+
pulumi.set(self, "unhealthy_rule", value)
|
|
4486
|
+
|
|
4487
|
+
|
|
4488
|
+
if not MYPY:
|
|
4489
|
+
class EventHubDestinationArgsDict(TypedDict):
|
|
4490
|
+
event_hub_resource_id: NotRequired[pulumi.Input[builtins.str]]
|
|
4491
|
+
"""
|
|
4492
|
+
The resource ID of the event hub.
|
|
4493
|
+
"""
|
|
4494
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
4495
|
+
"""
|
|
4496
|
+
A friendly name for the destination.
|
|
4497
|
+
This name should be unique across all destinations (regardless of type) within the data collection rule.
|
|
4498
|
+
"""
|
|
4499
|
+
elif False:
|
|
4500
|
+
EventHubDestinationArgsDict: TypeAlias = Mapping[str, Any]
|
|
4501
|
+
|
|
4502
|
+
@pulumi.input_type
|
|
4503
|
+
class EventHubDestinationArgs:
|
|
4504
|
+
def __init__(__self__, *,
|
|
4505
|
+
event_hub_resource_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
4506
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
4507
|
+
"""
|
|
4508
|
+
:param pulumi.Input[builtins.str] event_hub_resource_id: The resource ID of the event hub.
|
|
4509
|
+
:param pulumi.Input[builtins.str] name: A friendly name for the destination.
|
|
4510
|
+
This name should be unique across all destinations (regardless of type) within the data collection rule.
|
|
4511
|
+
"""
|
|
4512
|
+
if event_hub_resource_id is not None:
|
|
4513
|
+
pulumi.set(__self__, "event_hub_resource_id", event_hub_resource_id)
|
|
4514
|
+
if name is not None:
|
|
4515
|
+
pulumi.set(__self__, "name", name)
|
|
4516
|
+
|
|
4517
|
+
@property
|
|
4518
|
+
@pulumi.getter(name="eventHubResourceId")
|
|
4519
|
+
def event_hub_resource_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
4520
|
+
"""
|
|
4521
|
+
The resource ID of the event hub.
|
|
4522
|
+
"""
|
|
4523
|
+
return pulumi.get(self, "event_hub_resource_id")
|
|
4524
|
+
|
|
4525
|
+
@event_hub_resource_id.setter
|
|
4526
|
+
def event_hub_resource_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
4527
|
+
pulumi.set(self, "event_hub_resource_id", value)
|
|
4528
|
+
|
|
4529
|
+
@property
|
|
4530
|
+
@pulumi.getter
|
|
4531
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
3571
4532
|
"""
|
|
3572
4533
|
A friendly name for the destination.
|
|
3573
4534
|
This name should be unique across all destinations (regardless of type) within the data collection rule.
|
|
@@ -4005,6 +4966,97 @@ class ExtensionDataSourceArgs:
|
|
|
4005
4966
|
pulumi.set(self, "streams", value)
|
|
4006
4967
|
|
|
4007
4968
|
|
|
4969
|
+
if not MYPY:
|
|
4970
|
+
class HealthModelPropertiesArgsDict(TypedDict):
|
|
4971
|
+
"""
|
|
4972
|
+
HealthModel properties
|
|
4973
|
+
"""
|
|
4974
|
+
discovery: NotRequired[pulumi.Input['ModelDiscoverySettingsArgsDict']]
|
|
4975
|
+
"""
|
|
4976
|
+
Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
|
|
4977
|
+
"""
|
|
4978
|
+
elif False:
|
|
4979
|
+
HealthModelPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
4980
|
+
|
|
4981
|
+
@pulumi.input_type
|
|
4982
|
+
class HealthModelPropertiesArgs:
|
|
4983
|
+
def __init__(__self__, *,
|
|
4984
|
+
discovery: Optional[pulumi.Input['ModelDiscoverySettingsArgs']] = None):
|
|
4985
|
+
"""
|
|
4986
|
+
HealthModel properties
|
|
4987
|
+
:param pulumi.Input['ModelDiscoverySettingsArgs'] discovery: Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
|
|
4988
|
+
"""
|
|
4989
|
+
if discovery is not None:
|
|
4990
|
+
pulumi.set(__self__, "discovery", discovery)
|
|
4991
|
+
|
|
4992
|
+
@property
|
|
4993
|
+
@pulumi.getter
|
|
4994
|
+
def discovery(self) -> Optional[pulumi.Input['ModelDiscoverySettingsArgs']]:
|
|
4995
|
+
"""
|
|
4996
|
+
Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.
|
|
4997
|
+
"""
|
|
4998
|
+
return pulumi.get(self, "discovery")
|
|
4999
|
+
|
|
5000
|
+
@discovery.setter
|
|
5001
|
+
def discovery(self, value: Optional[pulumi.Input['ModelDiscoverySettingsArgs']]):
|
|
5002
|
+
pulumi.set(self, "discovery", value)
|
|
5003
|
+
|
|
5004
|
+
|
|
5005
|
+
if not MYPY:
|
|
5006
|
+
class IconDefinitionArgsDict(TypedDict):
|
|
5007
|
+
"""
|
|
5008
|
+
Visual icon definition of an entity
|
|
5009
|
+
"""
|
|
5010
|
+
icon_name: pulumi.Input[builtins.str]
|
|
5011
|
+
"""
|
|
5012
|
+
Name of the built-in icon, or 'Custom' to use customData
|
|
5013
|
+
"""
|
|
5014
|
+
custom_data: NotRequired[pulumi.Input[builtins.str]]
|
|
5015
|
+
"""
|
|
5016
|
+
Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
5017
|
+
"""
|
|
5018
|
+
elif False:
|
|
5019
|
+
IconDefinitionArgsDict: TypeAlias = Mapping[str, Any]
|
|
5020
|
+
|
|
5021
|
+
@pulumi.input_type
|
|
5022
|
+
class IconDefinitionArgs:
|
|
5023
|
+
def __init__(__self__, *,
|
|
5024
|
+
icon_name: pulumi.Input[builtins.str],
|
|
5025
|
+
custom_data: Optional[pulumi.Input[builtins.str]] = None):
|
|
5026
|
+
"""
|
|
5027
|
+
Visual icon definition of an entity
|
|
5028
|
+
:param pulumi.Input[builtins.str] icon_name: Name of the built-in icon, or 'Custom' to use customData
|
|
5029
|
+
:param pulumi.Input[builtins.str] custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
5030
|
+
"""
|
|
5031
|
+
pulumi.set(__self__, "icon_name", icon_name)
|
|
5032
|
+
if custom_data is not None:
|
|
5033
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
5034
|
+
|
|
5035
|
+
@property
|
|
5036
|
+
@pulumi.getter(name="iconName")
|
|
5037
|
+
def icon_name(self) -> pulumi.Input[builtins.str]:
|
|
5038
|
+
"""
|
|
5039
|
+
Name of the built-in icon, or 'Custom' to use customData
|
|
5040
|
+
"""
|
|
5041
|
+
return pulumi.get(self, "icon_name")
|
|
5042
|
+
|
|
5043
|
+
@icon_name.setter
|
|
5044
|
+
def icon_name(self, value: pulumi.Input[builtins.str]):
|
|
5045
|
+
pulumi.set(self, "icon_name", value)
|
|
5046
|
+
|
|
5047
|
+
@property
|
|
5048
|
+
@pulumi.getter(name="customData")
|
|
5049
|
+
def custom_data(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5050
|
+
"""
|
|
5051
|
+
Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
5052
|
+
"""
|
|
5053
|
+
return pulumi.get(self, "custom_data")
|
|
5054
|
+
|
|
5055
|
+
@custom_data.setter
|
|
5056
|
+
def custom_data(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5057
|
+
pulumi.set(self, "custom_data", value)
|
|
5058
|
+
|
|
5059
|
+
|
|
4008
5060
|
if not MYPY:
|
|
4009
5061
|
class IdentityArgsDict(TypedDict):
|
|
4010
5062
|
"""
|
|
@@ -4284,6 +5336,98 @@ class IncidentServiceConnectionArgs:
|
|
|
4284
5336
|
pulumi.set(self, "name", value)
|
|
4285
5337
|
|
|
4286
5338
|
|
|
5339
|
+
if not MYPY:
|
|
5340
|
+
class IssuePropertiesArgsDict(TypedDict):
|
|
5341
|
+
"""
|
|
5342
|
+
The issue properties
|
|
5343
|
+
"""
|
|
5344
|
+
impact_time: pulumi.Input[builtins.str]
|
|
5345
|
+
"""
|
|
5346
|
+
The issue impact time (in UTC)
|
|
5347
|
+
"""
|
|
5348
|
+
severity: pulumi.Input[builtins.str]
|
|
5349
|
+
"""
|
|
5350
|
+
The issue severity
|
|
5351
|
+
"""
|
|
5352
|
+
status: pulumi.Input[Union[builtins.str, 'Status']]
|
|
5353
|
+
"""
|
|
5354
|
+
The issue status
|
|
5355
|
+
"""
|
|
5356
|
+
title: pulumi.Input[builtins.str]
|
|
5357
|
+
"""
|
|
5358
|
+
The issue title
|
|
5359
|
+
"""
|
|
5360
|
+
elif False:
|
|
5361
|
+
IssuePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
5362
|
+
|
|
5363
|
+
@pulumi.input_type
|
|
5364
|
+
class IssuePropertiesArgs:
|
|
5365
|
+
def __init__(__self__, *,
|
|
5366
|
+
impact_time: pulumi.Input[builtins.str],
|
|
5367
|
+
severity: pulumi.Input[builtins.str],
|
|
5368
|
+
status: pulumi.Input[Union[builtins.str, 'Status']],
|
|
5369
|
+
title: pulumi.Input[builtins.str]):
|
|
5370
|
+
"""
|
|
5371
|
+
The issue properties
|
|
5372
|
+
:param pulumi.Input[builtins.str] impact_time: The issue impact time (in UTC)
|
|
5373
|
+
:param pulumi.Input[builtins.str] severity: The issue severity
|
|
5374
|
+
:param pulumi.Input[Union[builtins.str, 'Status']] status: The issue status
|
|
5375
|
+
:param pulumi.Input[builtins.str] title: The issue title
|
|
5376
|
+
"""
|
|
5377
|
+
pulumi.set(__self__, "impact_time", impact_time)
|
|
5378
|
+
pulumi.set(__self__, "severity", severity)
|
|
5379
|
+
pulumi.set(__self__, "status", status)
|
|
5380
|
+
pulumi.set(__self__, "title", title)
|
|
5381
|
+
|
|
5382
|
+
@property
|
|
5383
|
+
@pulumi.getter(name="impactTime")
|
|
5384
|
+
def impact_time(self) -> pulumi.Input[builtins.str]:
|
|
5385
|
+
"""
|
|
5386
|
+
The issue impact time (in UTC)
|
|
5387
|
+
"""
|
|
5388
|
+
return pulumi.get(self, "impact_time")
|
|
5389
|
+
|
|
5390
|
+
@impact_time.setter
|
|
5391
|
+
def impact_time(self, value: pulumi.Input[builtins.str]):
|
|
5392
|
+
pulumi.set(self, "impact_time", value)
|
|
5393
|
+
|
|
5394
|
+
@property
|
|
5395
|
+
@pulumi.getter
|
|
5396
|
+
def severity(self) -> pulumi.Input[builtins.str]:
|
|
5397
|
+
"""
|
|
5398
|
+
The issue severity
|
|
5399
|
+
"""
|
|
5400
|
+
return pulumi.get(self, "severity")
|
|
5401
|
+
|
|
5402
|
+
@severity.setter
|
|
5403
|
+
def severity(self, value: pulumi.Input[builtins.str]):
|
|
5404
|
+
pulumi.set(self, "severity", value)
|
|
5405
|
+
|
|
5406
|
+
@property
|
|
5407
|
+
@pulumi.getter
|
|
5408
|
+
def status(self) -> pulumi.Input[Union[builtins.str, 'Status']]:
|
|
5409
|
+
"""
|
|
5410
|
+
The issue status
|
|
5411
|
+
"""
|
|
5412
|
+
return pulumi.get(self, "status")
|
|
5413
|
+
|
|
5414
|
+
@status.setter
|
|
5415
|
+
def status(self, value: pulumi.Input[Union[builtins.str, 'Status']]):
|
|
5416
|
+
pulumi.set(self, "status", value)
|
|
5417
|
+
|
|
5418
|
+
@property
|
|
5419
|
+
@pulumi.getter
|
|
5420
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
|
5421
|
+
"""
|
|
5422
|
+
The issue title
|
|
5423
|
+
"""
|
|
5424
|
+
return pulumi.get(self, "title")
|
|
5425
|
+
|
|
5426
|
+
@title.setter
|
|
5427
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
|
5428
|
+
pulumi.set(self, "title", value)
|
|
5429
|
+
|
|
5430
|
+
|
|
4287
5431
|
if not MYPY:
|
|
4288
5432
|
class ItsmReceiverArgsDict(TypedDict):
|
|
4289
5433
|
"""
|
|
@@ -4623,6 +5767,278 @@ class LogAnalyticsDestinationArgs:
|
|
|
4623
5767
|
pulumi.set(self, "workspace_resource_id", value)
|
|
4624
5768
|
|
|
4625
5769
|
|
|
5770
|
+
if not MYPY:
|
|
5771
|
+
class LogAnalyticsQuerySignalDefinitionPropertiesArgsDict(TypedDict):
|
|
5772
|
+
"""
|
|
5773
|
+
Log Analytics Query Signal Definition properties
|
|
5774
|
+
"""
|
|
5775
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
|
|
5776
|
+
"""
|
|
5777
|
+
Evaluation rules for the signal definition
|
|
5778
|
+
"""
|
|
5779
|
+
query_text: pulumi.Input[builtins.str]
|
|
5780
|
+
"""
|
|
5781
|
+
Query text in KQL syntax
|
|
5782
|
+
"""
|
|
5783
|
+
signal_kind: pulumi.Input[builtins.str]
|
|
5784
|
+
"""
|
|
5785
|
+
Supported signal kinds as discriminator
|
|
5786
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
5787
|
+
"""
|
|
5788
|
+
data_unit: NotRequired[pulumi.Input[builtins.str]]
|
|
5789
|
+
"""
|
|
5790
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
5791
|
+
"""
|
|
5792
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
5793
|
+
"""
|
|
5794
|
+
Display name
|
|
5795
|
+
"""
|
|
5796
|
+
refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
|
|
5797
|
+
"""
|
|
5798
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
5799
|
+
"""
|
|
5800
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
5801
|
+
"""
|
|
5802
|
+
Optional set of labels (key-value pairs)
|
|
5803
|
+
"""
|
|
5804
|
+
time_grain: NotRequired[pulumi.Input[builtins.str]]
|
|
5805
|
+
"""
|
|
5806
|
+
Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
5807
|
+
"""
|
|
5808
|
+
value_column_name: NotRequired[pulumi.Input[builtins.str]]
|
|
5809
|
+
"""
|
|
5810
|
+
Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
|
|
5811
|
+
"""
|
|
5812
|
+
elif False:
|
|
5813
|
+
LogAnalyticsQuerySignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
5814
|
+
|
|
5815
|
+
@pulumi.input_type
|
|
5816
|
+
class LogAnalyticsQuerySignalDefinitionPropertiesArgs:
|
|
5817
|
+
def __init__(__self__, *,
|
|
5818
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
|
|
5819
|
+
query_text: pulumi.Input[builtins.str],
|
|
5820
|
+
signal_kind: pulumi.Input[builtins.str],
|
|
5821
|
+
data_unit: Optional[pulumi.Input[builtins.str]] = None,
|
|
5822
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
5823
|
+
refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
|
|
5824
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
5825
|
+
time_grain: Optional[pulumi.Input[builtins.str]] = None,
|
|
5826
|
+
value_column_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
5827
|
+
"""
|
|
5828
|
+
Log Analytics Query Signal Definition properties
|
|
5829
|
+
:param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
|
|
5830
|
+
:param pulumi.Input[builtins.str] query_text: Query text in KQL syntax
|
|
5831
|
+
:param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
|
|
5832
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
5833
|
+
:param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
5834
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
5835
|
+
:param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
5836
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
|
|
5837
|
+
:param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
5838
|
+
:param pulumi.Input[builtins.str] value_column_name: Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
|
|
5839
|
+
"""
|
|
5840
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
5841
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
5842
|
+
pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
|
|
5843
|
+
if data_unit is not None:
|
|
5844
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
5845
|
+
if display_name is not None:
|
|
5846
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
5847
|
+
if refresh_interval is None:
|
|
5848
|
+
refresh_interval = 'PT1M'
|
|
5849
|
+
if refresh_interval is not None:
|
|
5850
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
5851
|
+
if tags is not None:
|
|
5852
|
+
pulumi.set(__self__, "tags", tags)
|
|
5853
|
+
if time_grain is not None:
|
|
5854
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
5855
|
+
if value_column_name is not None:
|
|
5856
|
+
pulumi.set(__self__, "value_column_name", value_column_name)
|
|
5857
|
+
|
|
5858
|
+
@property
|
|
5859
|
+
@pulumi.getter(name="evaluationRules")
|
|
5860
|
+
def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
|
|
5861
|
+
"""
|
|
5862
|
+
Evaluation rules for the signal definition
|
|
5863
|
+
"""
|
|
5864
|
+
return pulumi.get(self, "evaluation_rules")
|
|
5865
|
+
|
|
5866
|
+
@evaluation_rules.setter
|
|
5867
|
+
def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
|
|
5868
|
+
pulumi.set(self, "evaluation_rules", value)
|
|
5869
|
+
|
|
5870
|
+
@property
|
|
5871
|
+
@pulumi.getter(name="queryText")
|
|
5872
|
+
def query_text(self) -> pulumi.Input[builtins.str]:
|
|
5873
|
+
"""
|
|
5874
|
+
Query text in KQL syntax
|
|
5875
|
+
"""
|
|
5876
|
+
return pulumi.get(self, "query_text")
|
|
5877
|
+
|
|
5878
|
+
@query_text.setter
|
|
5879
|
+
def query_text(self, value: pulumi.Input[builtins.str]):
|
|
5880
|
+
pulumi.set(self, "query_text", value)
|
|
5881
|
+
|
|
5882
|
+
@property
|
|
5883
|
+
@pulumi.getter(name="signalKind")
|
|
5884
|
+
def signal_kind(self) -> pulumi.Input[builtins.str]:
|
|
5885
|
+
"""
|
|
5886
|
+
Supported signal kinds as discriminator
|
|
5887
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
5888
|
+
"""
|
|
5889
|
+
return pulumi.get(self, "signal_kind")
|
|
5890
|
+
|
|
5891
|
+
@signal_kind.setter
|
|
5892
|
+
def signal_kind(self, value: pulumi.Input[builtins.str]):
|
|
5893
|
+
pulumi.set(self, "signal_kind", value)
|
|
5894
|
+
|
|
5895
|
+
@property
|
|
5896
|
+
@pulumi.getter(name="dataUnit")
|
|
5897
|
+
def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5898
|
+
"""
|
|
5899
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
5900
|
+
"""
|
|
5901
|
+
return pulumi.get(self, "data_unit")
|
|
5902
|
+
|
|
5903
|
+
@data_unit.setter
|
|
5904
|
+
def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5905
|
+
pulumi.set(self, "data_unit", value)
|
|
5906
|
+
|
|
5907
|
+
@property
|
|
5908
|
+
@pulumi.getter(name="displayName")
|
|
5909
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5910
|
+
"""
|
|
5911
|
+
Display name
|
|
5912
|
+
"""
|
|
5913
|
+
return pulumi.get(self, "display_name")
|
|
5914
|
+
|
|
5915
|
+
@display_name.setter
|
|
5916
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5917
|
+
pulumi.set(self, "display_name", value)
|
|
5918
|
+
|
|
5919
|
+
@property
|
|
5920
|
+
@pulumi.getter(name="refreshInterval")
|
|
5921
|
+
def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
|
|
5922
|
+
"""
|
|
5923
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
5924
|
+
"""
|
|
5925
|
+
return pulumi.get(self, "refresh_interval")
|
|
5926
|
+
|
|
5927
|
+
@refresh_interval.setter
|
|
5928
|
+
def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
|
|
5929
|
+
pulumi.set(self, "refresh_interval", value)
|
|
5930
|
+
|
|
5931
|
+
@property
|
|
5932
|
+
@pulumi.getter
|
|
5933
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
5934
|
+
"""
|
|
5935
|
+
Optional set of labels (key-value pairs)
|
|
5936
|
+
"""
|
|
5937
|
+
return pulumi.get(self, "tags")
|
|
5938
|
+
|
|
5939
|
+
@tags.setter
|
|
5940
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
5941
|
+
pulumi.set(self, "tags", value)
|
|
5942
|
+
|
|
5943
|
+
@property
|
|
5944
|
+
@pulumi.getter(name="timeGrain")
|
|
5945
|
+
def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5946
|
+
"""
|
|
5947
|
+
Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
5948
|
+
"""
|
|
5949
|
+
return pulumi.get(self, "time_grain")
|
|
5950
|
+
|
|
5951
|
+
@time_grain.setter
|
|
5952
|
+
def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5953
|
+
pulumi.set(self, "time_grain", value)
|
|
5954
|
+
|
|
5955
|
+
@property
|
|
5956
|
+
@pulumi.getter(name="valueColumnName")
|
|
5957
|
+
def value_column_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5958
|
+
"""
|
|
5959
|
+
Name of the column in the result set to evaluate against the thresholds. Defaults to the first column in the result set if not specified. The column must be numeric.
|
|
5960
|
+
"""
|
|
5961
|
+
return pulumi.get(self, "value_column_name")
|
|
5962
|
+
|
|
5963
|
+
@value_column_name.setter
|
|
5964
|
+
def value_column_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5965
|
+
pulumi.set(self, "value_column_name", value)
|
|
5966
|
+
|
|
5967
|
+
|
|
5968
|
+
if not MYPY:
|
|
5969
|
+
class LogAnalyticsSignalGroupArgsDict(TypedDict):
|
|
5970
|
+
"""
|
|
5971
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
5972
|
+
"""
|
|
5973
|
+
authentication_setting: pulumi.Input[builtins.str]
|
|
5974
|
+
"""
|
|
5975
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
5976
|
+
"""
|
|
5977
|
+
log_analytics_workspace_resource_id: pulumi.Input[builtins.str]
|
|
5978
|
+
"""
|
|
5979
|
+
Log Analytics Workspace resource ID
|
|
5980
|
+
"""
|
|
5981
|
+
signal_assignments: NotRequired[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgsDict']]]]
|
|
5982
|
+
"""
|
|
5983
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
5984
|
+
"""
|
|
5985
|
+
elif False:
|
|
5986
|
+
LogAnalyticsSignalGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
5987
|
+
|
|
5988
|
+
@pulumi.input_type
|
|
5989
|
+
class LogAnalyticsSignalGroupArgs:
|
|
5990
|
+
def __init__(__self__, *,
|
|
5991
|
+
authentication_setting: pulumi.Input[builtins.str],
|
|
5992
|
+
log_analytics_workspace_resource_id: pulumi.Input[builtins.str],
|
|
5993
|
+
signal_assignments: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]] = None):
|
|
5994
|
+
"""
|
|
5995
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
5996
|
+
:param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
5997
|
+
:param pulumi.Input[builtins.str] log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
|
|
5998
|
+
:param pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
5999
|
+
"""
|
|
6000
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
6001
|
+
pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
|
|
6002
|
+
if signal_assignments is not None:
|
|
6003
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
6004
|
+
|
|
6005
|
+
@property
|
|
6006
|
+
@pulumi.getter(name="authenticationSetting")
|
|
6007
|
+
def authentication_setting(self) -> pulumi.Input[builtins.str]:
|
|
6008
|
+
"""
|
|
6009
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
6010
|
+
"""
|
|
6011
|
+
return pulumi.get(self, "authentication_setting")
|
|
6012
|
+
|
|
6013
|
+
@authentication_setting.setter
|
|
6014
|
+
def authentication_setting(self, value: pulumi.Input[builtins.str]):
|
|
6015
|
+
pulumi.set(self, "authentication_setting", value)
|
|
6016
|
+
|
|
6017
|
+
@property
|
|
6018
|
+
@pulumi.getter(name="logAnalyticsWorkspaceResourceId")
|
|
6019
|
+
def log_analytics_workspace_resource_id(self) -> pulumi.Input[builtins.str]:
|
|
6020
|
+
"""
|
|
6021
|
+
Log Analytics Workspace resource ID
|
|
6022
|
+
"""
|
|
6023
|
+
return pulumi.get(self, "log_analytics_workspace_resource_id")
|
|
6024
|
+
|
|
6025
|
+
@log_analytics_workspace_resource_id.setter
|
|
6026
|
+
def log_analytics_workspace_resource_id(self, value: pulumi.Input[builtins.str]):
|
|
6027
|
+
pulumi.set(self, "log_analytics_workspace_resource_id", value)
|
|
6028
|
+
|
|
6029
|
+
@property
|
|
6030
|
+
@pulumi.getter(name="signalAssignments")
|
|
6031
|
+
def signal_assignments(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]:
|
|
6032
|
+
"""
|
|
6033
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
6034
|
+
"""
|
|
6035
|
+
return pulumi.get(self, "signal_assignments")
|
|
6036
|
+
|
|
6037
|
+
@signal_assignments.setter
|
|
6038
|
+
def signal_assignments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalAssignmentArgs']]]]):
|
|
6039
|
+
pulumi.set(self, "signal_assignments", value)
|
|
6040
|
+
|
|
6041
|
+
|
|
4626
6042
|
if not MYPY:
|
|
4627
6043
|
class LogFileSettingsTextArgsDict(TypedDict):
|
|
4628
6044
|
"""
|
|
@@ -5006,21 +6422,98 @@ class LogicAppReceiverArgs:
|
|
|
5006
6422
|
"""
|
|
5007
6423
|
return pulumi.get(self, "managed_identity")
|
|
5008
6424
|
|
|
5009
|
-
@managed_identity.setter
|
|
5010
|
-
def managed_identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
5011
|
-
pulumi.set(self, "managed_identity", value)
|
|
6425
|
+
@managed_identity.setter
|
|
6426
|
+
def managed_identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
6427
|
+
pulumi.set(self, "managed_identity", value)
|
|
6428
|
+
|
|
6429
|
+
@property
|
|
6430
|
+
@pulumi.getter(name="useCommonAlertSchema")
|
|
6431
|
+
def use_common_alert_schema(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
6432
|
+
"""
|
|
6433
|
+
Indicates whether to use common alert schema.
|
|
6434
|
+
"""
|
|
6435
|
+
return pulumi.get(self, "use_common_alert_schema")
|
|
6436
|
+
|
|
6437
|
+
@use_common_alert_schema.setter
|
|
6438
|
+
def use_common_alert_schema(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
6439
|
+
pulumi.set(self, "use_common_alert_schema", value)
|
|
6440
|
+
|
|
6441
|
+
|
|
6442
|
+
if not MYPY:
|
|
6443
|
+
class ManagedIdentityAuthenticationSettingPropertiesArgsDict(TypedDict):
|
|
6444
|
+
"""
|
|
6445
|
+
Authentication setting properties for Azure Managed Identity
|
|
6446
|
+
"""
|
|
6447
|
+
authentication_kind: pulumi.Input[builtins.str]
|
|
6448
|
+
"""
|
|
6449
|
+
Supported kinds of authentication settings as discriminator
|
|
6450
|
+
Expected value is 'ManagedIdentity'.
|
|
6451
|
+
"""
|
|
6452
|
+
managed_identity_name: pulumi.Input[builtins.str]
|
|
6453
|
+
"""
|
|
6454
|
+
Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
6455
|
+
"""
|
|
6456
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
6457
|
+
"""
|
|
6458
|
+
Display name
|
|
6459
|
+
"""
|
|
6460
|
+
elif False:
|
|
6461
|
+
ManagedIdentityAuthenticationSettingPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
6462
|
+
|
|
6463
|
+
@pulumi.input_type
|
|
6464
|
+
class ManagedIdentityAuthenticationSettingPropertiesArgs:
|
|
6465
|
+
def __init__(__self__, *,
|
|
6466
|
+
authentication_kind: pulumi.Input[builtins.str],
|
|
6467
|
+
managed_identity_name: pulumi.Input[builtins.str],
|
|
6468
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
6469
|
+
"""
|
|
6470
|
+
Authentication setting properties for Azure Managed Identity
|
|
6471
|
+
:param pulumi.Input[builtins.str] authentication_kind: Supported kinds of authentication settings as discriminator
|
|
6472
|
+
Expected value is 'ManagedIdentity'.
|
|
6473
|
+
:param pulumi.Input[builtins.str] managed_identity_name: Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
6474
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
6475
|
+
"""
|
|
6476
|
+
pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
|
|
6477
|
+
pulumi.set(__self__, "managed_identity_name", managed_identity_name)
|
|
6478
|
+
if display_name is not None:
|
|
6479
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
6480
|
+
|
|
6481
|
+
@property
|
|
6482
|
+
@pulumi.getter(name="authenticationKind")
|
|
6483
|
+
def authentication_kind(self) -> pulumi.Input[builtins.str]:
|
|
6484
|
+
"""
|
|
6485
|
+
Supported kinds of authentication settings as discriminator
|
|
6486
|
+
Expected value is 'ManagedIdentity'.
|
|
6487
|
+
"""
|
|
6488
|
+
return pulumi.get(self, "authentication_kind")
|
|
6489
|
+
|
|
6490
|
+
@authentication_kind.setter
|
|
6491
|
+
def authentication_kind(self, value: pulumi.Input[builtins.str]):
|
|
6492
|
+
pulumi.set(self, "authentication_kind", value)
|
|
6493
|
+
|
|
6494
|
+
@property
|
|
6495
|
+
@pulumi.getter(name="managedIdentityName")
|
|
6496
|
+
def managed_identity_name(self) -> pulumi.Input[builtins.str]:
|
|
6497
|
+
"""
|
|
6498
|
+
Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
6499
|
+
"""
|
|
6500
|
+
return pulumi.get(self, "managed_identity_name")
|
|
6501
|
+
|
|
6502
|
+
@managed_identity_name.setter
|
|
6503
|
+
def managed_identity_name(self, value: pulumi.Input[builtins.str]):
|
|
6504
|
+
pulumi.set(self, "managed_identity_name", value)
|
|
5012
6505
|
|
|
5013
6506
|
@property
|
|
5014
|
-
@pulumi.getter(name="
|
|
5015
|
-
def
|
|
6507
|
+
@pulumi.getter(name="displayName")
|
|
6508
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
5016
6509
|
"""
|
|
5017
|
-
|
|
6510
|
+
Display name
|
|
5018
6511
|
"""
|
|
5019
|
-
return pulumi.get(self, "
|
|
6512
|
+
return pulumi.get(self, "display_name")
|
|
5020
6513
|
|
|
5021
|
-
@
|
|
5022
|
-
def
|
|
5023
|
-
pulumi.set(self, "
|
|
6514
|
+
@display_name.setter
|
|
6515
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
6516
|
+
pulumi.set(self, "display_name", value)
|
|
5024
6517
|
|
|
5025
6518
|
|
|
5026
6519
|
if not MYPY:
|
|
@@ -5934,6 +7427,80 @@ class MetricTriggerArgs:
|
|
|
5934
7427
|
pulumi.set(self, "metric_resource_location", value)
|
|
5935
7428
|
|
|
5936
7429
|
|
|
7430
|
+
if not MYPY:
|
|
7431
|
+
class ModelDiscoverySettingsArgsDict(TypedDict):
|
|
7432
|
+
"""
|
|
7433
|
+
Settings for automatically discovering entities for the health model.
|
|
7434
|
+
"""
|
|
7435
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
|
|
7436
|
+
"""
|
|
7437
|
+
Whether to add all recommended signals to the discovered entities.
|
|
7438
|
+
"""
|
|
7439
|
+
scope: pulumi.Input[builtins.str]
|
|
7440
|
+
"""
|
|
7441
|
+
The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
7442
|
+
"""
|
|
7443
|
+
identity: NotRequired[pulumi.Input[builtins.str]]
|
|
7444
|
+
"""
|
|
7445
|
+
Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
|
|
7446
|
+
"""
|
|
7447
|
+
elif False:
|
|
7448
|
+
ModelDiscoverySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
7449
|
+
|
|
7450
|
+
@pulumi.input_type
|
|
7451
|
+
class ModelDiscoverySettingsArgs:
|
|
7452
|
+
def __init__(__self__, *,
|
|
7453
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
|
|
7454
|
+
scope: pulumi.Input[builtins.str],
|
|
7455
|
+
identity: Optional[pulumi.Input[builtins.str]] = None):
|
|
7456
|
+
"""
|
|
7457
|
+
Settings for automatically discovering entities for the health model.
|
|
7458
|
+
:param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
7459
|
+
:param pulumi.Input[builtins.str] scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
7460
|
+
:param pulumi.Input[builtins.str] identity: Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
|
|
7461
|
+
"""
|
|
7462
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
7463
|
+
pulumi.set(__self__, "scope", scope)
|
|
7464
|
+
if identity is not None:
|
|
7465
|
+
pulumi.set(__self__, "identity", identity)
|
|
7466
|
+
|
|
7467
|
+
@property
|
|
7468
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
7469
|
+
def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
|
|
7470
|
+
"""
|
|
7471
|
+
Whether to add all recommended signals to the discovered entities.
|
|
7472
|
+
"""
|
|
7473
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
7474
|
+
|
|
7475
|
+
@add_recommended_signals.setter
|
|
7476
|
+
def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
|
|
7477
|
+
pulumi.set(self, "add_recommended_signals", value)
|
|
7478
|
+
|
|
7479
|
+
@property
|
|
7480
|
+
@pulumi.getter
|
|
7481
|
+
def scope(self) -> pulumi.Input[builtins.str]:
|
|
7482
|
+
"""
|
|
7483
|
+
The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
7484
|
+
"""
|
|
7485
|
+
return pulumi.get(self, "scope")
|
|
7486
|
+
|
|
7487
|
+
@scope.setter
|
|
7488
|
+
def scope(self, value: pulumi.Input[builtins.str]):
|
|
7489
|
+
pulumi.set(self, "scope", value)
|
|
7490
|
+
|
|
7491
|
+
@property
|
|
7492
|
+
@pulumi.getter
|
|
7493
|
+
def identity(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
7494
|
+
"""
|
|
7495
|
+
Which Managed Identity of the health model to use for discovery. Defaults to SystemAssigned, if not set. Can be set to 'SystemAssigned' or to the resource id of a user-assigned managed identity which is linked to the health model.
|
|
7496
|
+
"""
|
|
7497
|
+
return pulumi.get(self, "identity")
|
|
7498
|
+
|
|
7499
|
+
@identity.setter
|
|
7500
|
+
def identity(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
7501
|
+
pulumi.set(self, "identity", value)
|
|
7502
|
+
|
|
7503
|
+
|
|
5937
7504
|
if not MYPY:
|
|
5938
7505
|
class MonitoringAccountDestinationArgsDict(TypedDict):
|
|
5939
7506
|
"""
|
|
@@ -6934,6 +8501,184 @@ class PrometheusForwarderDataSourceArgs:
|
|
|
6934
8501
|
pulumi.set(self, "streams", value)
|
|
6935
8502
|
|
|
6936
8503
|
|
|
8504
|
+
if not MYPY:
|
|
8505
|
+
class PrometheusMetricsSignalDefinitionPropertiesArgsDict(TypedDict):
|
|
8506
|
+
"""
|
|
8507
|
+
Prometheus Metrics Signal Definition properties
|
|
8508
|
+
"""
|
|
8509
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
|
|
8510
|
+
"""
|
|
8511
|
+
Evaluation rules for the signal definition
|
|
8512
|
+
"""
|
|
8513
|
+
query_text: pulumi.Input[builtins.str]
|
|
8514
|
+
"""
|
|
8515
|
+
Query text in PromQL syntax
|
|
8516
|
+
"""
|
|
8517
|
+
signal_kind: pulumi.Input[builtins.str]
|
|
8518
|
+
"""
|
|
8519
|
+
Supported signal kinds as discriminator
|
|
8520
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
8521
|
+
"""
|
|
8522
|
+
data_unit: NotRequired[pulumi.Input[builtins.str]]
|
|
8523
|
+
"""
|
|
8524
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
8525
|
+
"""
|
|
8526
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
8527
|
+
"""
|
|
8528
|
+
Display name
|
|
8529
|
+
"""
|
|
8530
|
+
refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
|
|
8531
|
+
"""
|
|
8532
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
8533
|
+
"""
|
|
8534
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
8535
|
+
"""
|
|
8536
|
+
Optional set of labels (key-value pairs)
|
|
8537
|
+
"""
|
|
8538
|
+
time_grain: NotRequired[pulumi.Input[builtins.str]]
|
|
8539
|
+
"""
|
|
8540
|
+
Time range of signal. ISO duration format like PT10M.
|
|
8541
|
+
"""
|
|
8542
|
+
elif False:
|
|
8543
|
+
PrometheusMetricsSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
8544
|
+
|
|
8545
|
+
@pulumi.input_type
|
|
8546
|
+
class PrometheusMetricsSignalDefinitionPropertiesArgs:
|
|
8547
|
+
def __init__(__self__, *,
|
|
8548
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
|
|
8549
|
+
query_text: pulumi.Input[builtins.str],
|
|
8550
|
+
signal_kind: pulumi.Input[builtins.str],
|
|
8551
|
+
data_unit: Optional[pulumi.Input[builtins.str]] = None,
|
|
8552
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
8553
|
+
refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
|
|
8554
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
8555
|
+
time_grain: Optional[pulumi.Input[builtins.str]] = None):
|
|
8556
|
+
"""
|
|
8557
|
+
Prometheus Metrics Signal Definition properties
|
|
8558
|
+
:param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
|
|
8559
|
+
:param pulumi.Input[builtins.str] query_text: Query text in PromQL syntax
|
|
8560
|
+
:param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
|
|
8561
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
8562
|
+
:param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
8563
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
8564
|
+
:param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
8565
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
|
|
8566
|
+
:param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
|
|
8567
|
+
"""
|
|
8568
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
8569
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
8570
|
+
pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
|
|
8571
|
+
if data_unit is not None:
|
|
8572
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
8573
|
+
if display_name is not None:
|
|
8574
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
8575
|
+
if refresh_interval is None:
|
|
8576
|
+
refresh_interval = 'PT1M'
|
|
8577
|
+
if refresh_interval is not None:
|
|
8578
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
8579
|
+
if tags is not None:
|
|
8580
|
+
pulumi.set(__self__, "tags", tags)
|
|
8581
|
+
if time_grain is not None:
|
|
8582
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
8583
|
+
|
|
8584
|
+
@property
|
|
8585
|
+
@pulumi.getter(name="evaluationRules")
|
|
8586
|
+
def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
|
|
8587
|
+
"""
|
|
8588
|
+
Evaluation rules for the signal definition
|
|
8589
|
+
"""
|
|
8590
|
+
return pulumi.get(self, "evaluation_rules")
|
|
8591
|
+
|
|
8592
|
+
@evaluation_rules.setter
|
|
8593
|
+
def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
|
|
8594
|
+
pulumi.set(self, "evaluation_rules", value)
|
|
8595
|
+
|
|
8596
|
+
@property
|
|
8597
|
+
@pulumi.getter(name="queryText")
|
|
8598
|
+
def query_text(self) -> pulumi.Input[builtins.str]:
|
|
8599
|
+
"""
|
|
8600
|
+
Query text in PromQL syntax
|
|
8601
|
+
"""
|
|
8602
|
+
return pulumi.get(self, "query_text")
|
|
8603
|
+
|
|
8604
|
+
@query_text.setter
|
|
8605
|
+
def query_text(self, value: pulumi.Input[builtins.str]):
|
|
8606
|
+
pulumi.set(self, "query_text", value)
|
|
8607
|
+
|
|
8608
|
+
@property
|
|
8609
|
+
@pulumi.getter(name="signalKind")
|
|
8610
|
+
def signal_kind(self) -> pulumi.Input[builtins.str]:
|
|
8611
|
+
"""
|
|
8612
|
+
Supported signal kinds as discriminator
|
|
8613
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
8614
|
+
"""
|
|
8615
|
+
return pulumi.get(self, "signal_kind")
|
|
8616
|
+
|
|
8617
|
+
@signal_kind.setter
|
|
8618
|
+
def signal_kind(self, value: pulumi.Input[builtins.str]):
|
|
8619
|
+
pulumi.set(self, "signal_kind", value)
|
|
8620
|
+
|
|
8621
|
+
@property
|
|
8622
|
+
@pulumi.getter(name="dataUnit")
|
|
8623
|
+
def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8624
|
+
"""
|
|
8625
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
8626
|
+
"""
|
|
8627
|
+
return pulumi.get(self, "data_unit")
|
|
8628
|
+
|
|
8629
|
+
@data_unit.setter
|
|
8630
|
+
def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8631
|
+
pulumi.set(self, "data_unit", value)
|
|
8632
|
+
|
|
8633
|
+
@property
|
|
8634
|
+
@pulumi.getter(name="displayName")
|
|
8635
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8636
|
+
"""
|
|
8637
|
+
Display name
|
|
8638
|
+
"""
|
|
8639
|
+
return pulumi.get(self, "display_name")
|
|
8640
|
+
|
|
8641
|
+
@display_name.setter
|
|
8642
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8643
|
+
pulumi.set(self, "display_name", value)
|
|
8644
|
+
|
|
8645
|
+
@property
|
|
8646
|
+
@pulumi.getter(name="refreshInterval")
|
|
8647
|
+
def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
|
|
8648
|
+
"""
|
|
8649
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
8650
|
+
"""
|
|
8651
|
+
return pulumi.get(self, "refresh_interval")
|
|
8652
|
+
|
|
8653
|
+
@refresh_interval.setter
|
|
8654
|
+
def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
|
|
8655
|
+
pulumi.set(self, "refresh_interval", value)
|
|
8656
|
+
|
|
8657
|
+
@property
|
|
8658
|
+
@pulumi.getter
|
|
8659
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
8660
|
+
"""
|
|
8661
|
+
Optional set of labels (key-value pairs)
|
|
8662
|
+
"""
|
|
8663
|
+
return pulumi.get(self, "tags")
|
|
8664
|
+
|
|
8665
|
+
@tags.setter
|
|
8666
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
8667
|
+
pulumi.set(self, "tags", value)
|
|
8668
|
+
|
|
8669
|
+
@property
|
|
8670
|
+
@pulumi.getter(name="timeGrain")
|
|
8671
|
+
def time_grain(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
8672
|
+
"""
|
|
8673
|
+
Time range of signal. ISO duration format like PT10M.
|
|
8674
|
+
"""
|
|
8675
|
+
return pulumi.get(self, "time_grain")
|
|
8676
|
+
|
|
8677
|
+
@time_grain.setter
|
|
8678
|
+
def time_grain(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
8679
|
+
pulumi.set(self, "time_grain", value)
|
|
8680
|
+
|
|
8681
|
+
|
|
6937
8682
|
if not MYPY:
|
|
6938
8683
|
class ReceiverArgsDict(TypedDict):
|
|
6939
8684
|
"""
|
|
@@ -7180,72 +8925,300 @@ if not MYPY:
|
|
|
7180
8925
|
elif False:
|
|
7181
8926
|
RecurrentScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
|
7182
8927
|
|
|
7183
|
-
@pulumi.input_type
|
|
7184
|
-
class RecurrentScheduleArgs:
|
|
7185
|
-
def __init__(__self__, *,
|
|
7186
|
-
days: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
7187
|
-
hours: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
|
|
7188
|
-
minutes: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
|
|
7189
|
-
time_zone: pulumi.Input[builtins.str]):
|
|
8928
|
+
@pulumi.input_type
|
|
8929
|
+
class RecurrentScheduleArgs:
|
|
8930
|
+
def __init__(__self__, *,
|
|
8931
|
+
days: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
8932
|
+
hours: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
|
|
8933
|
+
minutes: pulumi.Input[Sequence[pulumi.Input[builtins.int]]],
|
|
8934
|
+
time_zone: pulumi.Input[builtins.str]):
|
|
8935
|
+
"""
|
|
8936
|
+
The scheduling constraints for when the profile begins.
|
|
8937
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
8938
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] hours: A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
|
|
8939
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] minutes: A collection of minutes at which the profile takes effect at.
|
|
8940
|
+
:param pulumi.Input[builtins.str] time_zone: the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
|
|
8941
|
+
"""
|
|
8942
|
+
pulumi.set(__self__, "days", days)
|
|
8943
|
+
pulumi.set(__self__, "hours", hours)
|
|
8944
|
+
pulumi.set(__self__, "minutes", minutes)
|
|
8945
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
8946
|
+
|
|
8947
|
+
@property
|
|
8948
|
+
@pulumi.getter
|
|
8949
|
+
def days(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
8950
|
+
"""
|
|
8951
|
+
the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
8952
|
+
"""
|
|
8953
|
+
return pulumi.get(self, "days")
|
|
8954
|
+
|
|
8955
|
+
@days.setter
|
|
8956
|
+
def days(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
8957
|
+
pulumi.set(self, "days", value)
|
|
8958
|
+
|
|
8959
|
+
@property
|
|
8960
|
+
@pulumi.getter
|
|
8961
|
+
def hours(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
|
|
8962
|
+
"""
|
|
8963
|
+
A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
|
|
8964
|
+
"""
|
|
8965
|
+
return pulumi.get(self, "hours")
|
|
8966
|
+
|
|
8967
|
+
@hours.setter
|
|
8968
|
+
def hours(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
|
|
8969
|
+
pulumi.set(self, "hours", value)
|
|
8970
|
+
|
|
8971
|
+
@property
|
|
8972
|
+
@pulumi.getter
|
|
8973
|
+
def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.int]]]:
|
|
8974
|
+
"""
|
|
8975
|
+
A collection of minutes at which the profile takes effect at.
|
|
8976
|
+
"""
|
|
8977
|
+
return pulumi.get(self, "minutes")
|
|
8978
|
+
|
|
8979
|
+
@minutes.setter
|
|
8980
|
+
def minutes(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.int]]]):
|
|
8981
|
+
pulumi.set(self, "minutes", value)
|
|
8982
|
+
|
|
8983
|
+
@property
|
|
8984
|
+
@pulumi.getter(name="timeZone")
|
|
8985
|
+
def time_zone(self) -> pulumi.Input[builtins.str]:
|
|
8986
|
+
"""
|
|
8987
|
+
the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
|
|
8988
|
+
"""
|
|
8989
|
+
return pulumi.get(self, "time_zone")
|
|
8990
|
+
|
|
8991
|
+
@time_zone.setter
|
|
8992
|
+
def time_zone(self, value: pulumi.Input[builtins.str]):
|
|
8993
|
+
pulumi.set(self, "time_zone", value)
|
|
8994
|
+
|
|
8995
|
+
|
|
8996
|
+
if not MYPY:
|
|
8997
|
+
class RelationshipPropertiesArgsDict(TypedDict):
|
|
8998
|
+
"""
|
|
8999
|
+
Relationship properties
|
|
9000
|
+
"""
|
|
9001
|
+
child_entity_name: pulumi.Input[builtins.str]
|
|
9002
|
+
"""
|
|
9003
|
+
Resource name of the child entity
|
|
9004
|
+
"""
|
|
9005
|
+
parent_entity_name: pulumi.Input[builtins.str]
|
|
9006
|
+
"""
|
|
9007
|
+
Resource name of the parent entity
|
|
9008
|
+
"""
|
|
9009
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
9010
|
+
"""
|
|
9011
|
+
Display name
|
|
9012
|
+
"""
|
|
9013
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
9014
|
+
"""
|
|
9015
|
+
Optional set of labels (key-value pairs)
|
|
9016
|
+
"""
|
|
9017
|
+
elif False:
|
|
9018
|
+
RelationshipPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
9019
|
+
|
|
9020
|
+
@pulumi.input_type
|
|
9021
|
+
class RelationshipPropertiesArgs:
|
|
9022
|
+
def __init__(__self__, *,
|
|
9023
|
+
child_entity_name: pulumi.Input[builtins.str],
|
|
9024
|
+
parent_entity_name: pulumi.Input[builtins.str],
|
|
9025
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
9026
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
9027
|
+
"""
|
|
9028
|
+
Relationship properties
|
|
9029
|
+
:param pulumi.Input[builtins.str] child_entity_name: Resource name of the child entity
|
|
9030
|
+
:param pulumi.Input[builtins.str] parent_entity_name: Resource name of the parent entity
|
|
9031
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
9032
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
|
|
9033
|
+
"""
|
|
9034
|
+
pulumi.set(__self__, "child_entity_name", child_entity_name)
|
|
9035
|
+
pulumi.set(__self__, "parent_entity_name", parent_entity_name)
|
|
9036
|
+
if display_name is not None:
|
|
9037
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9038
|
+
if tags is not None:
|
|
9039
|
+
pulumi.set(__self__, "tags", tags)
|
|
9040
|
+
|
|
9041
|
+
@property
|
|
9042
|
+
@pulumi.getter(name="childEntityName")
|
|
9043
|
+
def child_entity_name(self) -> pulumi.Input[builtins.str]:
|
|
9044
|
+
"""
|
|
9045
|
+
Resource name of the child entity
|
|
9046
|
+
"""
|
|
9047
|
+
return pulumi.get(self, "child_entity_name")
|
|
9048
|
+
|
|
9049
|
+
@child_entity_name.setter
|
|
9050
|
+
def child_entity_name(self, value: pulumi.Input[builtins.str]):
|
|
9051
|
+
pulumi.set(self, "child_entity_name", value)
|
|
9052
|
+
|
|
9053
|
+
@property
|
|
9054
|
+
@pulumi.getter(name="parentEntityName")
|
|
9055
|
+
def parent_entity_name(self) -> pulumi.Input[builtins.str]:
|
|
9056
|
+
"""
|
|
9057
|
+
Resource name of the parent entity
|
|
9058
|
+
"""
|
|
9059
|
+
return pulumi.get(self, "parent_entity_name")
|
|
9060
|
+
|
|
9061
|
+
@parent_entity_name.setter
|
|
9062
|
+
def parent_entity_name(self, value: pulumi.Input[builtins.str]):
|
|
9063
|
+
pulumi.set(self, "parent_entity_name", value)
|
|
9064
|
+
|
|
9065
|
+
@property
|
|
9066
|
+
@pulumi.getter(name="displayName")
|
|
9067
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9068
|
+
"""
|
|
9069
|
+
Display name
|
|
9070
|
+
"""
|
|
9071
|
+
return pulumi.get(self, "display_name")
|
|
9072
|
+
|
|
9073
|
+
@display_name.setter
|
|
9074
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9075
|
+
pulumi.set(self, "display_name", value)
|
|
9076
|
+
|
|
9077
|
+
@property
|
|
9078
|
+
@pulumi.getter
|
|
9079
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
9080
|
+
"""
|
|
9081
|
+
Optional set of labels (key-value pairs)
|
|
9082
|
+
"""
|
|
9083
|
+
return pulumi.get(self, "tags")
|
|
9084
|
+
|
|
9085
|
+
@tags.setter
|
|
9086
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
9087
|
+
pulumi.set(self, "tags", value)
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
if not MYPY:
|
|
9091
|
+
class ResourceGraphQueryDiscoveryRulePropertiesArgsDict(TypedDict):
|
|
9092
|
+
"""
|
|
9093
|
+
Discovery rule properties for an Azure Resource Graph query
|
|
9094
|
+
"""
|
|
9095
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]
|
|
9096
|
+
"""
|
|
9097
|
+
Whether to add all recommended signals to the discovered entities.
|
|
9098
|
+
"""
|
|
9099
|
+
authentication_setting: pulumi.Input[builtins.str]
|
|
9100
|
+
"""
|
|
9101
|
+
Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
9102
|
+
"""
|
|
9103
|
+
discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]
|
|
9104
|
+
"""
|
|
9105
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
9106
|
+
"""
|
|
9107
|
+
discovery_rule_kind: pulumi.Input[builtins.str]
|
|
9108
|
+
"""
|
|
9109
|
+
Discovery rule relationship discovery behavior
|
|
9110
|
+
Expected value is 'ResourceGraphQuery'.
|
|
9111
|
+
"""
|
|
9112
|
+
resource_graph_query: pulumi.Input[builtins.str]
|
|
9113
|
+
"""
|
|
9114
|
+
Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
|
|
9115
|
+
"""
|
|
9116
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
9117
|
+
"""
|
|
9118
|
+
Display name
|
|
9119
|
+
"""
|
|
9120
|
+
elif False:
|
|
9121
|
+
ResourceGraphQueryDiscoveryRulePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
9122
|
+
|
|
9123
|
+
@pulumi.input_type
|
|
9124
|
+
class ResourceGraphQueryDiscoveryRulePropertiesArgs:
|
|
9125
|
+
def __init__(__self__, *,
|
|
9126
|
+
add_recommended_signals: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']],
|
|
9127
|
+
authentication_setting: pulumi.Input[builtins.str],
|
|
9128
|
+
discover_relationships: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']],
|
|
9129
|
+
discovery_rule_kind: pulumi.Input[builtins.str],
|
|
9130
|
+
resource_graph_query: pulumi.Input[builtins.str],
|
|
9131
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
9132
|
+
"""
|
|
9133
|
+
Discovery rule properties for an Azure Resource Graph query
|
|
9134
|
+
:param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']] add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
9135
|
+
:param pulumi.Input[builtins.str] authentication_setting: Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
9136
|
+
:param pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']] discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
9137
|
+
:param pulumi.Input[builtins.str] discovery_rule_kind: Discovery rule relationship discovery behavior
|
|
9138
|
+
Expected value is 'ResourceGraphQuery'.
|
|
9139
|
+
:param pulumi.Input[builtins.str] resource_graph_query: Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
|
|
9140
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
9141
|
+
"""
|
|
9142
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
9143
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
9144
|
+
pulumi.set(__self__, "discover_relationships", discover_relationships)
|
|
9145
|
+
pulumi.set(__self__, "discovery_rule_kind", 'ResourceGraphQuery')
|
|
9146
|
+
pulumi.set(__self__, "resource_graph_query", resource_graph_query)
|
|
9147
|
+
if display_name is not None:
|
|
9148
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9149
|
+
|
|
9150
|
+
@property
|
|
9151
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
9152
|
+
def add_recommended_signals(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]:
|
|
9153
|
+
"""
|
|
9154
|
+
Whether to add all recommended signals to the discovered entities.
|
|
9155
|
+
"""
|
|
9156
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
9157
|
+
|
|
9158
|
+
@add_recommended_signals.setter
|
|
9159
|
+
def add_recommended_signals(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRecommendedSignalsBehavior']]):
|
|
9160
|
+
pulumi.set(self, "add_recommended_signals", value)
|
|
9161
|
+
|
|
9162
|
+
@property
|
|
9163
|
+
@pulumi.getter(name="authenticationSetting")
|
|
9164
|
+
def authentication_setting(self) -> pulumi.Input[builtins.str]:
|
|
7190
9165
|
"""
|
|
7191
|
-
|
|
7192
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
7193
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] hours: A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
|
|
7194
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.int]]] minutes: A collection of minutes at which the profile takes effect at.
|
|
7195
|
-
:param pulumi.Input[builtins.str] time_zone: the timezone for the hours of the profile. Some examples of valid time zones are: Dateline Standard Time, UTC-11, Hawaiian Standard Time, Alaskan Standard Time, Pacific Standard Time (Mexico), Pacific Standard Time, US Mountain Standard Time, Mountain Standard Time (Mexico), Mountain Standard Time, Central America Standard Time, Central Standard Time, Central Standard Time (Mexico), Canada Central Standard Time, SA Pacific Standard Time, Eastern Standard Time, US Eastern Standard Time, Venezuela Standard Time, Paraguay Standard Time, Atlantic Standard Time, Central Brazilian Standard Time, SA Western Standard Time, Pacific SA Standard Time, Newfoundland Standard Time, E. South America Standard Time, Argentina Standard Time, SA Eastern Standard Time, Greenland Standard Time, Montevideo Standard Time, Bahia Standard Time, UTC-02, Mid-Atlantic Standard Time, Azores Standard Time, Cape Verde Standard Time, Morocco Standard Time, UTC, GMT Standard Time, Greenwich Standard Time, W. Europe Standard Time, Central Europe Standard Time, Romance Standard Time, Central European Standard Time, W. Central Africa Standard Time, Namibia Standard Time, Jordan Standard Time, GTB Standard Time, Middle East Standard Time, Egypt Standard Time, Syria Standard Time, E. Europe Standard Time, South Africa Standard Time, FLE Standard Time, Turkey Standard Time, Israel Standard Time, Kaliningrad Standard Time, Libya Standard Time, Arabic Standard Time, Arab Standard Time, Belarus Standard Time, Russian Standard Time, E. Africa Standard Time, Iran Standard Time, Arabian Standard Time, Azerbaijan Standard Time, Russia Time Zone 3, Mauritius Standard Time, Georgian Standard Time, Caucasus Standard Time, Afghanistan Standard Time, West Asia Standard Time, Ekaterinburg Standard Time, Pakistan Standard Time, India Standard Time, Sri Lanka Standard Time, Nepal Standard Time, Central Asia Standard Time, Bangladesh Standard Time, N. Central Asia Standard Time, Myanmar Standard Time, SE Asia Standard Time, North Asia Standard Time, China Standard Time, North Asia East Standard Time, Singapore Standard Time, W. Australia Standard Time, Taipei Standard Time, Ulaanbaatar Standard Time, Tokyo Standard Time, Korea Standard Time, Yakutsk Standard Time, Cen. Australia Standard Time, AUS Central Standard Time, E. Australia Standard Time, AUS Eastern Standard Time, West Pacific Standard Time, Tasmania Standard Time, Magadan Standard Time, Vladivostok Standard Time, Russia Time Zone 10, Central Pacific Standard Time, Russia Time Zone 11, New Zealand Standard Time, UTC+12, Fiji Standard Time, Kamchatka Standard Time, Tonga Standard Time, Samoa Standard Time, Line Islands Standard Time
|
|
9166
|
+
Reference to the name of the authentication setting which is used for querying Azure Resource Graph. The same authentication setting will also be assigned to any discovered entities.
|
|
7196
9167
|
"""
|
|
7197
|
-
pulumi.
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
9168
|
+
return pulumi.get(self, "authentication_setting")
|
|
9169
|
+
|
|
9170
|
+
@authentication_setting.setter
|
|
9171
|
+
def authentication_setting(self, value: pulumi.Input[builtins.str]):
|
|
9172
|
+
pulumi.set(self, "authentication_setting", value)
|
|
7201
9173
|
|
|
7202
9174
|
@property
|
|
7203
|
-
@pulumi.getter
|
|
7204
|
-
def
|
|
9175
|
+
@pulumi.getter(name="discoverRelationships")
|
|
9176
|
+
def discover_relationships(self) -> pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]:
|
|
7205
9177
|
"""
|
|
7206
|
-
|
|
9178
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
7207
9179
|
"""
|
|
7208
|
-
return pulumi.get(self, "
|
|
9180
|
+
return pulumi.get(self, "discover_relationships")
|
|
7209
9181
|
|
|
7210
|
-
@
|
|
7211
|
-
def
|
|
7212
|
-
pulumi.set(self, "
|
|
9182
|
+
@discover_relationships.setter
|
|
9183
|
+
def discover_relationships(self, value: pulumi.Input[Union[builtins.str, 'DiscoveryRuleRelationshipDiscoveryBehavior']]):
|
|
9184
|
+
pulumi.set(self, "discover_relationships", value)
|
|
7213
9185
|
|
|
7214
9186
|
@property
|
|
7215
|
-
@pulumi.getter
|
|
7216
|
-
def
|
|
9187
|
+
@pulumi.getter(name="discoveryRuleKind")
|
|
9188
|
+
def discovery_rule_kind(self) -> pulumi.Input[builtins.str]:
|
|
7217
9189
|
"""
|
|
7218
|
-
|
|
9190
|
+
Discovery rule relationship discovery behavior
|
|
9191
|
+
Expected value is 'ResourceGraphQuery'.
|
|
7219
9192
|
"""
|
|
7220
|
-
return pulumi.get(self, "
|
|
9193
|
+
return pulumi.get(self, "discovery_rule_kind")
|
|
7221
9194
|
|
|
7222
|
-
@
|
|
7223
|
-
def
|
|
7224
|
-
pulumi.set(self, "
|
|
9195
|
+
@discovery_rule_kind.setter
|
|
9196
|
+
def discovery_rule_kind(self, value: pulumi.Input[builtins.str]):
|
|
9197
|
+
pulumi.set(self, "discovery_rule_kind", value)
|
|
7225
9198
|
|
|
7226
9199
|
@property
|
|
7227
|
-
@pulumi.getter
|
|
7228
|
-
def
|
|
9200
|
+
@pulumi.getter(name="resourceGraphQuery")
|
|
9201
|
+
def resource_graph_query(self) -> pulumi.Input[builtins.str]:
|
|
7229
9202
|
"""
|
|
7230
|
-
|
|
9203
|
+
Azure Resource Graph query text in KQL syntax. The query must return at least a column named 'id' which contains the resource ID of the discovered resources.
|
|
7231
9204
|
"""
|
|
7232
|
-
return pulumi.get(self, "
|
|
9205
|
+
return pulumi.get(self, "resource_graph_query")
|
|
7233
9206
|
|
|
7234
|
-
@
|
|
7235
|
-
def
|
|
7236
|
-
pulumi.set(self, "
|
|
9207
|
+
@resource_graph_query.setter
|
|
9208
|
+
def resource_graph_query(self, value: pulumi.Input[builtins.str]):
|
|
9209
|
+
pulumi.set(self, "resource_graph_query", value)
|
|
7237
9210
|
|
|
7238
9211
|
@property
|
|
7239
|
-
@pulumi.getter(name="
|
|
7240
|
-
def
|
|
9212
|
+
@pulumi.getter(name="displayName")
|
|
9213
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
7241
9214
|
"""
|
|
7242
|
-
|
|
9215
|
+
Display name
|
|
7243
9216
|
"""
|
|
7244
|
-
return pulumi.get(self, "
|
|
9217
|
+
return pulumi.get(self, "display_name")
|
|
7245
9218
|
|
|
7246
|
-
@
|
|
7247
|
-
def
|
|
7248
|
-
pulumi.set(self, "
|
|
9219
|
+
@display_name.setter
|
|
9220
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9221
|
+
pulumi.set(self, "display_name", value)
|
|
7249
9222
|
|
|
7250
9223
|
|
|
7251
9224
|
if not MYPY:
|
|
@@ -7302,6 +9275,261 @@ class ResourceMapArgs:
|
|
|
7302
9275
|
pulumi.set(self, "to", value)
|
|
7303
9276
|
|
|
7304
9277
|
|
|
9278
|
+
if not MYPY:
|
|
9279
|
+
class ResourceMetricSignalDefinitionPropertiesArgsDict(TypedDict):
|
|
9280
|
+
"""
|
|
9281
|
+
Azure Resource Metric Signal Definition properties
|
|
9282
|
+
"""
|
|
9283
|
+
aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]
|
|
9284
|
+
"""
|
|
9285
|
+
Type of aggregation to apply to the metric
|
|
9286
|
+
"""
|
|
9287
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgsDict']
|
|
9288
|
+
"""
|
|
9289
|
+
Evaluation rules for the signal definition
|
|
9290
|
+
"""
|
|
9291
|
+
metric_name: pulumi.Input[builtins.str]
|
|
9292
|
+
"""
|
|
9293
|
+
Name of the metric
|
|
9294
|
+
"""
|
|
9295
|
+
metric_namespace: pulumi.Input[builtins.str]
|
|
9296
|
+
"""
|
|
9297
|
+
Metric namespace
|
|
9298
|
+
"""
|
|
9299
|
+
signal_kind: pulumi.Input[builtins.str]
|
|
9300
|
+
"""
|
|
9301
|
+
Supported signal kinds as discriminator
|
|
9302
|
+
Expected value is 'AzureResourceMetric'.
|
|
9303
|
+
"""
|
|
9304
|
+
time_grain: pulumi.Input[builtins.str]
|
|
9305
|
+
"""
|
|
9306
|
+
Time range of signal. ISO duration format like PT10M.
|
|
9307
|
+
"""
|
|
9308
|
+
data_unit: NotRequired[pulumi.Input[builtins.str]]
|
|
9309
|
+
"""
|
|
9310
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
9311
|
+
"""
|
|
9312
|
+
dimension: NotRequired[pulumi.Input[builtins.str]]
|
|
9313
|
+
"""
|
|
9314
|
+
Optional: Dimension to split by
|
|
9315
|
+
"""
|
|
9316
|
+
dimension_filter: NotRequired[pulumi.Input[builtins.str]]
|
|
9317
|
+
"""
|
|
9318
|
+
Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
9319
|
+
"""
|
|
9320
|
+
display_name: NotRequired[pulumi.Input[builtins.str]]
|
|
9321
|
+
"""
|
|
9322
|
+
Display name
|
|
9323
|
+
"""
|
|
9324
|
+
refresh_interval: NotRequired[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]
|
|
9325
|
+
"""
|
|
9326
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
9327
|
+
"""
|
|
9328
|
+
tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
9329
|
+
"""
|
|
9330
|
+
Optional set of labels (key-value pairs)
|
|
9331
|
+
"""
|
|
9332
|
+
elif False:
|
|
9333
|
+
ResourceMetricSignalDefinitionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
9334
|
+
|
|
9335
|
+
@pulumi.input_type
|
|
9336
|
+
class ResourceMetricSignalDefinitionPropertiesArgs:
|
|
9337
|
+
def __init__(__self__, *,
|
|
9338
|
+
aggregation_type: pulumi.Input[Union[builtins.str, 'MetricAggregationType']],
|
|
9339
|
+
evaluation_rules: pulumi.Input['EvaluationRuleArgs'],
|
|
9340
|
+
metric_name: pulumi.Input[builtins.str],
|
|
9341
|
+
metric_namespace: pulumi.Input[builtins.str],
|
|
9342
|
+
signal_kind: pulumi.Input[builtins.str],
|
|
9343
|
+
time_grain: pulumi.Input[builtins.str],
|
|
9344
|
+
data_unit: Optional[pulumi.Input[builtins.str]] = None,
|
|
9345
|
+
dimension: Optional[pulumi.Input[builtins.str]] = None,
|
|
9346
|
+
dimension_filter: Optional[pulumi.Input[builtins.str]] = None,
|
|
9347
|
+
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
9348
|
+
refresh_interval: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]] = None,
|
|
9349
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
|
9350
|
+
"""
|
|
9351
|
+
Azure Resource Metric Signal Definition properties
|
|
9352
|
+
:param pulumi.Input[Union[builtins.str, 'MetricAggregationType']] aggregation_type: Type of aggregation to apply to the metric
|
|
9353
|
+
:param pulumi.Input['EvaluationRuleArgs'] evaluation_rules: Evaluation rules for the signal definition
|
|
9354
|
+
:param pulumi.Input[builtins.str] metric_name: Name of the metric
|
|
9355
|
+
:param pulumi.Input[builtins.str] metric_namespace: Metric namespace
|
|
9356
|
+
:param pulumi.Input[builtins.str] signal_kind: Supported signal kinds as discriminator
|
|
9357
|
+
Expected value is 'AzureResourceMetric'.
|
|
9358
|
+
:param pulumi.Input[builtins.str] time_grain: Time range of signal. ISO duration format like PT10M.
|
|
9359
|
+
:param pulumi.Input[builtins.str] data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
9360
|
+
:param pulumi.Input[builtins.str] dimension: Optional: Dimension to split by
|
|
9361
|
+
:param pulumi.Input[builtins.str] dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
9362
|
+
:param pulumi.Input[builtins.str] display_name: Display name
|
|
9363
|
+
:param pulumi.Input[Union[builtins.str, 'RefreshInterval']] refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
9364
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] tags: Optional set of labels (key-value pairs)
|
|
9365
|
+
"""
|
|
9366
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
9367
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
9368
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
9369
|
+
pulumi.set(__self__, "metric_namespace", metric_namespace)
|
|
9370
|
+
pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
|
|
9371
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
9372
|
+
if data_unit is not None:
|
|
9373
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
9374
|
+
if dimension is not None:
|
|
9375
|
+
pulumi.set(__self__, "dimension", dimension)
|
|
9376
|
+
if dimension_filter is not None:
|
|
9377
|
+
pulumi.set(__self__, "dimension_filter", dimension_filter)
|
|
9378
|
+
if display_name is not None:
|
|
9379
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9380
|
+
if refresh_interval is None:
|
|
9381
|
+
refresh_interval = 'PT1M'
|
|
9382
|
+
if refresh_interval is not None:
|
|
9383
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
9384
|
+
if tags is not None:
|
|
9385
|
+
pulumi.set(__self__, "tags", tags)
|
|
9386
|
+
|
|
9387
|
+
@property
|
|
9388
|
+
@pulumi.getter(name="aggregationType")
|
|
9389
|
+
def aggregation_type(self) -> pulumi.Input[Union[builtins.str, 'MetricAggregationType']]:
|
|
9390
|
+
"""
|
|
9391
|
+
Type of aggregation to apply to the metric
|
|
9392
|
+
"""
|
|
9393
|
+
return pulumi.get(self, "aggregation_type")
|
|
9394
|
+
|
|
9395
|
+
@aggregation_type.setter
|
|
9396
|
+
def aggregation_type(self, value: pulumi.Input[Union[builtins.str, 'MetricAggregationType']]):
|
|
9397
|
+
pulumi.set(self, "aggregation_type", value)
|
|
9398
|
+
|
|
9399
|
+
@property
|
|
9400
|
+
@pulumi.getter(name="evaluationRules")
|
|
9401
|
+
def evaluation_rules(self) -> pulumi.Input['EvaluationRuleArgs']:
|
|
9402
|
+
"""
|
|
9403
|
+
Evaluation rules for the signal definition
|
|
9404
|
+
"""
|
|
9405
|
+
return pulumi.get(self, "evaluation_rules")
|
|
9406
|
+
|
|
9407
|
+
@evaluation_rules.setter
|
|
9408
|
+
def evaluation_rules(self, value: pulumi.Input['EvaluationRuleArgs']):
|
|
9409
|
+
pulumi.set(self, "evaluation_rules", value)
|
|
9410
|
+
|
|
9411
|
+
@property
|
|
9412
|
+
@pulumi.getter(name="metricName")
|
|
9413
|
+
def metric_name(self) -> pulumi.Input[builtins.str]:
|
|
9414
|
+
"""
|
|
9415
|
+
Name of the metric
|
|
9416
|
+
"""
|
|
9417
|
+
return pulumi.get(self, "metric_name")
|
|
9418
|
+
|
|
9419
|
+
@metric_name.setter
|
|
9420
|
+
def metric_name(self, value: pulumi.Input[builtins.str]):
|
|
9421
|
+
pulumi.set(self, "metric_name", value)
|
|
9422
|
+
|
|
9423
|
+
@property
|
|
9424
|
+
@pulumi.getter(name="metricNamespace")
|
|
9425
|
+
def metric_namespace(self) -> pulumi.Input[builtins.str]:
|
|
9426
|
+
"""
|
|
9427
|
+
Metric namespace
|
|
9428
|
+
"""
|
|
9429
|
+
return pulumi.get(self, "metric_namespace")
|
|
9430
|
+
|
|
9431
|
+
@metric_namespace.setter
|
|
9432
|
+
def metric_namespace(self, value: pulumi.Input[builtins.str]):
|
|
9433
|
+
pulumi.set(self, "metric_namespace", value)
|
|
9434
|
+
|
|
9435
|
+
@property
|
|
9436
|
+
@pulumi.getter(name="signalKind")
|
|
9437
|
+
def signal_kind(self) -> pulumi.Input[builtins.str]:
|
|
9438
|
+
"""
|
|
9439
|
+
Supported signal kinds as discriminator
|
|
9440
|
+
Expected value is 'AzureResourceMetric'.
|
|
9441
|
+
"""
|
|
9442
|
+
return pulumi.get(self, "signal_kind")
|
|
9443
|
+
|
|
9444
|
+
@signal_kind.setter
|
|
9445
|
+
def signal_kind(self, value: pulumi.Input[builtins.str]):
|
|
9446
|
+
pulumi.set(self, "signal_kind", value)
|
|
9447
|
+
|
|
9448
|
+
@property
|
|
9449
|
+
@pulumi.getter(name="timeGrain")
|
|
9450
|
+
def time_grain(self) -> pulumi.Input[builtins.str]:
|
|
9451
|
+
"""
|
|
9452
|
+
Time range of signal. ISO duration format like PT10M.
|
|
9453
|
+
"""
|
|
9454
|
+
return pulumi.get(self, "time_grain")
|
|
9455
|
+
|
|
9456
|
+
@time_grain.setter
|
|
9457
|
+
def time_grain(self, value: pulumi.Input[builtins.str]):
|
|
9458
|
+
pulumi.set(self, "time_grain", value)
|
|
9459
|
+
|
|
9460
|
+
@property
|
|
9461
|
+
@pulumi.getter(name="dataUnit")
|
|
9462
|
+
def data_unit(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9463
|
+
"""
|
|
9464
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
9465
|
+
"""
|
|
9466
|
+
return pulumi.get(self, "data_unit")
|
|
9467
|
+
|
|
9468
|
+
@data_unit.setter
|
|
9469
|
+
def data_unit(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9470
|
+
pulumi.set(self, "data_unit", value)
|
|
9471
|
+
|
|
9472
|
+
@property
|
|
9473
|
+
@pulumi.getter
|
|
9474
|
+
def dimension(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9475
|
+
"""
|
|
9476
|
+
Optional: Dimension to split by
|
|
9477
|
+
"""
|
|
9478
|
+
return pulumi.get(self, "dimension")
|
|
9479
|
+
|
|
9480
|
+
@dimension.setter
|
|
9481
|
+
def dimension(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9482
|
+
pulumi.set(self, "dimension", value)
|
|
9483
|
+
|
|
9484
|
+
@property
|
|
9485
|
+
@pulumi.getter(name="dimensionFilter")
|
|
9486
|
+
def dimension_filter(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9487
|
+
"""
|
|
9488
|
+
Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
9489
|
+
"""
|
|
9490
|
+
return pulumi.get(self, "dimension_filter")
|
|
9491
|
+
|
|
9492
|
+
@dimension_filter.setter
|
|
9493
|
+
def dimension_filter(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9494
|
+
pulumi.set(self, "dimension_filter", value)
|
|
9495
|
+
|
|
9496
|
+
@property
|
|
9497
|
+
@pulumi.getter(name="displayName")
|
|
9498
|
+
def display_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
9499
|
+
"""
|
|
9500
|
+
Display name
|
|
9501
|
+
"""
|
|
9502
|
+
return pulumi.get(self, "display_name")
|
|
9503
|
+
|
|
9504
|
+
@display_name.setter
|
|
9505
|
+
def display_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
9506
|
+
pulumi.set(self, "display_name", value)
|
|
9507
|
+
|
|
9508
|
+
@property
|
|
9509
|
+
@pulumi.getter(name="refreshInterval")
|
|
9510
|
+
def refresh_interval(self) -> Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]:
|
|
9511
|
+
"""
|
|
9512
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
9513
|
+
"""
|
|
9514
|
+
return pulumi.get(self, "refresh_interval")
|
|
9515
|
+
|
|
9516
|
+
@refresh_interval.setter
|
|
9517
|
+
def refresh_interval(self, value: Optional[pulumi.Input[Union[builtins.str, 'RefreshInterval']]]):
|
|
9518
|
+
pulumi.set(self, "refresh_interval", value)
|
|
9519
|
+
|
|
9520
|
+
@property
|
|
9521
|
+
@pulumi.getter
|
|
9522
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
9523
|
+
"""
|
|
9524
|
+
Optional set of labels (key-value pairs)
|
|
9525
|
+
"""
|
|
9526
|
+
return pulumi.get(self, "tags")
|
|
9527
|
+
|
|
9528
|
+
@tags.setter
|
|
9529
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
9530
|
+
pulumi.set(self, "tags", value)
|
|
9531
|
+
|
|
9532
|
+
|
|
7305
9533
|
if not MYPY:
|
|
7306
9534
|
class RetentionPolicyArgsDict(TypedDict):
|
|
7307
9535
|
"""
|
|
@@ -7927,6 +10155,137 @@ class ServiceArgs:
|
|
|
7927
10155
|
pulumi.set(self, "persistence", value)
|
|
7928
10156
|
|
|
7929
10157
|
|
|
10158
|
+
if not MYPY:
|
|
10159
|
+
class SignalAssignmentArgsDict(TypedDict):
|
|
10160
|
+
"""
|
|
10161
|
+
Group of signal definition assignments
|
|
10162
|
+
"""
|
|
10163
|
+
signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
10164
|
+
"""
|
|
10165
|
+
Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
10166
|
+
"""
|
|
10167
|
+
elif False:
|
|
10168
|
+
SignalAssignmentArgsDict: TypeAlias = Mapping[str, Any]
|
|
10169
|
+
|
|
10170
|
+
@pulumi.input_type
|
|
10171
|
+
class SignalAssignmentArgs:
|
|
10172
|
+
def __init__(__self__, *,
|
|
10173
|
+
signal_definitions: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
10174
|
+
"""
|
|
10175
|
+
Group of signal definition assignments
|
|
10176
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
10177
|
+
"""
|
|
10178
|
+
pulumi.set(__self__, "signal_definitions", signal_definitions)
|
|
10179
|
+
|
|
10180
|
+
@property
|
|
10181
|
+
@pulumi.getter(name="signalDefinitions")
|
|
10182
|
+
def signal_definitions(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
10183
|
+
"""
|
|
10184
|
+
Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
10185
|
+
"""
|
|
10186
|
+
return pulumi.get(self, "signal_definitions")
|
|
10187
|
+
|
|
10188
|
+
@signal_definitions.setter
|
|
10189
|
+
def signal_definitions(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
10190
|
+
pulumi.set(self, "signal_definitions", value)
|
|
10191
|
+
|
|
10192
|
+
|
|
10193
|
+
if not MYPY:
|
|
10194
|
+
class SignalGroupArgsDict(TypedDict):
|
|
10195
|
+
"""
|
|
10196
|
+
Contains various signal groups that can be assigned to an entity
|
|
10197
|
+
"""
|
|
10198
|
+
azure_log_analytics: NotRequired[pulumi.Input['LogAnalyticsSignalGroupArgsDict']]
|
|
10199
|
+
"""
|
|
10200
|
+
Log Analytics Signal Group
|
|
10201
|
+
"""
|
|
10202
|
+
azure_monitor_workspace: NotRequired[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgsDict']]
|
|
10203
|
+
"""
|
|
10204
|
+
Azure Monitor Workspace Signal Group
|
|
10205
|
+
"""
|
|
10206
|
+
azure_resource: NotRequired[pulumi.Input['AzureResourceSignalGroupArgsDict']]
|
|
10207
|
+
"""
|
|
10208
|
+
Azure Resource Signal Group
|
|
10209
|
+
"""
|
|
10210
|
+
dependencies: NotRequired[pulumi.Input['DependenciesSignalGroupArgsDict']]
|
|
10211
|
+
"""
|
|
10212
|
+
Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
10213
|
+
"""
|
|
10214
|
+
elif False:
|
|
10215
|
+
SignalGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
10216
|
+
|
|
10217
|
+
@pulumi.input_type
|
|
10218
|
+
class SignalGroupArgs:
|
|
10219
|
+
def __init__(__self__, *,
|
|
10220
|
+
azure_log_analytics: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']] = None,
|
|
10221
|
+
azure_monitor_workspace: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']] = None,
|
|
10222
|
+
azure_resource: Optional[pulumi.Input['AzureResourceSignalGroupArgs']] = None,
|
|
10223
|
+
dependencies: Optional[pulumi.Input['DependenciesSignalGroupArgs']] = None):
|
|
10224
|
+
"""
|
|
10225
|
+
Contains various signal groups that can be assigned to an entity
|
|
10226
|
+
:param pulumi.Input['LogAnalyticsSignalGroupArgs'] azure_log_analytics: Log Analytics Signal Group
|
|
10227
|
+
:param pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs'] azure_monitor_workspace: Azure Monitor Workspace Signal Group
|
|
10228
|
+
:param pulumi.Input['AzureResourceSignalGroupArgs'] azure_resource: Azure Resource Signal Group
|
|
10229
|
+
:param pulumi.Input['DependenciesSignalGroupArgs'] dependencies: Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
10230
|
+
"""
|
|
10231
|
+
if azure_log_analytics is not None:
|
|
10232
|
+
pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
|
|
10233
|
+
if azure_monitor_workspace is not None:
|
|
10234
|
+
pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
|
|
10235
|
+
if azure_resource is not None:
|
|
10236
|
+
pulumi.set(__self__, "azure_resource", azure_resource)
|
|
10237
|
+
if dependencies is not None:
|
|
10238
|
+
pulumi.set(__self__, "dependencies", dependencies)
|
|
10239
|
+
|
|
10240
|
+
@property
|
|
10241
|
+
@pulumi.getter(name="azureLogAnalytics")
|
|
10242
|
+
def azure_log_analytics(self) -> Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]:
|
|
10243
|
+
"""
|
|
10244
|
+
Log Analytics Signal Group
|
|
10245
|
+
"""
|
|
10246
|
+
return pulumi.get(self, "azure_log_analytics")
|
|
10247
|
+
|
|
10248
|
+
@azure_log_analytics.setter
|
|
10249
|
+
def azure_log_analytics(self, value: Optional[pulumi.Input['LogAnalyticsSignalGroupArgs']]):
|
|
10250
|
+
pulumi.set(self, "azure_log_analytics", value)
|
|
10251
|
+
|
|
10252
|
+
@property
|
|
10253
|
+
@pulumi.getter(name="azureMonitorWorkspace")
|
|
10254
|
+
def azure_monitor_workspace(self) -> Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]:
|
|
10255
|
+
"""
|
|
10256
|
+
Azure Monitor Workspace Signal Group
|
|
10257
|
+
"""
|
|
10258
|
+
return pulumi.get(self, "azure_monitor_workspace")
|
|
10259
|
+
|
|
10260
|
+
@azure_monitor_workspace.setter
|
|
10261
|
+
def azure_monitor_workspace(self, value: Optional[pulumi.Input['AzureMonitorWorkspaceSignalGroupArgs']]):
|
|
10262
|
+
pulumi.set(self, "azure_monitor_workspace", value)
|
|
10263
|
+
|
|
10264
|
+
@property
|
|
10265
|
+
@pulumi.getter(name="azureResource")
|
|
10266
|
+
def azure_resource(self) -> Optional[pulumi.Input['AzureResourceSignalGroupArgs']]:
|
|
10267
|
+
"""
|
|
10268
|
+
Azure Resource Signal Group
|
|
10269
|
+
"""
|
|
10270
|
+
return pulumi.get(self, "azure_resource")
|
|
10271
|
+
|
|
10272
|
+
@azure_resource.setter
|
|
10273
|
+
def azure_resource(self, value: Optional[pulumi.Input['AzureResourceSignalGroupArgs']]):
|
|
10274
|
+
pulumi.set(self, "azure_resource", value)
|
|
10275
|
+
|
|
10276
|
+
@property
|
|
10277
|
+
@pulumi.getter
|
|
10278
|
+
def dependencies(self) -> Optional[pulumi.Input['DependenciesSignalGroupArgs']]:
|
|
10279
|
+
"""
|
|
10280
|
+
Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
10281
|
+
"""
|
|
10282
|
+
return pulumi.get(self, "dependencies")
|
|
10283
|
+
|
|
10284
|
+
@dependencies.setter
|
|
10285
|
+
def dependencies(self, value: Optional[pulumi.Input['DependenciesSignalGroupArgs']]):
|
|
10286
|
+
pulumi.set(self, "dependencies", value)
|
|
10287
|
+
|
|
10288
|
+
|
|
7930
10289
|
if not MYPY:
|
|
7931
10290
|
class SmsReceiverArgsDict(TypedDict):
|
|
7932
10291
|
"""
|
|
@@ -8457,6 +10816,60 @@ class TcpExporterArgs:
|
|
|
8457
10816
|
pulumi.set(self, "url", value)
|
|
8458
10817
|
|
|
8459
10818
|
|
|
10819
|
+
if not MYPY:
|
|
10820
|
+
class ThresholdRuleArgsDict(TypedDict):
|
|
10821
|
+
"""
|
|
10822
|
+
Threshold-based evaluation rule for a signal definition
|
|
10823
|
+
"""
|
|
10824
|
+
operator: pulumi.Input[Union[builtins.str, 'SignalOperator']]
|
|
10825
|
+
"""
|
|
10826
|
+
Operator how to compare the signal value with the threshold
|
|
10827
|
+
"""
|
|
10828
|
+
threshold: pulumi.Input[builtins.str]
|
|
10829
|
+
"""
|
|
10830
|
+
Threshold value
|
|
10831
|
+
"""
|
|
10832
|
+
elif False:
|
|
10833
|
+
ThresholdRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
10834
|
+
|
|
10835
|
+
@pulumi.input_type
|
|
10836
|
+
class ThresholdRuleArgs:
|
|
10837
|
+
def __init__(__self__, *,
|
|
10838
|
+
operator: pulumi.Input[Union[builtins.str, 'SignalOperator']],
|
|
10839
|
+
threshold: pulumi.Input[builtins.str]):
|
|
10840
|
+
"""
|
|
10841
|
+
Threshold-based evaluation rule for a signal definition
|
|
10842
|
+
:param pulumi.Input[Union[builtins.str, 'SignalOperator']] operator: Operator how to compare the signal value with the threshold
|
|
10843
|
+
:param pulumi.Input[builtins.str] threshold: Threshold value
|
|
10844
|
+
"""
|
|
10845
|
+
pulumi.set(__self__, "operator", operator)
|
|
10846
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
10847
|
+
|
|
10848
|
+
@property
|
|
10849
|
+
@pulumi.getter
|
|
10850
|
+
def operator(self) -> pulumi.Input[Union[builtins.str, 'SignalOperator']]:
|
|
10851
|
+
"""
|
|
10852
|
+
Operator how to compare the signal value with the threshold
|
|
10853
|
+
"""
|
|
10854
|
+
return pulumi.get(self, "operator")
|
|
10855
|
+
|
|
10856
|
+
@operator.setter
|
|
10857
|
+
def operator(self, value: pulumi.Input[Union[builtins.str, 'SignalOperator']]):
|
|
10858
|
+
pulumi.set(self, "operator", value)
|
|
10859
|
+
|
|
10860
|
+
@property
|
|
10861
|
+
@pulumi.getter
|
|
10862
|
+
def threshold(self) -> pulumi.Input[builtins.str]:
|
|
10863
|
+
"""
|
|
10864
|
+
Threshold value
|
|
10865
|
+
"""
|
|
10866
|
+
return pulumi.get(self, "threshold")
|
|
10867
|
+
|
|
10868
|
+
@threshold.setter
|
|
10869
|
+
def threshold(self, value: pulumi.Input[builtins.str]):
|
|
10870
|
+
pulumi.set(self, "threshold", value)
|
|
10871
|
+
|
|
10872
|
+
|
|
8460
10873
|
if not MYPY:
|
|
8461
10874
|
class TimeWindowArgsDict(TypedDict):
|
|
8462
10875
|
"""
|