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,329 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'DatadogOrganizationPropertiesArgs',
|
|
15
|
+
'IdentityPropertiesArgs',
|
|
16
|
+
'MonitorPropertiesArgs',
|
|
17
|
+
'ResourceSkuArgs',
|
|
18
|
+
'UserInfoArgs',
|
|
19
|
+
]
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class DatadogOrganizationPropertiesArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
api_key: Optional[pulumi.Input[str]] = None,
|
|
25
|
+
application_key: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
cspm: Optional[pulumi.Input[bool]] = None,
|
|
27
|
+
enterprise_app_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
linking_auth_code: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
linking_client_id: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
redirect_uri: Optional[pulumi.Input[str]] = None):
|
|
33
|
+
"""
|
|
34
|
+
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
35
|
+
:param pulumi.Input[str] api_key: Api key associated to the Datadog organization.
|
|
36
|
+
:param pulumi.Input[str] application_key: Application key associated to the Datadog organization.
|
|
37
|
+
:param pulumi.Input[bool] cspm: The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
|
|
38
|
+
:param pulumi.Input[str] enterprise_app_id: The Id of the Enterprise App used for Single sign on.
|
|
39
|
+
:param pulumi.Input[str] id: Id of the Datadog organization.
|
|
40
|
+
:param pulumi.Input[str] linking_auth_code: The auth code used to linking to an existing datadog organization.
|
|
41
|
+
:param pulumi.Input[str] linking_client_id: The client_id from an existing in exchange for an auth token to link organization.
|
|
42
|
+
:param pulumi.Input[str] name: Name of the Datadog organization.
|
|
43
|
+
:param pulumi.Input[str] redirect_uri: The redirect uri for linking.
|
|
44
|
+
"""
|
|
45
|
+
if api_key is not None:
|
|
46
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
47
|
+
if application_key is not None:
|
|
48
|
+
pulumi.set(__self__, "application_key", application_key)
|
|
49
|
+
if cspm is not None:
|
|
50
|
+
pulumi.set(__self__, "cspm", cspm)
|
|
51
|
+
if enterprise_app_id is not None:
|
|
52
|
+
pulumi.set(__self__, "enterprise_app_id", enterprise_app_id)
|
|
53
|
+
if id is not None:
|
|
54
|
+
pulumi.set(__self__, "id", id)
|
|
55
|
+
if linking_auth_code is not None:
|
|
56
|
+
pulumi.set(__self__, "linking_auth_code", linking_auth_code)
|
|
57
|
+
if linking_client_id is not None:
|
|
58
|
+
pulumi.set(__self__, "linking_client_id", linking_client_id)
|
|
59
|
+
if name is not None:
|
|
60
|
+
pulumi.set(__self__, "name", name)
|
|
61
|
+
if redirect_uri is not None:
|
|
62
|
+
pulumi.set(__self__, "redirect_uri", redirect_uri)
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="apiKey")
|
|
66
|
+
def api_key(self) -> Optional[pulumi.Input[str]]:
|
|
67
|
+
"""
|
|
68
|
+
Api key associated to the Datadog organization.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "api_key")
|
|
71
|
+
|
|
72
|
+
@api_key.setter
|
|
73
|
+
def api_key(self, value: Optional[pulumi.Input[str]]):
|
|
74
|
+
pulumi.set(self, "api_key", value)
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="applicationKey")
|
|
78
|
+
def application_key(self) -> Optional[pulumi.Input[str]]:
|
|
79
|
+
"""
|
|
80
|
+
Application key associated to the Datadog organization.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "application_key")
|
|
83
|
+
|
|
84
|
+
@application_key.setter
|
|
85
|
+
def application_key(self, value: Optional[pulumi.Input[str]]):
|
|
86
|
+
pulumi.set(self, "application_key", value)
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def cspm(self) -> Optional[pulumi.Input[bool]]:
|
|
91
|
+
"""
|
|
92
|
+
The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "cspm")
|
|
95
|
+
|
|
96
|
+
@cspm.setter
|
|
97
|
+
def cspm(self, value: Optional[pulumi.Input[bool]]):
|
|
98
|
+
pulumi.set(self, "cspm", value)
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="enterpriseAppId")
|
|
102
|
+
def enterprise_app_id(self) -> Optional[pulumi.Input[str]]:
|
|
103
|
+
"""
|
|
104
|
+
The Id of the Enterprise App used for Single sign on.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "enterprise_app_id")
|
|
107
|
+
|
|
108
|
+
@enterprise_app_id.setter
|
|
109
|
+
def enterprise_app_id(self, value: Optional[pulumi.Input[str]]):
|
|
110
|
+
pulumi.set(self, "enterprise_app_id", value)
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter
|
|
114
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
115
|
+
"""
|
|
116
|
+
Id of the Datadog organization.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "id")
|
|
119
|
+
|
|
120
|
+
@id.setter
|
|
121
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
122
|
+
pulumi.set(self, "id", value)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="linkingAuthCode")
|
|
126
|
+
def linking_auth_code(self) -> Optional[pulumi.Input[str]]:
|
|
127
|
+
"""
|
|
128
|
+
The auth code used to linking to an existing datadog organization.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "linking_auth_code")
|
|
131
|
+
|
|
132
|
+
@linking_auth_code.setter
|
|
133
|
+
def linking_auth_code(self, value: Optional[pulumi.Input[str]]):
|
|
134
|
+
pulumi.set(self, "linking_auth_code", value)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="linkingClientId")
|
|
138
|
+
def linking_client_id(self) -> Optional[pulumi.Input[str]]:
|
|
139
|
+
"""
|
|
140
|
+
The client_id from an existing in exchange for an auth token to link organization.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "linking_client_id")
|
|
143
|
+
|
|
144
|
+
@linking_client_id.setter
|
|
145
|
+
def linking_client_id(self, value: Optional[pulumi.Input[str]]):
|
|
146
|
+
pulumi.set(self, "linking_client_id", value)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
151
|
+
"""
|
|
152
|
+
Name of the Datadog organization.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "name")
|
|
155
|
+
|
|
156
|
+
@name.setter
|
|
157
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
158
|
+
pulumi.set(self, "name", value)
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="redirectUri")
|
|
162
|
+
def redirect_uri(self) -> Optional[pulumi.Input[str]]:
|
|
163
|
+
"""
|
|
164
|
+
The redirect uri for linking.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "redirect_uri")
|
|
167
|
+
|
|
168
|
+
@redirect_uri.setter
|
|
169
|
+
def redirect_uri(self, value: Optional[pulumi.Input[str]]):
|
|
170
|
+
pulumi.set(self, "redirect_uri", value)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
@pulumi.input_type
|
|
174
|
+
class IdentityPropertiesArgs:
|
|
175
|
+
def __init__(__self__, *,
|
|
176
|
+
type: Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]] = None):
|
|
177
|
+
"""
|
|
178
|
+
:param pulumi.Input[Union[str, 'ManagedIdentityTypes']] type: Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
179
|
+
"""
|
|
180
|
+
if type is not None:
|
|
181
|
+
pulumi.set(__self__, "type", type)
|
|
182
|
+
|
|
183
|
+
@property
|
|
184
|
+
@pulumi.getter
|
|
185
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]]:
|
|
186
|
+
"""
|
|
187
|
+
Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "type")
|
|
190
|
+
|
|
191
|
+
@type.setter
|
|
192
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]]):
|
|
193
|
+
pulumi.set(self, "type", value)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
@pulumi.input_type
|
|
197
|
+
class MonitorPropertiesArgs:
|
|
198
|
+
def __init__(__self__, *,
|
|
199
|
+
datadog_organization_properties: Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']] = None,
|
|
200
|
+
monitoring_status: Optional[pulumi.Input[Union[str, 'MonitoringStatus']]] = None,
|
|
201
|
+
user_info: Optional[pulumi.Input['UserInfoArgs']] = None):
|
|
202
|
+
"""
|
|
203
|
+
Properties specific to the monitor resource.
|
|
204
|
+
:param pulumi.Input['DatadogOrganizationPropertiesArgs'] datadog_organization_properties: Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
205
|
+
:param pulumi.Input[Union[str, 'MonitoringStatus']] monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
|
|
206
|
+
:param pulumi.Input['UserInfoArgs'] user_info: Includes name, email and optionally, phone number. User Information can't be null.
|
|
207
|
+
"""
|
|
208
|
+
if datadog_organization_properties is not None:
|
|
209
|
+
pulumi.set(__self__, "datadog_organization_properties", datadog_organization_properties)
|
|
210
|
+
if monitoring_status is not None:
|
|
211
|
+
pulumi.set(__self__, "monitoring_status", monitoring_status)
|
|
212
|
+
if user_info is not None:
|
|
213
|
+
pulumi.set(__self__, "user_info", user_info)
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="datadogOrganizationProperties")
|
|
217
|
+
def datadog_organization_properties(self) -> Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']]:
|
|
218
|
+
"""
|
|
219
|
+
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "datadog_organization_properties")
|
|
222
|
+
|
|
223
|
+
@datadog_organization_properties.setter
|
|
224
|
+
def datadog_organization_properties(self, value: Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']]):
|
|
225
|
+
pulumi.set(self, "datadog_organization_properties", value)
|
|
226
|
+
|
|
227
|
+
@property
|
|
228
|
+
@pulumi.getter(name="monitoringStatus")
|
|
229
|
+
def monitoring_status(self) -> Optional[pulumi.Input[Union[str, 'MonitoringStatus']]]:
|
|
230
|
+
"""
|
|
231
|
+
Flag specifying if the resource monitoring is enabled or disabled.
|
|
232
|
+
"""
|
|
233
|
+
return pulumi.get(self, "monitoring_status")
|
|
234
|
+
|
|
235
|
+
@monitoring_status.setter
|
|
236
|
+
def monitoring_status(self, value: Optional[pulumi.Input[Union[str, 'MonitoringStatus']]]):
|
|
237
|
+
pulumi.set(self, "monitoring_status", value)
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="userInfo")
|
|
241
|
+
def user_info(self) -> Optional[pulumi.Input['UserInfoArgs']]:
|
|
242
|
+
"""
|
|
243
|
+
Includes name, email and optionally, phone number. User Information can't be null.
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "user_info")
|
|
246
|
+
|
|
247
|
+
@user_info.setter
|
|
248
|
+
def user_info(self, value: Optional[pulumi.Input['UserInfoArgs']]):
|
|
249
|
+
pulumi.set(self, "user_info", value)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
@pulumi.input_type
|
|
253
|
+
class ResourceSkuArgs:
|
|
254
|
+
def __init__(__self__, *,
|
|
255
|
+
name: pulumi.Input[str]):
|
|
256
|
+
"""
|
|
257
|
+
:param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
258
|
+
"""
|
|
259
|
+
pulumi.set(__self__, "name", name)
|
|
260
|
+
|
|
261
|
+
@property
|
|
262
|
+
@pulumi.getter
|
|
263
|
+
def name(self) -> pulumi.Input[str]:
|
|
264
|
+
"""
|
|
265
|
+
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
266
|
+
"""
|
|
267
|
+
return pulumi.get(self, "name")
|
|
268
|
+
|
|
269
|
+
@name.setter
|
|
270
|
+
def name(self, value: pulumi.Input[str]):
|
|
271
|
+
pulumi.set(self, "name", value)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
@pulumi.input_type
|
|
275
|
+
class UserInfoArgs:
|
|
276
|
+
def __init__(__self__, *,
|
|
277
|
+
email_address: Optional[pulumi.Input[str]] = None,
|
|
278
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
279
|
+
phone_number: Optional[pulumi.Input[str]] = None):
|
|
280
|
+
"""
|
|
281
|
+
Includes name, email and optionally, phone number. User Information can't be null.
|
|
282
|
+
:param pulumi.Input[str] email_address: Email of the user used by Datadog for contacting them if needed
|
|
283
|
+
:param pulumi.Input[str] name: Name of the user
|
|
284
|
+
:param pulumi.Input[str] phone_number: Phone number of the user used by Datadog for contacting them if needed
|
|
285
|
+
"""
|
|
286
|
+
if email_address is not None:
|
|
287
|
+
pulumi.set(__self__, "email_address", email_address)
|
|
288
|
+
if name is not None:
|
|
289
|
+
pulumi.set(__self__, "name", name)
|
|
290
|
+
if phone_number is not None:
|
|
291
|
+
pulumi.set(__self__, "phone_number", phone_number)
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="emailAddress")
|
|
295
|
+
def email_address(self) -> Optional[pulumi.Input[str]]:
|
|
296
|
+
"""
|
|
297
|
+
Email of the user used by Datadog for contacting them if needed
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "email_address")
|
|
300
|
+
|
|
301
|
+
@email_address.setter
|
|
302
|
+
def email_address(self, value: Optional[pulumi.Input[str]]):
|
|
303
|
+
pulumi.set(self, "email_address", value)
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
308
|
+
"""
|
|
309
|
+
Name of the user
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "name")
|
|
312
|
+
|
|
313
|
+
@name.setter
|
|
314
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
315
|
+
pulumi.set(self, "name", value)
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter(name="phoneNumber")
|
|
319
|
+
def phone_number(self) -> Optional[pulumi.Input[str]]:
|
|
320
|
+
"""
|
|
321
|
+
Phone number of the user used by Datadog for contacting them if needed
|
|
322
|
+
"""
|
|
323
|
+
return pulumi.get(self, "phone_number")
|
|
324
|
+
|
|
325
|
+
@phone_number.setter
|
|
326
|
+
def phone_number(self, value: Optional[pulumi.Input[str]]):
|
|
327
|
+
pulumi.set(self, "phone_number", value)
|
|
328
|
+
|
|
329
|
+
|
|
@@ -0,0 +1,166 @@
|
|
|
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
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetMonitorResult',
|
|
15
|
+
'AwaitableGetMonitorResult',
|
|
16
|
+
'get_monitor',
|
|
17
|
+
'get_monitor_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetMonitorResult:
|
|
22
|
+
def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, sku=None, system_data=None, tags=None, type=None):
|
|
23
|
+
if id and not isinstance(id, str):
|
|
24
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
25
|
+
pulumi.set(__self__, "id", id)
|
|
26
|
+
if identity and not isinstance(identity, dict):
|
|
27
|
+
raise TypeError("Expected argument 'identity' to be a dict")
|
|
28
|
+
pulumi.set(__self__, "identity", identity)
|
|
29
|
+
if location and not isinstance(location, str):
|
|
30
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
31
|
+
pulumi.set(__self__, "location", location)
|
|
32
|
+
if name and not isinstance(name, str):
|
|
33
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
34
|
+
pulumi.set(__self__, "name", name)
|
|
35
|
+
if properties and not isinstance(properties, dict):
|
|
36
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
37
|
+
pulumi.set(__self__, "properties", properties)
|
|
38
|
+
if sku and not isinstance(sku, dict):
|
|
39
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
40
|
+
pulumi.set(__self__, "sku", sku)
|
|
41
|
+
if system_data and not isinstance(system_data, dict):
|
|
42
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
43
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
44
|
+
if tags and not isinstance(tags, dict):
|
|
45
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
46
|
+
pulumi.set(__self__, "tags", tags)
|
|
47
|
+
if type and not isinstance(type, str):
|
|
48
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
49
|
+
pulumi.set(__self__, "type", type)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def id(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
ARM id of the monitor resource.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "id")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def identity(self) -> Optional['outputs.IdentityPropertiesResponse']:
|
|
62
|
+
return pulumi.get(self, "identity")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter
|
|
66
|
+
def location(self) -> str:
|
|
67
|
+
return pulumi.get(self, "location")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def name(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Name of the monitor resource.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "name")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def properties(self) -> 'outputs.MonitorPropertiesResponse':
|
|
80
|
+
"""
|
|
81
|
+
Properties specific to the monitor resource.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "properties")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter
|
|
87
|
+
def sku(self) -> Optional['outputs.ResourceSkuResponse']:
|
|
88
|
+
return pulumi.get(self, "sku")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="systemData")
|
|
92
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
93
|
+
"""
|
|
94
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "system_data")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter
|
|
100
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
101
|
+
return pulumi.get(self, "tags")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter
|
|
105
|
+
def type(self) -> str:
|
|
106
|
+
"""
|
|
107
|
+
The type of the monitor resource.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "type")
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
class AwaitableGetMonitorResult(GetMonitorResult):
|
|
113
|
+
# pylint: disable=using-constant-test
|
|
114
|
+
def __await__(self):
|
|
115
|
+
if False:
|
|
116
|
+
yield self
|
|
117
|
+
return GetMonitorResult(
|
|
118
|
+
id=self.id,
|
|
119
|
+
identity=self.identity,
|
|
120
|
+
location=self.location,
|
|
121
|
+
name=self.name,
|
|
122
|
+
properties=self.properties,
|
|
123
|
+
sku=self.sku,
|
|
124
|
+
system_data=self.system_data,
|
|
125
|
+
tags=self.tags,
|
|
126
|
+
type=self.type)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
def get_monitor(monitor_name: Optional[str] = None,
|
|
130
|
+
resource_group_name: Optional[str] = None,
|
|
131
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitorResult:
|
|
132
|
+
"""
|
|
133
|
+
Use this data source to access information about an existing resource.
|
|
134
|
+
|
|
135
|
+
:param str monitor_name: Monitor resource name
|
|
136
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
137
|
+
"""
|
|
138
|
+
__args__ = dict()
|
|
139
|
+
__args__['monitorName'] = monitor_name
|
|
140
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
141
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
142
|
+
__ret__ = pulumi.runtime.invoke('azure-native:datadog/v20220801:getMonitor', __args__, opts=opts, typ=GetMonitorResult).value
|
|
143
|
+
|
|
144
|
+
return AwaitableGetMonitorResult(
|
|
145
|
+
id=pulumi.get(__ret__, 'id'),
|
|
146
|
+
identity=pulumi.get(__ret__, 'identity'),
|
|
147
|
+
location=pulumi.get(__ret__, 'location'),
|
|
148
|
+
name=pulumi.get(__ret__, 'name'),
|
|
149
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
150
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
151
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
152
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
153
|
+
type=pulumi.get(__ret__, 'type'))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
@_utilities.lift_output_func(get_monitor)
|
|
157
|
+
def get_monitor_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMonitorResult]:
|
|
160
|
+
"""
|
|
161
|
+
Use this data source to access information about an existing resource.
|
|
162
|
+
|
|
163
|
+
:param str monitor_name: Monitor resource name
|
|
164
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
165
|
+
"""
|
|
166
|
+
...
|
|
@@ -0,0 +1,112 @@
|
|
|
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
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetMonitorDefaultKeyResult',
|
|
14
|
+
'AwaitableGetMonitorDefaultKeyResult',
|
|
15
|
+
'get_monitor_default_key',
|
|
16
|
+
'get_monitor_default_key_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetMonitorDefaultKeyResult:
|
|
21
|
+
def __init__(__self__, created=None, created_by=None, key=None, name=None):
|
|
22
|
+
if created and not isinstance(created, str):
|
|
23
|
+
raise TypeError("Expected argument 'created' to be a str")
|
|
24
|
+
pulumi.set(__self__, "created", created)
|
|
25
|
+
if created_by and not isinstance(created_by, str):
|
|
26
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
27
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
28
|
+
if key and not isinstance(key, str):
|
|
29
|
+
raise TypeError("Expected argument 'key' to be a str")
|
|
30
|
+
pulumi.set(__self__, "key", key)
|
|
31
|
+
if name and not isinstance(name, str):
|
|
32
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
33
|
+
pulumi.set(__self__, "name", name)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def created(self) -> Optional[str]:
|
|
38
|
+
"""
|
|
39
|
+
The time of creation of the API key.
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "created")
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="createdBy")
|
|
45
|
+
def created_by(self) -> Optional[str]:
|
|
46
|
+
"""
|
|
47
|
+
The user that created the API key.
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "created_by")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def key(self) -> str:
|
|
54
|
+
"""
|
|
55
|
+
The value of the API key.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "key")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter
|
|
61
|
+
def name(self) -> Optional[str]:
|
|
62
|
+
"""
|
|
63
|
+
The name of the API key.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "name")
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
class AwaitableGetMonitorDefaultKeyResult(GetMonitorDefaultKeyResult):
|
|
69
|
+
# pylint: disable=using-constant-test
|
|
70
|
+
def __await__(self):
|
|
71
|
+
if False:
|
|
72
|
+
yield self
|
|
73
|
+
return GetMonitorDefaultKeyResult(
|
|
74
|
+
created=self.created,
|
|
75
|
+
created_by=self.created_by,
|
|
76
|
+
key=self.key,
|
|
77
|
+
name=self.name)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def get_monitor_default_key(monitor_name: Optional[str] = None,
|
|
81
|
+
resource_group_name: Optional[str] = None,
|
|
82
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMonitorDefaultKeyResult:
|
|
83
|
+
"""
|
|
84
|
+
Use this data source to access information about an existing resource.
|
|
85
|
+
|
|
86
|
+
:param str monitor_name: Monitor resource name
|
|
87
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
88
|
+
"""
|
|
89
|
+
__args__ = dict()
|
|
90
|
+
__args__['monitorName'] = monitor_name
|
|
91
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
92
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
93
|
+
__ret__ = pulumi.runtime.invoke('azure-native:datadog/v20220801:getMonitorDefaultKey', __args__, opts=opts, typ=GetMonitorDefaultKeyResult).value
|
|
94
|
+
|
|
95
|
+
return AwaitableGetMonitorDefaultKeyResult(
|
|
96
|
+
created=pulumi.get(__ret__, 'created'),
|
|
97
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
98
|
+
key=pulumi.get(__ret__, 'key'),
|
|
99
|
+
name=pulumi.get(__ret__, 'name'))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
@_utilities.lift_output_func(get_monitor_default_key)
|
|
103
|
+
def get_monitor_default_key_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
104
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
105
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMonitorDefaultKeyResult]:
|
|
106
|
+
"""
|
|
107
|
+
Use this data source to access information about an existing resource.
|
|
108
|
+
|
|
109
|
+
:param str monitor_name: Monitor resource name
|
|
110
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
111
|
+
"""
|
|
112
|
+
...
|