pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +133 -1
- pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +1 -1
- pulumi_azure_native/chaos/experiment.py +1 -1
- pulumi_azure_native/chaos/target.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
- pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
- pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
- pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
- pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
- pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
- pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
- pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
- pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
- pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/snapshot.py +1 -1
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
- pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
- pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
- pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
- pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
- pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
- pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
- pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
- pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
- pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
- pulumi_azure_native/dashboard/__init__.py +5 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
- pulumi_azure_native/dashboard/grafana.py +1 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
- pulumi_azure_native/dashboard/outputs.py +34 -0
- pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
- pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
- pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
- pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
- pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
- pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
- pulumi_azure_native/datadog/__init__.py +8 -0
- pulumi_azure_native/datadog/_enums.py +32 -0
- pulumi_azure_native/datadog/_inputs.py +326 -0
- pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
- pulumi_azure_native/datadog/monitor.py +1 -1
- pulumi_azure_native/datadog/monitored_subscription.py +208 -0
- pulumi_azure_native/datadog/outputs.py +368 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
- pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
- pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
- pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
- pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
- pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
- pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
- pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
- pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
- pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
- pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
- pulumi_azure_native/datafactory/_inputs.py +16 -0
- pulumi_azure_native/datafactory/outputs.py +12 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
- pulumi_azure_native/migrate/__init__.py +8 -0
- pulumi_azure_native/migrate/_enums.py +69 -5
- pulumi_azure_native/migrate/_inputs.py +20 -20
- pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
- pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
- pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
- pulumi_azure_native/migrate/migrate_project.py +1 -1
- pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/outputs.py +471 -3
- pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
- pulumi_azure_native/migrate/solution.py +2 -1
- pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
- pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
- pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
- pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
- pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
- pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
- pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
- pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
- pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
- pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
- pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
- pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
- pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
- pulumi_azure_native/networkanalytics/__init__.py +23 -0
- pulumi_azure_native/networkanalytics/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/data_product.py +715 -0
- pulumi_azure_native/networkanalytics/data_type.py +334 -0
- pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
- pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
- pulumi_azure_native/networkanalytics/outputs.py +679 -0
- pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
- pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
- pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
- pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
- pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
- pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
- pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
- pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
- pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
- pulumi_azure_native/servicefabric/__init__.py +3 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
- pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
- pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
- pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
- pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
- pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
- pulumi_azure_native/storagemover/__init__.py +3 -0
- pulumi_azure_native/storagemover/agent.py +1 -1
- pulumi_azure_native/storagemover/endpoint.py +1 -1
- pulumi_azure_native/storagemover/job_definition.py +1 -1
- pulumi_azure_native/storagemover/project.py +1 -1
- pulumi_azure_native/storagemover/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230301/project.py +1 -1
- pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
- pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
- pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
- pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
- pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
- pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
- pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
- pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
- pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
- pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
- pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
- pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
- pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
- pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
- pulumi_azure_native/storagemover/v20231001/project.py +224 -0
- pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
from ._inputs import *
|
|
14
|
+
|
|
15
|
+
__all__ = ['MonitoredSubscriptionInitArgs', 'MonitoredSubscription']
|
|
16
|
+
|
|
17
|
+
@pulumi.input_type
|
|
18
|
+
class MonitoredSubscriptionInitArgs:
|
|
19
|
+
def __init__(__self__, *,
|
|
20
|
+
monitor_name: pulumi.Input[str],
|
|
21
|
+
resource_group_name: pulumi.Input[str],
|
|
22
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
+
properties: Optional[pulumi.Input['SubscriptionListArgs']] = None):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a MonitoredSubscription resource.
|
|
26
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
27
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
28
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
29
|
+
:param pulumi.Input['SubscriptionListArgs'] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
30
|
+
"""
|
|
31
|
+
pulumi.set(__self__, "monitor_name", monitor_name)
|
|
32
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
33
|
+
if configuration_name is not None:
|
|
34
|
+
pulumi.set(__self__, "configuration_name", configuration_name)
|
|
35
|
+
if properties is not None:
|
|
36
|
+
pulumi.set(__self__, "properties", properties)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="monitorName")
|
|
40
|
+
def monitor_name(self) -> pulumi.Input[str]:
|
|
41
|
+
"""
|
|
42
|
+
Monitor resource name
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "monitor_name")
|
|
45
|
+
|
|
46
|
+
@monitor_name.setter
|
|
47
|
+
def monitor_name(self, value: pulumi.Input[str]):
|
|
48
|
+
pulumi.set(self, "monitor_name", value)
|
|
49
|
+
|
|
50
|
+
@property
|
|
51
|
+
@pulumi.getter(name="resourceGroupName")
|
|
52
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the resource group. The name is case insensitive.
|
|
55
|
+
"""
|
|
56
|
+
return pulumi.get(self, "resource_group_name")
|
|
57
|
+
|
|
58
|
+
@resource_group_name.setter
|
|
59
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
60
|
+
pulumi.set(self, "resource_group_name", value)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter(name="configurationName")
|
|
64
|
+
def configuration_name(self) -> Optional[pulumi.Input[str]]:
|
|
65
|
+
"""
|
|
66
|
+
The configuration name. Only 'default' value is supported.
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "configuration_name")
|
|
69
|
+
|
|
70
|
+
@configuration_name.setter
|
|
71
|
+
def configuration_name(self, value: Optional[pulumi.Input[str]]):
|
|
72
|
+
pulumi.set(self, "configuration_name", value)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter
|
|
76
|
+
def properties(self) -> Optional[pulumi.Input['SubscriptionListArgs']]:
|
|
77
|
+
"""
|
|
78
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "properties")
|
|
81
|
+
|
|
82
|
+
@properties.setter
|
|
83
|
+
def properties(self, value: Optional[pulumi.Input['SubscriptionListArgs']]):
|
|
84
|
+
pulumi.set(self, "properties", value)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
class MonitoredSubscription(pulumi.CustomResource):
|
|
88
|
+
@overload
|
|
89
|
+
def __init__(__self__,
|
|
90
|
+
resource_name: str,
|
|
91
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
92
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
93
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
94
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SubscriptionListArgs']]] = None,
|
|
95
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
__props__=None):
|
|
97
|
+
"""
|
|
98
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
99
|
+
Azure REST API version: 2023-01-01.
|
|
100
|
+
|
|
101
|
+
:param str resource_name: The name of the resource.
|
|
102
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
103
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
104
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
105
|
+
:param pulumi.Input[pulumi.InputType['SubscriptionListArgs']] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
106
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
107
|
+
"""
|
|
108
|
+
...
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
args: MonitoredSubscriptionInitArgs,
|
|
113
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
114
|
+
"""
|
|
115
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
116
|
+
Azure REST API version: 2023-01-01.
|
|
117
|
+
|
|
118
|
+
:param str resource_name: The name of the resource.
|
|
119
|
+
:param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
|
|
120
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
121
|
+
"""
|
|
122
|
+
...
|
|
123
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
124
|
+
resource_args, opts = _utilities.get_resource_args_opts(MonitoredSubscriptionInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
125
|
+
if resource_args is not None:
|
|
126
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
127
|
+
else:
|
|
128
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
129
|
+
|
|
130
|
+
def _internal_init(__self__,
|
|
131
|
+
resource_name: str,
|
|
132
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
133
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
properties: Optional[pulumi.Input[pulumi.InputType['SubscriptionListArgs']]] = None,
|
|
136
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
__props__=None):
|
|
138
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
139
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
140
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
141
|
+
if opts.id is None:
|
|
142
|
+
if __props__ is not None:
|
|
143
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
144
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
145
|
+
|
|
146
|
+
__props__.__dict__["configuration_name"] = configuration_name
|
|
147
|
+
if monitor_name is None and not opts.urn:
|
|
148
|
+
raise TypeError("Missing required property 'monitor_name'")
|
|
149
|
+
__props__.__dict__["monitor_name"] = monitor_name
|
|
150
|
+
__props__.__dict__["properties"] = properties
|
|
151
|
+
if resource_group_name is None and not opts.urn:
|
|
152
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
153
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
154
|
+
__props__.__dict__["name"] = None
|
|
155
|
+
__props__.__dict__["type"] = None
|
|
156
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription")])
|
|
157
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
158
|
+
super(MonitoredSubscription, __self__).__init__(
|
|
159
|
+
'azure-native:datadog:MonitoredSubscription',
|
|
160
|
+
resource_name,
|
|
161
|
+
__props__,
|
|
162
|
+
opts)
|
|
163
|
+
|
|
164
|
+
@staticmethod
|
|
165
|
+
def get(resource_name: str,
|
|
166
|
+
id: pulumi.Input[str],
|
|
167
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MonitoredSubscription':
|
|
168
|
+
"""
|
|
169
|
+
Get an existing MonitoredSubscription resource's state with the given name, id, and optional extra
|
|
170
|
+
properties used to qualify the lookup.
|
|
171
|
+
|
|
172
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
173
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
174
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
175
|
+
"""
|
|
176
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
177
|
+
|
|
178
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
179
|
+
|
|
180
|
+
__props__.__dict__["name"] = None
|
|
181
|
+
__props__.__dict__["properties"] = None
|
|
182
|
+
__props__.__dict__["type"] = None
|
|
183
|
+
return MonitoredSubscription(resource_name, opts=opts, __props__=__props__)
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def name(self) -> pulumi.Output[str]:
|
|
188
|
+
"""
|
|
189
|
+
Name of the monitored subscription resource.
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "name")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def properties(self) -> pulumi.Output['outputs.SubscriptionListResponse']:
|
|
196
|
+
"""
|
|
197
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "properties")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter
|
|
203
|
+
def type(self) -> pulumi.Output[str]:
|
|
204
|
+
"""
|
|
205
|
+
The type of the monitored subscription resource.
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "type")
|
|
208
|
+
|
|
@@ -18,11 +18,17 @@ __all__ = [
|
|
|
18
18
|
'DatadogInstallMethodResponse',
|
|
19
19
|
'DatadogLogsAgentResponse',
|
|
20
20
|
'DatadogOrganizationPropertiesResponse',
|
|
21
|
+
'FilteringTagResponse',
|
|
21
22
|
'IdentityPropertiesResponse',
|
|
22
23
|
'LinkedResourceResponse',
|
|
24
|
+
'LogRulesResponse',
|
|
25
|
+
'MetricRulesResponse',
|
|
23
26
|
'MonitorPropertiesResponse',
|
|
24
27
|
'MonitoredResourceResponse',
|
|
28
|
+
'MonitoredSubscriptionResponse',
|
|
29
|
+
'MonitoringTagRulesPropertiesResponse',
|
|
25
30
|
'ResourceSkuResponse',
|
|
31
|
+
'SubscriptionListResponse',
|
|
26
32
|
'SystemDataResponse',
|
|
27
33
|
'UserInfoResponse',
|
|
28
34
|
]
|
|
@@ -264,6 +270,53 @@ class DatadogOrganizationPropertiesResponse(dict):
|
|
|
264
270
|
return pulumi.get(self, "name")
|
|
265
271
|
|
|
266
272
|
|
|
273
|
+
@pulumi.output_type
|
|
274
|
+
class FilteringTagResponse(dict):
|
|
275
|
+
"""
|
|
276
|
+
The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
|
|
277
|
+
"""
|
|
278
|
+
def __init__(__self__, *,
|
|
279
|
+
action: Optional[str] = None,
|
|
280
|
+
name: Optional[str] = None,
|
|
281
|
+
value: Optional[str] = None):
|
|
282
|
+
"""
|
|
283
|
+
The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
|
|
284
|
+
:param str action: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
285
|
+
:param str name: The name (also known as the key) of the tag.
|
|
286
|
+
:param str value: The value of the tag.
|
|
287
|
+
"""
|
|
288
|
+
if action is not None:
|
|
289
|
+
pulumi.set(__self__, "action", action)
|
|
290
|
+
if name is not None:
|
|
291
|
+
pulumi.set(__self__, "name", name)
|
|
292
|
+
if value is not None:
|
|
293
|
+
pulumi.set(__self__, "value", value)
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter
|
|
297
|
+
def action(self) -> Optional[str]:
|
|
298
|
+
"""
|
|
299
|
+
Valid actions for a filtering tag. Exclusion takes priority over inclusion.
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "action")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter
|
|
305
|
+
def name(self) -> Optional[str]:
|
|
306
|
+
"""
|
|
307
|
+
The name (also known as the key) of the tag.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "name")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter
|
|
313
|
+
def value(self) -> Optional[str]:
|
|
314
|
+
"""
|
|
315
|
+
The value of the tag.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "value")
|
|
318
|
+
|
|
319
|
+
|
|
267
320
|
@pulumi.output_type
|
|
268
321
|
class IdentityPropertiesResponse(dict):
|
|
269
322
|
@staticmethod
|
|
@@ -347,6 +400,128 @@ class LinkedResourceResponse(dict):
|
|
|
347
400
|
return pulumi.get(self, "id")
|
|
348
401
|
|
|
349
402
|
|
|
403
|
+
@pulumi.output_type
|
|
404
|
+
class LogRulesResponse(dict):
|
|
405
|
+
"""
|
|
406
|
+
Set of rules for sending logs for the Monitor resource.
|
|
407
|
+
"""
|
|
408
|
+
@staticmethod
|
|
409
|
+
def __key_warning(key: str):
|
|
410
|
+
suggest = None
|
|
411
|
+
if key == "filteringTags":
|
|
412
|
+
suggest = "filtering_tags"
|
|
413
|
+
elif key == "sendAadLogs":
|
|
414
|
+
suggest = "send_aad_logs"
|
|
415
|
+
elif key == "sendResourceLogs":
|
|
416
|
+
suggest = "send_resource_logs"
|
|
417
|
+
elif key == "sendSubscriptionLogs":
|
|
418
|
+
suggest = "send_subscription_logs"
|
|
419
|
+
|
|
420
|
+
if suggest:
|
|
421
|
+
pulumi.log.warn(f"Key '{key}' not found in LogRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
422
|
+
|
|
423
|
+
def __getitem__(self, key: str) -> Any:
|
|
424
|
+
LogRulesResponse.__key_warning(key)
|
|
425
|
+
return super().__getitem__(key)
|
|
426
|
+
|
|
427
|
+
def get(self, key: str, default = None) -> Any:
|
|
428
|
+
LogRulesResponse.__key_warning(key)
|
|
429
|
+
return super().get(key, default)
|
|
430
|
+
|
|
431
|
+
def __init__(__self__, *,
|
|
432
|
+
filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None,
|
|
433
|
+
send_aad_logs: Optional[bool] = None,
|
|
434
|
+
send_resource_logs: Optional[bool] = None,
|
|
435
|
+
send_subscription_logs: Optional[bool] = None):
|
|
436
|
+
"""
|
|
437
|
+
Set of rules for sending logs for the Monitor resource.
|
|
438
|
+
:param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
439
|
+
:param bool send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
440
|
+
:param bool send_resource_logs: Flag specifying if Azure resource logs should be sent for the Monitor resource.
|
|
441
|
+
:param bool send_subscription_logs: Flag specifying if Azure subscription logs should be sent for the Monitor resource.
|
|
442
|
+
"""
|
|
443
|
+
if filtering_tags is not None:
|
|
444
|
+
pulumi.set(__self__, "filtering_tags", filtering_tags)
|
|
445
|
+
if send_aad_logs is not None:
|
|
446
|
+
pulumi.set(__self__, "send_aad_logs", send_aad_logs)
|
|
447
|
+
if send_resource_logs is not None:
|
|
448
|
+
pulumi.set(__self__, "send_resource_logs", send_resource_logs)
|
|
449
|
+
if send_subscription_logs is not None:
|
|
450
|
+
pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
|
|
451
|
+
|
|
452
|
+
@property
|
|
453
|
+
@pulumi.getter(name="filteringTags")
|
|
454
|
+
def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
|
|
455
|
+
"""
|
|
456
|
+
List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
457
|
+
"""
|
|
458
|
+
return pulumi.get(self, "filtering_tags")
|
|
459
|
+
|
|
460
|
+
@property
|
|
461
|
+
@pulumi.getter(name="sendAadLogs")
|
|
462
|
+
def send_aad_logs(self) -> Optional[bool]:
|
|
463
|
+
"""
|
|
464
|
+
Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
465
|
+
"""
|
|
466
|
+
return pulumi.get(self, "send_aad_logs")
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="sendResourceLogs")
|
|
470
|
+
def send_resource_logs(self) -> Optional[bool]:
|
|
471
|
+
"""
|
|
472
|
+
Flag specifying if Azure resource logs should be sent for the Monitor resource.
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "send_resource_logs")
|
|
475
|
+
|
|
476
|
+
@property
|
|
477
|
+
@pulumi.getter(name="sendSubscriptionLogs")
|
|
478
|
+
def send_subscription_logs(self) -> Optional[bool]:
|
|
479
|
+
"""
|
|
480
|
+
Flag specifying if Azure subscription logs should be sent for the Monitor resource.
|
|
481
|
+
"""
|
|
482
|
+
return pulumi.get(self, "send_subscription_logs")
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
@pulumi.output_type
|
|
486
|
+
class MetricRulesResponse(dict):
|
|
487
|
+
"""
|
|
488
|
+
Set of rules for sending metrics for the Monitor resource.
|
|
489
|
+
"""
|
|
490
|
+
@staticmethod
|
|
491
|
+
def __key_warning(key: str):
|
|
492
|
+
suggest = None
|
|
493
|
+
if key == "filteringTags":
|
|
494
|
+
suggest = "filtering_tags"
|
|
495
|
+
|
|
496
|
+
if suggest:
|
|
497
|
+
pulumi.log.warn(f"Key '{key}' not found in MetricRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
498
|
+
|
|
499
|
+
def __getitem__(self, key: str) -> Any:
|
|
500
|
+
MetricRulesResponse.__key_warning(key)
|
|
501
|
+
return super().__getitem__(key)
|
|
502
|
+
|
|
503
|
+
def get(self, key: str, default = None) -> Any:
|
|
504
|
+
MetricRulesResponse.__key_warning(key)
|
|
505
|
+
return super().get(key, default)
|
|
506
|
+
|
|
507
|
+
def __init__(__self__, *,
|
|
508
|
+
filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None):
|
|
509
|
+
"""
|
|
510
|
+
Set of rules for sending metrics for the Monitor resource.
|
|
511
|
+
:param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
512
|
+
"""
|
|
513
|
+
if filtering_tags is not None:
|
|
514
|
+
pulumi.set(__self__, "filtering_tags", filtering_tags)
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="filteringTags")
|
|
518
|
+
def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
|
|
519
|
+
"""
|
|
520
|
+
List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "filtering_tags")
|
|
523
|
+
|
|
524
|
+
|
|
350
525
|
@pulumi.output_type
|
|
351
526
|
class MonitorPropertiesResponse(dict):
|
|
352
527
|
"""
|
|
@@ -530,6 +705,159 @@ class MonitoredResourceResponse(dict):
|
|
|
530
705
|
return pulumi.get(self, "sending_metrics")
|
|
531
706
|
|
|
532
707
|
|
|
708
|
+
@pulumi.output_type
|
|
709
|
+
class MonitoredSubscriptionResponse(dict):
|
|
710
|
+
"""
|
|
711
|
+
The list of subscriptions and it's monitoring status by current Datadog monitor.
|
|
712
|
+
"""
|
|
713
|
+
@staticmethod
|
|
714
|
+
def __key_warning(key: str):
|
|
715
|
+
suggest = None
|
|
716
|
+
if key == "subscriptionId":
|
|
717
|
+
suggest = "subscription_id"
|
|
718
|
+
elif key == "tagRules":
|
|
719
|
+
suggest = "tag_rules"
|
|
720
|
+
|
|
721
|
+
if suggest:
|
|
722
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoredSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
723
|
+
|
|
724
|
+
def __getitem__(self, key: str) -> Any:
|
|
725
|
+
MonitoredSubscriptionResponse.__key_warning(key)
|
|
726
|
+
return super().__getitem__(key)
|
|
727
|
+
|
|
728
|
+
def get(self, key: str, default = None) -> Any:
|
|
729
|
+
MonitoredSubscriptionResponse.__key_warning(key)
|
|
730
|
+
return super().get(key, default)
|
|
731
|
+
|
|
732
|
+
def __init__(__self__, *,
|
|
733
|
+
error: Optional[str] = None,
|
|
734
|
+
status: Optional[str] = None,
|
|
735
|
+
subscription_id: Optional[str] = None,
|
|
736
|
+
tag_rules: Optional['outputs.MonitoringTagRulesPropertiesResponse'] = None):
|
|
737
|
+
"""
|
|
738
|
+
The list of subscriptions and it's monitoring status by current Datadog monitor.
|
|
739
|
+
:param str error: The reason of not monitoring the subscription.
|
|
740
|
+
:param str status: The state of monitoring.
|
|
741
|
+
:param str subscription_id: The subscriptionId to be monitored.
|
|
742
|
+
:param 'MonitoringTagRulesPropertiesResponse' tag_rules: Definition of the properties for a TagRules resource.
|
|
743
|
+
"""
|
|
744
|
+
if error is not None:
|
|
745
|
+
pulumi.set(__self__, "error", error)
|
|
746
|
+
if status is not None:
|
|
747
|
+
pulumi.set(__self__, "status", status)
|
|
748
|
+
if subscription_id is not None:
|
|
749
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
750
|
+
if tag_rules is not None:
|
|
751
|
+
pulumi.set(__self__, "tag_rules", tag_rules)
|
|
752
|
+
|
|
753
|
+
@property
|
|
754
|
+
@pulumi.getter
|
|
755
|
+
def error(self) -> Optional[str]:
|
|
756
|
+
"""
|
|
757
|
+
The reason of not monitoring the subscription.
|
|
758
|
+
"""
|
|
759
|
+
return pulumi.get(self, "error")
|
|
760
|
+
|
|
761
|
+
@property
|
|
762
|
+
@pulumi.getter
|
|
763
|
+
def status(self) -> Optional[str]:
|
|
764
|
+
"""
|
|
765
|
+
The state of monitoring.
|
|
766
|
+
"""
|
|
767
|
+
return pulumi.get(self, "status")
|
|
768
|
+
|
|
769
|
+
@property
|
|
770
|
+
@pulumi.getter(name="subscriptionId")
|
|
771
|
+
def subscription_id(self) -> Optional[str]:
|
|
772
|
+
"""
|
|
773
|
+
The subscriptionId to be monitored.
|
|
774
|
+
"""
|
|
775
|
+
return pulumi.get(self, "subscription_id")
|
|
776
|
+
|
|
777
|
+
@property
|
|
778
|
+
@pulumi.getter(name="tagRules")
|
|
779
|
+
def tag_rules(self) -> Optional['outputs.MonitoringTagRulesPropertiesResponse']:
|
|
780
|
+
"""
|
|
781
|
+
Definition of the properties for a TagRules resource.
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "tag_rules")
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
@pulumi.output_type
|
|
787
|
+
class MonitoringTagRulesPropertiesResponse(dict):
|
|
788
|
+
"""
|
|
789
|
+
Definition of the properties for a TagRules resource.
|
|
790
|
+
"""
|
|
791
|
+
@staticmethod
|
|
792
|
+
def __key_warning(key: str):
|
|
793
|
+
suggest = None
|
|
794
|
+
if key == "provisioningState":
|
|
795
|
+
suggest = "provisioning_state"
|
|
796
|
+
elif key == "logRules":
|
|
797
|
+
suggest = "log_rules"
|
|
798
|
+
elif key == "metricRules":
|
|
799
|
+
suggest = "metric_rules"
|
|
800
|
+
|
|
801
|
+
if suggest:
|
|
802
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoringTagRulesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
803
|
+
|
|
804
|
+
def __getitem__(self, key: str) -> Any:
|
|
805
|
+
MonitoringTagRulesPropertiesResponse.__key_warning(key)
|
|
806
|
+
return super().__getitem__(key)
|
|
807
|
+
|
|
808
|
+
def get(self, key: str, default = None) -> Any:
|
|
809
|
+
MonitoringTagRulesPropertiesResponse.__key_warning(key)
|
|
810
|
+
return super().get(key, default)
|
|
811
|
+
|
|
812
|
+
def __init__(__self__, *,
|
|
813
|
+
provisioning_state: str,
|
|
814
|
+
automuting: Optional[bool] = None,
|
|
815
|
+
log_rules: Optional['outputs.LogRulesResponse'] = None,
|
|
816
|
+
metric_rules: Optional['outputs.MetricRulesResponse'] = None):
|
|
817
|
+
"""
|
|
818
|
+
Definition of the properties for a TagRules resource.
|
|
819
|
+
:param bool automuting: Configuration to enable/disable auto-muting flag
|
|
820
|
+
:param 'LogRulesResponse' log_rules: Set of rules for sending logs for the Monitor resource.
|
|
821
|
+
:param 'MetricRulesResponse' metric_rules: Set of rules for sending metrics for the Monitor resource.
|
|
822
|
+
"""
|
|
823
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
824
|
+
if automuting is not None:
|
|
825
|
+
pulumi.set(__self__, "automuting", automuting)
|
|
826
|
+
if log_rules is not None:
|
|
827
|
+
pulumi.set(__self__, "log_rules", log_rules)
|
|
828
|
+
if metric_rules is not None:
|
|
829
|
+
pulumi.set(__self__, "metric_rules", metric_rules)
|
|
830
|
+
|
|
831
|
+
@property
|
|
832
|
+
@pulumi.getter(name="provisioningState")
|
|
833
|
+
def provisioning_state(self) -> str:
|
|
834
|
+
return pulumi.get(self, "provisioning_state")
|
|
835
|
+
|
|
836
|
+
@property
|
|
837
|
+
@pulumi.getter
|
|
838
|
+
def automuting(self) -> Optional[bool]:
|
|
839
|
+
"""
|
|
840
|
+
Configuration to enable/disable auto-muting flag
|
|
841
|
+
"""
|
|
842
|
+
return pulumi.get(self, "automuting")
|
|
843
|
+
|
|
844
|
+
@property
|
|
845
|
+
@pulumi.getter(name="logRules")
|
|
846
|
+
def log_rules(self) -> Optional['outputs.LogRulesResponse']:
|
|
847
|
+
"""
|
|
848
|
+
Set of rules for sending logs for the Monitor resource.
|
|
849
|
+
"""
|
|
850
|
+
return pulumi.get(self, "log_rules")
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter(name="metricRules")
|
|
854
|
+
def metric_rules(self) -> Optional['outputs.MetricRulesResponse']:
|
|
855
|
+
"""
|
|
856
|
+
Set of rules for sending metrics for the Monitor resource.
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "metric_rules")
|
|
859
|
+
|
|
860
|
+
|
|
533
861
|
@pulumi.output_type
|
|
534
862
|
class ResourceSkuResponse(dict):
|
|
535
863
|
def __init__(__self__, *,
|
|
@@ -548,6 +876,46 @@ class ResourceSkuResponse(dict):
|
|
|
548
876
|
return pulumi.get(self, "name")
|
|
549
877
|
|
|
550
878
|
|
|
879
|
+
@pulumi.output_type
|
|
880
|
+
class SubscriptionListResponse(dict):
|
|
881
|
+
"""
|
|
882
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
883
|
+
"""
|
|
884
|
+
@staticmethod
|
|
885
|
+
def __key_warning(key: str):
|
|
886
|
+
suggest = None
|
|
887
|
+
if key == "monitoredSubscriptionList":
|
|
888
|
+
suggest = "monitored_subscription_list"
|
|
889
|
+
|
|
890
|
+
if suggest:
|
|
891
|
+
pulumi.log.warn(f"Key '{key}' not found in SubscriptionListResponse. Access the value via the '{suggest}' property getter instead.")
|
|
892
|
+
|
|
893
|
+
def __getitem__(self, key: str) -> Any:
|
|
894
|
+
SubscriptionListResponse.__key_warning(key)
|
|
895
|
+
return super().__getitem__(key)
|
|
896
|
+
|
|
897
|
+
def get(self, key: str, default = None) -> Any:
|
|
898
|
+
SubscriptionListResponse.__key_warning(key)
|
|
899
|
+
return super().get(key, default)
|
|
900
|
+
|
|
901
|
+
def __init__(__self__, *,
|
|
902
|
+
monitored_subscription_list: Optional[Sequence['outputs.MonitoredSubscriptionResponse']] = None):
|
|
903
|
+
"""
|
|
904
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
905
|
+
:param Sequence['MonitoredSubscriptionResponse'] monitored_subscription_list: List of subscriptions and the state of the monitoring.
|
|
906
|
+
"""
|
|
907
|
+
if monitored_subscription_list is not None:
|
|
908
|
+
pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
|
|
909
|
+
|
|
910
|
+
@property
|
|
911
|
+
@pulumi.getter(name="monitoredSubscriptionList")
|
|
912
|
+
def monitored_subscription_list(self) -> Optional[Sequence['outputs.MonitoredSubscriptionResponse']]:
|
|
913
|
+
"""
|
|
914
|
+
List of subscriptions and the state of the monitoring.
|
|
915
|
+
"""
|
|
916
|
+
return pulumi.get(self, "monitored_subscription_list")
|
|
917
|
+
|
|
918
|
+
|
|
551
919
|
@pulumi.output_type
|
|
552
920
|
class SystemDataResponse(dict):
|
|
553
921
|
"""
|
|
@@ -189,7 +189,7 @@ class Monitor(pulumi.CustomResource):
|
|
|
189
189
|
__props__.__dict__["name"] = None
|
|
190
190
|
__props__.__dict__["system_data"] = None
|
|
191
191
|
__props__.__dict__["type"] = None
|
|
192
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor")])
|
|
192
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20200201preview:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20210301:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20220801:Monitor"), pulumi.Alias(type_="azure-native:datadog/v20230101:Monitor")])
|
|
193
193
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
194
194
|
super(Monitor, __self__).__init__(
|
|
195
195
|
'azure-native:datadog/v20220601:Monitor',
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_monitor import *
|
|
10
|
+
from .get_monitor_default_key import *
|
|
11
|
+
from .list_monitor_api_keys import *
|
|
12
|
+
from .list_monitor_hosts import *
|
|
13
|
+
from .list_monitor_linked_resources import *
|
|
14
|
+
from .list_monitor_monitored_resources import *
|
|
15
|
+
from .monitor import *
|
|
16
|
+
from ._inputs import *
|
|
17
|
+
from . import outputs
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'ManagedIdentityTypes',
|
|
9
|
+
'MonitoringStatus',
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class ManagedIdentityTypes(str, Enum):
|
|
14
|
+
"""
|
|
15
|
+
Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
16
|
+
"""
|
|
17
|
+
SYSTEM_ASSIGNED = "SystemAssigned"
|
|
18
|
+
USER_ASSIGNED = "UserAssigned"
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class MonitoringStatus(str, Enum):
|
|
22
|
+
"""
|
|
23
|
+
Flag specifying if the resource monitoring is enabled or disabled.
|
|
24
|
+
"""
|
|
25
|
+
ENABLED = "Enabled"
|
|
26
|
+
DISABLED = "Disabled"
|