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,738 @@
|
|
|
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
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'DatadogApiKeyResponse',
|
|
16
|
+
'DatadogHostMetadataResponse',
|
|
17
|
+
'DatadogHostResponse',
|
|
18
|
+
'DatadogInstallMethodResponse',
|
|
19
|
+
'DatadogLogsAgentResponse',
|
|
20
|
+
'DatadogOrganizationPropertiesResponse',
|
|
21
|
+
'IdentityPropertiesResponse',
|
|
22
|
+
'LinkedResourceResponse',
|
|
23
|
+
'MonitorPropertiesResponse',
|
|
24
|
+
'MonitoredResourceResponse',
|
|
25
|
+
'ResourceSkuResponse',
|
|
26
|
+
'SystemDataResponse',
|
|
27
|
+
'UserInfoResponse',
|
|
28
|
+
]
|
|
29
|
+
|
|
30
|
+
@pulumi.output_type
|
|
31
|
+
class DatadogApiKeyResponse(dict):
|
|
32
|
+
def __init__(__self__, *,
|
|
33
|
+
key: str,
|
|
34
|
+
created: Optional[str] = None,
|
|
35
|
+
created_by: Optional[str] = None,
|
|
36
|
+
name: Optional[str] = None):
|
|
37
|
+
"""
|
|
38
|
+
:param str key: The value of the API key.
|
|
39
|
+
:param str created: The time of creation of the API key.
|
|
40
|
+
:param str created_by: The user that created the API key.
|
|
41
|
+
:param str name: The name of the API key.
|
|
42
|
+
"""
|
|
43
|
+
pulumi.set(__self__, "key", key)
|
|
44
|
+
if created is not None:
|
|
45
|
+
pulumi.set(__self__, "created", created)
|
|
46
|
+
if created_by is not None:
|
|
47
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
48
|
+
if name is not None:
|
|
49
|
+
pulumi.set(__self__, "name", name)
|
|
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 created(self) -> Optional[str]:
|
|
62
|
+
"""
|
|
63
|
+
The time of creation of the API key.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "created")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="createdBy")
|
|
69
|
+
def created_by(self) -> Optional[str]:
|
|
70
|
+
"""
|
|
71
|
+
The user that created the API key.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "created_by")
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter
|
|
77
|
+
def name(self) -> Optional[str]:
|
|
78
|
+
"""
|
|
79
|
+
The name of the API key.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "name")
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
@pulumi.output_type
|
|
85
|
+
class DatadogHostMetadataResponse(dict):
|
|
86
|
+
def __init__(__self__, *,
|
|
87
|
+
agent_version: Optional[str] = None,
|
|
88
|
+
install_method: Optional['outputs.DatadogInstallMethodResponse'] = None,
|
|
89
|
+
logs_agent: Optional['outputs.DatadogLogsAgentResponse'] = None):
|
|
90
|
+
"""
|
|
91
|
+
:param str agent_version: The agent version.
|
|
92
|
+
"""
|
|
93
|
+
if agent_version is not None:
|
|
94
|
+
pulumi.set(__self__, "agent_version", agent_version)
|
|
95
|
+
if install_method is not None:
|
|
96
|
+
pulumi.set(__self__, "install_method", install_method)
|
|
97
|
+
if logs_agent is not None:
|
|
98
|
+
pulumi.set(__self__, "logs_agent", logs_agent)
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="agentVersion")
|
|
102
|
+
def agent_version(self) -> Optional[str]:
|
|
103
|
+
"""
|
|
104
|
+
The agent version.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "agent_version")
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter(name="installMethod")
|
|
110
|
+
def install_method(self) -> Optional['outputs.DatadogInstallMethodResponse']:
|
|
111
|
+
return pulumi.get(self, "install_method")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="logsAgent")
|
|
115
|
+
def logs_agent(self) -> Optional['outputs.DatadogLogsAgentResponse']:
|
|
116
|
+
return pulumi.get(self, "logs_agent")
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
@pulumi.output_type
|
|
120
|
+
class DatadogHostResponse(dict):
|
|
121
|
+
def __init__(__self__, *,
|
|
122
|
+
aliases: Optional[Sequence[str]] = None,
|
|
123
|
+
apps: Optional[Sequence[str]] = None,
|
|
124
|
+
meta: Optional['outputs.DatadogHostMetadataResponse'] = None,
|
|
125
|
+
name: Optional[str] = None):
|
|
126
|
+
"""
|
|
127
|
+
:param Sequence[str] aliases: The aliases for the host.
|
|
128
|
+
:param Sequence[str] apps: The Datadog integrations reporting metrics for the host.
|
|
129
|
+
:param str name: The name of the host.
|
|
130
|
+
"""
|
|
131
|
+
if aliases is not None:
|
|
132
|
+
pulumi.set(__self__, "aliases", aliases)
|
|
133
|
+
if apps is not None:
|
|
134
|
+
pulumi.set(__self__, "apps", apps)
|
|
135
|
+
if meta is not None:
|
|
136
|
+
pulumi.set(__self__, "meta", meta)
|
|
137
|
+
if name is not None:
|
|
138
|
+
pulumi.set(__self__, "name", name)
|
|
139
|
+
|
|
140
|
+
@property
|
|
141
|
+
@pulumi.getter
|
|
142
|
+
def aliases(self) -> Optional[Sequence[str]]:
|
|
143
|
+
"""
|
|
144
|
+
The aliases for the host.
|
|
145
|
+
"""
|
|
146
|
+
return pulumi.get(self, "aliases")
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter
|
|
150
|
+
def apps(self) -> Optional[Sequence[str]]:
|
|
151
|
+
"""
|
|
152
|
+
The Datadog integrations reporting metrics for the host.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "apps")
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def meta(self) -> Optional['outputs.DatadogHostMetadataResponse']:
|
|
159
|
+
return pulumi.get(self, "meta")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter
|
|
163
|
+
def name(self) -> Optional[str]:
|
|
164
|
+
"""
|
|
165
|
+
The name of the host.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "name")
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
@pulumi.output_type
|
|
171
|
+
class DatadogInstallMethodResponse(dict):
|
|
172
|
+
def __init__(__self__, *,
|
|
173
|
+
installer_version: Optional[str] = None,
|
|
174
|
+
tool: Optional[str] = None,
|
|
175
|
+
tool_version: Optional[str] = None):
|
|
176
|
+
"""
|
|
177
|
+
:param str installer_version: The installer version.
|
|
178
|
+
:param str tool: The tool.
|
|
179
|
+
:param str tool_version: The tool version.
|
|
180
|
+
"""
|
|
181
|
+
if installer_version is not None:
|
|
182
|
+
pulumi.set(__self__, "installer_version", installer_version)
|
|
183
|
+
if tool is not None:
|
|
184
|
+
pulumi.set(__self__, "tool", tool)
|
|
185
|
+
if tool_version is not None:
|
|
186
|
+
pulumi.set(__self__, "tool_version", tool_version)
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="installerVersion")
|
|
190
|
+
def installer_version(self) -> Optional[str]:
|
|
191
|
+
"""
|
|
192
|
+
The installer version.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "installer_version")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter
|
|
198
|
+
def tool(self) -> Optional[str]:
|
|
199
|
+
"""
|
|
200
|
+
The tool.
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "tool")
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter(name="toolVersion")
|
|
206
|
+
def tool_version(self) -> Optional[str]:
|
|
207
|
+
"""
|
|
208
|
+
The tool version.
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "tool_version")
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
@pulumi.output_type
|
|
214
|
+
class DatadogLogsAgentResponse(dict):
|
|
215
|
+
def __init__(__self__, *,
|
|
216
|
+
transport: Optional[str] = None):
|
|
217
|
+
"""
|
|
218
|
+
:param str transport: The transport.
|
|
219
|
+
"""
|
|
220
|
+
if transport is not None:
|
|
221
|
+
pulumi.set(__self__, "transport", transport)
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def transport(self) -> Optional[str]:
|
|
226
|
+
"""
|
|
227
|
+
The transport.
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "transport")
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
@pulumi.output_type
|
|
233
|
+
class DatadogOrganizationPropertiesResponse(dict):
|
|
234
|
+
"""
|
|
235
|
+
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
236
|
+
"""
|
|
237
|
+
def __init__(__self__, *,
|
|
238
|
+
cspm: Optional[bool] = None,
|
|
239
|
+
id: Optional[str] = None,
|
|
240
|
+
name: Optional[str] = None):
|
|
241
|
+
"""
|
|
242
|
+
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
243
|
+
:param 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.
|
|
244
|
+
:param str id: Id of the Datadog organization.
|
|
245
|
+
:param str name: Name of the Datadog organization.
|
|
246
|
+
"""
|
|
247
|
+
if cspm is not None:
|
|
248
|
+
pulumi.set(__self__, "cspm", cspm)
|
|
249
|
+
if id is not None:
|
|
250
|
+
pulumi.set(__self__, "id", id)
|
|
251
|
+
if name is not None:
|
|
252
|
+
pulumi.set(__self__, "name", name)
|
|
253
|
+
|
|
254
|
+
@property
|
|
255
|
+
@pulumi.getter
|
|
256
|
+
def cspm(self) -> Optional[bool]:
|
|
257
|
+
"""
|
|
258
|
+
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.
|
|
259
|
+
"""
|
|
260
|
+
return pulumi.get(self, "cspm")
|
|
261
|
+
|
|
262
|
+
@property
|
|
263
|
+
@pulumi.getter
|
|
264
|
+
def id(self) -> Optional[str]:
|
|
265
|
+
"""
|
|
266
|
+
Id of the Datadog organization.
|
|
267
|
+
"""
|
|
268
|
+
return pulumi.get(self, "id")
|
|
269
|
+
|
|
270
|
+
@property
|
|
271
|
+
@pulumi.getter
|
|
272
|
+
def name(self) -> Optional[str]:
|
|
273
|
+
"""
|
|
274
|
+
Name of the Datadog organization.
|
|
275
|
+
"""
|
|
276
|
+
return pulumi.get(self, "name")
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
@pulumi.output_type
|
|
280
|
+
class IdentityPropertiesResponse(dict):
|
|
281
|
+
@staticmethod
|
|
282
|
+
def __key_warning(key: str):
|
|
283
|
+
suggest = None
|
|
284
|
+
if key == "principalId":
|
|
285
|
+
suggest = "principal_id"
|
|
286
|
+
elif key == "tenantId":
|
|
287
|
+
suggest = "tenant_id"
|
|
288
|
+
|
|
289
|
+
if suggest:
|
|
290
|
+
pulumi.log.warn(f"Key '{key}' not found in IdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
291
|
+
|
|
292
|
+
def __getitem__(self, key: str) -> Any:
|
|
293
|
+
IdentityPropertiesResponse.__key_warning(key)
|
|
294
|
+
return super().__getitem__(key)
|
|
295
|
+
|
|
296
|
+
def get(self, key: str, default = None) -> Any:
|
|
297
|
+
IdentityPropertiesResponse.__key_warning(key)
|
|
298
|
+
return super().get(key, default)
|
|
299
|
+
|
|
300
|
+
def __init__(__self__, *,
|
|
301
|
+
principal_id: str,
|
|
302
|
+
tenant_id: str,
|
|
303
|
+
type: Optional[str] = None):
|
|
304
|
+
"""
|
|
305
|
+
:param str principal_id: The identity ID.
|
|
306
|
+
:param str tenant_id: The tenant ID of resource.
|
|
307
|
+
:param str type: Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
308
|
+
"""
|
|
309
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
310
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
311
|
+
if type is not None:
|
|
312
|
+
pulumi.set(__self__, "type", type)
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="principalId")
|
|
316
|
+
def principal_id(self) -> str:
|
|
317
|
+
"""
|
|
318
|
+
The identity ID.
|
|
319
|
+
"""
|
|
320
|
+
return pulumi.get(self, "principal_id")
|
|
321
|
+
|
|
322
|
+
@property
|
|
323
|
+
@pulumi.getter(name="tenantId")
|
|
324
|
+
def tenant_id(self) -> str:
|
|
325
|
+
"""
|
|
326
|
+
The tenant ID of resource.
|
|
327
|
+
"""
|
|
328
|
+
return pulumi.get(self, "tenant_id")
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter
|
|
332
|
+
def type(self) -> Optional[str]:
|
|
333
|
+
"""
|
|
334
|
+
Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "type")
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
@pulumi.output_type
|
|
340
|
+
class LinkedResourceResponse(dict):
|
|
341
|
+
"""
|
|
342
|
+
The definition of a linked resource.
|
|
343
|
+
"""
|
|
344
|
+
def __init__(__self__, *,
|
|
345
|
+
id: Optional[str] = None):
|
|
346
|
+
"""
|
|
347
|
+
The definition of a linked resource.
|
|
348
|
+
:param str id: The ARM id of the linked resource.
|
|
349
|
+
"""
|
|
350
|
+
if id is not None:
|
|
351
|
+
pulumi.set(__self__, "id", id)
|
|
352
|
+
|
|
353
|
+
@property
|
|
354
|
+
@pulumi.getter
|
|
355
|
+
def id(self) -> Optional[str]:
|
|
356
|
+
"""
|
|
357
|
+
The ARM id of the linked resource.
|
|
358
|
+
"""
|
|
359
|
+
return pulumi.get(self, "id")
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
@pulumi.output_type
|
|
363
|
+
class MonitorPropertiesResponse(dict):
|
|
364
|
+
"""
|
|
365
|
+
Properties specific to the monitor resource.
|
|
366
|
+
"""
|
|
367
|
+
@staticmethod
|
|
368
|
+
def __key_warning(key: str):
|
|
369
|
+
suggest = None
|
|
370
|
+
if key == "liftrResourceCategory":
|
|
371
|
+
suggest = "liftr_resource_category"
|
|
372
|
+
elif key == "liftrResourcePreference":
|
|
373
|
+
suggest = "liftr_resource_preference"
|
|
374
|
+
elif key == "marketplaceSubscriptionStatus":
|
|
375
|
+
suggest = "marketplace_subscription_status"
|
|
376
|
+
elif key == "provisioningState":
|
|
377
|
+
suggest = "provisioning_state"
|
|
378
|
+
elif key == "datadogOrganizationProperties":
|
|
379
|
+
suggest = "datadog_organization_properties"
|
|
380
|
+
elif key == "monitoringStatus":
|
|
381
|
+
suggest = "monitoring_status"
|
|
382
|
+
elif key == "userInfo":
|
|
383
|
+
suggest = "user_info"
|
|
384
|
+
|
|
385
|
+
if suggest:
|
|
386
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
387
|
+
|
|
388
|
+
def __getitem__(self, key: str) -> Any:
|
|
389
|
+
MonitorPropertiesResponse.__key_warning(key)
|
|
390
|
+
return super().__getitem__(key)
|
|
391
|
+
|
|
392
|
+
def get(self, key: str, default = None) -> Any:
|
|
393
|
+
MonitorPropertiesResponse.__key_warning(key)
|
|
394
|
+
return super().get(key, default)
|
|
395
|
+
|
|
396
|
+
def __init__(__self__, *,
|
|
397
|
+
liftr_resource_category: str,
|
|
398
|
+
liftr_resource_preference: int,
|
|
399
|
+
marketplace_subscription_status: str,
|
|
400
|
+
provisioning_state: str,
|
|
401
|
+
datadog_organization_properties: Optional['outputs.DatadogOrganizationPropertiesResponse'] = None,
|
|
402
|
+
monitoring_status: Optional[str] = None,
|
|
403
|
+
user_info: Optional['outputs.UserInfoResponse'] = None):
|
|
404
|
+
"""
|
|
405
|
+
Properties specific to the monitor resource.
|
|
406
|
+
:param int liftr_resource_preference: The priority of the resource.
|
|
407
|
+
:param str marketplace_subscription_status: Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
|
|
408
|
+
:param 'DatadogOrganizationPropertiesResponse' datadog_organization_properties: Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
409
|
+
:param str monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
|
|
410
|
+
:param 'UserInfoResponse' user_info: Includes name, email and optionally, phone number. User Information can't be null.
|
|
411
|
+
"""
|
|
412
|
+
pulumi.set(__self__, "liftr_resource_category", liftr_resource_category)
|
|
413
|
+
pulumi.set(__self__, "liftr_resource_preference", liftr_resource_preference)
|
|
414
|
+
pulumi.set(__self__, "marketplace_subscription_status", marketplace_subscription_status)
|
|
415
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
416
|
+
if datadog_organization_properties is not None:
|
|
417
|
+
pulumi.set(__self__, "datadog_organization_properties", datadog_organization_properties)
|
|
418
|
+
if monitoring_status is not None:
|
|
419
|
+
pulumi.set(__self__, "monitoring_status", monitoring_status)
|
|
420
|
+
if user_info is not None:
|
|
421
|
+
pulumi.set(__self__, "user_info", user_info)
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="liftrResourceCategory")
|
|
425
|
+
def liftr_resource_category(self) -> str:
|
|
426
|
+
return pulumi.get(self, "liftr_resource_category")
|
|
427
|
+
|
|
428
|
+
@property
|
|
429
|
+
@pulumi.getter(name="liftrResourcePreference")
|
|
430
|
+
def liftr_resource_preference(self) -> int:
|
|
431
|
+
"""
|
|
432
|
+
The priority of the resource.
|
|
433
|
+
"""
|
|
434
|
+
return pulumi.get(self, "liftr_resource_preference")
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
@pulumi.getter(name="marketplaceSubscriptionStatus")
|
|
438
|
+
def marketplace_subscription_status(self) -> str:
|
|
439
|
+
"""
|
|
440
|
+
Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
|
|
441
|
+
"""
|
|
442
|
+
return pulumi.get(self, "marketplace_subscription_status")
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="provisioningState")
|
|
446
|
+
def provisioning_state(self) -> str:
|
|
447
|
+
return pulumi.get(self, "provisioning_state")
|
|
448
|
+
|
|
449
|
+
@property
|
|
450
|
+
@pulumi.getter(name="datadogOrganizationProperties")
|
|
451
|
+
def datadog_organization_properties(self) -> Optional['outputs.DatadogOrganizationPropertiesResponse']:
|
|
452
|
+
"""
|
|
453
|
+
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
|
|
454
|
+
"""
|
|
455
|
+
return pulumi.get(self, "datadog_organization_properties")
|
|
456
|
+
|
|
457
|
+
@property
|
|
458
|
+
@pulumi.getter(name="monitoringStatus")
|
|
459
|
+
def monitoring_status(self) -> Optional[str]:
|
|
460
|
+
"""
|
|
461
|
+
Flag specifying if the resource monitoring is enabled or disabled.
|
|
462
|
+
"""
|
|
463
|
+
return pulumi.get(self, "monitoring_status")
|
|
464
|
+
|
|
465
|
+
@property
|
|
466
|
+
@pulumi.getter(name="userInfo")
|
|
467
|
+
def user_info(self) -> Optional['outputs.UserInfoResponse']:
|
|
468
|
+
"""
|
|
469
|
+
Includes name, email and optionally, phone number. User Information can't be null.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "user_info")
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
@pulumi.output_type
|
|
475
|
+
class MonitoredResourceResponse(dict):
|
|
476
|
+
"""
|
|
477
|
+
The properties of a resource currently being monitored by the Datadog monitor resource.
|
|
478
|
+
"""
|
|
479
|
+
def __init__(__self__, *,
|
|
480
|
+
id: Optional[str] = None,
|
|
481
|
+
reason_for_logs_status: Optional[str] = None,
|
|
482
|
+
reason_for_metrics_status: Optional[str] = None,
|
|
483
|
+
sending_logs: Optional[bool] = None,
|
|
484
|
+
sending_metrics: Optional[bool] = None):
|
|
485
|
+
"""
|
|
486
|
+
The properties of a resource currently being monitored by the Datadog monitor resource.
|
|
487
|
+
:param str id: The ARM id of the resource.
|
|
488
|
+
:param str reason_for_logs_status: Reason for why the resource is sending logs (or why it is not sending).
|
|
489
|
+
:param str reason_for_metrics_status: Reason for why the resource is sending metrics (or why it is not sending).
|
|
490
|
+
:param bool sending_logs: Flag indicating if resource is sending logs to Datadog.
|
|
491
|
+
:param bool sending_metrics: Flag indicating if resource is sending metrics to Datadog.
|
|
492
|
+
"""
|
|
493
|
+
if id is not None:
|
|
494
|
+
pulumi.set(__self__, "id", id)
|
|
495
|
+
if reason_for_logs_status is not None:
|
|
496
|
+
pulumi.set(__self__, "reason_for_logs_status", reason_for_logs_status)
|
|
497
|
+
if reason_for_metrics_status is not None:
|
|
498
|
+
pulumi.set(__self__, "reason_for_metrics_status", reason_for_metrics_status)
|
|
499
|
+
if sending_logs is not None:
|
|
500
|
+
pulumi.set(__self__, "sending_logs", sending_logs)
|
|
501
|
+
if sending_metrics is not None:
|
|
502
|
+
pulumi.set(__self__, "sending_metrics", sending_metrics)
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
@pulumi.getter
|
|
506
|
+
def id(self) -> Optional[str]:
|
|
507
|
+
"""
|
|
508
|
+
The ARM id of the resource.
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "id")
|
|
511
|
+
|
|
512
|
+
@property
|
|
513
|
+
@pulumi.getter(name="reasonForLogsStatus")
|
|
514
|
+
def reason_for_logs_status(self) -> Optional[str]:
|
|
515
|
+
"""
|
|
516
|
+
Reason for why the resource is sending logs (or why it is not sending).
|
|
517
|
+
"""
|
|
518
|
+
return pulumi.get(self, "reason_for_logs_status")
|
|
519
|
+
|
|
520
|
+
@property
|
|
521
|
+
@pulumi.getter(name="reasonForMetricsStatus")
|
|
522
|
+
def reason_for_metrics_status(self) -> Optional[str]:
|
|
523
|
+
"""
|
|
524
|
+
Reason for why the resource is sending metrics (or why it is not sending).
|
|
525
|
+
"""
|
|
526
|
+
return pulumi.get(self, "reason_for_metrics_status")
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
@pulumi.getter(name="sendingLogs")
|
|
530
|
+
def sending_logs(self) -> Optional[bool]:
|
|
531
|
+
"""
|
|
532
|
+
Flag indicating if resource is sending logs to Datadog.
|
|
533
|
+
"""
|
|
534
|
+
return pulumi.get(self, "sending_logs")
|
|
535
|
+
|
|
536
|
+
@property
|
|
537
|
+
@pulumi.getter(name="sendingMetrics")
|
|
538
|
+
def sending_metrics(self) -> Optional[bool]:
|
|
539
|
+
"""
|
|
540
|
+
Flag indicating if resource is sending metrics to Datadog.
|
|
541
|
+
"""
|
|
542
|
+
return pulumi.get(self, "sending_metrics")
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
@pulumi.output_type
|
|
546
|
+
class ResourceSkuResponse(dict):
|
|
547
|
+
def __init__(__self__, *,
|
|
548
|
+
name: str):
|
|
549
|
+
"""
|
|
550
|
+
:param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
551
|
+
"""
|
|
552
|
+
pulumi.set(__self__, "name", name)
|
|
553
|
+
|
|
554
|
+
@property
|
|
555
|
+
@pulumi.getter
|
|
556
|
+
def name(self) -> str:
|
|
557
|
+
"""
|
|
558
|
+
Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
|
|
559
|
+
"""
|
|
560
|
+
return pulumi.get(self, "name")
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
@pulumi.output_type
|
|
564
|
+
class SystemDataResponse(dict):
|
|
565
|
+
"""
|
|
566
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
567
|
+
"""
|
|
568
|
+
@staticmethod
|
|
569
|
+
def __key_warning(key: str):
|
|
570
|
+
suggest = None
|
|
571
|
+
if key == "createdAt":
|
|
572
|
+
suggest = "created_at"
|
|
573
|
+
elif key == "createdBy":
|
|
574
|
+
suggest = "created_by"
|
|
575
|
+
elif key == "createdByType":
|
|
576
|
+
suggest = "created_by_type"
|
|
577
|
+
elif key == "lastModifiedAt":
|
|
578
|
+
suggest = "last_modified_at"
|
|
579
|
+
elif key == "lastModifiedBy":
|
|
580
|
+
suggest = "last_modified_by"
|
|
581
|
+
elif key == "lastModifiedByType":
|
|
582
|
+
suggest = "last_modified_by_type"
|
|
583
|
+
|
|
584
|
+
if suggest:
|
|
585
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
586
|
+
|
|
587
|
+
def __getitem__(self, key: str) -> Any:
|
|
588
|
+
SystemDataResponse.__key_warning(key)
|
|
589
|
+
return super().__getitem__(key)
|
|
590
|
+
|
|
591
|
+
def get(self, key: str, default = None) -> Any:
|
|
592
|
+
SystemDataResponse.__key_warning(key)
|
|
593
|
+
return super().get(key, default)
|
|
594
|
+
|
|
595
|
+
def __init__(__self__, *,
|
|
596
|
+
created_at: Optional[str] = None,
|
|
597
|
+
created_by: Optional[str] = None,
|
|
598
|
+
created_by_type: Optional[str] = None,
|
|
599
|
+
last_modified_at: Optional[str] = None,
|
|
600
|
+
last_modified_by: Optional[str] = None,
|
|
601
|
+
last_modified_by_type: Optional[str] = None):
|
|
602
|
+
"""
|
|
603
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
604
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
605
|
+
:param str created_by: The identity that created the resource.
|
|
606
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
607
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
608
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
609
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
610
|
+
"""
|
|
611
|
+
if created_at is not None:
|
|
612
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
613
|
+
if created_by is not None:
|
|
614
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
615
|
+
if created_by_type is not None:
|
|
616
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
617
|
+
if last_modified_at is not None:
|
|
618
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
619
|
+
if last_modified_by is not None:
|
|
620
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
621
|
+
if last_modified_by_type is not None:
|
|
622
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter(name="createdAt")
|
|
626
|
+
def created_at(self) -> Optional[str]:
|
|
627
|
+
"""
|
|
628
|
+
The timestamp of resource creation (UTC).
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "created_at")
|
|
631
|
+
|
|
632
|
+
@property
|
|
633
|
+
@pulumi.getter(name="createdBy")
|
|
634
|
+
def created_by(self) -> Optional[str]:
|
|
635
|
+
"""
|
|
636
|
+
The identity that created the resource.
|
|
637
|
+
"""
|
|
638
|
+
return pulumi.get(self, "created_by")
|
|
639
|
+
|
|
640
|
+
@property
|
|
641
|
+
@pulumi.getter(name="createdByType")
|
|
642
|
+
def created_by_type(self) -> Optional[str]:
|
|
643
|
+
"""
|
|
644
|
+
The type of identity that created the resource.
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "created_by_type")
|
|
647
|
+
|
|
648
|
+
@property
|
|
649
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
650
|
+
def last_modified_at(self) -> Optional[str]:
|
|
651
|
+
"""
|
|
652
|
+
The timestamp of resource last modification (UTC)
|
|
653
|
+
"""
|
|
654
|
+
return pulumi.get(self, "last_modified_at")
|
|
655
|
+
|
|
656
|
+
@property
|
|
657
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
658
|
+
def last_modified_by(self) -> Optional[str]:
|
|
659
|
+
"""
|
|
660
|
+
The identity that last modified the resource.
|
|
661
|
+
"""
|
|
662
|
+
return pulumi.get(self, "last_modified_by")
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
666
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
667
|
+
"""
|
|
668
|
+
The type of identity that last modified the resource.
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
@pulumi.output_type
|
|
674
|
+
class UserInfoResponse(dict):
|
|
675
|
+
"""
|
|
676
|
+
Includes name, email and optionally, phone number. User Information can't be null.
|
|
677
|
+
"""
|
|
678
|
+
@staticmethod
|
|
679
|
+
def __key_warning(key: str):
|
|
680
|
+
suggest = None
|
|
681
|
+
if key == "emailAddress":
|
|
682
|
+
suggest = "email_address"
|
|
683
|
+
elif key == "phoneNumber":
|
|
684
|
+
suggest = "phone_number"
|
|
685
|
+
|
|
686
|
+
if suggest:
|
|
687
|
+
pulumi.log.warn(f"Key '{key}' not found in UserInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
688
|
+
|
|
689
|
+
def __getitem__(self, key: str) -> Any:
|
|
690
|
+
UserInfoResponse.__key_warning(key)
|
|
691
|
+
return super().__getitem__(key)
|
|
692
|
+
|
|
693
|
+
def get(self, key: str, default = None) -> Any:
|
|
694
|
+
UserInfoResponse.__key_warning(key)
|
|
695
|
+
return super().get(key, default)
|
|
696
|
+
|
|
697
|
+
def __init__(__self__, *,
|
|
698
|
+
email_address: Optional[str] = None,
|
|
699
|
+
name: Optional[str] = None,
|
|
700
|
+
phone_number: Optional[str] = None):
|
|
701
|
+
"""
|
|
702
|
+
Includes name, email and optionally, phone number. User Information can't be null.
|
|
703
|
+
:param str email_address: Email of the user used by Datadog for contacting them if needed
|
|
704
|
+
:param str name: Name of the user
|
|
705
|
+
:param str phone_number: Phone number of the user used by Datadog for contacting them if needed
|
|
706
|
+
"""
|
|
707
|
+
if email_address is not None:
|
|
708
|
+
pulumi.set(__self__, "email_address", email_address)
|
|
709
|
+
if name is not None:
|
|
710
|
+
pulumi.set(__self__, "name", name)
|
|
711
|
+
if phone_number is not None:
|
|
712
|
+
pulumi.set(__self__, "phone_number", phone_number)
|
|
713
|
+
|
|
714
|
+
@property
|
|
715
|
+
@pulumi.getter(name="emailAddress")
|
|
716
|
+
def email_address(self) -> Optional[str]:
|
|
717
|
+
"""
|
|
718
|
+
Email of the user used by Datadog for contacting them if needed
|
|
719
|
+
"""
|
|
720
|
+
return pulumi.get(self, "email_address")
|
|
721
|
+
|
|
722
|
+
@property
|
|
723
|
+
@pulumi.getter
|
|
724
|
+
def name(self) -> Optional[str]:
|
|
725
|
+
"""
|
|
726
|
+
Name of the user
|
|
727
|
+
"""
|
|
728
|
+
return pulumi.get(self, "name")
|
|
729
|
+
|
|
730
|
+
@property
|
|
731
|
+
@pulumi.getter(name="phoneNumber")
|
|
732
|
+
def phone_number(self) -> Optional[str]:
|
|
733
|
+
"""
|
|
734
|
+
Phone number of the user used by Datadog for contacting them if needed
|
|
735
|
+
"""
|
|
736
|
+
return pulumi.get(self, "phone_number")
|
|
737
|
+
|
|
738
|
+
|