pulumi-azure-native 3.9.0a1757522298__py3-none-any.whl → 3.11.0a1761334446__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.0a1761334446.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.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.0a1761334446.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-3.9.0a1757522298.dist-info → pulumi_azure_native-3.11.0a1761334446.dist-info}/top_level.txt +0 -0
|
@@ -23,9 +23,11 @@ __all__ = [
|
|
|
23
23
|
'ActionGroupResponse',
|
|
24
24
|
'ActionListResponse',
|
|
25
25
|
'ActionsResponse',
|
|
26
|
+
'AlertConfigurationResponse',
|
|
26
27
|
'AlertRuleAllOfConditionResponse',
|
|
27
28
|
'AlertRuleAnyOfOrLeafConditionResponse',
|
|
28
29
|
'AlertRuleLeafConditionResponse',
|
|
30
|
+
'ApplicationInsightsTopologyDiscoveryRulePropertiesResponse',
|
|
29
31
|
'ArmRoleReceiverResponse',
|
|
30
32
|
'AutomationRunbookReceiverResponse',
|
|
31
33
|
'AutoscaleNotificationResponse',
|
|
@@ -37,7 +39,9 @@ __all__ = [
|
|
|
37
39
|
'AzureMonitorWorkspaceLogsExporterResponse',
|
|
38
40
|
'AzureMonitorWorkspaceResponseDefaultIngestionSettings',
|
|
39
41
|
'AzureMonitorWorkspaceResponseMetrics',
|
|
42
|
+
'AzureMonitorWorkspaceSignalGroupResponse',
|
|
40
43
|
'AzureResourceManagerCommonTypesExtendedLocationResponse',
|
|
44
|
+
'AzureResourceSignalGroupResponse',
|
|
41
45
|
'BatchProcessorResponse',
|
|
42
46
|
'CacheConfigurationResponse',
|
|
43
47
|
'ColumnDefinitionResponse',
|
|
@@ -62,33 +66,49 @@ __all__ = [
|
|
|
62
66
|
'DataFlowResponse',
|
|
63
67
|
'DataImportSourcesResponseEventHub',
|
|
64
68
|
'DataSourcesSpecResponseDataImports',
|
|
69
|
+
'DependenciesSignalGroupResponse',
|
|
65
70
|
'DestinationsSpecResponseAzureMonitorMetrics',
|
|
66
71
|
'DiagnosticSettingsCategoryResourceResponse',
|
|
67
72
|
'DimensionResponse',
|
|
73
|
+
'DiscoveryErrorResponse',
|
|
74
|
+
'DynamicDetectionRuleResponse',
|
|
68
75
|
'DynamicMetricCriteriaResponse',
|
|
69
76
|
'DynamicThresholdFailingPeriodsResponse',
|
|
70
77
|
'EmailNotificationResponse',
|
|
71
78
|
'EmailReceiverResponse',
|
|
79
|
+
'EntityAlertsResponse',
|
|
80
|
+
'EntityCoordinatesResponse',
|
|
81
|
+
'EntityPropertiesResponse',
|
|
82
|
+
'EvaluationRuleResponse',
|
|
72
83
|
'EventHubDestinationResponse',
|
|
73
84
|
'EventHubDirectDestinationResponse',
|
|
74
85
|
'EventHubReceiverResponse',
|
|
75
86
|
'ExporterResponse',
|
|
76
87
|
'ExtensionDataSourceResponse',
|
|
88
|
+
'HealthModelPropertiesResponse',
|
|
89
|
+
'IconDefinitionResponse',
|
|
77
90
|
'IdentityResponse',
|
|
78
91
|
'IisLogsDataSourceResponse',
|
|
79
92
|
'IncidentReceiverResponse',
|
|
80
93
|
'IncidentServiceConnectionResponse',
|
|
94
|
+
'InvestigationExecutionResponse',
|
|
95
|
+
'InvestigationMetadataResponse',
|
|
96
|
+
'InvestigationScopeResponse',
|
|
97
|
+
'IssuePropertiesResponse',
|
|
81
98
|
'ItsmReceiverResponse',
|
|
82
99
|
'JsonArrayMapperResponse',
|
|
83
100
|
'JsonMapperDestinationFieldResponse',
|
|
84
101
|
'JsonMapperSourceFieldResponse',
|
|
85
102
|
'LocationSpecResponse',
|
|
86
103
|
'LogAnalyticsDestinationResponse',
|
|
104
|
+
'LogAnalyticsQuerySignalDefinitionPropertiesResponse',
|
|
105
|
+
'LogAnalyticsSignalGroupResponse',
|
|
87
106
|
'LogFileSettingsResponseText',
|
|
88
107
|
'LogFilesDataSourceResponse',
|
|
89
108
|
'LogFilesDataSourceResponseSettings',
|
|
90
109
|
'LogSettingsResponse',
|
|
91
110
|
'LogicAppReceiverResponse',
|
|
111
|
+
'ManagedIdentityAuthenticationSettingPropertiesResponse',
|
|
92
112
|
'ManagedServiceIdentityResponse',
|
|
93
113
|
'ManagementGroupLogSettingsResponse',
|
|
94
114
|
'MetricAlertActionResponse',
|
|
@@ -98,9 +118,11 @@ __all__ = [
|
|
|
98
118
|
'MetricDimensionResponse',
|
|
99
119
|
'MetricSettingsResponse',
|
|
100
120
|
'MetricTriggerResponse',
|
|
121
|
+
'ModelDiscoverySettingsResponse',
|
|
101
122
|
'MonitoringAccountDestinationResponse',
|
|
102
123
|
'NetworkingConfigurationResponse',
|
|
103
124
|
'NetworkingRouteResponse',
|
|
125
|
+
'OriginResponse',
|
|
104
126
|
'OtlpReceiverResponse',
|
|
105
127
|
'PerfCounterDataSourceResponse',
|
|
106
128
|
'PersistenceConfigurationsResponse',
|
|
@@ -114,13 +136,20 @@ __all__ = [
|
|
|
114
136
|
'PrivateLinkServiceConnectionStateResponse',
|
|
115
137
|
'ProcessorResponse',
|
|
116
138
|
'PrometheusForwarderDataSourceResponse',
|
|
139
|
+
'PrometheusMetricsSignalDefinitionPropertiesResponse',
|
|
117
140
|
'ReceiverResponse',
|
|
118
141
|
'RecordMapResponse',
|
|
119
142
|
'RecurrenceResponse',
|
|
120
143
|
'RecurrentScheduleResponse',
|
|
144
|
+
'RelatedAlertResponse',
|
|
145
|
+
'RelatedResourceResponse',
|
|
146
|
+
'RelationshipPropertiesResponse',
|
|
147
|
+
'ResourceGraphQueryDiscoveryRulePropertiesResponse',
|
|
121
148
|
'ResourceMapResponse',
|
|
149
|
+
'ResourceMetricSignalDefinitionPropertiesResponse',
|
|
122
150
|
'RetentionPolicyResponse',
|
|
123
151
|
'RuleResolveConfigurationResponse',
|
|
152
|
+
'RunParametersResponse',
|
|
124
153
|
'ScaleActionResponse',
|
|
125
154
|
'ScaleCapacityResponse',
|
|
126
155
|
'ScaleRuleMetricDimensionResponse',
|
|
@@ -129,6 +158,8 @@ __all__ = [
|
|
|
129
158
|
'SchemaMapResponse',
|
|
130
159
|
'ScopeMapResponse',
|
|
131
160
|
'ServiceResponse',
|
|
161
|
+
'SignalAssignmentResponse',
|
|
162
|
+
'SignalGroupResponse',
|
|
132
163
|
'SmsReceiverResponse',
|
|
133
164
|
'StorageBlobDestinationResponse',
|
|
134
165
|
'StorageTableDestinationResponse',
|
|
@@ -138,6 +169,7 @@ __all__ = [
|
|
|
138
169
|
'SyslogReceiverResponse',
|
|
139
170
|
'SystemDataResponse',
|
|
140
171
|
'TcpExporterResponse',
|
|
172
|
+
'ThresholdRuleResponse',
|
|
141
173
|
'TimeWindowResponse',
|
|
142
174
|
'UdpReceiverResponse',
|
|
143
175
|
'UserAssignedIdentityResponse',
|
|
@@ -443,6 +475,69 @@ class ActionsResponse(dict):
|
|
|
443
475
|
return pulumi.get(self, "custom_properties")
|
|
444
476
|
|
|
445
477
|
|
|
478
|
+
@pulumi.output_type
|
|
479
|
+
class AlertConfigurationResponse(dict):
|
|
480
|
+
"""
|
|
481
|
+
Alert configuration details
|
|
482
|
+
"""
|
|
483
|
+
@staticmethod
|
|
484
|
+
def __key_warning(key: str):
|
|
485
|
+
suggest = None
|
|
486
|
+
if key == "actionGroupIds":
|
|
487
|
+
suggest = "action_group_ids"
|
|
488
|
+
|
|
489
|
+
if suggest:
|
|
490
|
+
pulumi.log.warn(f"Key '{key}' not found in AlertConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
491
|
+
|
|
492
|
+
def __getitem__(self, key: str) -> Any:
|
|
493
|
+
AlertConfigurationResponse.__key_warning(key)
|
|
494
|
+
return super().__getitem__(key)
|
|
495
|
+
|
|
496
|
+
def get(self, key: str, default = None) -> Any:
|
|
497
|
+
AlertConfigurationResponse.__key_warning(key)
|
|
498
|
+
return super().get(key, default)
|
|
499
|
+
|
|
500
|
+
def __init__(__self__, *,
|
|
501
|
+
severity: builtins.str,
|
|
502
|
+
action_group_ids: Optional[Sequence[builtins.str]] = None,
|
|
503
|
+
description: Optional[builtins.str] = None):
|
|
504
|
+
"""
|
|
505
|
+
Alert configuration details
|
|
506
|
+
:param builtins.str severity: The severity of triggered alert.
|
|
507
|
+
:param Sequence[builtins.str] action_group_ids: Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
508
|
+
:param builtins.str description: The alert rule description.
|
|
509
|
+
"""
|
|
510
|
+
pulumi.set(__self__, "severity", severity)
|
|
511
|
+
if action_group_ids is not None:
|
|
512
|
+
pulumi.set(__self__, "action_group_ids", action_group_ids)
|
|
513
|
+
if description is not None:
|
|
514
|
+
pulumi.set(__self__, "description", description)
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter
|
|
518
|
+
def severity(self) -> builtins.str:
|
|
519
|
+
"""
|
|
520
|
+
The severity of triggered alert.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "severity")
|
|
523
|
+
|
|
524
|
+
@property
|
|
525
|
+
@pulumi.getter(name="actionGroupIds")
|
|
526
|
+
def action_group_ids(self) -> Optional[Sequence[builtins.str]]:
|
|
527
|
+
"""
|
|
528
|
+
Optional list of action group resource IDs to be notified when the alert is triggered.
|
|
529
|
+
"""
|
|
530
|
+
return pulumi.get(self, "action_group_ids")
|
|
531
|
+
|
|
532
|
+
@property
|
|
533
|
+
@pulumi.getter
|
|
534
|
+
def description(self) -> Optional[builtins.str]:
|
|
535
|
+
"""
|
|
536
|
+
The alert rule description.
|
|
537
|
+
"""
|
|
538
|
+
return pulumi.get(self, "description")
|
|
539
|
+
|
|
540
|
+
|
|
446
541
|
@pulumi.output_type
|
|
447
542
|
class AlertRuleAllOfConditionResponse(dict):
|
|
448
543
|
"""
|
|
@@ -643,6 +738,163 @@ class AlertRuleLeafConditionResponse(dict):
|
|
|
643
738
|
return pulumi.get(self, "field")
|
|
644
739
|
|
|
645
740
|
|
|
741
|
+
@pulumi.output_type
|
|
742
|
+
class ApplicationInsightsTopologyDiscoveryRulePropertiesResponse(dict):
|
|
743
|
+
"""
|
|
744
|
+
Discovery rule properties for an Application Insights topology query
|
|
745
|
+
"""
|
|
746
|
+
@staticmethod
|
|
747
|
+
def __key_warning(key: str):
|
|
748
|
+
suggest = None
|
|
749
|
+
if key == "addRecommendedSignals":
|
|
750
|
+
suggest = "add_recommended_signals"
|
|
751
|
+
elif key == "applicationInsightsResourceId":
|
|
752
|
+
suggest = "application_insights_resource_id"
|
|
753
|
+
elif key == "authenticationSetting":
|
|
754
|
+
suggest = "authentication_setting"
|
|
755
|
+
elif key == "deletionDate":
|
|
756
|
+
suggest = "deletion_date"
|
|
757
|
+
elif key == "discoverRelationships":
|
|
758
|
+
suggest = "discover_relationships"
|
|
759
|
+
elif key == "discoveryRuleKind":
|
|
760
|
+
suggest = "discovery_rule_kind"
|
|
761
|
+
elif key == "entityName":
|
|
762
|
+
suggest = "entity_name"
|
|
763
|
+
elif key == "provisioningState":
|
|
764
|
+
suggest = "provisioning_state"
|
|
765
|
+
elif key == "displayName":
|
|
766
|
+
suggest = "display_name"
|
|
767
|
+
|
|
768
|
+
if suggest:
|
|
769
|
+
pulumi.log.warn(f"Key '{key}' not found in ApplicationInsightsTopologyDiscoveryRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
770
|
+
|
|
771
|
+
def __getitem__(self, key: str) -> Any:
|
|
772
|
+
ApplicationInsightsTopologyDiscoveryRulePropertiesResponse.__key_warning(key)
|
|
773
|
+
return super().__getitem__(key)
|
|
774
|
+
|
|
775
|
+
def get(self, key: str, default = None) -> Any:
|
|
776
|
+
ApplicationInsightsTopologyDiscoveryRulePropertiesResponse.__key_warning(key)
|
|
777
|
+
return super().get(key, default)
|
|
778
|
+
|
|
779
|
+
def __init__(__self__, *,
|
|
780
|
+
add_recommended_signals: builtins.str,
|
|
781
|
+
application_insights_resource_id: builtins.str,
|
|
782
|
+
authentication_setting: builtins.str,
|
|
783
|
+
deletion_date: builtins.str,
|
|
784
|
+
discover_relationships: builtins.str,
|
|
785
|
+
discovery_rule_kind: builtins.str,
|
|
786
|
+
entity_name: builtins.str,
|
|
787
|
+
error: 'outputs.DiscoveryErrorResponse',
|
|
788
|
+
provisioning_state: builtins.str,
|
|
789
|
+
display_name: Optional[builtins.str] = None):
|
|
790
|
+
"""
|
|
791
|
+
Discovery rule properties for an Application Insights topology query
|
|
792
|
+
:param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
793
|
+
:param builtins.str application_insights_resource_id: Application Insights resource ID
|
|
794
|
+
:param 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.
|
|
795
|
+
:param builtins.str deletion_date: Date when the discovery rule was (soft-)deleted.
|
|
796
|
+
:param builtins.str discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
797
|
+
:param builtins.str discovery_rule_kind: Discovery rule relationship discovery behavior
|
|
798
|
+
Expected value is 'ApplicationInsightsTopology'.
|
|
799
|
+
:param builtins.str entity_name: Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
800
|
+
:param 'DiscoveryErrorResponse' error: Error details if the last discovery operation failed.
|
|
801
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
802
|
+
:param builtins.str display_name: Display name
|
|
803
|
+
"""
|
|
804
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
805
|
+
pulumi.set(__self__, "application_insights_resource_id", application_insights_resource_id)
|
|
806
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
807
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
808
|
+
pulumi.set(__self__, "discover_relationships", discover_relationships)
|
|
809
|
+
pulumi.set(__self__, "discovery_rule_kind", 'ApplicationInsightsTopology')
|
|
810
|
+
pulumi.set(__self__, "entity_name", entity_name)
|
|
811
|
+
pulumi.set(__self__, "error", error)
|
|
812
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
813
|
+
if display_name is not None:
|
|
814
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
815
|
+
|
|
816
|
+
@property
|
|
817
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
818
|
+
def add_recommended_signals(self) -> builtins.str:
|
|
819
|
+
"""
|
|
820
|
+
Whether to add all recommended signals to the discovered entities.
|
|
821
|
+
"""
|
|
822
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
@pulumi.getter(name="applicationInsightsResourceId")
|
|
826
|
+
def application_insights_resource_id(self) -> builtins.str:
|
|
827
|
+
"""
|
|
828
|
+
Application Insights resource ID
|
|
829
|
+
"""
|
|
830
|
+
return pulumi.get(self, "application_insights_resource_id")
|
|
831
|
+
|
|
832
|
+
@property
|
|
833
|
+
@pulumi.getter(name="authenticationSetting")
|
|
834
|
+
def authentication_setting(self) -> builtins.str:
|
|
835
|
+
"""
|
|
836
|
+
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.
|
|
837
|
+
"""
|
|
838
|
+
return pulumi.get(self, "authentication_setting")
|
|
839
|
+
|
|
840
|
+
@property
|
|
841
|
+
@pulumi.getter(name="deletionDate")
|
|
842
|
+
def deletion_date(self) -> builtins.str:
|
|
843
|
+
"""
|
|
844
|
+
Date when the discovery rule was (soft-)deleted.
|
|
845
|
+
"""
|
|
846
|
+
return pulumi.get(self, "deletion_date")
|
|
847
|
+
|
|
848
|
+
@property
|
|
849
|
+
@pulumi.getter(name="discoverRelationships")
|
|
850
|
+
def discover_relationships(self) -> builtins.str:
|
|
851
|
+
"""
|
|
852
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
853
|
+
"""
|
|
854
|
+
return pulumi.get(self, "discover_relationships")
|
|
855
|
+
|
|
856
|
+
@property
|
|
857
|
+
@pulumi.getter(name="discoveryRuleKind")
|
|
858
|
+
def discovery_rule_kind(self) -> builtins.str:
|
|
859
|
+
"""
|
|
860
|
+
Discovery rule relationship discovery behavior
|
|
861
|
+
Expected value is 'ApplicationInsightsTopology'.
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "discovery_rule_kind")
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
@pulumi.getter(name="entityName")
|
|
867
|
+
def entity_name(self) -> builtins.str:
|
|
868
|
+
"""
|
|
869
|
+
Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
870
|
+
"""
|
|
871
|
+
return pulumi.get(self, "entity_name")
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
@pulumi.getter
|
|
875
|
+
def error(self) -> 'outputs.DiscoveryErrorResponse':
|
|
876
|
+
"""
|
|
877
|
+
Error details if the last discovery operation failed.
|
|
878
|
+
"""
|
|
879
|
+
return pulumi.get(self, "error")
|
|
880
|
+
|
|
881
|
+
@property
|
|
882
|
+
@pulumi.getter(name="provisioningState")
|
|
883
|
+
def provisioning_state(self) -> builtins.str:
|
|
884
|
+
"""
|
|
885
|
+
The status of the last operation.
|
|
886
|
+
"""
|
|
887
|
+
return pulumi.get(self, "provisioning_state")
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
@pulumi.getter(name="displayName")
|
|
891
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
892
|
+
"""
|
|
893
|
+
Display name
|
|
894
|
+
"""
|
|
895
|
+
return pulumi.get(self, "display_name")
|
|
896
|
+
|
|
897
|
+
|
|
646
898
|
@pulumi.output_type
|
|
647
899
|
class ArmRoleReceiverResponse(dict):
|
|
648
900
|
"""
|
|
@@ -1471,6 +1723,72 @@ class AzureMonitorWorkspaceResponseMetrics(dict):
|
|
|
1471
1723
|
return pulumi.get(self, "prometheus_query_endpoint")
|
|
1472
1724
|
|
|
1473
1725
|
|
|
1726
|
+
@pulumi.output_type
|
|
1727
|
+
class AzureMonitorWorkspaceSignalGroupResponse(dict):
|
|
1728
|
+
"""
|
|
1729
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
1730
|
+
"""
|
|
1731
|
+
@staticmethod
|
|
1732
|
+
def __key_warning(key: str):
|
|
1733
|
+
suggest = None
|
|
1734
|
+
if key == "authenticationSetting":
|
|
1735
|
+
suggest = "authentication_setting"
|
|
1736
|
+
elif key == "azureMonitorWorkspaceResourceId":
|
|
1737
|
+
suggest = "azure_monitor_workspace_resource_id"
|
|
1738
|
+
elif key == "signalAssignments":
|
|
1739
|
+
suggest = "signal_assignments"
|
|
1740
|
+
|
|
1741
|
+
if suggest:
|
|
1742
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1743
|
+
|
|
1744
|
+
def __getitem__(self, key: str) -> Any:
|
|
1745
|
+
AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
|
|
1746
|
+
return super().__getitem__(key)
|
|
1747
|
+
|
|
1748
|
+
def get(self, key: str, default = None) -> Any:
|
|
1749
|
+
AzureMonitorWorkspaceSignalGroupResponse.__key_warning(key)
|
|
1750
|
+
return super().get(key, default)
|
|
1751
|
+
|
|
1752
|
+
def __init__(__self__, *,
|
|
1753
|
+
authentication_setting: builtins.str,
|
|
1754
|
+
azure_monitor_workspace_resource_id: builtins.str,
|
|
1755
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
1756
|
+
"""
|
|
1757
|
+
A grouping of signal assignments for a Azure Monitor Workspace
|
|
1758
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
1759
|
+
:param builtins.str azure_monitor_workspace_resource_id: Azure Monitor workspace resource ID
|
|
1760
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1761
|
+
"""
|
|
1762
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
1763
|
+
pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
|
|
1764
|
+
if signal_assignments is not None:
|
|
1765
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
1766
|
+
|
|
1767
|
+
@property
|
|
1768
|
+
@pulumi.getter(name="authenticationSetting")
|
|
1769
|
+
def authentication_setting(self) -> builtins.str:
|
|
1770
|
+
"""
|
|
1771
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1772
|
+
"""
|
|
1773
|
+
return pulumi.get(self, "authentication_setting")
|
|
1774
|
+
|
|
1775
|
+
@property
|
|
1776
|
+
@pulumi.getter(name="azureMonitorWorkspaceResourceId")
|
|
1777
|
+
def azure_monitor_workspace_resource_id(self) -> builtins.str:
|
|
1778
|
+
"""
|
|
1779
|
+
Azure Monitor workspace resource ID
|
|
1780
|
+
"""
|
|
1781
|
+
return pulumi.get(self, "azure_monitor_workspace_resource_id")
|
|
1782
|
+
|
|
1783
|
+
@property
|
|
1784
|
+
@pulumi.getter(name="signalAssignments")
|
|
1785
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
1786
|
+
"""
|
|
1787
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1788
|
+
"""
|
|
1789
|
+
return pulumi.get(self, "signal_assignments")
|
|
1790
|
+
|
|
1791
|
+
|
|
1474
1792
|
@pulumi.output_type
|
|
1475
1793
|
class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
|
|
1476
1794
|
"""
|
|
@@ -1504,6 +1822,72 @@ class AzureResourceManagerCommonTypesExtendedLocationResponse(dict):
|
|
|
1504
1822
|
return pulumi.get(self, "type")
|
|
1505
1823
|
|
|
1506
1824
|
|
|
1825
|
+
@pulumi.output_type
|
|
1826
|
+
class AzureResourceSignalGroupResponse(dict):
|
|
1827
|
+
"""
|
|
1828
|
+
A grouping of signal assignments for an Azure resource
|
|
1829
|
+
"""
|
|
1830
|
+
@staticmethod
|
|
1831
|
+
def __key_warning(key: str):
|
|
1832
|
+
suggest = None
|
|
1833
|
+
if key == "authenticationSetting":
|
|
1834
|
+
suggest = "authentication_setting"
|
|
1835
|
+
elif key == "azureResourceId":
|
|
1836
|
+
suggest = "azure_resource_id"
|
|
1837
|
+
elif key == "signalAssignments":
|
|
1838
|
+
suggest = "signal_assignments"
|
|
1839
|
+
|
|
1840
|
+
if suggest:
|
|
1841
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureResourceSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1842
|
+
|
|
1843
|
+
def __getitem__(self, key: str) -> Any:
|
|
1844
|
+
AzureResourceSignalGroupResponse.__key_warning(key)
|
|
1845
|
+
return super().__getitem__(key)
|
|
1846
|
+
|
|
1847
|
+
def get(self, key: str, default = None) -> Any:
|
|
1848
|
+
AzureResourceSignalGroupResponse.__key_warning(key)
|
|
1849
|
+
return super().get(key, default)
|
|
1850
|
+
|
|
1851
|
+
def __init__(__self__, *,
|
|
1852
|
+
authentication_setting: builtins.str,
|
|
1853
|
+
azure_resource_id: builtins.str,
|
|
1854
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
1855
|
+
"""
|
|
1856
|
+
A grouping of signal assignments for an Azure resource
|
|
1857
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
1858
|
+
:param builtins.str azure_resource_id: Azure resource ID
|
|
1859
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1860
|
+
"""
|
|
1861
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
1862
|
+
pulumi.set(__self__, "azure_resource_id", azure_resource_id)
|
|
1863
|
+
if signal_assignments is not None:
|
|
1864
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
1865
|
+
|
|
1866
|
+
@property
|
|
1867
|
+
@pulumi.getter(name="authenticationSetting")
|
|
1868
|
+
def authentication_setting(self) -> builtins.str:
|
|
1869
|
+
"""
|
|
1870
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
1871
|
+
"""
|
|
1872
|
+
return pulumi.get(self, "authentication_setting")
|
|
1873
|
+
|
|
1874
|
+
@property
|
|
1875
|
+
@pulumi.getter(name="azureResourceId")
|
|
1876
|
+
def azure_resource_id(self) -> builtins.str:
|
|
1877
|
+
"""
|
|
1878
|
+
Azure resource ID
|
|
1879
|
+
"""
|
|
1880
|
+
return pulumi.get(self, "azure_resource_id")
|
|
1881
|
+
|
|
1882
|
+
@property
|
|
1883
|
+
@pulumi.getter(name="signalAssignments")
|
|
1884
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
1885
|
+
"""
|
|
1886
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
1887
|
+
"""
|
|
1888
|
+
return pulumi.get(self, "signal_assignments")
|
|
1889
|
+
|
|
1890
|
+
|
|
1507
1891
|
@pulumi.output_type
|
|
1508
1892
|
class BatchProcessorResponse(dict):
|
|
1509
1893
|
"""
|
|
@@ -3263,6 +3647,75 @@ class DataSourcesSpecResponseDataImports(dict):
|
|
|
3263
3647
|
return pulumi.get(self, "event_hub")
|
|
3264
3648
|
|
|
3265
3649
|
|
|
3650
|
+
@pulumi.output_type
|
|
3651
|
+
class DependenciesSignalGroupResponse(dict):
|
|
3652
|
+
"""
|
|
3653
|
+
Properties for dependent entities, i.e. child entities
|
|
3654
|
+
"""
|
|
3655
|
+
@staticmethod
|
|
3656
|
+
def __key_warning(key: str):
|
|
3657
|
+
suggest = None
|
|
3658
|
+
if key == "aggregationType":
|
|
3659
|
+
suggest = "aggregation_type"
|
|
3660
|
+
elif key == "degradedThreshold":
|
|
3661
|
+
suggest = "degraded_threshold"
|
|
3662
|
+
elif key == "unhealthyThreshold":
|
|
3663
|
+
suggest = "unhealthy_threshold"
|
|
3664
|
+
|
|
3665
|
+
if suggest:
|
|
3666
|
+
pulumi.log.warn(f"Key '{key}' not found in DependenciesSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3667
|
+
|
|
3668
|
+
def __getitem__(self, key: str) -> Any:
|
|
3669
|
+
DependenciesSignalGroupResponse.__key_warning(key)
|
|
3670
|
+
return super().__getitem__(key)
|
|
3671
|
+
|
|
3672
|
+
def get(self, key: str, default = None) -> Any:
|
|
3673
|
+
DependenciesSignalGroupResponse.__key_warning(key)
|
|
3674
|
+
return super().get(key, default)
|
|
3675
|
+
|
|
3676
|
+
def __init__(__self__, *,
|
|
3677
|
+
aggregation_type: Optional[builtins.str] = None,
|
|
3678
|
+
degraded_threshold: Optional[builtins.str] = None,
|
|
3679
|
+
unhealthy_threshold: Optional[builtins.str] = None):
|
|
3680
|
+
"""
|
|
3681
|
+
Properties for dependent entities, i.e. child entities
|
|
3682
|
+
:param builtins.str aggregation_type: Aggregation type for child dependencies.
|
|
3683
|
+
:param 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'.
|
|
3684
|
+
:param 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'.
|
|
3685
|
+
"""
|
|
3686
|
+
if aggregation_type is None:
|
|
3687
|
+
aggregation_type = 'WorstOf'
|
|
3688
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
3689
|
+
if degraded_threshold is not None:
|
|
3690
|
+
pulumi.set(__self__, "degraded_threshold", degraded_threshold)
|
|
3691
|
+
if unhealthy_threshold is not None:
|
|
3692
|
+
pulumi.set(__self__, "unhealthy_threshold", unhealthy_threshold)
|
|
3693
|
+
|
|
3694
|
+
@property
|
|
3695
|
+
@pulumi.getter(name="aggregationType")
|
|
3696
|
+
def aggregation_type(self) -> builtins.str:
|
|
3697
|
+
"""
|
|
3698
|
+
Aggregation type for child dependencies.
|
|
3699
|
+
"""
|
|
3700
|
+
return pulumi.get(self, "aggregation_type")
|
|
3701
|
+
|
|
3702
|
+
@property
|
|
3703
|
+
@pulumi.getter(name="degradedThreshold")
|
|
3704
|
+
def degraded_threshold(self) -> Optional[builtins.str]:
|
|
3705
|
+
"""
|
|
3706
|
+
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'.
|
|
3707
|
+
"""
|
|
3708
|
+
return pulumi.get(self, "degraded_threshold")
|
|
3709
|
+
|
|
3710
|
+
@property
|
|
3711
|
+
@pulumi.getter(name="unhealthyThreshold")
|
|
3712
|
+
def unhealthy_threshold(self) -> Optional[builtins.str]:
|
|
3713
|
+
"""
|
|
3714
|
+
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'.
|
|
3715
|
+
"""
|
|
3716
|
+
return pulumi.get(self, "unhealthy_threshold")
|
|
3717
|
+
|
|
3718
|
+
|
|
3266
3719
|
@pulumi.output_type
|
|
3267
3720
|
class DestinationsSpecResponseAzureMonitorMetrics(dict):
|
|
3268
3721
|
"""
|
|
@@ -3411,6 +3864,118 @@ class DimensionResponse(dict):
|
|
|
3411
3864
|
return pulumi.get(self, "values")
|
|
3412
3865
|
|
|
3413
3866
|
|
|
3867
|
+
@pulumi.output_type
|
|
3868
|
+
class DiscoveryErrorResponse(dict):
|
|
3869
|
+
"""
|
|
3870
|
+
Error details for a failed discovery operation
|
|
3871
|
+
"""
|
|
3872
|
+
def __init__(__self__, *,
|
|
3873
|
+
context: Sequence[builtins.str],
|
|
3874
|
+
message: builtins.str):
|
|
3875
|
+
"""
|
|
3876
|
+
Error details for a failed discovery operation
|
|
3877
|
+
:param Sequence[builtins.str] context: Additional context information, like resource IDs or query details
|
|
3878
|
+
:param builtins.str message: Error message
|
|
3879
|
+
"""
|
|
3880
|
+
pulumi.set(__self__, "context", context)
|
|
3881
|
+
pulumi.set(__self__, "message", message)
|
|
3882
|
+
|
|
3883
|
+
@property
|
|
3884
|
+
@pulumi.getter
|
|
3885
|
+
def context(self) -> Sequence[builtins.str]:
|
|
3886
|
+
"""
|
|
3887
|
+
Additional context information, like resource IDs or query details
|
|
3888
|
+
"""
|
|
3889
|
+
return pulumi.get(self, "context")
|
|
3890
|
+
|
|
3891
|
+
@property
|
|
3892
|
+
@pulumi.getter
|
|
3893
|
+
def message(self) -> builtins.str:
|
|
3894
|
+
"""
|
|
3895
|
+
Error message
|
|
3896
|
+
"""
|
|
3897
|
+
return pulumi.get(self, "message")
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
@pulumi.output_type
|
|
3901
|
+
class DynamicDetectionRuleResponse(dict):
|
|
3902
|
+
"""
|
|
3903
|
+
ML-based evaluation rule for a signal definition
|
|
3904
|
+
"""
|
|
3905
|
+
@staticmethod
|
|
3906
|
+
def __key_warning(key: str):
|
|
3907
|
+
suggest = None
|
|
3908
|
+
if key == "dynamicThresholdDirection":
|
|
3909
|
+
suggest = "dynamic_threshold_direction"
|
|
3910
|
+
elif key == "dynamicThresholdModel":
|
|
3911
|
+
suggest = "dynamic_threshold_model"
|
|
3912
|
+
elif key == "modelSensitivity":
|
|
3913
|
+
suggest = "model_sensitivity"
|
|
3914
|
+
elif key == "trainingStartTime":
|
|
3915
|
+
suggest = "training_start_time"
|
|
3916
|
+
|
|
3917
|
+
if suggest:
|
|
3918
|
+
pulumi.log.warn(f"Key '{key}' not found in DynamicDetectionRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
3919
|
+
|
|
3920
|
+
def __getitem__(self, key: str) -> Any:
|
|
3921
|
+
DynamicDetectionRuleResponse.__key_warning(key)
|
|
3922
|
+
return super().__getitem__(key)
|
|
3923
|
+
|
|
3924
|
+
def get(self, key: str, default = None) -> Any:
|
|
3925
|
+
DynamicDetectionRuleResponse.__key_warning(key)
|
|
3926
|
+
return super().get(key, default)
|
|
3927
|
+
|
|
3928
|
+
def __init__(__self__, *,
|
|
3929
|
+
dynamic_threshold_direction: builtins.str,
|
|
3930
|
+
dynamic_threshold_model: builtins.str,
|
|
3931
|
+
model_sensitivity: builtins.float,
|
|
3932
|
+
training_start_time: Optional[builtins.str] = None):
|
|
3933
|
+
"""
|
|
3934
|
+
ML-based evaluation rule for a signal definition
|
|
3935
|
+
:param builtins.str dynamic_threshold_direction: Threshold direction
|
|
3936
|
+
:param builtins.str dynamic_threshold_model: ML model to use for dynamic thresholds
|
|
3937
|
+
:param builtins.float model_sensitivity: ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
3938
|
+
:param builtins.str training_start_time: Start time of the training in UTC.
|
|
3939
|
+
"""
|
|
3940
|
+
pulumi.set(__self__, "dynamic_threshold_direction", dynamic_threshold_direction)
|
|
3941
|
+
pulumi.set(__self__, "dynamic_threshold_model", dynamic_threshold_model)
|
|
3942
|
+
pulumi.set(__self__, "model_sensitivity", model_sensitivity)
|
|
3943
|
+
if training_start_time is not None:
|
|
3944
|
+
pulumi.set(__self__, "training_start_time", training_start_time)
|
|
3945
|
+
|
|
3946
|
+
@property
|
|
3947
|
+
@pulumi.getter(name="dynamicThresholdDirection")
|
|
3948
|
+
def dynamic_threshold_direction(self) -> builtins.str:
|
|
3949
|
+
"""
|
|
3950
|
+
Threshold direction
|
|
3951
|
+
"""
|
|
3952
|
+
return pulumi.get(self, "dynamic_threshold_direction")
|
|
3953
|
+
|
|
3954
|
+
@property
|
|
3955
|
+
@pulumi.getter(name="dynamicThresholdModel")
|
|
3956
|
+
def dynamic_threshold_model(self) -> builtins.str:
|
|
3957
|
+
"""
|
|
3958
|
+
ML model to use for dynamic thresholds
|
|
3959
|
+
"""
|
|
3960
|
+
return pulumi.get(self, "dynamic_threshold_model")
|
|
3961
|
+
|
|
3962
|
+
@property
|
|
3963
|
+
@pulumi.getter(name="modelSensitivity")
|
|
3964
|
+
def model_sensitivity(self) -> builtins.float:
|
|
3965
|
+
"""
|
|
3966
|
+
ML model sensitivity. Lowest value = high sensitivity. Supported step size = 0.5
|
|
3967
|
+
"""
|
|
3968
|
+
return pulumi.get(self, "model_sensitivity")
|
|
3969
|
+
|
|
3970
|
+
@property
|
|
3971
|
+
@pulumi.getter(name="trainingStartTime")
|
|
3972
|
+
def training_start_time(self) -> Optional[builtins.str]:
|
|
3973
|
+
"""
|
|
3974
|
+
Start time of the training in UTC.
|
|
3975
|
+
"""
|
|
3976
|
+
return pulumi.get(self, "training_start_time")
|
|
3977
|
+
|
|
3978
|
+
|
|
3414
3979
|
@pulumi.output_type
|
|
3415
3980
|
class DynamicMetricCriteriaResponse(dict):
|
|
3416
3981
|
"""
|
|
@@ -3782,8 +4347,340 @@ class EmailReceiverResponse(dict):
|
|
|
3782
4347
|
|
|
3783
4348
|
|
|
3784
4349
|
@pulumi.output_type
|
|
3785
|
-
class
|
|
3786
|
-
|
|
4350
|
+
class EntityAlertsResponse(dict):
|
|
4351
|
+
"""
|
|
4352
|
+
Alert configuration for an entity
|
|
4353
|
+
"""
|
|
4354
|
+
def __init__(__self__, *,
|
|
4355
|
+
degraded: Optional['outputs.AlertConfigurationResponse'] = None,
|
|
4356
|
+
unhealthy: Optional['outputs.AlertConfigurationResponse'] = None):
|
|
4357
|
+
"""
|
|
4358
|
+
Alert configuration for an entity
|
|
4359
|
+
:param 'AlertConfigurationResponse' degraded: Alert to be triggered on state change to degraded
|
|
4360
|
+
:param 'AlertConfigurationResponse' unhealthy: Alert to be triggered on state change to unhealthy
|
|
4361
|
+
"""
|
|
4362
|
+
if degraded is not None:
|
|
4363
|
+
pulumi.set(__self__, "degraded", degraded)
|
|
4364
|
+
if unhealthy is not None:
|
|
4365
|
+
pulumi.set(__self__, "unhealthy", unhealthy)
|
|
4366
|
+
|
|
4367
|
+
@property
|
|
4368
|
+
@pulumi.getter
|
|
4369
|
+
def degraded(self) -> Optional['outputs.AlertConfigurationResponse']:
|
|
4370
|
+
"""
|
|
4371
|
+
Alert to be triggered on state change to degraded
|
|
4372
|
+
"""
|
|
4373
|
+
return pulumi.get(self, "degraded")
|
|
4374
|
+
|
|
4375
|
+
@property
|
|
4376
|
+
@pulumi.getter
|
|
4377
|
+
def unhealthy(self) -> Optional['outputs.AlertConfigurationResponse']:
|
|
4378
|
+
"""
|
|
4379
|
+
Alert to be triggered on state change to unhealthy
|
|
4380
|
+
"""
|
|
4381
|
+
return pulumi.get(self, "unhealthy")
|
|
4382
|
+
|
|
4383
|
+
|
|
4384
|
+
@pulumi.output_type
|
|
4385
|
+
class EntityCoordinatesResponse(dict):
|
|
4386
|
+
"""
|
|
4387
|
+
Visual position of the entity
|
|
4388
|
+
"""
|
|
4389
|
+
def __init__(__self__, *,
|
|
4390
|
+
x: builtins.float,
|
|
4391
|
+
y: builtins.float):
|
|
4392
|
+
"""
|
|
4393
|
+
Visual position of the entity
|
|
4394
|
+
:param builtins.float x: X Coordinate
|
|
4395
|
+
:param builtins.float y: Y Coordinate
|
|
4396
|
+
"""
|
|
4397
|
+
pulumi.set(__self__, "x", x)
|
|
4398
|
+
pulumi.set(__self__, "y", y)
|
|
4399
|
+
|
|
4400
|
+
@property
|
|
4401
|
+
@pulumi.getter
|
|
4402
|
+
def x(self) -> builtins.float:
|
|
4403
|
+
"""
|
|
4404
|
+
X Coordinate
|
|
4405
|
+
"""
|
|
4406
|
+
return pulumi.get(self, "x")
|
|
4407
|
+
|
|
4408
|
+
@property
|
|
4409
|
+
@pulumi.getter
|
|
4410
|
+
def y(self) -> builtins.float:
|
|
4411
|
+
"""
|
|
4412
|
+
Y Coordinate
|
|
4413
|
+
"""
|
|
4414
|
+
return pulumi.get(self, "y")
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
@pulumi.output_type
|
|
4418
|
+
class EntityPropertiesResponse(dict):
|
|
4419
|
+
"""
|
|
4420
|
+
Properties which are common across all kinds of entities
|
|
4421
|
+
"""
|
|
4422
|
+
@staticmethod
|
|
4423
|
+
def __key_warning(key: str):
|
|
4424
|
+
suggest = None
|
|
4425
|
+
if key == "deletionDate":
|
|
4426
|
+
suggest = "deletion_date"
|
|
4427
|
+
elif key == "discoveredBy":
|
|
4428
|
+
suggest = "discovered_by"
|
|
4429
|
+
elif key == "healthState":
|
|
4430
|
+
suggest = "health_state"
|
|
4431
|
+
elif key == "provisioningState":
|
|
4432
|
+
suggest = "provisioning_state"
|
|
4433
|
+
elif key == "canvasPosition":
|
|
4434
|
+
suggest = "canvas_position"
|
|
4435
|
+
elif key == "displayName":
|
|
4436
|
+
suggest = "display_name"
|
|
4437
|
+
elif key == "healthObjective":
|
|
4438
|
+
suggest = "health_objective"
|
|
4439
|
+
|
|
4440
|
+
if suggest:
|
|
4441
|
+
pulumi.log.warn(f"Key '{key}' not found in EntityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4442
|
+
|
|
4443
|
+
def __getitem__(self, key: str) -> Any:
|
|
4444
|
+
EntityPropertiesResponse.__key_warning(key)
|
|
4445
|
+
return super().__getitem__(key)
|
|
4446
|
+
|
|
4447
|
+
def get(self, key: str, default = None) -> Any:
|
|
4448
|
+
EntityPropertiesResponse.__key_warning(key)
|
|
4449
|
+
return super().get(key, default)
|
|
4450
|
+
|
|
4451
|
+
def __init__(__self__, *,
|
|
4452
|
+
deletion_date: builtins.str,
|
|
4453
|
+
discovered_by: builtins.str,
|
|
4454
|
+
health_state: builtins.str,
|
|
4455
|
+
provisioning_state: builtins.str,
|
|
4456
|
+
alerts: Optional['outputs.EntityAlertsResponse'] = None,
|
|
4457
|
+
canvas_position: Optional['outputs.EntityCoordinatesResponse'] = None,
|
|
4458
|
+
display_name: Optional[builtins.str] = None,
|
|
4459
|
+
health_objective: Optional[builtins.float] = None,
|
|
4460
|
+
icon: Optional['outputs.IconDefinitionResponse'] = None,
|
|
4461
|
+
impact: Optional[builtins.str] = None,
|
|
4462
|
+
kind: Optional[builtins.str] = None,
|
|
4463
|
+
signals: Optional['outputs.SignalGroupResponse'] = None,
|
|
4464
|
+
tags: Optional[Mapping[str, builtins.str]] = None):
|
|
4465
|
+
"""
|
|
4466
|
+
Properties which are common across all kinds of entities
|
|
4467
|
+
:param builtins.str deletion_date: Date when the entity was (soft-)deleted
|
|
4468
|
+
:param builtins.str discovered_by: Discovered by which discovery rule. If set, the entity cannot be deleted manually.
|
|
4469
|
+
:param builtins.str health_state: Health state of this entity
|
|
4470
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
4471
|
+
:param 'EntityAlertsResponse' alerts: Alert configuration for this entity
|
|
4472
|
+
:param 'EntityCoordinatesResponse' canvas_position: Positioning of the entity on the model canvas
|
|
4473
|
+
:param builtins.str display_name: Display name
|
|
4474
|
+
:param builtins.float health_objective: Health objective as a percentage of time the entity should be healthy.
|
|
4475
|
+
:param 'IconDefinitionResponse' icon: Visual icon definition. If not set, a default icon is used.
|
|
4476
|
+
:param builtins.str impact: Impact of the entity in health state propagation
|
|
4477
|
+
:param builtins.str kind: Entity kind
|
|
4478
|
+
:param 'SignalGroupResponse' signals: Signal groups which are assigned to this entity
|
|
4479
|
+
:param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
|
|
4480
|
+
"""
|
|
4481
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
4482
|
+
pulumi.set(__self__, "discovered_by", discovered_by)
|
|
4483
|
+
pulumi.set(__self__, "health_state", health_state)
|
|
4484
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
4485
|
+
if alerts is not None:
|
|
4486
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
4487
|
+
if canvas_position is not None:
|
|
4488
|
+
pulumi.set(__self__, "canvas_position", canvas_position)
|
|
4489
|
+
if display_name is not None:
|
|
4490
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
4491
|
+
if health_objective is not None:
|
|
4492
|
+
pulumi.set(__self__, "health_objective", health_objective)
|
|
4493
|
+
if icon is not None:
|
|
4494
|
+
pulumi.set(__self__, "icon", icon)
|
|
4495
|
+
if impact is None:
|
|
4496
|
+
impact = 'Standard'
|
|
4497
|
+
if impact is not None:
|
|
4498
|
+
pulumi.set(__self__, "impact", impact)
|
|
4499
|
+
if kind is None:
|
|
4500
|
+
kind = 'Default'
|
|
4501
|
+
if kind is not None:
|
|
4502
|
+
pulumi.set(__self__, "kind", kind)
|
|
4503
|
+
if signals is not None:
|
|
4504
|
+
pulumi.set(__self__, "signals", signals)
|
|
4505
|
+
if tags is not None:
|
|
4506
|
+
pulumi.set(__self__, "tags", tags)
|
|
4507
|
+
|
|
4508
|
+
@property
|
|
4509
|
+
@pulumi.getter(name="deletionDate")
|
|
4510
|
+
def deletion_date(self) -> builtins.str:
|
|
4511
|
+
"""
|
|
4512
|
+
Date when the entity was (soft-)deleted
|
|
4513
|
+
"""
|
|
4514
|
+
return pulumi.get(self, "deletion_date")
|
|
4515
|
+
|
|
4516
|
+
@property
|
|
4517
|
+
@pulumi.getter(name="discoveredBy")
|
|
4518
|
+
def discovered_by(self) -> builtins.str:
|
|
4519
|
+
"""
|
|
4520
|
+
Discovered by which discovery rule. If set, the entity cannot be deleted manually.
|
|
4521
|
+
"""
|
|
4522
|
+
return pulumi.get(self, "discovered_by")
|
|
4523
|
+
|
|
4524
|
+
@property
|
|
4525
|
+
@pulumi.getter(name="healthState")
|
|
4526
|
+
def health_state(self) -> builtins.str:
|
|
4527
|
+
"""
|
|
4528
|
+
Health state of this entity
|
|
4529
|
+
"""
|
|
4530
|
+
return pulumi.get(self, "health_state")
|
|
4531
|
+
|
|
4532
|
+
@property
|
|
4533
|
+
@pulumi.getter(name="provisioningState")
|
|
4534
|
+
def provisioning_state(self) -> builtins.str:
|
|
4535
|
+
"""
|
|
4536
|
+
The status of the last operation.
|
|
4537
|
+
"""
|
|
4538
|
+
return pulumi.get(self, "provisioning_state")
|
|
4539
|
+
|
|
4540
|
+
@property
|
|
4541
|
+
@pulumi.getter
|
|
4542
|
+
def alerts(self) -> Optional['outputs.EntityAlertsResponse']:
|
|
4543
|
+
"""
|
|
4544
|
+
Alert configuration for this entity
|
|
4545
|
+
"""
|
|
4546
|
+
return pulumi.get(self, "alerts")
|
|
4547
|
+
|
|
4548
|
+
@property
|
|
4549
|
+
@pulumi.getter(name="canvasPosition")
|
|
4550
|
+
def canvas_position(self) -> Optional['outputs.EntityCoordinatesResponse']:
|
|
4551
|
+
"""
|
|
4552
|
+
Positioning of the entity on the model canvas
|
|
4553
|
+
"""
|
|
4554
|
+
return pulumi.get(self, "canvas_position")
|
|
4555
|
+
|
|
4556
|
+
@property
|
|
4557
|
+
@pulumi.getter(name="displayName")
|
|
4558
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
4559
|
+
"""
|
|
4560
|
+
Display name
|
|
4561
|
+
"""
|
|
4562
|
+
return pulumi.get(self, "display_name")
|
|
4563
|
+
|
|
4564
|
+
@property
|
|
4565
|
+
@pulumi.getter(name="healthObjective")
|
|
4566
|
+
def health_objective(self) -> Optional[builtins.float]:
|
|
4567
|
+
"""
|
|
4568
|
+
Health objective as a percentage of time the entity should be healthy.
|
|
4569
|
+
"""
|
|
4570
|
+
return pulumi.get(self, "health_objective")
|
|
4571
|
+
|
|
4572
|
+
@property
|
|
4573
|
+
@pulumi.getter
|
|
4574
|
+
def icon(self) -> Optional['outputs.IconDefinitionResponse']:
|
|
4575
|
+
"""
|
|
4576
|
+
Visual icon definition. If not set, a default icon is used.
|
|
4577
|
+
"""
|
|
4578
|
+
return pulumi.get(self, "icon")
|
|
4579
|
+
|
|
4580
|
+
@property
|
|
4581
|
+
@pulumi.getter
|
|
4582
|
+
def impact(self) -> Optional[builtins.str]:
|
|
4583
|
+
"""
|
|
4584
|
+
Impact of the entity in health state propagation
|
|
4585
|
+
"""
|
|
4586
|
+
return pulumi.get(self, "impact")
|
|
4587
|
+
|
|
4588
|
+
@property
|
|
4589
|
+
@pulumi.getter
|
|
4590
|
+
def kind(self) -> Optional[builtins.str]:
|
|
4591
|
+
"""
|
|
4592
|
+
Entity kind
|
|
4593
|
+
"""
|
|
4594
|
+
return pulumi.get(self, "kind")
|
|
4595
|
+
|
|
4596
|
+
@property
|
|
4597
|
+
@pulumi.getter
|
|
4598
|
+
def signals(self) -> Optional['outputs.SignalGroupResponse']:
|
|
4599
|
+
"""
|
|
4600
|
+
Signal groups which are assigned to this entity
|
|
4601
|
+
"""
|
|
4602
|
+
return pulumi.get(self, "signals")
|
|
4603
|
+
|
|
4604
|
+
@property
|
|
4605
|
+
@pulumi.getter
|
|
4606
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
4607
|
+
"""
|
|
4608
|
+
Optional set of labels (key-value pairs)
|
|
4609
|
+
"""
|
|
4610
|
+
return pulumi.get(self, "tags")
|
|
4611
|
+
|
|
4612
|
+
|
|
4613
|
+
@pulumi.output_type
|
|
4614
|
+
class EvaluationRuleResponse(dict):
|
|
4615
|
+
"""
|
|
4616
|
+
Evaluation rule for a signal definition
|
|
4617
|
+
"""
|
|
4618
|
+
@staticmethod
|
|
4619
|
+
def __key_warning(key: str):
|
|
4620
|
+
suggest = None
|
|
4621
|
+
if key == "degradedRule":
|
|
4622
|
+
suggest = "degraded_rule"
|
|
4623
|
+
elif key == "dynamicDetectionRule":
|
|
4624
|
+
suggest = "dynamic_detection_rule"
|
|
4625
|
+
elif key == "unhealthyRule":
|
|
4626
|
+
suggest = "unhealthy_rule"
|
|
4627
|
+
|
|
4628
|
+
if suggest:
|
|
4629
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4630
|
+
|
|
4631
|
+
def __getitem__(self, key: str) -> Any:
|
|
4632
|
+
EvaluationRuleResponse.__key_warning(key)
|
|
4633
|
+
return super().__getitem__(key)
|
|
4634
|
+
|
|
4635
|
+
def get(self, key: str, default = None) -> Any:
|
|
4636
|
+
EvaluationRuleResponse.__key_warning(key)
|
|
4637
|
+
return super().get(key, default)
|
|
4638
|
+
|
|
4639
|
+
def __init__(__self__, *,
|
|
4640
|
+
degraded_rule: Optional['outputs.ThresholdRuleResponse'] = None,
|
|
4641
|
+
dynamic_detection_rule: Optional['outputs.DynamicDetectionRuleResponse'] = None,
|
|
4642
|
+
unhealthy_rule: Optional['outputs.ThresholdRuleResponse'] = None):
|
|
4643
|
+
"""
|
|
4644
|
+
Evaluation rule for a signal definition
|
|
4645
|
+
:param 'ThresholdRuleResponse' degraded_rule: Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4646
|
+
:param 'DynamicDetectionRuleResponse' dynamic_detection_rule: Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
4647
|
+
:param 'ThresholdRuleResponse' unhealthy_rule: Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4648
|
+
"""
|
|
4649
|
+
if degraded_rule is not None:
|
|
4650
|
+
pulumi.set(__self__, "degraded_rule", degraded_rule)
|
|
4651
|
+
if dynamic_detection_rule is not None:
|
|
4652
|
+
pulumi.set(__self__, "dynamic_detection_rule", dynamic_detection_rule)
|
|
4653
|
+
if unhealthy_rule is not None:
|
|
4654
|
+
pulumi.set(__self__, "unhealthy_rule", unhealthy_rule)
|
|
4655
|
+
|
|
4656
|
+
@property
|
|
4657
|
+
@pulumi.getter(name="degradedRule")
|
|
4658
|
+
def degraded_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
|
|
4659
|
+
"""
|
|
4660
|
+
Degraded rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4661
|
+
"""
|
|
4662
|
+
return pulumi.get(self, "degraded_rule")
|
|
4663
|
+
|
|
4664
|
+
@property
|
|
4665
|
+
@pulumi.getter(name="dynamicDetectionRule")
|
|
4666
|
+
def dynamic_detection_rule(self) -> Optional['outputs.DynamicDetectionRuleResponse']:
|
|
4667
|
+
"""
|
|
4668
|
+
Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set.
|
|
4669
|
+
"""
|
|
4670
|
+
return pulumi.get(self, "dynamic_detection_rule")
|
|
4671
|
+
|
|
4672
|
+
@property
|
|
4673
|
+
@pulumi.getter(name="unhealthyRule")
|
|
4674
|
+
def unhealthy_rule(self) -> Optional['outputs.ThresholdRuleResponse']:
|
|
4675
|
+
"""
|
|
4676
|
+
Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set.
|
|
4677
|
+
"""
|
|
4678
|
+
return pulumi.get(self, "unhealthy_rule")
|
|
4679
|
+
|
|
4680
|
+
|
|
4681
|
+
@pulumi.output_type
|
|
4682
|
+
class EventHubDestinationResponse(dict):
|
|
4683
|
+
@staticmethod
|
|
3787
4684
|
def __key_warning(key: str):
|
|
3788
4685
|
suggest = None
|
|
3789
4686
|
if key == "eventHubResourceId":
|
|
@@ -4172,6 +5069,123 @@ class ExtensionDataSourceResponse(dict):
|
|
|
4172
5069
|
return pulumi.get(self, "streams")
|
|
4173
5070
|
|
|
4174
5071
|
|
|
5072
|
+
@pulumi.output_type
|
|
5073
|
+
class HealthModelPropertiesResponse(dict):
|
|
5074
|
+
"""
|
|
5075
|
+
HealthModel properties
|
|
5076
|
+
"""
|
|
5077
|
+
@staticmethod
|
|
5078
|
+
def __key_warning(key: str):
|
|
5079
|
+
suggest = None
|
|
5080
|
+
if key == "provisioningState":
|
|
5081
|
+
suggest = "provisioning_state"
|
|
5082
|
+
elif key == "queryEndpoint":
|
|
5083
|
+
suggest = "query_endpoint"
|
|
5084
|
+
|
|
5085
|
+
if suggest:
|
|
5086
|
+
pulumi.log.warn(f"Key '{key}' not found in HealthModelPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5087
|
+
|
|
5088
|
+
def __getitem__(self, key: str) -> Any:
|
|
5089
|
+
HealthModelPropertiesResponse.__key_warning(key)
|
|
5090
|
+
return super().__getitem__(key)
|
|
5091
|
+
|
|
5092
|
+
def get(self, key: str, default = None) -> Any:
|
|
5093
|
+
HealthModelPropertiesResponse.__key_warning(key)
|
|
5094
|
+
return super().get(key, default)
|
|
5095
|
+
|
|
5096
|
+
def __init__(__self__, *,
|
|
5097
|
+
provisioning_state: builtins.str,
|
|
5098
|
+
query_endpoint: builtins.str,
|
|
5099
|
+
discovery: Optional['outputs.ModelDiscoverySettingsResponse'] = None):
|
|
5100
|
+
"""
|
|
5101
|
+
HealthModel properties
|
|
5102
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
5103
|
+
:param builtins.str query_endpoint: The data plane endpoint for querying health data
|
|
5104
|
+
:param 'ModelDiscoverySettingsResponse' 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.
|
|
5105
|
+
"""
|
|
5106
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
5107
|
+
pulumi.set(__self__, "query_endpoint", query_endpoint)
|
|
5108
|
+
if discovery is not None:
|
|
5109
|
+
pulumi.set(__self__, "discovery", discovery)
|
|
5110
|
+
|
|
5111
|
+
@property
|
|
5112
|
+
@pulumi.getter(name="provisioningState")
|
|
5113
|
+
def provisioning_state(self) -> builtins.str:
|
|
5114
|
+
"""
|
|
5115
|
+
The status of the last operation.
|
|
5116
|
+
"""
|
|
5117
|
+
return pulumi.get(self, "provisioning_state")
|
|
5118
|
+
|
|
5119
|
+
@property
|
|
5120
|
+
@pulumi.getter(name="queryEndpoint")
|
|
5121
|
+
def query_endpoint(self) -> builtins.str:
|
|
5122
|
+
"""
|
|
5123
|
+
The data plane endpoint for querying health data
|
|
5124
|
+
"""
|
|
5125
|
+
return pulumi.get(self, "query_endpoint")
|
|
5126
|
+
|
|
5127
|
+
@property
|
|
5128
|
+
@pulumi.getter
|
|
5129
|
+
def discovery(self) -> Optional['outputs.ModelDiscoverySettingsResponse']:
|
|
5130
|
+
"""
|
|
5131
|
+
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.
|
|
5132
|
+
"""
|
|
5133
|
+
return pulumi.get(self, "discovery")
|
|
5134
|
+
|
|
5135
|
+
|
|
5136
|
+
@pulumi.output_type
|
|
5137
|
+
class IconDefinitionResponse(dict):
|
|
5138
|
+
"""
|
|
5139
|
+
Visual icon definition of an entity
|
|
5140
|
+
"""
|
|
5141
|
+
@staticmethod
|
|
5142
|
+
def __key_warning(key: str):
|
|
5143
|
+
suggest = None
|
|
5144
|
+
if key == "iconName":
|
|
5145
|
+
suggest = "icon_name"
|
|
5146
|
+
elif key == "customData":
|
|
5147
|
+
suggest = "custom_data"
|
|
5148
|
+
|
|
5149
|
+
if suggest:
|
|
5150
|
+
pulumi.log.warn(f"Key '{key}' not found in IconDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5151
|
+
|
|
5152
|
+
def __getitem__(self, key: str) -> Any:
|
|
5153
|
+
IconDefinitionResponse.__key_warning(key)
|
|
5154
|
+
return super().__getitem__(key)
|
|
5155
|
+
|
|
5156
|
+
def get(self, key: str, default = None) -> Any:
|
|
5157
|
+
IconDefinitionResponse.__key_warning(key)
|
|
5158
|
+
return super().get(key, default)
|
|
5159
|
+
|
|
5160
|
+
def __init__(__self__, *,
|
|
5161
|
+
icon_name: builtins.str,
|
|
5162
|
+
custom_data: Optional[builtins.str] = None):
|
|
5163
|
+
"""
|
|
5164
|
+
Visual icon definition of an entity
|
|
5165
|
+
:param builtins.str icon_name: Name of the built-in icon, or 'Custom' to use customData
|
|
5166
|
+
:param builtins.str custom_data: Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
5167
|
+
"""
|
|
5168
|
+
pulumi.set(__self__, "icon_name", icon_name)
|
|
5169
|
+
if custom_data is not None:
|
|
5170
|
+
pulumi.set(__self__, "custom_data", custom_data)
|
|
5171
|
+
|
|
5172
|
+
@property
|
|
5173
|
+
@pulumi.getter(name="iconName")
|
|
5174
|
+
def icon_name(self) -> builtins.str:
|
|
5175
|
+
"""
|
|
5176
|
+
Name of the built-in icon, or 'Custom' to use customData
|
|
5177
|
+
"""
|
|
5178
|
+
return pulumi.get(self, "icon_name")
|
|
5179
|
+
|
|
5180
|
+
@property
|
|
5181
|
+
@pulumi.getter(name="customData")
|
|
5182
|
+
def custom_data(self) -> Optional[builtins.str]:
|
|
5183
|
+
"""
|
|
5184
|
+
Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.
|
|
5185
|
+
"""
|
|
5186
|
+
return pulumi.get(self, "custom_data")
|
|
5187
|
+
|
|
5188
|
+
|
|
4175
5189
|
@pulumi.output_type
|
|
4176
5190
|
class IdentityResponse(dict):
|
|
4177
5191
|
"""
|
|
@@ -4420,66 +5434,347 @@ class IncidentServiceConnectionResponse(dict):
|
|
|
4420
5434
|
|
|
4421
5435
|
|
|
4422
5436
|
@pulumi.output_type
|
|
4423
|
-
class
|
|
5437
|
+
class InvestigationExecutionResponse(dict):
|
|
4424
5438
|
"""
|
|
4425
|
-
|
|
5439
|
+
Details about the execution of the investigation
|
|
4426
5440
|
"""
|
|
4427
5441
|
@staticmethod
|
|
4428
5442
|
def __key_warning(key: str):
|
|
4429
5443
|
suggest = None
|
|
4430
|
-
if key == "
|
|
4431
|
-
suggest = "
|
|
4432
|
-
elif key == "
|
|
4433
|
-
suggest = "
|
|
4434
|
-
elif key == "workspaceId":
|
|
4435
|
-
suggest = "workspace_id"
|
|
5444
|
+
if key == "runState":
|
|
5445
|
+
suggest = "run_state"
|
|
5446
|
+
elif key == "completedAt":
|
|
5447
|
+
suggest = "completed_at"
|
|
4436
5448
|
|
|
4437
5449
|
if suggest:
|
|
4438
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
5450
|
+
pulumi.log.warn(f"Key '{key}' not found in InvestigationExecutionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4439
5451
|
|
|
4440
5452
|
def __getitem__(self, key: str) -> Any:
|
|
4441
|
-
|
|
5453
|
+
InvestigationExecutionResponse.__key_warning(key)
|
|
4442
5454
|
return super().__getitem__(key)
|
|
4443
5455
|
|
|
4444
5456
|
def get(self, key: str, default = None) -> Any:
|
|
4445
|
-
|
|
5457
|
+
InvestigationExecutionResponse.__key_warning(key)
|
|
4446
5458
|
return super().get(key, default)
|
|
4447
5459
|
|
|
4448
5460
|
def __init__(__self__, *,
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
region: builtins.str,
|
|
4452
|
-
ticket_configuration: builtins.str,
|
|
4453
|
-
workspace_id: builtins.str):
|
|
5461
|
+
run_state: builtins.str,
|
|
5462
|
+
completed_at: Optional[builtins.str] = None):
|
|
4454
5463
|
"""
|
|
4455
|
-
|
|
4456
|
-
:param builtins.str
|
|
4457
|
-
:param builtins.str
|
|
4458
|
-
:param builtins.str region: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
|
|
4459
|
-
:param builtins.str ticket_configuration: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
|
|
4460
|
-
:param builtins.str workspace_id: OMS LA instance identifier.
|
|
5464
|
+
Details about the execution of the investigation
|
|
5465
|
+
:param builtins.str run_state: The state of the investigation execution
|
|
5466
|
+
:param builtins.str completed_at: The time at which the investigation execution completed (in UTC)
|
|
4461
5467
|
"""
|
|
4462
|
-
pulumi.set(__self__, "
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
pulumi.set(__self__, "ticket_configuration", ticket_configuration)
|
|
4466
|
-
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
5468
|
+
pulumi.set(__self__, "run_state", run_state)
|
|
5469
|
+
if completed_at is not None:
|
|
5470
|
+
pulumi.set(__self__, "completed_at", completed_at)
|
|
4467
5471
|
|
|
4468
5472
|
@property
|
|
4469
|
-
@pulumi.getter(name="
|
|
4470
|
-
def
|
|
5473
|
+
@pulumi.getter(name="runState")
|
|
5474
|
+
def run_state(self) -> builtins.str:
|
|
4471
5475
|
"""
|
|
4472
|
-
|
|
5476
|
+
The state of the investigation execution
|
|
4473
5477
|
"""
|
|
4474
|
-
return pulumi.get(self, "
|
|
5478
|
+
return pulumi.get(self, "run_state")
|
|
4475
5479
|
|
|
4476
5480
|
@property
|
|
4477
|
-
@pulumi.getter
|
|
4478
|
-
def
|
|
5481
|
+
@pulumi.getter(name="completedAt")
|
|
5482
|
+
def completed_at(self) -> Optional[builtins.str]:
|
|
4479
5483
|
"""
|
|
4480
|
-
The
|
|
5484
|
+
The time at which the investigation execution completed (in UTC)
|
|
4481
5485
|
"""
|
|
4482
|
-
return pulumi.get(self, "
|
|
5486
|
+
return pulumi.get(self, "completed_at")
|
|
5487
|
+
|
|
5488
|
+
|
|
5489
|
+
@pulumi.output_type
|
|
5490
|
+
class InvestigationMetadataResponse(dict):
|
|
5491
|
+
"""
|
|
5492
|
+
Properties of the current investigation
|
|
5493
|
+
"""
|
|
5494
|
+
@staticmethod
|
|
5495
|
+
def __key_warning(key: str):
|
|
5496
|
+
suggest = None
|
|
5497
|
+
if key == "createdAt":
|
|
5498
|
+
suggest = "created_at"
|
|
5499
|
+
elif key == "runParameters":
|
|
5500
|
+
suggest = "run_parameters"
|
|
5501
|
+
|
|
5502
|
+
if suggest:
|
|
5503
|
+
pulumi.log.warn(f"Key '{key}' not found in InvestigationMetadataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5504
|
+
|
|
5505
|
+
def __getitem__(self, key: str) -> Any:
|
|
5506
|
+
InvestigationMetadataResponse.__key_warning(key)
|
|
5507
|
+
return super().__getitem__(key)
|
|
5508
|
+
|
|
5509
|
+
def get(self, key: str, default = None) -> Any:
|
|
5510
|
+
InvestigationMetadataResponse.__key_warning(key)
|
|
5511
|
+
return super().get(key, default)
|
|
5512
|
+
|
|
5513
|
+
def __init__(__self__, *,
|
|
5514
|
+
created_at: builtins.str,
|
|
5515
|
+
execution: 'outputs.InvestigationExecutionResponse',
|
|
5516
|
+
id: builtins.str,
|
|
5517
|
+
run_parameters: 'outputs.RunParametersResponse'):
|
|
5518
|
+
"""
|
|
5519
|
+
Properties of the current investigation
|
|
5520
|
+
:param builtins.str created_at: The creation time of the investigation (in UTC)
|
|
5521
|
+
:param 'InvestigationExecutionResponse' execution: The execution details of the investigation
|
|
5522
|
+
:param builtins.str id: The unique identifier of the investigation
|
|
5523
|
+
:param 'RunParametersResponse' run_parameters: The parameters that were used to start the investigation
|
|
5524
|
+
"""
|
|
5525
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
5526
|
+
pulumi.set(__self__, "execution", execution)
|
|
5527
|
+
pulumi.set(__self__, "id", id)
|
|
5528
|
+
pulumi.set(__self__, "run_parameters", run_parameters)
|
|
5529
|
+
|
|
5530
|
+
@property
|
|
5531
|
+
@pulumi.getter(name="createdAt")
|
|
5532
|
+
def created_at(self) -> builtins.str:
|
|
5533
|
+
"""
|
|
5534
|
+
The creation time of the investigation (in UTC)
|
|
5535
|
+
"""
|
|
5536
|
+
return pulumi.get(self, "created_at")
|
|
5537
|
+
|
|
5538
|
+
@property
|
|
5539
|
+
@pulumi.getter
|
|
5540
|
+
def execution(self) -> 'outputs.InvestigationExecutionResponse':
|
|
5541
|
+
"""
|
|
5542
|
+
The execution details of the investigation
|
|
5543
|
+
"""
|
|
5544
|
+
return pulumi.get(self, "execution")
|
|
5545
|
+
|
|
5546
|
+
@property
|
|
5547
|
+
@pulumi.getter
|
|
5548
|
+
def id(self) -> builtins.str:
|
|
5549
|
+
"""
|
|
5550
|
+
The unique identifier of the investigation
|
|
5551
|
+
"""
|
|
5552
|
+
return pulumi.get(self, "id")
|
|
5553
|
+
|
|
5554
|
+
@property
|
|
5555
|
+
@pulumi.getter(name="runParameters")
|
|
5556
|
+
def run_parameters(self) -> 'outputs.RunParametersResponse':
|
|
5557
|
+
"""
|
|
5558
|
+
The parameters that were used to start the investigation
|
|
5559
|
+
"""
|
|
5560
|
+
return pulumi.get(self, "run_parameters")
|
|
5561
|
+
|
|
5562
|
+
|
|
5563
|
+
@pulumi.output_type
|
|
5564
|
+
class InvestigationScopeResponse(dict):
|
|
5565
|
+
"""
|
|
5566
|
+
A single scope of the investigation
|
|
5567
|
+
"""
|
|
5568
|
+
def __init__(__self__, *,
|
|
5569
|
+
id: builtins.str,
|
|
5570
|
+
origin: 'outputs.OriginResponse',
|
|
5571
|
+
relevance: Optional[builtins.str] = None):
|
|
5572
|
+
"""
|
|
5573
|
+
A single scope of the investigation
|
|
5574
|
+
:param builtins.str id: The ID of the scope of the investigation - either an Azure alert ID or an Azure resource ID
|
|
5575
|
+
:param 'OriginResponse' origin: The origin of the scope
|
|
5576
|
+
:param builtins.str relevance: The relevance of the scope
|
|
5577
|
+
"""
|
|
5578
|
+
pulumi.set(__self__, "id", id)
|
|
5579
|
+
pulumi.set(__self__, "origin", origin)
|
|
5580
|
+
if relevance is not None:
|
|
5581
|
+
pulumi.set(__self__, "relevance", relevance)
|
|
5582
|
+
|
|
5583
|
+
@property
|
|
5584
|
+
@pulumi.getter
|
|
5585
|
+
def id(self) -> builtins.str:
|
|
5586
|
+
"""
|
|
5587
|
+
The ID of the scope of the investigation - either an Azure alert ID or an Azure resource ID
|
|
5588
|
+
"""
|
|
5589
|
+
return pulumi.get(self, "id")
|
|
5590
|
+
|
|
5591
|
+
@property
|
|
5592
|
+
@pulumi.getter
|
|
5593
|
+
def origin(self) -> 'outputs.OriginResponse':
|
|
5594
|
+
"""
|
|
5595
|
+
The origin of the scope
|
|
5596
|
+
"""
|
|
5597
|
+
return pulumi.get(self, "origin")
|
|
5598
|
+
|
|
5599
|
+
@property
|
|
5600
|
+
@pulumi.getter
|
|
5601
|
+
def relevance(self) -> Optional[builtins.str]:
|
|
5602
|
+
"""
|
|
5603
|
+
The relevance of the scope
|
|
5604
|
+
"""
|
|
5605
|
+
return pulumi.get(self, "relevance")
|
|
5606
|
+
|
|
5607
|
+
|
|
5608
|
+
@pulumi.output_type
|
|
5609
|
+
class IssuePropertiesResponse(dict):
|
|
5610
|
+
"""
|
|
5611
|
+
The issue properties
|
|
5612
|
+
"""
|
|
5613
|
+
@staticmethod
|
|
5614
|
+
def __key_warning(key: str):
|
|
5615
|
+
suggest = None
|
|
5616
|
+
if key == "impactTime":
|
|
5617
|
+
suggest = "impact_time"
|
|
5618
|
+
elif key == "investigationsCount":
|
|
5619
|
+
suggest = "investigations_count"
|
|
5620
|
+
elif key == "provisioningState":
|
|
5621
|
+
suggest = "provisioning_state"
|
|
5622
|
+
|
|
5623
|
+
if suggest:
|
|
5624
|
+
pulumi.log.warn(f"Key '{key}' not found in IssuePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5625
|
+
|
|
5626
|
+
def __getitem__(self, key: str) -> Any:
|
|
5627
|
+
IssuePropertiesResponse.__key_warning(key)
|
|
5628
|
+
return super().__getitem__(key)
|
|
5629
|
+
|
|
5630
|
+
def get(self, key: str, default = None) -> Any:
|
|
5631
|
+
IssuePropertiesResponse.__key_warning(key)
|
|
5632
|
+
return super().get(key, default)
|
|
5633
|
+
|
|
5634
|
+
def __init__(__self__, *,
|
|
5635
|
+
impact_time: builtins.str,
|
|
5636
|
+
investigations: Sequence['outputs.InvestigationMetadataResponse'],
|
|
5637
|
+
investigations_count: builtins.int,
|
|
5638
|
+
provisioning_state: builtins.str,
|
|
5639
|
+
severity: builtins.str,
|
|
5640
|
+
status: builtins.str,
|
|
5641
|
+
title: builtins.str):
|
|
5642
|
+
"""
|
|
5643
|
+
The issue properties
|
|
5644
|
+
:param builtins.str impact_time: The issue impact time (in UTC)
|
|
5645
|
+
:param Sequence['InvestigationMetadataResponse'] investigations: The list of investigations in the issue
|
|
5646
|
+
:param builtins.int investigations_count: The number of investigations in the issue
|
|
5647
|
+
:param builtins.str provisioning_state: The provisioning state of the resource.
|
|
5648
|
+
:param builtins.str severity: The issue severity
|
|
5649
|
+
:param builtins.str status: The issue status
|
|
5650
|
+
:param builtins.str title: The issue title
|
|
5651
|
+
"""
|
|
5652
|
+
pulumi.set(__self__, "impact_time", impact_time)
|
|
5653
|
+
pulumi.set(__self__, "investigations", investigations)
|
|
5654
|
+
pulumi.set(__self__, "investigations_count", investigations_count)
|
|
5655
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
5656
|
+
pulumi.set(__self__, "severity", severity)
|
|
5657
|
+
pulumi.set(__self__, "status", status)
|
|
5658
|
+
pulumi.set(__self__, "title", title)
|
|
5659
|
+
|
|
5660
|
+
@property
|
|
5661
|
+
@pulumi.getter(name="impactTime")
|
|
5662
|
+
def impact_time(self) -> builtins.str:
|
|
5663
|
+
"""
|
|
5664
|
+
The issue impact time (in UTC)
|
|
5665
|
+
"""
|
|
5666
|
+
return pulumi.get(self, "impact_time")
|
|
5667
|
+
|
|
5668
|
+
@property
|
|
5669
|
+
@pulumi.getter
|
|
5670
|
+
def investigations(self) -> Sequence['outputs.InvestigationMetadataResponse']:
|
|
5671
|
+
"""
|
|
5672
|
+
The list of investigations in the issue
|
|
5673
|
+
"""
|
|
5674
|
+
return pulumi.get(self, "investigations")
|
|
5675
|
+
|
|
5676
|
+
@property
|
|
5677
|
+
@pulumi.getter(name="investigationsCount")
|
|
5678
|
+
def investigations_count(self) -> builtins.int:
|
|
5679
|
+
"""
|
|
5680
|
+
The number of investigations in the issue
|
|
5681
|
+
"""
|
|
5682
|
+
return pulumi.get(self, "investigations_count")
|
|
5683
|
+
|
|
5684
|
+
@property
|
|
5685
|
+
@pulumi.getter(name="provisioningState")
|
|
5686
|
+
def provisioning_state(self) -> builtins.str:
|
|
5687
|
+
"""
|
|
5688
|
+
The provisioning state of the resource.
|
|
5689
|
+
"""
|
|
5690
|
+
return pulumi.get(self, "provisioning_state")
|
|
5691
|
+
|
|
5692
|
+
@property
|
|
5693
|
+
@pulumi.getter
|
|
5694
|
+
def severity(self) -> builtins.str:
|
|
5695
|
+
"""
|
|
5696
|
+
The issue severity
|
|
5697
|
+
"""
|
|
5698
|
+
return pulumi.get(self, "severity")
|
|
5699
|
+
|
|
5700
|
+
@property
|
|
5701
|
+
@pulumi.getter
|
|
5702
|
+
def status(self) -> builtins.str:
|
|
5703
|
+
"""
|
|
5704
|
+
The issue status
|
|
5705
|
+
"""
|
|
5706
|
+
return pulumi.get(self, "status")
|
|
5707
|
+
|
|
5708
|
+
@property
|
|
5709
|
+
@pulumi.getter
|
|
5710
|
+
def title(self) -> builtins.str:
|
|
5711
|
+
"""
|
|
5712
|
+
The issue title
|
|
5713
|
+
"""
|
|
5714
|
+
return pulumi.get(self, "title")
|
|
5715
|
+
|
|
5716
|
+
|
|
5717
|
+
@pulumi.output_type
|
|
5718
|
+
class ItsmReceiverResponse(dict):
|
|
5719
|
+
"""
|
|
5720
|
+
An Itsm receiver.
|
|
5721
|
+
"""
|
|
5722
|
+
@staticmethod
|
|
5723
|
+
def __key_warning(key: str):
|
|
5724
|
+
suggest = None
|
|
5725
|
+
if key == "connectionId":
|
|
5726
|
+
suggest = "connection_id"
|
|
5727
|
+
elif key == "ticketConfiguration":
|
|
5728
|
+
suggest = "ticket_configuration"
|
|
5729
|
+
elif key == "workspaceId":
|
|
5730
|
+
suggest = "workspace_id"
|
|
5731
|
+
|
|
5732
|
+
if suggest:
|
|
5733
|
+
pulumi.log.warn(f"Key '{key}' not found in ItsmReceiverResponse. Access the value via the '{suggest}' property getter instead.")
|
|
5734
|
+
|
|
5735
|
+
def __getitem__(self, key: str) -> Any:
|
|
5736
|
+
ItsmReceiverResponse.__key_warning(key)
|
|
5737
|
+
return super().__getitem__(key)
|
|
5738
|
+
|
|
5739
|
+
def get(self, key: str, default = None) -> Any:
|
|
5740
|
+
ItsmReceiverResponse.__key_warning(key)
|
|
5741
|
+
return super().get(key, default)
|
|
5742
|
+
|
|
5743
|
+
def __init__(__self__, *,
|
|
5744
|
+
connection_id: builtins.str,
|
|
5745
|
+
name: builtins.str,
|
|
5746
|
+
region: builtins.str,
|
|
5747
|
+
ticket_configuration: builtins.str,
|
|
5748
|
+
workspace_id: builtins.str):
|
|
5749
|
+
"""
|
|
5750
|
+
An Itsm receiver.
|
|
5751
|
+
:param builtins.str connection_id: Unique identification of ITSM connection among multiple defined in above workspace.
|
|
5752
|
+
:param builtins.str name: The name of the Itsm receiver. Names must be unique across all receivers within an action group.
|
|
5753
|
+
:param builtins.str region: Region in which workspace resides. Supported values:'centralindia','japaneast','southeastasia','australiasoutheast','uksouth','westcentralus','canadacentral','eastus','westeurope'
|
|
5754
|
+
:param builtins.str ticket_configuration: JSON blob for the configurations of the ITSM action. CreateMultipleWorkItems option will be part of this blob as well.
|
|
5755
|
+
:param builtins.str workspace_id: OMS LA instance identifier.
|
|
5756
|
+
"""
|
|
5757
|
+
pulumi.set(__self__, "connection_id", connection_id)
|
|
5758
|
+
pulumi.set(__self__, "name", name)
|
|
5759
|
+
pulumi.set(__self__, "region", region)
|
|
5760
|
+
pulumi.set(__self__, "ticket_configuration", ticket_configuration)
|
|
5761
|
+
pulumi.set(__self__, "workspace_id", workspace_id)
|
|
5762
|
+
|
|
5763
|
+
@property
|
|
5764
|
+
@pulumi.getter(name="connectionId")
|
|
5765
|
+
def connection_id(self) -> builtins.str:
|
|
5766
|
+
"""
|
|
5767
|
+
Unique identification of ITSM connection among multiple defined in above workspace.
|
|
5768
|
+
"""
|
|
5769
|
+
return pulumi.get(self, "connection_id")
|
|
5770
|
+
|
|
5771
|
+
@property
|
|
5772
|
+
@pulumi.getter
|
|
5773
|
+
def name(self) -> builtins.str:
|
|
5774
|
+
"""
|
|
5775
|
+
The name of the Itsm receiver. Names must be unique across all receivers within an action group.
|
|
5776
|
+
"""
|
|
5777
|
+
return pulumi.get(self, "name")
|
|
4483
5778
|
|
|
4484
5779
|
@property
|
|
4485
5780
|
@pulumi.getter
|
|
@@ -4781,65 +6076,308 @@ class LogAnalyticsDestinationResponse(dict):
|
|
|
4781
6076
|
|
|
4782
6077
|
|
|
4783
6078
|
@pulumi.output_type
|
|
4784
|
-
class
|
|
6079
|
+
class LogAnalyticsQuerySignalDefinitionPropertiesResponse(dict):
|
|
4785
6080
|
"""
|
|
4786
|
-
|
|
6081
|
+
Log Analytics Query Signal Definition properties
|
|
4787
6082
|
"""
|
|
4788
6083
|
@staticmethod
|
|
4789
6084
|
def __key_warning(key: str):
|
|
4790
6085
|
suggest = None
|
|
4791
|
-
if key == "
|
|
4792
|
-
suggest = "
|
|
6086
|
+
if key == "deletionDate":
|
|
6087
|
+
suggest = "deletion_date"
|
|
6088
|
+
elif key == "evaluationRules":
|
|
6089
|
+
suggest = "evaluation_rules"
|
|
6090
|
+
elif key == "provisioningState":
|
|
6091
|
+
suggest = "provisioning_state"
|
|
6092
|
+
elif key == "queryText":
|
|
6093
|
+
suggest = "query_text"
|
|
6094
|
+
elif key == "signalKind":
|
|
6095
|
+
suggest = "signal_kind"
|
|
6096
|
+
elif key == "dataUnit":
|
|
6097
|
+
suggest = "data_unit"
|
|
6098
|
+
elif key == "displayName":
|
|
6099
|
+
suggest = "display_name"
|
|
6100
|
+
elif key == "refreshInterval":
|
|
6101
|
+
suggest = "refresh_interval"
|
|
6102
|
+
elif key == "timeGrain":
|
|
6103
|
+
suggest = "time_grain"
|
|
6104
|
+
elif key == "valueColumnName":
|
|
6105
|
+
suggest = "value_column_name"
|
|
4793
6106
|
|
|
4794
6107
|
if suggest:
|
|
4795
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
|
6108
|
+
pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsQuerySignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
4796
6109
|
|
|
4797
6110
|
def __getitem__(self, key: str) -> Any:
|
|
4798
|
-
|
|
6111
|
+
LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
|
|
4799
6112
|
return super().__getitem__(key)
|
|
4800
6113
|
|
|
4801
6114
|
def get(self, key: str, default = None) -> Any:
|
|
4802
|
-
|
|
6115
|
+
LogAnalyticsQuerySignalDefinitionPropertiesResponse.__key_warning(key)
|
|
4803
6116
|
return super().get(key, default)
|
|
4804
6117
|
|
|
4805
6118
|
def __init__(__self__, *,
|
|
4806
|
-
|
|
6119
|
+
deletion_date: builtins.str,
|
|
6120
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
6121
|
+
provisioning_state: builtins.str,
|
|
6122
|
+
query_text: builtins.str,
|
|
6123
|
+
signal_kind: builtins.str,
|
|
6124
|
+
data_unit: Optional[builtins.str] = None,
|
|
6125
|
+
display_name: Optional[builtins.str] = None,
|
|
6126
|
+
refresh_interval: Optional[builtins.str] = None,
|
|
6127
|
+
tags: Optional[Mapping[str, builtins.str]] = None,
|
|
6128
|
+
time_grain: Optional[builtins.str] = None,
|
|
6129
|
+
value_column_name: Optional[builtins.str] = None):
|
|
6130
|
+
"""
|
|
6131
|
+
Log Analytics Query Signal Definition properties
|
|
6132
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
6133
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
6134
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
6135
|
+
:param builtins.str query_text: Query text in KQL syntax
|
|
6136
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
6137
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
6138
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
6139
|
+
:param builtins.str display_name: Display name
|
|
6140
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
6141
|
+
:param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
|
|
6142
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
6143
|
+
:param 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.
|
|
6144
|
+
"""
|
|
6145
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
6146
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
6147
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
6148
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
6149
|
+
pulumi.set(__self__, "signal_kind", 'LogAnalyticsQuery')
|
|
6150
|
+
if data_unit is not None:
|
|
6151
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
6152
|
+
if display_name is not None:
|
|
6153
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
6154
|
+
if refresh_interval is None:
|
|
6155
|
+
refresh_interval = 'PT1M'
|
|
6156
|
+
if refresh_interval is not None:
|
|
6157
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
6158
|
+
if tags is not None:
|
|
6159
|
+
pulumi.set(__self__, "tags", tags)
|
|
6160
|
+
if time_grain is not None:
|
|
6161
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
6162
|
+
if value_column_name is not None:
|
|
6163
|
+
pulumi.set(__self__, "value_column_name", value_column_name)
|
|
6164
|
+
|
|
6165
|
+
@property
|
|
6166
|
+
@pulumi.getter(name="deletionDate")
|
|
6167
|
+
def deletion_date(self) -> builtins.str:
|
|
4807
6168
|
"""
|
|
4808
|
-
|
|
4809
|
-
:param builtins.str record_start_timestamp_format: One of the supported timestamp formats
|
|
6169
|
+
Date when the signal definition was (soft-)deleted
|
|
4810
6170
|
"""
|
|
4811
|
-
pulumi.
|
|
6171
|
+
return pulumi.get(self, "deletion_date")
|
|
4812
6172
|
|
|
4813
6173
|
@property
|
|
4814
|
-
@pulumi.getter(name="
|
|
4815
|
-
def
|
|
6174
|
+
@pulumi.getter(name="evaluationRules")
|
|
6175
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
4816
6176
|
"""
|
|
4817
|
-
|
|
6177
|
+
Evaluation rules for the signal definition
|
|
4818
6178
|
"""
|
|
4819
|
-
return pulumi.get(self, "
|
|
6179
|
+
return pulumi.get(self, "evaluation_rules")
|
|
4820
6180
|
|
|
6181
|
+
@property
|
|
6182
|
+
@pulumi.getter(name="provisioningState")
|
|
6183
|
+
def provisioning_state(self) -> builtins.str:
|
|
6184
|
+
"""
|
|
6185
|
+
The status of the last operation.
|
|
6186
|
+
"""
|
|
6187
|
+
return pulumi.get(self, "provisioning_state")
|
|
4821
6188
|
|
|
4822
|
-
@
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
suggest = None
|
|
4830
|
-
if key == "filePatterns":
|
|
4831
|
-
suggest = "file_patterns"
|
|
4832
|
-
|
|
4833
|
-
if suggest:
|
|
4834
|
-
pulumi.log.warn(f"Key '{key}' not found in LogFilesDataSourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6189
|
+
@property
|
|
6190
|
+
@pulumi.getter(name="queryText")
|
|
6191
|
+
def query_text(self) -> builtins.str:
|
|
6192
|
+
"""
|
|
6193
|
+
Query text in KQL syntax
|
|
6194
|
+
"""
|
|
6195
|
+
return pulumi.get(self, "query_text")
|
|
4835
6196
|
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
6197
|
+
@property
|
|
6198
|
+
@pulumi.getter(name="signalKind")
|
|
6199
|
+
def signal_kind(self) -> builtins.str:
|
|
6200
|
+
"""
|
|
6201
|
+
Supported signal kinds as discriminator
|
|
6202
|
+
Expected value is 'LogAnalyticsQuery'.
|
|
6203
|
+
"""
|
|
6204
|
+
return pulumi.get(self, "signal_kind")
|
|
4839
6205
|
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
6206
|
+
@property
|
|
6207
|
+
@pulumi.getter(name="dataUnit")
|
|
6208
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
6209
|
+
"""
|
|
6210
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
6211
|
+
"""
|
|
6212
|
+
return pulumi.get(self, "data_unit")
|
|
6213
|
+
|
|
6214
|
+
@property
|
|
6215
|
+
@pulumi.getter(name="displayName")
|
|
6216
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
6217
|
+
"""
|
|
6218
|
+
Display name
|
|
6219
|
+
"""
|
|
6220
|
+
return pulumi.get(self, "display_name")
|
|
6221
|
+
|
|
6222
|
+
@property
|
|
6223
|
+
@pulumi.getter(name="refreshInterval")
|
|
6224
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
6225
|
+
"""
|
|
6226
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
6227
|
+
"""
|
|
6228
|
+
return pulumi.get(self, "refresh_interval")
|
|
6229
|
+
|
|
6230
|
+
@property
|
|
6231
|
+
@pulumi.getter
|
|
6232
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
6233
|
+
"""
|
|
6234
|
+
Optional set of labels (key-value pairs)
|
|
6235
|
+
"""
|
|
6236
|
+
return pulumi.get(self, "tags")
|
|
6237
|
+
|
|
6238
|
+
@property
|
|
6239
|
+
@pulumi.getter(name="timeGrain")
|
|
6240
|
+
def time_grain(self) -> Optional[builtins.str]:
|
|
6241
|
+
"""
|
|
6242
|
+
Time range of signal. ISO duration format like PT10M. If not specified, the KQL query must define a time range.
|
|
6243
|
+
"""
|
|
6244
|
+
return pulumi.get(self, "time_grain")
|
|
6245
|
+
|
|
6246
|
+
@property
|
|
6247
|
+
@pulumi.getter(name="valueColumnName")
|
|
6248
|
+
def value_column_name(self) -> Optional[builtins.str]:
|
|
6249
|
+
"""
|
|
6250
|
+
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.
|
|
6251
|
+
"""
|
|
6252
|
+
return pulumi.get(self, "value_column_name")
|
|
6253
|
+
|
|
6254
|
+
|
|
6255
|
+
@pulumi.output_type
|
|
6256
|
+
class LogAnalyticsSignalGroupResponse(dict):
|
|
6257
|
+
"""
|
|
6258
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
6259
|
+
"""
|
|
6260
|
+
@staticmethod
|
|
6261
|
+
def __key_warning(key: str):
|
|
6262
|
+
suggest = None
|
|
6263
|
+
if key == "authenticationSetting":
|
|
6264
|
+
suggest = "authentication_setting"
|
|
6265
|
+
elif key == "logAnalyticsWorkspaceResourceId":
|
|
6266
|
+
suggest = "log_analytics_workspace_resource_id"
|
|
6267
|
+
elif key == "signalAssignments":
|
|
6268
|
+
suggest = "signal_assignments"
|
|
6269
|
+
|
|
6270
|
+
if suggest:
|
|
6271
|
+
pulumi.log.warn(f"Key '{key}' not found in LogAnalyticsSignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6272
|
+
|
|
6273
|
+
def __getitem__(self, key: str) -> Any:
|
|
6274
|
+
LogAnalyticsSignalGroupResponse.__key_warning(key)
|
|
6275
|
+
return super().__getitem__(key)
|
|
6276
|
+
|
|
6277
|
+
def get(self, key: str, default = None) -> Any:
|
|
6278
|
+
LogAnalyticsSignalGroupResponse.__key_warning(key)
|
|
6279
|
+
return super().get(key, default)
|
|
6280
|
+
|
|
6281
|
+
def __init__(__self__, *,
|
|
6282
|
+
authentication_setting: builtins.str,
|
|
6283
|
+
log_analytics_workspace_resource_id: builtins.str,
|
|
6284
|
+
signal_assignments: Optional[Sequence['outputs.SignalAssignmentResponse']] = None):
|
|
6285
|
+
"""
|
|
6286
|
+
A grouping of signal assignments for a Log Analytics Workspace
|
|
6287
|
+
:param builtins.str authentication_setting: Reference to the name of the authentication setting which is used for querying the data source
|
|
6288
|
+
:param builtins.str log_analytics_workspace_resource_id: Log Analytics Workspace resource ID
|
|
6289
|
+
:param Sequence['SignalAssignmentResponse'] signal_assignments: Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
6290
|
+
"""
|
|
6291
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
6292
|
+
pulumi.set(__self__, "log_analytics_workspace_resource_id", log_analytics_workspace_resource_id)
|
|
6293
|
+
if signal_assignments is not None:
|
|
6294
|
+
pulumi.set(__self__, "signal_assignments", signal_assignments)
|
|
6295
|
+
|
|
6296
|
+
@property
|
|
6297
|
+
@pulumi.getter(name="authenticationSetting")
|
|
6298
|
+
def authentication_setting(self) -> builtins.str:
|
|
6299
|
+
"""
|
|
6300
|
+
Reference to the name of the authentication setting which is used for querying the data source
|
|
6301
|
+
"""
|
|
6302
|
+
return pulumi.get(self, "authentication_setting")
|
|
6303
|
+
|
|
6304
|
+
@property
|
|
6305
|
+
@pulumi.getter(name="logAnalyticsWorkspaceResourceId")
|
|
6306
|
+
def log_analytics_workspace_resource_id(self) -> builtins.str:
|
|
6307
|
+
"""
|
|
6308
|
+
Log Analytics Workspace resource ID
|
|
6309
|
+
"""
|
|
6310
|
+
return pulumi.get(self, "log_analytics_workspace_resource_id")
|
|
6311
|
+
|
|
6312
|
+
@property
|
|
6313
|
+
@pulumi.getter(name="signalAssignments")
|
|
6314
|
+
def signal_assignments(self) -> Optional[Sequence['outputs.SignalAssignmentResponse']]:
|
|
6315
|
+
"""
|
|
6316
|
+
Signal definitions which are assigned to this signal group. All assignments are combined with an OR operator.
|
|
6317
|
+
"""
|
|
6318
|
+
return pulumi.get(self, "signal_assignments")
|
|
6319
|
+
|
|
6320
|
+
|
|
6321
|
+
@pulumi.output_type
|
|
6322
|
+
class LogFileSettingsResponseText(dict):
|
|
6323
|
+
"""
|
|
6324
|
+
Text settings
|
|
6325
|
+
"""
|
|
6326
|
+
@staticmethod
|
|
6327
|
+
def __key_warning(key: str):
|
|
6328
|
+
suggest = None
|
|
6329
|
+
if key == "recordStartTimestampFormat":
|
|
6330
|
+
suggest = "record_start_timestamp_format"
|
|
6331
|
+
|
|
6332
|
+
if suggest:
|
|
6333
|
+
pulumi.log.warn(f"Key '{key}' not found in LogFileSettingsResponseText. Access the value via the '{suggest}' property getter instead.")
|
|
6334
|
+
|
|
6335
|
+
def __getitem__(self, key: str) -> Any:
|
|
6336
|
+
LogFileSettingsResponseText.__key_warning(key)
|
|
6337
|
+
return super().__getitem__(key)
|
|
6338
|
+
|
|
6339
|
+
def get(self, key: str, default = None) -> Any:
|
|
6340
|
+
LogFileSettingsResponseText.__key_warning(key)
|
|
6341
|
+
return super().get(key, default)
|
|
6342
|
+
|
|
6343
|
+
def __init__(__self__, *,
|
|
6344
|
+
record_start_timestamp_format: builtins.str):
|
|
6345
|
+
"""
|
|
6346
|
+
Text settings
|
|
6347
|
+
:param builtins.str record_start_timestamp_format: One of the supported timestamp formats
|
|
6348
|
+
"""
|
|
6349
|
+
pulumi.set(__self__, "record_start_timestamp_format", record_start_timestamp_format)
|
|
6350
|
+
|
|
6351
|
+
@property
|
|
6352
|
+
@pulumi.getter(name="recordStartTimestampFormat")
|
|
6353
|
+
def record_start_timestamp_format(self) -> builtins.str:
|
|
6354
|
+
"""
|
|
6355
|
+
One of the supported timestamp formats
|
|
6356
|
+
"""
|
|
6357
|
+
return pulumi.get(self, "record_start_timestamp_format")
|
|
6358
|
+
|
|
6359
|
+
|
|
6360
|
+
@pulumi.output_type
|
|
6361
|
+
class LogFilesDataSourceResponse(dict):
|
|
6362
|
+
"""
|
|
6363
|
+
Definition of which custom log files will be collected by this data collection rule
|
|
6364
|
+
"""
|
|
6365
|
+
@staticmethod
|
|
6366
|
+
def __key_warning(key: str):
|
|
6367
|
+
suggest = None
|
|
6368
|
+
if key == "filePatterns":
|
|
6369
|
+
suggest = "file_patterns"
|
|
6370
|
+
|
|
6371
|
+
if suggest:
|
|
6372
|
+
pulumi.log.warn(f"Key '{key}' not found in LogFilesDataSourceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6373
|
+
|
|
6374
|
+
def __getitem__(self, key: str) -> Any:
|
|
6375
|
+
LogFilesDataSourceResponse.__key_warning(key)
|
|
6376
|
+
return super().__getitem__(key)
|
|
6377
|
+
|
|
6378
|
+
def get(self, key: str, default = None) -> Any:
|
|
6379
|
+
LogFilesDataSourceResponse.__key_warning(key)
|
|
6380
|
+
return super().get(key, default)
|
|
4843
6381
|
|
|
4844
6382
|
def __init__(__self__, *,
|
|
4845
6383
|
file_patterns: Sequence[builtins.str],
|
|
@@ -5101,6 +6639,87 @@ class LogicAppReceiverResponse(dict):
|
|
|
5101
6639
|
return pulumi.get(self, "use_common_alert_schema")
|
|
5102
6640
|
|
|
5103
6641
|
|
|
6642
|
+
@pulumi.output_type
|
|
6643
|
+
class ManagedIdentityAuthenticationSettingPropertiesResponse(dict):
|
|
6644
|
+
"""
|
|
6645
|
+
Authentication setting properties for Azure Managed Identity
|
|
6646
|
+
"""
|
|
6647
|
+
@staticmethod
|
|
6648
|
+
def __key_warning(key: str):
|
|
6649
|
+
suggest = None
|
|
6650
|
+
if key == "authenticationKind":
|
|
6651
|
+
suggest = "authentication_kind"
|
|
6652
|
+
elif key == "managedIdentityName":
|
|
6653
|
+
suggest = "managed_identity_name"
|
|
6654
|
+
elif key == "provisioningState":
|
|
6655
|
+
suggest = "provisioning_state"
|
|
6656
|
+
elif key == "displayName":
|
|
6657
|
+
suggest = "display_name"
|
|
6658
|
+
|
|
6659
|
+
if suggest:
|
|
6660
|
+
pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityAuthenticationSettingPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
6661
|
+
|
|
6662
|
+
def __getitem__(self, key: str) -> Any:
|
|
6663
|
+
ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
|
|
6664
|
+
return super().__getitem__(key)
|
|
6665
|
+
|
|
6666
|
+
def get(self, key: str, default = None) -> Any:
|
|
6667
|
+
ManagedIdentityAuthenticationSettingPropertiesResponse.__key_warning(key)
|
|
6668
|
+
return super().get(key, default)
|
|
6669
|
+
|
|
6670
|
+
def __init__(__self__, *,
|
|
6671
|
+
authentication_kind: builtins.str,
|
|
6672
|
+
managed_identity_name: builtins.str,
|
|
6673
|
+
provisioning_state: builtins.str,
|
|
6674
|
+
display_name: Optional[builtins.str] = None):
|
|
6675
|
+
"""
|
|
6676
|
+
Authentication setting properties for Azure Managed Identity
|
|
6677
|
+
:param builtins.str authentication_kind: Supported kinds of authentication settings as discriminator
|
|
6678
|
+
Expected value is 'ManagedIdentity'.
|
|
6679
|
+
:param builtins.str managed_identity_name: Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
6680
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
6681
|
+
:param builtins.str display_name: Display name
|
|
6682
|
+
"""
|
|
6683
|
+
pulumi.set(__self__, "authentication_kind", 'ManagedIdentity')
|
|
6684
|
+
pulumi.set(__self__, "managed_identity_name", managed_identity_name)
|
|
6685
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
6686
|
+
if display_name is not None:
|
|
6687
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
6688
|
+
|
|
6689
|
+
@property
|
|
6690
|
+
@pulumi.getter(name="authenticationKind")
|
|
6691
|
+
def authentication_kind(self) -> builtins.str:
|
|
6692
|
+
"""
|
|
6693
|
+
Supported kinds of authentication settings as discriminator
|
|
6694
|
+
Expected value is 'ManagedIdentity'.
|
|
6695
|
+
"""
|
|
6696
|
+
return pulumi.get(self, "authentication_kind")
|
|
6697
|
+
|
|
6698
|
+
@property
|
|
6699
|
+
@pulumi.getter(name="managedIdentityName")
|
|
6700
|
+
def managed_identity_name(self) -> builtins.str:
|
|
6701
|
+
"""
|
|
6702
|
+
Name of the managed identity to use. Either 'SystemAssigned' or the resourceId of a user-assigned identity.
|
|
6703
|
+
"""
|
|
6704
|
+
return pulumi.get(self, "managed_identity_name")
|
|
6705
|
+
|
|
6706
|
+
@property
|
|
6707
|
+
@pulumi.getter(name="provisioningState")
|
|
6708
|
+
def provisioning_state(self) -> builtins.str:
|
|
6709
|
+
"""
|
|
6710
|
+
The status of the last operation.
|
|
6711
|
+
"""
|
|
6712
|
+
return pulumi.get(self, "provisioning_state")
|
|
6713
|
+
|
|
6714
|
+
@property
|
|
6715
|
+
@pulumi.getter(name="displayName")
|
|
6716
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
6717
|
+
"""
|
|
6718
|
+
Display name
|
|
6719
|
+
"""
|
|
6720
|
+
return pulumi.get(self, "display_name")
|
|
6721
|
+
|
|
6722
|
+
|
|
5104
6723
|
@pulumi.output_type
|
|
5105
6724
|
class ManagedServiceIdentityResponse(dict):
|
|
5106
6725
|
"""
|
|
@@ -5844,6 +7463,68 @@ class MetricTriggerResponse(dict):
|
|
|
5844
7463
|
return pulumi.get(self, "metric_resource_location")
|
|
5845
7464
|
|
|
5846
7465
|
|
|
7466
|
+
@pulumi.output_type
|
|
7467
|
+
class ModelDiscoverySettingsResponse(dict):
|
|
7468
|
+
"""
|
|
7469
|
+
Settings for automatically discovering entities for the health model.
|
|
7470
|
+
"""
|
|
7471
|
+
@staticmethod
|
|
7472
|
+
def __key_warning(key: str):
|
|
7473
|
+
suggest = None
|
|
7474
|
+
if key == "addRecommendedSignals":
|
|
7475
|
+
suggest = "add_recommended_signals"
|
|
7476
|
+
|
|
7477
|
+
if suggest:
|
|
7478
|
+
pulumi.log.warn(f"Key '{key}' not found in ModelDiscoverySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7479
|
+
|
|
7480
|
+
def __getitem__(self, key: str) -> Any:
|
|
7481
|
+
ModelDiscoverySettingsResponse.__key_warning(key)
|
|
7482
|
+
return super().__getitem__(key)
|
|
7483
|
+
|
|
7484
|
+
def get(self, key: str, default = None) -> Any:
|
|
7485
|
+
ModelDiscoverySettingsResponse.__key_warning(key)
|
|
7486
|
+
return super().get(key, default)
|
|
7487
|
+
|
|
7488
|
+
def __init__(__self__, *,
|
|
7489
|
+
add_recommended_signals: builtins.str,
|
|
7490
|
+
scope: builtins.str,
|
|
7491
|
+
identity: Optional[builtins.str] = None):
|
|
7492
|
+
"""
|
|
7493
|
+
Settings for automatically discovering entities for the health model.
|
|
7494
|
+
:param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
7495
|
+
:param builtins.str scope: The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
7496
|
+
:param 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.
|
|
7497
|
+
"""
|
|
7498
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
7499
|
+
pulumi.set(__self__, "scope", scope)
|
|
7500
|
+
if identity is not None:
|
|
7501
|
+
pulumi.set(__self__, "identity", identity)
|
|
7502
|
+
|
|
7503
|
+
@property
|
|
7504
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
7505
|
+
def add_recommended_signals(self) -> builtins.str:
|
|
7506
|
+
"""
|
|
7507
|
+
Whether to add all recommended signals to the discovered entities.
|
|
7508
|
+
"""
|
|
7509
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
7510
|
+
|
|
7511
|
+
@property
|
|
7512
|
+
@pulumi.getter
|
|
7513
|
+
def scope(self) -> builtins.str:
|
|
7514
|
+
"""
|
|
7515
|
+
The scope from which entities should be automatically discovered. For example, the resource id of a Service Group.
|
|
7516
|
+
"""
|
|
7517
|
+
return pulumi.get(self, "scope")
|
|
7518
|
+
|
|
7519
|
+
@property
|
|
7520
|
+
@pulumi.getter
|
|
7521
|
+
def identity(self) -> Optional[builtins.str]:
|
|
7522
|
+
"""
|
|
7523
|
+
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.
|
|
7524
|
+
"""
|
|
7525
|
+
return pulumi.get(self, "identity")
|
|
7526
|
+
|
|
7527
|
+
|
|
5847
7528
|
@pulumi.output_type
|
|
5848
7529
|
class MonitoringAccountDestinationResponse(dict):
|
|
5849
7530
|
"""
|
|
@@ -6031,6 +7712,58 @@ class NetworkingRouteResponse(dict):
|
|
|
6031
7712
|
return pulumi.get(self, "subdomain")
|
|
6032
7713
|
|
|
6033
7714
|
|
|
7715
|
+
@pulumi.output_type
|
|
7716
|
+
class OriginResponse(dict):
|
|
7717
|
+
"""
|
|
7718
|
+
Details about the origin of the entity - the source that added it to the issue
|
|
7719
|
+
"""
|
|
7720
|
+
@staticmethod
|
|
7721
|
+
def __key_warning(key: str):
|
|
7722
|
+
suggest = None
|
|
7723
|
+
if key == "addedBy":
|
|
7724
|
+
suggest = "added_by"
|
|
7725
|
+
elif key == "addedByType":
|
|
7726
|
+
suggest = "added_by_type"
|
|
7727
|
+
|
|
7728
|
+
if suggest:
|
|
7729
|
+
pulumi.log.warn(f"Key '{key}' not found in OriginResponse. Access the value via the '{suggest}' property getter instead.")
|
|
7730
|
+
|
|
7731
|
+
def __getitem__(self, key: str) -> Any:
|
|
7732
|
+
OriginResponse.__key_warning(key)
|
|
7733
|
+
return super().__getitem__(key)
|
|
7734
|
+
|
|
7735
|
+
def get(self, key: str, default = None) -> Any:
|
|
7736
|
+
OriginResponse.__key_warning(key)
|
|
7737
|
+
return super().get(key, default)
|
|
7738
|
+
|
|
7739
|
+
def __init__(__self__, *,
|
|
7740
|
+
added_by: builtins.str,
|
|
7741
|
+
added_by_type: builtins.str):
|
|
7742
|
+
"""
|
|
7743
|
+
Details about the origin of the entity - the source that added it to the issue
|
|
7744
|
+
:param builtins.str added_by: The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
|
|
7745
|
+
:param builtins.str added_by_type: The source of the origin - Manual or Automatic
|
|
7746
|
+
"""
|
|
7747
|
+
pulumi.set(__self__, "added_by", added_by)
|
|
7748
|
+
pulumi.set(__self__, "added_by_type", added_by_type)
|
|
7749
|
+
|
|
7750
|
+
@property
|
|
7751
|
+
@pulumi.getter(name="addedBy")
|
|
7752
|
+
def added_by(self) -> builtins.str:
|
|
7753
|
+
"""
|
|
7754
|
+
The ID of the origin - for example, in case of 'Manual', the user ID/app ID, and in case of 'Automatic', the name of the automatic system
|
|
7755
|
+
"""
|
|
7756
|
+
return pulumi.get(self, "added_by")
|
|
7757
|
+
|
|
7758
|
+
@property
|
|
7759
|
+
@pulumi.getter(name="addedByType")
|
|
7760
|
+
def added_by_type(self) -> builtins.str:
|
|
7761
|
+
"""
|
|
7762
|
+
The source of the origin - Manual or Automatic
|
|
7763
|
+
"""
|
|
7764
|
+
return pulumi.get(self, "added_by_type")
|
|
7765
|
+
|
|
7766
|
+
|
|
6034
7767
|
@pulumi.output_type
|
|
6035
7768
|
class OtlpReceiverResponse(dict):
|
|
6036
7769
|
"""
|
|
@@ -6823,6 +8556,169 @@ class PrometheusForwarderDataSourceResponse(dict):
|
|
|
6823
8556
|
return pulumi.get(self, "streams")
|
|
6824
8557
|
|
|
6825
8558
|
|
|
8559
|
+
@pulumi.output_type
|
|
8560
|
+
class PrometheusMetricsSignalDefinitionPropertiesResponse(dict):
|
|
8561
|
+
"""
|
|
8562
|
+
Prometheus Metrics Signal Definition properties
|
|
8563
|
+
"""
|
|
8564
|
+
@staticmethod
|
|
8565
|
+
def __key_warning(key: str):
|
|
8566
|
+
suggest = None
|
|
8567
|
+
if key == "deletionDate":
|
|
8568
|
+
suggest = "deletion_date"
|
|
8569
|
+
elif key == "evaluationRules":
|
|
8570
|
+
suggest = "evaluation_rules"
|
|
8571
|
+
elif key == "provisioningState":
|
|
8572
|
+
suggest = "provisioning_state"
|
|
8573
|
+
elif key == "queryText":
|
|
8574
|
+
suggest = "query_text"
|
|
8575
|
+
elif key == "signalKind":
|
|
8576
|
+
suggest = "signal_kind"
|
|
8577
|
+
elif key == "dataUnit":
|
|
8578
|
+
suggest = "data_unit"
|
|
8579
|
+
elif key == "displayName":
|
|
8580
|
+
suggest = "display_name"
|
|
8581
|
+
elif key == "refreshInterval":
|
|
8582
|
+
suggest = "refresh_interval"
|
|
8583
|
+
elif key == "timeGrain":
|
|
8584
|
+
suggest = "time_grain"
|
|
8585
|
+
|
|
8586
|
+
if suggest:
|
|
8587
|
+
pulumi.log.warn(f"Key '{key}' not found in PrometheusMetricsSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
8588
|
+
|
|
8589
|
+
def __getitem__(self, key: str) -> Any:
|
|
8590
|
+
PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
8591
|
+
return super().__getitem__(key)
|
|
8592
|
+
|
|
8593
|
+
def get(self, key: str, default = None) -> Any:
|
|
8594
|
+
PrometheusMetricsSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
8595
|
+
return super().get(key, default)
|
|
8596
|
+
|
|
8597
|
+
def __init__(__self__, *,
|
|
8598
|
+
deletion_date: builtins.str,
|
|
8599
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
8600
|
+
provisioning_state: builtins.str,
|
|
8601
|
+
query_text: builtins.str,
|
|
8602
|
+
signal_kind: builtins.str,
|
|
8603
|
+
data_unit: Optional[builtins.str] = None,
|
|
8604
|
+
display_name: Optional[builtins.str] = None,
|
|
8605
|
+
refresh_interval: Optional[builtins.str] = None,
|
|
8606
|
+
tags: Optional[Mapping[str, builtins.str]] = None,
|
|
8607
|
+
time_grain: Optional[builtins.str] = None):
|
|
8608
|
+
"""
|
|
8609
|
+
Prometheus Metrics Signal Definition properties
|
|
8610
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
8611
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
8612
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
8613
|
+
:param builtins.str query_text: Query text in PromQL syntax
|
|
8614
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
8615
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
8616
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
8617
|
+
:param builtins.str display_name: Display name
|
|
8618
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
8619
|
+
:param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
|
|
8620
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
|
|
8621
|
+
"""
|
|
8622
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
8623
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
8624
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
8625
|
+
pulumi.set(__self__, "query_text", query_text)
|
|
8626
|
+
pulumi.set(__self__, "signal_kind", 'PrometheusMetricsQuery')
|
|
8627
|
+
if data_unit is not None:
|
|
8628
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
8629
|
+
if display_name is not None:
|
|
8630
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
8631
|
+
if refresh_interval is None:
|
|
8632
|
+
refresh_interval = 'PT1M'
|
|
8633
|
+
if refresh_interval is not None:
|
|
8634
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
8635
|
+
if tags is not None:
|
|
8636
|
+
pulumi.set(__self__, "tags", tags)
|
|
8637
|
+
if time_grain is not None:
|
|
8638
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
8639
|
+
|
|
8640
|
+
@property
|
|
8641
|
+
@pulumi.getter(name="deletionDate")
|
|
8642
|
+
def deletion_date(self) -> builtins.str:
|
|
8643
|
+
"""
|
|
8644
|
+
Date when the signal definition was (soft-)deleted
|
|
8645
|
+
"""
|
|
8646
|
+
return pulumi.get(self, "deletion_date")
|
|
8647
|
+
|
|
8648
|
+
@property
|
|
8649
|
+
@pulumi.getter(name="evaluationRules")
|
|
8650
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
8651
|
+
"""
|
|
8652
|
+
Evaluation rules for the signal definition
|
|
8653
|
+
"""
|
|
8654
|
+
return pulumi.get(self, "evaluation_rules")
|
|
8655
|
+
|
|
8656
|
+
@property
|
|
8657
|
+
@pulumi.getter(name="provisioningState")
|
|
8658
|
+
def provisioning_state(self) -> builtins.str:
|
|
8659
|
+
"""
|
|
8660
|
+
The status of the last operation.
|
|
8661
|
+
"""
|
|
8662
|
+
return pulumi.get(self, "provisioning_state")
|
|
8663
|
+
|
|
8664
|
+
@property
|
|
8665
|
+
@pulumi.getter(name="queryText")
|
|
8666
|
+
def query_text(self) -> builtins.str:
|
|
8667
|
+
"""
|
|
8668
|
+
Query text in PromQL syntax
|
|
8669
|
+
"""
|
|
8670
|
+
return pulumi.get(self, "query_text")
|
|
8671
|
+
|
|
8672
|
+
@property
|
|
8673
|
+
@pulumi.getter(name="signalKind")
|
|
8674
|
+
def signal_kind(self) -> builtins.str:
|
|
8675
|
+
"""
|
|
8676
|
+
Supported signal kinds as discriminator
|
|
8677
|
+
Expected value is 'PrometheusMetricsQuery'.
|
|
8678
|
+
"""
|
|
8679
|
+
return pulumi.get(self, "signal_kind")
|
|
8680
|
+
|
|
8681
|
+
@property
|
|
8682
|
+
@pulumi.getter(name="dataUnit")
|
|
8683
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
8684
|
+
"""
|
|
8685
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
8686
|
+
"""
|
|
8687
|
+
return pulumi.get(self, "data_unit")
|
|
8688
|
+
|
|
8689
|
+
@property
|
|
8690
|
+
@pulumi.getter(name="displayName")
|
|
8691
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
8692
|
+
"""
|
|
8693
|
+
Display name
|
|
8694
|
+
"""
|
|
8695
|
+
return pulumi.get(self, "display_name")
|
|
8696
|
+
|
|
8697
|
+
@property
|
|
8698
|
+
@pulumi.getter(name="refreshInterval")
|
|
8699
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
8700
|
+
"""
|
|
8701
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
8702
|
+
"""
|
|
8703
|
+
return pulumi.get(self, "refresh_interval")
|
|
8704
|
+
|
|
8705
|
+
@property
|
|
8706
|
+
@pulumi.getter
|
|
8707
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
8708
|
+
"""
|
|
8709
|
+
Optional set of labels (key-value pairs)
|
|
8710
|
+
"""
|
|
8711
|
+
return pulumi.get(self, "tags")
|
|
8712
|
+
|
|
8713
|
+
@property
|
|
8714
|
+
@pulumi.getter(name="timeGrain")
|
|
8715
|
+
def time_grain(self) -> Optional[builtins.str]:
|
|
8716
|
+
"""
|
|
8717
|
+
Time range of signal. ISO duration format like PT10M.
|
|
8718
|
+
"""
|
|
8719
|
+
return pulumi.get(self, "time_grain")
|
|
8720
|
+
|
|
8721
|
+
|
|
6826
8722
|
@pulumi.output_type
|
|
6827
8723
|
class ReceiverResponse(dict):
|
|
6828
8724
|
"""
|
|
@@ -6997,54 +8893,460 @@ class RecurrentScheduleResponse(dict):
|
|
|
6997
8893
|
RecurrentScheduleResponse.__key_warning(key)
|
|
6998
8894
|
return super().get(key, default)
|
|
6999
8895
|
|
|
7000
|
-
def __init__(__self__, *,
|
|
7001
|
-
days: Sequence[builtins.str],
|
|
7002
|
-
hours: Sequence[builtins.int],
|
|
7003
|
-
minutes: Sequence[builtins.int],
|
|
7004
|
-
time_zone: builtins.str):
|
|
8896
|
+
def __init__(__self__, *,
|
|
8897
|
+
days: Sequence[builtins.str],
|
|
8898
|
+
hours: Sequence[builtins.int],
|
|
8899
|
+
minutes: Sequence[builtins.int],
|
|
8900
|
+
time_zone: builtins.str):
|
|
8901
|
+
"""
|
|
8902
|
+
The scheduling constraints for when the profile begins.
|
|
8903
|
+
:param Sequence[builtins.str] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
8904
|
+
:param Sequence[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).
|
|
8905
|
+
:param Sequence[builtins.int] minutes: A collection of minutes at which the profile takes effect at.
|
|
8906
|
+
:param 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
|
|
8907
|
+
"""
|
|
8908
|
+
pulumi.set(__self__, "days", days)
|
|
8909
|
+
pulumi.set(__self__, "hours", hours)
|
|
8910
|
+
pulumi.set(__self__, "minutes", minutes)
|
|
8911
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
8912
|
+
|
|
8913
|
+
@property
|
|
8914
|
+
@pulumi.getter
|
|
8915
|
+
def days(self) -> Sequence[builtins.str]:
|
|
8916
|
+
"""
|
|
8917
|
+
the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
8918
|
+
"""
|
|
8919
|
+
return pulumi.get(self, "days")
|
|
8920
|
+
|
|
8921
|
+
@property
|
|
8922
|
+
@pulumi.getter
|
|
8923
|
+
def hours(self) -> Sequence[builtins.int]:
|
|
8924
|
+
"""
|
|
8925
|
+
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).
|
|
8926
|
+
"""
|
|
8927
|
+
return pulumi.get(self, "hours")
|
|
8928
|
+
|
|
8929
|
+
@property
|
|
8930
|
+
@pulumi.getter
|
|
8931
|
+
def minutes(self) -> Sequence[builtins.int]:
|
|
8932
|
+
"""
|
|
8933
|
+
A collection of minutes at which the profile takes effect at.
|
|
8934
|
+
"""
|
|
8935
|
+
return pulumi.get(self, "minutes")
|
|
8936
|
+
|
|
8937
|
+
@property
|
|
8938
|
+
@pulumi.getter(name="timeZone")
|
|
8939
|
+
def time_zone(self) -> builtins.str:
|
|
8940
|
+
"""
|
|
8941
|
+
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
|
|
8942
|
+
"""
|
|
8943
|
+
return pulumi.get(self, "time_zone")
|
|
8944
|
+
|
|
8945
|
+
|
|
8946
|
+
@pulumi.output_type
|
|
8947
|
+
class RelatedAlertResponse(dict):
|
|
8948
|
+
"""
|
|
8949
|
+
Properties of an alert which is related to the issue
|
|
8950
|
+
"""
|
|
8951
|
+
def __init__(__self__, *,
|
|
8952
|
+
added_at: builtins.str,
|
|
8953
|
+
id: builtins.str,
|
|
8954
|
+
last_modified_at: builtins.str,
|
|
8955
|
+
origin: 'outputs.OriginResponse',
|
|
8956
|
+
relevance: builtins.str):
|
|
8957
|
+
"""
|
|
8958
|
+
Properties of an alert which is related to the issue
|
|
8959
|
+
:param builtins.str added_at: The time this relation was added to the issue (in UTC)
|
|
8960
|
+
:param builtins.str id: The alert ID
|
|
8961
|
+
:param builtins.str last_modified_at: The last update time of this relation (in UTC)
|
|
8962
|
+
:param 'OriginResponse' origin: The source that related the alert to the issue
|
|
8963
|
+
:param builtins.str relevance: The alerts's relevance status
|
|
8964
|
+
"""
|
|
8965
|
+
pulumi.set(__self__, "added_at", added_at)
|
|
8966
|
+
pulumi.set(__self__, "id", id)
|
|
8967
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
8968
|
+
pulumi.set(__self__, "origin", origin)
|
|
8969
|
+
pulumi.set(__self__, "relevance", relevance)
|
|
8970
|
+
|
|
8971
|
+
@property
|
|
8972
|
+
@pulumi.getter(name="addedAt")
|
|
8973
|
+
def added_at(self) -> builtins.str:
|
|
8974
|
+
"""
|
|
8975
|
+
The time this relation was added to the issue (in UTC)
|
|
8976
|
+
"""
|
|
8977
|
+
return pulumi.get(self, "added_at")
|
|
8978
|
+
|
|
8979
|
+
@property
|
|
8980
|
+
@pulumi.getter
|
|
8981
|
+
def id(self) -> builtins.str:
|
|
8982
|
+
"""
|
|
8983
|
+
The alert ID
|
|
8984
|
+
"""
|
|
8985
|
+
return pulumi.get(self, "id")
|
|
8986
|
+
|
|
8987
|
+
@property
|
|
8988
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
8989
|
+
def last_modified_at(self) -> builtins.str:
|
|
8990
|
+
"""
|
|
8991
|
+
The last update time of this relation (in UTC)
|
|
8992
|
+
"""
|
|
8993
|
+
return pulumi.get(self, "last_modified_at")
|
|
8994
|
+
|
|
8995
|
+
@property
|
|
8996
|
+
@pulumi.getter
|
|
8997
|
+
def origin(self) -> 'outputs.OriginResponse':
|
|
8998
|
+
"""
|
|
8999
|
+
The source that related the alert to the issue
|
|
9000
|
+
"""
|
|
9001
|
+
return pulumi.get(self, "origin")
|
|
9002
|
+
|
|
9003
|
+
@property
|
|
9004
|
+
@pulumi.getter
|
|
9005
|
+
def relevance(self) -> builtins.str:
|
|
9006
|
+
"""
|
|
9007
|
+
The alerts's relevance status
|
|
9008
|
+
"""
|
|
9009
|
+
return pulumi.get(self, "relevance")
|
|
9010
|
+
|
|
9011
|
+
|
|
9012
|
+
@pulumi.output_type
|
|
9013
|
+
class RelatedResourceResponse(dict):
|
|
9014
|
+
"""
|
|
9015
|
+
Properties of a resource which is related to the issue
|
|
9016
|
+
"""
|
|
9017
|
+
def __init__(__self__, *,
|
|
9018
|
+
added_at: builtins.str,
|
|
9019
|
+
id: builtins.str,
|
|
9020
|
+
last_modified_at: builtins.str,
|
|
9021
|
+
origin: 'outputs.OriginResponse',
|
|
9022
|
+
relevance: builtins.str):
|
|
9023
|
+
"""
|
|
9024
|
+
Properties of a resource which is related to the issue
|
|
9025
|
+
:param builtins.str added_at: The time this relation was added to the issue (in UTC)
|
|
9026
|
+
:param builtins.str id: The resource ID
|
|
9027
|
+
:param builtins.str last_modified_at: The last update time of this relation (in UTC)
|
|
9028
|
+
:param 'OriginResponse' origin: The source that related the resource to the issue
|
|
9029
|
+
:param builtins.str relevance: The resource's relevance status
|
|
9030
|
+
"""
|
|
9031
|
+
pulumi.set(__self__, "added_at", added_at)
|
|
9032
|
+
pulumi.set(__self__, "id", id)
|
|
9033
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
9034
|
+
pulumi.set(__self__, "origin", origin)
|
|
9035
|
+
pulumi.set(__self__, "relevance", relevance)
|
|
9036
|
+
|
|
9037
|
+
@property
|
|
9038
|
+
@pulumi.getter(name="addedAt")
|
|
9039
|
+
def added_at(self) -> builtins.str:
|
|
9040
|
+
"""
|
|
9041
|
+
The time this relation was added to the issue (in UTC)
|
|
9042
|
+
"""
|
|
9043
|
+
return pulumi.get(self, "added_at")
|
|
9044
|
+
|
|
9045
|
+
@property
|
|
9046
|
+
@pulumi.getter
|
|
9047
|
+
def id(self) -> builtins.str:
|
|
9048
|
+
"""
|
|
9049
|
+
The resource ID
|
|
9050
|
+
"""
|
|
9051
|
+
return pulumi.get(self, "id")
|
|
9052
|
+
|
|
9053
|
+
@property
|
|
9054
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
9055
|
+
def last_modified_at(self) -> builtins.str:
|
|
9056
|
+
"""
|
|
9057
|
+
The last update time of this relation (in UTC)
|
|
9058
|
+
"""
|
|
9059
|
+
return pulumi.get(self, "last_modified_at")
|
|
9060
|
+
|
|
9061
|
+
@property
|
|
9062
|
+
@pulumi.getter
|
|
9063
|
+
def origin(self) -> 'outputs.OriginResponse':
|
|
9064
|
+
"""
|
|
9065
|
+
The source that related the resource to the issue
|
|
9066
|
+
"""
|
|
9067
|
+
return pulumi.get(self, "origin")
|
|
9068
|
+
|
|
9069
|
+
@property
|
|
9070
|
+
@pulumi.getter
|
|
9071
|
+
def relevance(self) -> builtins.str:
|
|
9072
|
+
"""
|
|
9073
|
+
The resource's relevance status
|
|
9074
|
+
"""
|
|
9075
|
+
return pulumi.get(self, "relevance")
|
|
9076
|
+
|
|
9077
|
+
|
|
9078
|
+
@pulumi.output_type
|
|
9079
|
+
class RelationshipPropertiesResponse(dict):
|
|
9080
|
+
"""
|
|
9081
|
+
Relationship properties
|
|
9082
|
+
"""
|
|
9083
|
+
@staticmethod
|
|
9084
|
+
def __key_warning(key: str):
|
|
9085
|
+
suggest = None
|
|
9086
|
+
if key == "childEntityName":
|
|
9087
|
+
suggest = "child_entity_name"
|
|
9088
|
+
elif key == "deletionDate":
|
|
9089
|
+
suggest = "deletion_date"
|
|
9090
|
+
elif key == "discoveredBy":
|
|
9091
|
+
suggest = "discovered_by"
|
|
9092
|
+
elif key == "parentEntityName":
|
|
9093
|
+
suggest = "parent_entity_name"
|
|
9094
|
+
elif key == "provisioningState":
|
|
9095
|
+
suggest = "provisioning_state"
|
|
9096
|
+
elif key == "displayName":
|
|
9097
|
+
suggest = "display_name"
|
|
9098
|
+
|
|
9099
|
+
if suggest:
|
|
9100
|
+
pulumi.log.warn(f"Key '{key}' not found in RelationshipPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9101
|
+
|
|
9102
|
+
def __getitem__(self, key: str) -> Any:
|
|
9103
|
+
RelationshipPropertiesResponse.__key_warning(key)
|
|
9104
|
+
return super().__getitem__(key)
|
|
9105
|
+
|
|
9106
|
+
def get(self, key: str, default = None) -> Any:
|
|
9107
|
+
RelationshipPropertiesResponse.__key_warning(key)
|
|
9108
|
+
return super().get(key, default)
|
|
9109
|
+
|
|
9110
|
+
def __init__(__self__, *,
|
|
9111
|
+
child_entity_name: builtins.str,
|
|
9112
|
+
deletion_date: builtins.str,
|
|
9113
|
+
discovered_by: builtins.str,
|
|
9114
|
+
parent_entity_name: builtins.str,
|
|
9115
|
+
provisioning_state: builtins.str,
|
|
9116
|
+
display_name: Optional[builtins.str] = None,
|
|
9117
|
+
tags: Optional[Mapping[str, builtins.str]] = None):
|
|
9118
|
+
"""
|
|
9119
|
+
Relationship properties
|
|
9120
|
+
:param builtins.str child_entity_name: Resource name of the child entity
|
|
9121
|
+
:param builtins.str deletion_date: Date when the relationship was (soft-)deleted
|
|
9122
|
+
:param builtins.str discovered_by: Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
|
|
9123
|
+
:param builtins.str parent_entity_name: Resource name of the parent entity
|
|
9124
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
9125
|
+
:param builtins.str display_name: Display name
|
|
9126
|
+
:param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
|
|
9127
|
+
"""
|
|
9128
|
+
pulumi.set(__self__, "child_entity_name", child_entity_name)
|
|
9129
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
9130
|
+
pulumi.set(__self__, "discovered_by", discovered_by)
|
|
9131
|
+
pulumi.set(__self__, "parent_entity_name", parent_entity_name)
|
|
9132
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
9133
|
+
if display_name is not None:
|
|
9134
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9135
|
+
if tags is not None:
|
|
9136
|
+
pulumi.set(__self__, "tags", tags)
|
|
9137
|
+
|
|
9138
|
+
@property
|
|
9139
|
+
@pulumi.getter(name="childEntityName")
|
|
9140
|
+
def child_entity_name(self) -> builtins.str:
|
|
9141
|
+
"""
|
|
9142
|
+
Resource name of the child entity
|
|
9143
|
+
"""
|
|
9144
|
+
return pulumi.get(self, "child_entity_name")
|
|
9145
|
+
|
|
9146
|
+
@property
|
|
9147
|
+
@pulumi.getter(name="deletionDate")
|
|
9148
|
+
def deletion_date(self) -> builtins.str:
|
|
9149
|
+
"""
|
|
9150
|
+
Date when the relationship was (soft-)deleted
|
|
9151
|
+
"""
|
|
9152
|
+
return pulumi.get(self, "deletion_date")
|
|
9153
|
+
|
|
9154
|
+
@property
|
|
9155
|
+
@pulumi.getter(name="discoveredBy")
|
|
9156
|
+
def discovered_by(self) -> builtins.str:
|
|
9157
|
+
"""
|
|
9158
|
+
Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
|
|
9159
|
+
"""
|
|
9160
|
+
return pulumi.get(self, "discovered_by")
|
|
9161
|
+
|
|
9162
|
+
@property
|
|
9163
|
+
@pulumi.getter(name="parentEntityName")
|
|
9164
|
+
def parent_entity_name(self) -> builtins.str:
|
|
9165
|
+
"""
|
|
9166
|
+
Resource name of the parent entity
|
|
9167
|
+
"""
|
|
9168
|
+
return pulumi.get(self, "parent_entity_name")
|
|
9169
|
+
|
|
9170
|
+
@property
|
|
9171
|
+
@pulumi.getter(name="provisioningState")
|
|
9172
|
+
def provisioning_state(self) -> builtins.str:
|
|
9173
|
+
"""
|
|
9174
|
+
The status of the last operation.
|
|
9175
|
+
"""
|
|
9176
|
+
return pulumi.get(self, "provisioning_state")
|
|
9177
|
+
|
|
9178
|
+
@property
|
|
9179
|
+
@pulumi.getter(name="displayName")
|
|
9180
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
9181
|
+
"""
|
|
9182
|
+
Display name
|
|
9183
|
+
"""
|
|
9184
|
+
return pulumi.get(self, "display_name")
|
|
9185
|
+
|
|
9186
|
+
@property
|
|
9187
|
+
@pulumi.getter
|
|
9188
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
9189
|
+
"""
|
|
9190
|
+
Optional set of labels (key-value pairs)
|
|
9191
|
+
"""
|
|
9192
|
+
return pulumi.get(self, "tags")
|
|
9193
|
+
|
|
9194
|
+
|
|
9195
|
+
@pulumi.output_type
|
|
9196
|
+
class ResourceGraphQueryDiscoveryRulePropertiesResponse(dict):
|
|
9197
|
+
"""
|
|
9198
|
+
Discovery rule properties for an Azure Resource Graph query
|
|
9199
|
+
"""
|
|
9200
|
+
@staticmethod
|
|
9201
|
+
def __key_warning(key: str):
|
|
9202
|
+
suggest = None
|
|
9203
|
+
if key == "addRecommendedSignals":
|
|
9204
|
+
suggest = "add_recommended_signals"
|
|
9205
|
+
elif key == "authenticationSetting":
|
|
9206
|
+
suggest = "authentication_setting"
|
|
9207
|
+
elif key == "deletionDate":
|
|
9208
|
+
suggest = "deletion_date"
|
|
9209
|
+
elif key == "discoverRelationships":
|
|
9210
|
+
suggest = "discover_relationships"
|
|
9211
|
+
elif key == "discoveryRuleKind":
|
|
9212
|
+
suggest = "discovery_rule_kind"
|
|
9213
|
+
elif key == "entityName":
|
|
9214
|
+
suggest = "entity_name"
|
|
9215
|
+
elif key == "provisioningState":
|
|
9216
|
+
suggest = "provisioning_state"
|
|
9217
|
+
elif key == "resourceGraphQuery":
|
|
9218
|
+
suggest = "resource_graph_query"
|
|
9219
|
+
elif key == "displayName":
|
|
9220
|
+
suggest = "display_name"
|
|
9221
|
+
|
|
9222
|
+
if suggest:
|
|
9223
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceGraphQueryDiscoveryRulePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9224
|
+
|
|
9225
|
+
def __getitem__(self, key: str) -> Any:
|
|
9226
|
+
ResourceGraphQueryDiscoveryRulePropertiesResponse.__key_warning(key)
|
|
9227
|
+
return super().__getitem__(key)
|
|
9228
|
+
|
|
9229
|
+
def get(self, key: str, default = None) -> Any:
|
|
9230
|
+
ResourceGraphQueryDiscoveryRulePropertiesResponse.__key_warning(key)
|
|
9231
|
+
return super().get(key, default)
|
|
9232
|
+
|
|
9233
|
+
def __init__(__self__, *,
|
|
9234
|
+
add_recommended_signals: builtins.str,
|
|
9235
|
+
authentication_setting: builtins.str,
|
|
9236
|
+
deletion_date: builtins.str,
|
|
9237
|
+
discover_relationships: builtins.str,
|
|
9238
|
+
discovery_rule_kind: builtins.str,
|
|
9239
|
+
entity_name: builtins.str,
|
|
9240
|
+
error: 'outputs.DiscoveryErrorResponse',
|
|
9241
|
+
provisioning_state: builtins.str,
|
|
9242
|
+
resource_graph_query: builtins.str,
|
|
9243
|
+
display_name: Optional[builtins.str] = None):
|
|
9244
|
+
"""
|
|
9245
|
+
Discovery rule properties for an Azure Resource Graph query
|
|
9246
|
+
:param builtins.str add_recommended_signals: Whether to add all recommended signals to the discovered entities.
|
|
9247
|
+
:param 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.
|
|
9248
|
+
:param builtins.str deletion_date: Date when the discovery rule was (soft-)deleted.
|
|
9249
|
+
:param builtins.str discover_relationships: Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
9250
|
+
:param builtins.str discovery_rule_kind: Discovery rule relationship discovery behavior
|
|
9251
|
+
Expected value is 'ResourceGraphQuery'.
|
|
9252
|
+
:param builtins.str entity_name: Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
9253
|
+
:param 'DiscoveryErrorResponse' error: Error details if the last discovery operation failed.
|
|
9254
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
9255
|
+
:param 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.
|
|
9256
|
+
:param builtins.str display_name: Display name
|
|
9257
|
+
"""
|
|
9258
|
+
pulumi.set(__self__, "add_recommended_signals", add_recommended_signals)
|
|
9259
|
+
pulumi.set(__self__, "authentication_setting", authentication_setting)
|
|
9260
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
9261
|
+
pulumi.set(__self__, "discover_relationships", discover_relationships)
|
|
9262
|
+
pulumi.set(__self__, "discovery_rule_kind", 'ResourceGraphQuery')
|
|
9263
|
+
pulumi.set(__self__, "entity_name", entity_name)
|
|
9264
|
+
pulumi.set(__self__, "error", error)
|
|
9265
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
9266
|
+
pulumi.set(__self__, "resource_graph_query", resource_graph_query)
|
|
9267
|
+
if display_name is not None:
|
|
9268
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9269
|
+
|
|
9270
|
+
@property
|
|
9271
|
+
@pulumi.getter(name="addRecommendedSignals")
|
|
9272
|
+
def add_recommended_signals(self) -> builtins.str:
|
|
9273
|
+
"""
|
|
9274
|
+
Whether to add all recommended signals to the discovered entities.
|
|
9275
|
+
"""
|
|
9276
|
+
return pulumi.get(self, "add_recommended_signals")
|
|
9277
|
+
|
|
9278
|
+
@property
|
|
9279
|
+
@pulumi.getter(name="authenticationSetting")
|
|
9280
|
+
def authentication_setting(self) -> builtins.str:
|
|
9281
|
+
"""
|
|
9282
|
+
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.
|
|
9283
|
+
"""
|
|
9284
|
+
return pulumi.get(self, "authentication_setting")
|
|
9285
|
+
|
|
9286
|
+
@property
|
|
9287
|
+
@pulumi.getter(name="deletionDate")
|
|
9288
|
+
def deletion_date(self) -> builtins.str:
|
|
9289
|
+
"""
|
|
9290
|
+
Date when the discovery rule was (soft-)deleted.
|
|
9291
|
+
"""
|
|
9292
|
+
return pulumi.get(self, "deletion_date")
|
|
9293
|
+
|
|
9294
|
+
@property
|
|
9295
|
+
@pulumi.getter(name="discoverRelationships")
|
|
9296
|
+
def discover_relationships(self) -> builtins.str:
|
|
9297
|
+
"""
|
|
9298
|
+
Whether to create relationships between the discovered entities based on a set of built-in rules. These relationships cannot be manually deleted.
|
|
9299
|
+
"""
|
|
9300
|
+
return pulumi.get(self, "discover_relationships")
|
|
9301
|
+
|
|
9302
|
+
@property
|
|
9303
|
+
@pulumi.getter(name="discoveryRuleKind")
|
|
9304
|
+
def discovery_rule_kind(self) -> builtins.str:
|
|
9305
|
+
"""
|
|
9306
|
+
Discovery rule relationship discovery behavior
|
|
9307
|
+
Expected value is 'ResourceGraphQuery'.
|
|
9308
|
+
"""
|
|
9309
|
+
return pulumi.get(self, "discovery_rule_kind")
|
|
9310
|
+
|
|
9311
|
+
@property
|
|
9312
|
+
@pulumi.getter(name="entityName")
|
|
9313
|
+
def entity_name(self) -> builtins.str:
|
|
7005
9314
|
"""
|
|
7006
|
-
|
|
7007
|
-
:param Sequence[builtins.str] days: the collection of days that the profile takes effect on. Possible values are Sunday through Saturday.
|
|
7008
|
-
:param Sequence[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).
|
|
7009
|
-
:param Sequence[builtins.int] minutes: A collection of minutes at which the profile takes effect at.
|
|
7010
|
-
:param 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
|
|
9315
|
+
Name of the entity which represents the discovery rule. Note: It might take a few minutes after creating the discovery rule until the entity is created.
|
|
7011
9316
|
"""
|
|
7012
|
-
pulumi.
|
|
7013
|
-
pulumi.set(__self__, "hours", hours)
|
|
7014
|
-
pulumi.set(__self__, "minutes", minutes)
|
|
7015
|
-
pulumi.set(__self__, "time_zone", time_zone)
|
|
9317
|
+
return pulumi.get(self, "entity_name")
|
|
7016
9318
|
|
|
7017
9319
|
@property
|
|
7018
9320
|
@pulumi.getter
|
|
7019
|
-
def
|
|
9321
|
+
def error(self) -> 'outputs.DiscoveryErrorResponse':
|
|
7020
9322
|
"""
|
|
7021
|
-
|
|
9323
|
+
Error details if the last discovery operation failed.
|
|
7022
9324
|
"""
|
|
7023
|
-
return pulumi.get(self, "
|
|
9325
|
+
return pulumi.get(self, "error")
|
|
7024
9326
|
|
|
7025
9327
|
@property
|
|
7026
|
-
@pulumi.getter
|
|
7027
|
-
def
|
|
9328
|
+
@pulumi.getter(name="provisioningState")
|
|
9329
|
+
def provisioning_state(self) -> builtins.str:
|
|
7028
9330
|
"""
|
|
7029
|
-
|
|
9331
|
+
The status of the last operation.
|
|
7030
9332
|
"""
|
|
7031
|
-
return pulumi.get(self, "
|
|
9333
|
+
return pulumi.get(self, "provisioning_state")
|
|
7032
9334
|
|
|
7033
9335
|
@property
|
|
7034
|
-
@pulumi.getter
|
|
7035
|
-
def
|
|
9336
|
+
@pulumi.getter(name="resourceGraphQuery")
|
|
9337
|
+
def resource_graph_query(self) -> builtins.str:
|
|
7036
9338
|
"""
|
|
7037
|
-
|
|
9339
|
+
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.
|
|
7038
9340
|
"""
|
|
7039
|
-
return pulumi.get(self, "
|
|
9341
|
+
return pulumi.get(self, "resource_graph_query")
|
|
7040
9342
|
|
|
7041
9343
|
@property
|
|
7042
|
-
@pulumi.getter(name="
|
|
7043
|
-
def
|
|
9344
|
+
@pulumi.getter(name="displayName")
|
|
9345
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
7044
9346
|
"""
|
|
7045
|
-
|
|
9347
|
+
Display name
|
|
7046
9348
|
"""
|
|
7047
|
-
return pulumi.get(self, "
|
|
9349
|
+
return pulumi.get(self, "display_name")
|
|
7048
9350
|
|
|
7049
9351
|
|
|
7050
9352
|
@pulumi.output_type
|
|
@@ -7097,6 +9399,220 @@ class ResourceMapResponse(dict):
|
|
|
7097
9399
|
return pulumi.get(self, "to")
|
|
7098
9400
|
|
|
7099
9401
|
|
|
9402
|
+
@pulumi.output_type
|
|
9403
|
+
class ResourceMetricSignalDefinitionPropertiesResponse(dict):
|
|
9404
|
+
"""
|
|
9405
|
+
Azure Resource Metric Signal Definition properties
|
|
9406
|
+
"""
|
|
9407
|
+
@staticmethod
|
|
9408
|
+
def __key_warning(key: str):
|
|
9409
|
+
suggest = None
|
|
9410
|
+
if key == "aggregationType":
|
|
9411
|
+
suggest = "aggregation_type"
|
|
9412
|
+
elif key == "deletionDate":
|
|
9413
|
+
suggest = "deletion_date"
|
|
9414
|
+
elif key == "evaluationRules":
|
|
9415
|
+
suggest = "evaluation_rules"
|
|
9416
|
+
elif key == "metricName":
|
|
9417
|
+
suggest = "metric_name"
|
|
9418
|
+
elif key == "metricNamespace":
|
|
9419
|
+
suggest = "metric_namespace"
|
|
9420
|
+
elif key == "provisioningState":
|
|
9421
|
+
suggest = "provisioning_state"
|
|
9422
|
+
elif key == "signalKind":
|
|
9423
|
+
suggest = "signal_kind"
|
|
9424
|
+
elif key == "timeGrain":
|
|
9425
|
+
suggest = "time_grain"
|
|
9426
|
+
elif key == "dataUnit":
|
|
9427
|
+
suggest = "data_unit"
|
|
9428
|
+
elif key == "dimensionFilter":
|
|
9429
|
+
suggest = "dimension_filter"
|
|
9430
|
+
elif key == "displayName":
|
|
9431
|
+
suggest = "display_name"
|
|
9432
|
+
elif key == "refreshInterval":
|
|
9433
|
+
suggest = "refresh_interval"
|
|
9434
|
+
|
|
9435
|
+
if suggest:
|
|
9436
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceMetricSignalDefinitionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9437
|
+
|
|
9438
|
+
def __getitem__(self, key: str) -> Any:
|
|
9439
|
+
ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
9440
|
+
return super().__getitem__(key)
|
|
9441
|
+
|
|
9442
|
+
def get(self, key: str, default = None) -> Any:
|
|
9443
|
+
ResourceMetricSignalDefinitionPropertiesResponse.__key_warning(key)
|
|
9444
|
+
return super().get(key, default)
|
|
9445
|
+
|
|
9446
|
+
def __init__(__self__, *,
|
|
9447
|
+
aggregation_type: builtins.str,
|
|
9448
|
+
deletion_date: builtins.str,
|
|
9449
|
+
evaluation_rules: 'outputs.EvaluationRuleResponse',
|
|
9450
|
+
metric_name: builtins.str,
|
|
9451
|
+
metric_namespace: builtins.str,
|
|
9452
|
+
provisioning_state: builtins.str,
|
|
9453
|
+
signal_kind: builtins.str,
|
|
9454
|
+
time_grain: builtins.str,
|
|
9455
|
+
data_unit: Optional[builtins.str] = None,
|
|
9456
|
+
dimension: Optional[builtins.str] = None,
|
|
9457
|
+
dimension_filter: Optional[builtins.str] = None,
|
|
9458
|
+
display_name: Optional[builtins.str] = None,
|
|
9459
|
+
refresh_interval: Optional[builtins.str] = None,
|
|
9460
|
+
tags: Optional[Mapping[str, builtins.str]] = None):
|
|
9461
|
+
"""
|
|
9462
|
+
Azure Resource Metric Signal Definition properties
|
|
9463
|
+
:param builtins.str aggregation_type: Type of aggregation to apply to the metric
|
|
9464
|
+
:param builtins.str deletion_date: Date when the signal definition was (soft-)deleted
|
|
9465
|
+
:param 'EvaluationRuleResponse' evaluation_rules: Evaluation rules for the signal definition
|
|
9466
|
+
:param builtins.str metric_name: Name of the metric
|
|
9467
|
+
:param builtins.str metric_namespace: Metric namespace
|
|
9468
|
+
:param builtins.str provisioning_state: The status of the last operation.
|
|
9469
|
+
:param builtins.str signal_kind: Supported signal kinds as discriminator
|
|
9470
|
+
Expected value is 'AzureResourceMetric'.
|
|
9471
|
+
:param builtins.str time_grain: Time range of signal. ISO duration format like PT10M.
|
|
9472
|
+
:param builtins.str data_unit: Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
9473
|
+
:param builtins.str dimension: Optional: Dimension to split by
|
|
9474
|
+
:param builtins.str dimension_filter: Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
9475
|
+
:param builtins.str display_name: Display name
|
|
9476
|
+
:param builtins.str refresh_interval: Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
9477
|
+
:param Mapping[str, builtins.str] tags: Optional set of labels (key-value pairs)
|
|
9478
|
+
"""
|
|
9479
|
+
pulumi.set(__self__, "aggregation_type", aggregation_type)
|
|
9480
|
+
pulumi.set(__self__, "deletion_date", deletion_date)
|
|
9481
|
+
pulumi.set(__self__, "evaluation_rules", evaluation_rules)
|
|
9482
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
9483
|
+
pulumi.set(__self__, "metric_namespace", metric_namespace)
|
|
9484
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
9485
|
+
pulumi.set(__self__, "signal_kind", 'AzureResourceMetric')
|
|
9486
|
+
pulumi.set(__self__, "time_grain", time_grain)
|
|
9487
|
+
if data_unit is not None:
|
|
9488
|
+
pulumi.set(__self__, "data_unit", data_unit)
|
|
9489
|
+
if dimension is not None:
|
|
9490
|
+
pulumi.set(__self__, "dimension", dimension)
|
|
9491
|
+
if dimension_filter is not None:
|
|
9492
|
+
pulumi.set(__self__, "dimension_filter", dimension_filter)
|
|
9493
|
+
if display_name is not None:
|
|
9494
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
9495
|
+
if refresh_interval is None:
|
|
9496
|
+
refresh_interval = 'PT1M'
|
|
9497
|
+
if refresh_interval is not None:
|
|
9498
|
+
pulumi.set(__self__, "refresh_interval", refresh_interval)
|
|
9499
|
+
if tags is not None:
|
|
9500
|
+
pulumi.set(__self__, "tags", tags)
|
|
9501
|
+
|
|
9502
|
+
@property
|
|
9503
|
+
@pulumi.getter(name="aggregationType")
|
|
9504
|
+
def aggregation_type(self) -> builtins.str:
|
|
9505
|
+
"""
|
|
9506
|
+
Type of aggregation to apply to the metric
|
|
9507
|
+
"""
|
|
9508
|
+
return pulumi.get(self, "aggregation_type")
|
|
9509
|
+
|
|
9510
|
+
@property
|
|
9511
|
+
@pulumi.getter(name="deletionDate")
|
|
9512
|
+
def deletion_date(self) -> builtins.str:
|
|
9513
|
+
"""
|
|
9514
|
+
Date when the signal definition was (soft-)deleted
|
|
9515
|
+
"""
|
|
9516
|
+
return pulumi.get(self, "deletion_date")
|
|
9517
|
+
|
|
9518
|
+
@property
|
|
9519
|
+
@pulumi.getter(name="evaluationRules")
|
|
9520
|
+
def evaluation_rules(self) -> 'outputs.EvaluationRuleResponse':
|
|
9521
|
+
"""
|
|
9522
|
+
Evaluation rules for the signal definition
|
|
9523
|
+
"""
|
|
9524
|
+
return pulumi.get(self, "evaluation_rules")
|
|
9525
|
+
|
|
9526
|
+
@property
|
|
9527
|
+
@pulumi.getter(name="metricName")
|
|
9528
|
+
def metric_name(self) -> builtins.str:
|
|
9529
|
+
"""
|
|
9530
|
+
Name of the metric
|
|
9531
|
+
"""
|
|
9532
|
+
return pulumi.get(self, "metric_name")
|
|
9533
|
+
|
|
9534
|
+
@property
|
|
9535
|
+
@pulumi.getter(name="metricNamespace")
|
|
9536
|
+
def metric_namespace(self) -> builtins.str:
|
|
9537
|
+
"""
|
|
9538
|
+
Metric namespace
|
|
9539
|
+
"""
|
|
9540
|
+
return pulumi.get(self, "metric_namespace")
|
|
9541
|
+
|
|
9542
|
+
@property
|
|
9543
|
+
@pulumi.getter(name="provisioningState")
|
|
9544
|
+
def provisioning_state(self) -> builtins.str:
|
|
9545
|
+
"""
|
|
9546
|
+
The status of the last operation.
|
|
9547
|
+
"""
|
|
9548
|
+
return pulumi.get(self, "provisioning_state")
|
|
9549
|
+
|
|
9550
|
+
@property
|
|
9551
|
+
@pulumi.getter(name="signalKind")
|
|
9552
|
+
def signal_kind(self) -> builtins.str:
|
|
9553
|
+
"""
|
|
9554
|
+
Supported signal kinds as discriminator
|
|
9555
|
+
Expected value is 'AzureResourceMetric'.
|
|
9556
|
+
"""
|
|
9557
|
+
return pulumi.get(self, "signal_kind")
|
|
9558
|
+
|
|
9559
|
+
@property
|
|
9560
|
+
@pulumi.getter(name="timeGrain")
|
|
9561
|
+
def time_grain(self) -> builtins.str:
|
|
9562
|
+
"""
|
|
9563
|
+
Time range of signal. ISO duration format like PT10M.
|
|
9564
|
+
"""
|
|
9565
|
+
return pulumi.get(self, "time_grain")
|
|
9566
|
+
|
|
9567
|
+
@property
|
|
9568
|
+
@pulumi.getter(name="dataUnit")
|
|
9569
|
+
def data_unit(self) -> Optional[builtins.str]:
|
|
9570
|
+
"""
|
|
9571
|
+
Unit of the signal result (e.g. Bytes, MilliSeconds, Percent, Count))
|
|
9572
|
+
"""
|
|
9573
|
+
return pulumi.get(self, "data_unit")
|
|
9574
|
+
|
|
9575
|
+
@property
|
|
9576
|
+
@pulumi.getter
|
|
9577
|
+
def dimension(self) -> Optional[builtins.str]:
|
|
9578
|
+
"""
|
|
9579
|
+
Optional: Dimension to split by
|
|
9580
|
+
"""
|
|
9581
|
+
return pulumi.get(self, "dimension")
|
|
9582
|
+
|
|
9583
|
+
@property
|
|
9584
|
+
@pulumi.getter(name="dimensionFilter")
|
|
9585
|
+
def dimension_filter(self) -> Optional[builtins.str]:
|
|
9586
|
+
"""
|
|
9587
|
+
Optional: Dimension filter to apply to the dimension. Must only be set if also Dimension is set.
|
|
9588
|
+
"""
|
|
9589
|
+
return pulumi.get(self, "dimension_filter")
|
|
9590
|
+
|
|
9591
|
+
@property
|
|
9592
|
+
@pulumi.getter(name="displayName")
|
|
9593
|
+
def display_name(self) -> Optional[builtins.str]:
|
|
9594
|
+
"""
|
|
9595
|
+
Display name
|
|
9596
|
+
"""
|
|
9597
|
+
return pulumi.get(self, "display_name")
|
|
9598
|
+
|
|
9599
|
+
@property
|
|
9600
|
+
@pulumi.getter(name="refreshInterval")
|
|
9601
|
+
def refresh_interval(self) -> Optional[builtins.str]:
|
|
9602
|
+
"""
|
|
9603
|
+
Interval in which the signal is being evaluated. Defaults to PT1M (1 minute).
|
|
9604
|
+
"""
|
|
9605
|
+
return pulumi.get(self, "refresh_interval")
|
|
9606
|
+
|
|
9607
|
+
@property
|
|
9608
|
+
@pulumi.getter
|
|
9609
|
+
def tags(self) -> Optional[Mapping[str, builtins.str]]:
|
|
9610
|
+
"""
|
|
9611
|
+
Optional set of labels (key-value pairs)
|
|
9612
|
+
"""
|
|
9613
|
+
return pulumi.get(self, "tags")
|
|
9614
|
+
|
|
9615
|
+
|
|
7100
9616
|
@pulumi.output_type
|
|
7101
9617
|
class RetentionPolicyResponse(dict):
|
|
7102
9618
|
"""
|
|
@@ -7184,6 +9700,67 @@ class RuleResolveConfigurationResponse(dict):
|
|
|
7184
9700
|
return pulumi.get(self, "time_to_resolve")
|
|
7185
9701
|
|
|
7186
9702
|
|
|
9703
|
+
@pulumi.output_type
|
|
9704
|
+
class RunParametersResponse(dict):
|
|
9705
|
+
"""
|
|
9706
|
+
The parameters used to run the investigation
|
|
9707
|
+
"""
|
|
9708
|
+
@staticmethod
|
|
9709
|
+
def __key_warning(key: str):
|
|
9710
|
+
suggest = None
|
|
9711
|
+
if key == "impactTime":
|
|
9712
|
+
suggest = "impact_time"
|
|
9713
|
+
|
|
9714
|
+
if suggest:
|
|
9715
|
+
pulumi.log.warn(f"Key '{key}' not found in RunParametersResponse. Access the value via the '{suggest}' property getter instead.")
|
|
9716
|
+
|
|
9717
|
+
def __getitem__(self, key: str) -> Any:
|
|
9718
|
+
RunParametersResponse.__key_warning(key)
|
|
9719
|
+
return super().__getitem__(key)
|
|
9720
|
+
|
|
9721
|
+
def get(self, key: str, default = None) -> Any:
|
|
9722
|
+
RunParametersResponse.__key_warning(key)
|
|
9723
|
+
return super().get(key, default)
|
|
9724
|
+
|
|
9725
|
+
def __init__(__self__, *,
|
|
9726
|
+
alerts: Sequence['outputs.InvestigationScopeResponse'],
|
|
9727
|
+
impact_time: builtins.str,
|
|
9728
|
+
resources: Sequence['outputs.InvestigationScopeResponse']):
|
|
9729
|
+
"""
|
|
9730
|
+
The parameters used to run the investigation
|
|
9731
|
+
:param Sequence['InvestigationScopeResponse'] alerts: The alerts used to run the investigation
|
|
9732
|
+
:param builtins.str impact_time: The impact time to investigate (in UTC)
|
|
9733
|
+
:param Sequence['InvestigationScopeResponse'] resources: The resources used to run the investigation
|
|
9734
|
+
"""
|
|
9735
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
9736
|
+
pulumi.set(__self__, "impact_time", impact_time)
|
|
9737
|
+
pulumi.set(__self__, "resources", resources)
|
|
9738
|
+
|
|
9739
|
+
@property
|
|
9740
|
+
@pulumi.getter
|
|
9741
|
+
def alerts(self) -> Sequence['outputs.InvestigationScopeResponse']:
|
|
9742
|
+
"""
|
|
9743
|
+
The alerts used to run the investigation
|
|
9744
|
+
"""
|
|
9745
|
+
return pulumi.get(self, "alerts")
|
|
9746
|
+
|
|
9747
|
+
@property
|
|
9748
|
+
@pulumi.getter(name="impactTime")
|
|
9749
|
+
def impact_time(self) -> builtins.str:
|
|
9750
|
+
"""
|
|
9751
|
+
The impact time to investigate (in UTC)
|
|
9752
|
+
"""
|
|
9753
|
+
return pulumi.get(self, "impact_time")
|
|
9754
|
+
|
|
9755
|
+
@property
|
|
9756
|
+
@pulumi.getter
|
|
9757
|
+
def resources(self) -> Sequence['outputs.InvestigationScopeResponse']:
|
|
9758
|
+
"""
|
|
9759
|
+
The resources used to run the investigation
|
|
9760
|
+
"""
|
|
9761
|
+
return pulumi.get(self, "resources")
|
|
9762
|
+
|
|
9763
|
+
|
|
7187
9764
|
@pulumi.output_type
|
|
7188
9765
|
class ScaleActionResponse(dict):
|
|
7189
9766
|
"""
|
|
@@ -7590,6 +10167,125 @@ class ServiceResponse(dict):
|
|
|
7590
10167
|
return pulumi.get(self, "persistence")
|
|
7591
10168
|
|
|
7592
10169
|
|
|
10170
|
+
@pulumi.output_type
|
|
10171
|
+
class SignalAssignmentResponse(dict):
|
|
10172
|
+
"""
|
|
10173
|
+
Group of signal definition assignments
|
|
10174
|
+
"""
|
|
10175
|
+
@staticmethod
|
|
10176
|
+
def __key_warning(key: str):
|
|
10177
|
+
suggest = None
|
|
10178
|
+
if key == "signalDefinitions":
|
|
10179
|
+
suggest = "signal_definitions"
|
|
10180
|
+
|
|
10181
|
+
if suggest:
|
|
10182
|
+
pulumi.log.warn(f"Key '{key}' not found in SignalAssignmentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
10183
|
+
|
|
10184
|
+
def __getitem__(self, key: str) -> Any:
|
|
10185
|
+
SignalAssignmentResponse.__key_warning(key)
|
|
10186
|
+
return super().__getitem__(key)
|
|
10187
|
+
|
|
10188
|
+
def get(self, key: str, default = None) -> Any:
|
|
10189
|
+
SignalAssignmentResponse.__key_warning(key)
|
|
10190
|
+
return super().get(key, default)
|
|
10191
|
+
|
|
10192
|
+
def __init__(__self__, *,
|
|
10193
|
+
signal_definitions: Sequence[builtins.str]):
|
|
10194
|
+
"""
|
|
10195
|
+
Group of signal definition assignments
|
|
10196
|
+
:param Sequence[builtins.str] signal_definitions: Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
10197
|
+
"""
|
|
10198
|
+
pulumi.set(__self__, "signal_definitions", signal_definitions)
|
|
10199
|
+
|
|
10200
|
+
@property
|
|
10201
|
+
@pulumi.getter(name="signalDefinitions")
|
|
10202
|
+
def signal_definitions(self) -> Sequence[builtins.str]:
|
|
10203
|
+
"""
|
|
10204
|
+
Signal definitions referenced by their names. All definitions are combined with an AND operator.
|
|
10205
|
+
"""
|
|
10206
|
+
return pulumi.get(self, "signal_definitions")
|
|
10207
|
+
|
|
10208
|
+
|
|
10209
|
+
@pulumi.output_type
|
|
10210
|
+
class SignalGroupResponse(dict):
|
|
10211
|
+
"""
|
|
10212
|
+
Contains various signal groups that can be assigned to an entity
|
|
10213
|
+
"""
|
|
10214
|
+
@staticmethod
|
|
10215
|
+
def __key_warning(key: str):
|
|
10216
|
+
suggest = None
|
|
10217
|
+
if key == "azureLogAnalytics":
|
|
10218
|
+
suggest = "azure_log_analytics"
|
|
10219
|
+
elif key == "azureMonitorWorkspace":
|
|
10220
|
+
suggest = "azure_monitor_workspace"
|
|
10221
|
+
elif key == "azureResource":
|
|
10222
|
+
suggest = "azure_resource"
|
|
10223
|
+
|
|
10224
|
+
if suggest:
|
|
10225
|
+
pulumi.log.warn(f"Key '{key}' not found in SignalGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
10226
|
+
|
|
10227
|
+
def __getitem__(self, key: str) -> Any:
|
|
10228
|
+
SignalGroupResponse.__key_warning(key)
|
|
10229
|
+
return super().__getitem__(key)
|
|
10230
|
+
|
|
10231
|
+
def get(self, key: str, default = None) -> Any:
|
|
10232
|
+
SignalGroupResponse.__key_warning(key)
|
|
10233
|
+
return super().get(key, default)
|
|
10234
|
+
|
|
10235
|
+
def __init__(__self__, *,
|
|
10236
|
+
azure_log_analytics: Optional['outputs.LogAnalyticsSignalGroupResponse'] = None,
|
|
10237
|
+
azure_monitor_workspace: Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse'] = None,
|
|
10238
|
+
azure_resource: Optional['outputs.AzureResourceSignalGroupResponse'] = None,
|
|
10239
|
+
dependencies: Optional['outputs.DependenciesSignalGroupResponse'] = None):
|
|
10240
|
+
"""
|
|
10241
|
+
Contains various signal groups that can be assigned to an entity
|
|
10242
|
+
:param 'LogAnalyticsSignalGroupResponse' azure_log_analytics: Log Analytics Signal Group
|
|
10243
|
+
:param 'AzureMonitorWorkspaceSignalGroupResponse' azure_monitor_workspace: Azure Monitor Workspace Signal Group
|
|
10244
|
+
:param 'AzureResourceSignalGroupResponse' azure_resource: Azure Resource Signal Group
|
|
10245
|
+
:param 'DependenciesSignalGroupResponse' dependencies: Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
10246
|
+
"""
|
|
10247
|
+
if azure_log_analytics is not None:
|
|
10248
|
+
pulumi.set(__self__, "azure_log_analytics", azure_log_analytics)
|
|
10249
|
+
if azure_monitor_workspace is not None:
|
|
10250
|
+
pulumi.set(__self__, "azure_monitor_workspace", azure_monitor_workspace)
|
|
10251
|
+
if azure_resource is not None:
|
|
10252
|
+
pulumi.set(__self__, "azure_resource", azure_resource)
|
|
10253
|
+
if dependencies is not None:
|
|
10254
|
+
pulumi.set(__self__, "dependencies", dependencies)
|
|
10255
|
+
|
|
10256
|
+
@property
|
|
10257
|
+
@pulumi.getter(name="azureLogAnalytics")
|
|
10258
|
+
def azure_log_analytics(self) -> Optional['outputs.LogAnalyticsSignalGroupResponse']:
|
|
10259
|
+
"""
|
|
10260
|
+
Log Analytics Signal Group
|
|
10261
|
+
"""
|
|
10262
|
+
return pulumi.get(self, "azure_log_analytics")
|
|
10263
|
+
|
|
10264
|
+
@property
|
|
10265
|
+
@pulumi.getter(name="azureMonitorWorkspace")
|
|
10266
|
+
def azure_monitor_workspace(self) -> Optional['outputs.AzureMonitorWorkspaceSignalGroupResponse']:
|
|
10267
|
+
"""
|
|
10268
|
+
Azure Monitor Workspace Signal Group
|
|
10269
|
+
"""
|
|
10270
|
+
return pulumi.get(self, "azure_monitor_workspace")
|
|
10271
|
+
|
|
10272
|
+
@property
|
|
10273
|
+
@pulumi.getter(name="azureResource")
|
|
10274
|
+
def azure_resource(self) -> Optional['outputs.AzureResourceSignalGroupResponse']:
|
|
10275
|
+
"""
|
|
10276
|
+
Azure Resource Signal Group
|
|
10277
|
+
"""
|
|
10278
|
+
return pulumi.get(self, "azure_resource")
|
|
10279
|
+
|
|
10280
|
+
@property
|
|
10281
|
+
@pulumi.getter
|
|
10282
|
+
def dependencies(self) -> Optional['outputs.DependenciesSignalGroupResponse']:
|
|
10283
|
+
"""
|
|
10284
|
+
Settings for dependency signals to control how the health state of child entities influences the health state of the parent entity.
|
|
10285
|
+
"""
|
|
10286
|
+
return pulumi.get(self, "dependencies")
|
|
10287
|
+
|
|
10288
|
+
|
|
7593
10289
|
@pulumi.output_type
|
|
7594
10290
|
class SmsReceiverResponse(dict):
|
|
7595
10291
|
"""
|
|
@@ -8130,6 +10826,39 @@ class TcpExporterResponse(dict):
|
|
|
8130
10826
|
return pulumi.get(self, "url")
|
|
8131
10827
|
|
|
8132
10828
|
|
|
10829
|
+
@pulumi.output_type
|
|
10830
|
+
class ThresholdRuleResponse(dict):
|
|
10831
|
+
"""
|
|
10832
|
+
Threshold-based evaluation rule for a signal definition
|
|
10833
|
+
"""
|
|
10834
|
+
def __init__(__self__, *,
|
|
10835
|
+
operator: builtins.str,
|
|
10836
|
+
threshold: builtins.str):
|
|
10837
|
+
"""
|
|
10838
|
+
Threshold-based evaluation rule for a signal definition
|
|
10839
|
+
:param builtins.str operator: Operator how to compare the signal value with the threshold
|
|
10840
|
+
:param builtins.str threshold: Threshold value
|
|
10841
|
+
"""
|
|
10842
|
+
pulumi.set(__self__, "operator", operator)
|
|
10843
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
10844
|
+
|
|
10845
|
+
@property
|
|
10846
|
+
@pulumi.getter
|
|
10847
|
+
def operator(self) -> builtins.str:
|
|
10848
|
+
"""
|
|
10849
|
+
Operator how to compare the signal value with the threshold
|
|
10850
|
+
"""
|
|
10851
|
+
return pulumi.get(self, "operator")
|
|
10852
|
+
|
|
10853
|
+
@property
|
|
10854
|
+
@pulumi.getter
|
|
10855
|
+
def threshold(self) -> builtins.str:
|
|
10856
|
+
"""
|
|
10857
|
+
Threshold value
|
|
10858
|
+
"""
|
|
10859
|
+
return pulumi.get(self, "threshold")
|
|
10860
|
+
|
|
10861
|
+
|
|
8133
10862
|
@pulumi.output_type
|
|
8134
10863
|
class TimeWindowResponse(dict):
|
|
8135
10864
|
"""
|