pulumi-azure-native 2.66.0a1728396986__py3-none-any.whl → 2.66.0a1728463590__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 +66 -0
- pulumi_azure_native/app/__init__.py +3 -0
- pulumi_azure_native/app/app_resiliency.py +3 -3
- pulumi_azure_native/app/build.py +3 -3
- pulumi_azure_native/app/builder.py +3 -3
- pulumi_azure_native/app/certificate.py +3 -3
- pulumi_azure_native/app/connected_environment.py +3 -3
- pulumi_azure_native/app/connected_environments_certificate.py +3 -3
- pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
- pulumi_azure_native/app/connected_environments_storage.py +3 -3
- pulumi_azure_native/app/container_app.py +3 -3
- pulumi_azure_native/app/container_apps_auth_config.py +3 -3
- pulumi_azure_native/app/container_apps_session_pool.py +5 -1
- pulumi_azure_native/app/container_apps_source_control.py +3 -3
- pulumi_azure_native/app/dapr_component.py +3 -3
- pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
- pulumi_azure_native/app/dapr_subscription.py +3 -3
- pulumi_azure_native/app/dot_net_component.py +3 -3
- pulumi_azure_native/app/get_app_resiliency.py +2 -2
- pulumi_azure_native/app/get_build.py +2 -2
- pulumi_azure_native/app/get_builder.py +2 -2
- pulumi_azure_native/app/get_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environment.py +2 -2
- pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
- pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
- pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
- pulumi_azure_native/app/get_container_app.py +2 -2
- pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
- pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
- pulumi_azure_native/app/get_container_apps_session_pool.py +4 -0
- pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
- pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
- pulumi_azure_native/app/get_dapr_component.py +2 -2
- pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
- pulumi_azure_native/app/get_dapr_subscription.py +2 -2
- pulumi_azure_native/app/get_dot_net_component.py +2 -2
- pulumi_azure_native/app/get_java_component.py +2 -2
- pulumi_azure_native/app/get_job.py +2 -2
- pulumi_azure_native/app/get_logic_app.py +4 -0
- pulumi_azure_native/app/get_managed_certificate.py +2 -2
- pulumi_azure_native/app/get_managed_environment.py +2 -2
- pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
- pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -0
- pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
- pulumi_azure_native/app/java_component.py +3 -3
- pulumi_azure_native/app/job.py +3 -3
- pulumi_azure_native/app/list_build_auth_token.py +2 -2
- pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
- pulumi_azure_native/app/list_container_app_secrets.py +2 -2
- pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
- pulumi_azure_native/app/list_job_secrets.py +2 -2
- pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -0
- pulumi_azure_native/app/logic_app.py +5 -1
- pulumi_azure_native/app/managed_certificate.py +3 -3
- pulumi_azure_native/app/managed_environment.py +3 -3
- pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +5 -1
- pulumi_azure_native/app/managed_environments_storage.py +3 -3
- pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20221001/container_app.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
- pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230401preview/job.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230501/container_app.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230501/job.py +1 -1
- pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230502preview/job.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20230801preview/build.py +1 -1
- pulumi_azure_native/app/v20230801preview/builder.py +1 -1
- pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20230801preview/job.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20231102preview/build.py +1 -1
- pulumi_azure_native/app/v20231102preview/builder.py +1 -1
- pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
- pulumi_azure_native/app/v20231102preview/job.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240202preview/app_resiliency.py +1 -1
- pulumi_azure_native/app/v20240202preview/build.py +1 -1
- pulumi_azure_native/app/v20240202preview/builder.py +1 -1
- pulumi_azure_native/app/v20240202preview/certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_app.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +1 -1
- pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +1 -1
- pulumi_azure_native/app/v20240202preview/dapr_subscription.py +1 -1
- pulumi_azure_native/app/v20240202preview/dot_net_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/java_component.py +1 -1
- pulumi_azure_native/app/v20240202preview/job.py +1 -1
- pulumi_azure_native/app/v20240202preview/logic_app.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240301/container_app.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
- pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
- pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
- pulumi_azure_native/app/v20240301/job.py +1 -1
- pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
- pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
- pulumi_azure_native/app/v20240802preview/__init__.py +66 -0
- pulumi_azure_native/app/v20240802preview/_enums.py +347 -0
- pulumi_azure_native/app/v20240802preview/_inputs.py +13190 -0
- pulumi_azure_native/app/v20240802preview/app_resiliency.py +364 -0
- pulumi_azure_native/app/v20240802preview/build.py +299 -0
- pulumi_azure_native/app/v20240802preview/builder.py +327 -0
- pulumi_azure_native/app/v20240802preview/certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/connected_environment.py +375 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_dapr_component.py +456 -0
- pulumi_azure_native/app/v20240802preview/connected_environments_storage.py +221 -0
- pulumi_azure_native/app/v20240802preview/container_app.py +599 -0
- pulumi_azure_native/app/v20240802preview/container_apps_auth_config.py +366 -0
- pulumi_azure_native/app/v20240802preview/container_apps_session_pool.py +491 -0
- pulumi_azure_native/app/v20240802preview/container_apps_source_control.py +296 -0
- pulumi_azure_native/app/v20240802preview/dapr_component.py +456 -0
- pulumi_azure_native/app/v20240802preview/dapr_component_resiliency_policy.py +269 -0
- pulumi_azure_native/app/v20240802preview/dapr_subscription.py +393 -0
- pulumi_azure_native/app/v20240802preview/dot_net_component.py +288 -0
- pulumi_azure_native/app/v20240802preview/get_app_resiliency.py +206 -0
- pulumi_azure_native/app/v20240802preview/get_build.py +219 -0
- pulumi_azure_native/app/v20240802preview/get_builder.py +201 -0
- pulumi_azure_native/app/v20240802preview/get_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environment.py +240 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_dapr_component.py +245 -0
- pulumi_azure_native/app/v20240802preview/get_connected_environments_storage.py +141 -0
- pulumi_azure_native/app/v20240802preview/get_container_app.py +383 -0
- pulumi_azure_native/app/v20240802preview/get_container_app_auth_token.py +175 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_auth_config.py +206 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_session_pool.py +292 -0
- pulumi_azure_native/app/v20240802preview/get_container_apps_source_control.py +182 -0
- pulumi_azure_native/app/v20240802preview/get_custom_domain_verification_id.py +66 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_component.py +245 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_component_resiliency_policy.py +159 -0
- pulumi_azure_native/app/v20240802preview/get_dapr_subscription.py +219 -0
- pulumi_azure_native/app/v20240802preview/get_dot_net_component.py +180 -0
- pulumi_azure_native/app/v20240802preview/get_java_component.py +141 -0
- pulumi_azure_native/app/v20240802preview/get_job.py +279 -0
- pulumi_azure_native/app/v20240802preview/get_logic_app.py +128 -0
- pulumi_azure_native/app/v20240802preview/get_managed_certificate.py +167 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment.py +450 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment_auth_token.py +175 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environment_private_endpoint_connection.py +180 -0
- pulumi_azure_native/app/v20240802preview/get_managed_environments_storage.py +141 -0
- pulumi_azure_native/app/v20240802preview/java_component.py +219 -0
- pulumi_azure_native/app/v20240802preview/job.py +443 -0
- pulumi_azure_native/app/v20240802preview/list_build_auth_token.py +101 -0
- pulumi_azure_native/app/v20240802preview/list_connected_environments_dapr_component_secrets.py +89 -0
- pulumi_azure_native/app/v20240802preview/list_container_app_custom_host_name_analysis.py +232 -0
- pulumi_azure_native/app/v20240802preview/list_container_app_secrets.py +84 -0
- pulumi_azure_native/app/v20240802preview/list_dapr_component_secrets.py +89 -0
- pulumi_azure_native/app/v20240802preview/list_job_secrets.py +84 -0
- pulumi_azure_native/app/v20240802preview/list_logic_app_workflows_connections.py +154 -0
- pulumi_azure_native/app/v20240802preview/logic_app.py +190 -0
- pulumi_azure_native/app/v20240802preview/managed_certificate.py +279 -0
- pulumi_azure_native/app/v20240802preview/managed_environment.py +752 -0
- pulumi_azure_native/app/v20240802preview/managed_environment_private_endpoint_connection.py +252 -0
- pulumi_azure_native/app/v20240802preview/managed_environments_storage.py +221 -0
- pulumi_azure_native/app/v20240802preview/outputs.py +11488 -0
- pulumi_azure_native/devcenter/__init__.py +5 -0
- pulumi_azure_native/devcenter/_inputs.py +3 -3
- pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
- pulumi_azure_native/devcenter/catalog.py +3 -3
- pulumi_azure_native/devcenter/curation_profile.py +5 -1
- pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
- pulumi_azure_native/devcenter/dev_center.py +3 -3
- pulumi_azure_native/devcenter/encryption_set.py +3 -3
- pulumi_azure_native/devcenter/environment_type.py +3 -3
- pulumi_azure_native/devcenter/gallery.py +3 -3
- pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_curation_profile.py +4 -0
- pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
- pulumi_azure_native/devcenter/get_dev_center.py +2 -2
- pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
- pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_gallery.py +2 -2
- pulumi_azure_native/devcenter/get_network_connection.py +2 -2
- pulumi_azure_native/devcenter/get_plan.py +2 -2
- pulumi_azure_native/devcenter/get_plan_member.py +2 -2
- pulumi_azure_native/devcenter/get_pool.py +2 -2
- pulumi_azure_native/devcenter/get_project.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
- pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
- pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
- pulumi_azure_native/devcenter/get_project_policy.py +169 -0
- pulumi_azure_native/devcenter/get_schedule.py +2 -2
- pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
- pulumi_azure_native/devcenter/network_connection.py +3 -3
- pulumi_azure_native/devcenter/outputs.py +2 -2
- pulumi_azure_native/devcenter/plan.py +3 -3
- pulumi_azure_native/devcenter/plan_member.py +3 -3
- pulumi_azure_native/devcenter/pool.py +3 -3
- pulumi_azure_native/devcenter/project.py +3 -3
- pulumi_azure_native/devcenter/project_catalog.py +3 -3
- pulumi_azure_native/devcenter/project_environment_type.py +3 -3
- pulumi_azure_native/devcenter/project_policy.py +261 -0
- pulumi_azure_native/devcenter/schedule.py +3 -3
- pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project.py +1 -1
- pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/dev_center.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/gallery.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/network_connection.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/plan.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/plan_member.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/pool.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +1 -1
- pulumi_azure_native/devcenter/v20240801preview/schedule.py +1 -1
- pulumi_azure_native/devcenter/v20241001preview/__init__.py +52 -0
- pulumi_azure_native/devcenter/v20241001preview/_enums.py +228 -0
- pulumi_azure_native/devcenter/v20241001preview/_inputs.py +962 -0
- pulumi_azure_native/devcenter/v20241001preview/attached_network_by_dev_center.py +260 -0
- pulumi_azure_native/devcenter/v20241001preview/catalog.py +368 -0
- pulumi_azure_native/devcenter/v20241001preview/curation_profile.py +259 -0
- pulumi_azure_native/devcenter/v20241001preview/dev_box_definition.py +418 -0
- pulumi_azure_native/devcenter/v20241001preview/dev_center.py +481 -0
- pulumi_azure_native/devcenter/v20241001preview/encryption_set.py +347 -0
- pulumi_azure_native/devcenter/v20241001preview/environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/gallery.py +230 -0
- pulumi_azure_native/devcenter/v20241001preview/get_attached_network_by_dev_center.py +193 -0
- pulumi_azure_native/devcenter/v20241001preview/get_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20241001preview/get_curation_profile.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_customization_task_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_dev_box_definition.py +271 -0
- pulumi_azure_native/devcenter/v20241001preview/get_dev_center.py +279 -0
- pulumi_azure_native/devcenter/v20241001preview/get_encryption_set.py +206 -0
- pulumi_azure_native/devcenter/v20241001preview/get_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_environment_type.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_gallery.py +154 -0
- pulumi_azure_native/devcenter/v20241001preview/get_network_connection.py +266 -0
- pulumi_azure_native/devcenter/v20241001preview/get_plan.py +175 -0
- pulumi_azure_native/devcenter/v20241001preview/get_plan_member.py +206 -0
- pulumi_azure_native/devcenter/v20241001preview/get_pool.py +362 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project.py +253 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_environment_definition_error_details.py +94 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_image_definition_build_details.py +216 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_sync_error_details.py +115 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_environment_type.py +258 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_inherited_settings.py +97 -0
- pulumi_azure_native/devcenter/v20241001preview/get_project_policy.py +167 -0
- pulumi_azure_native/devcenter/v20241001preview/get_schedule.py +229 -0
- pulumi_azure_native/devcenter/v20241001preview/list_skus_by_project.py +97 -0
- pulumi_azure_native/devcenter/v20241001preview/network_connection.py +453 -0
- pulumi_azure_native/devcenter/v20241001preview/outputs.py +1952 -0
- pulumi_azure_native/devcenter/v20241001preview/plan.py +268 -0
- pulumi_azure_native/devcenter/v20241001preview/plan_member.py +327 -0
- pulumi_azure_native/devcenter/v20241001preview/pool.py +642 -0
- pulumi_azure_native/devcenter/v20241001preview/project.py +423 -0
- pulumi_azure_native/devcenter/v20241001preview/project_catalog.py +368 -0
- pulumi_azure_native/devcenter/v20241001preview/project_environment_type.py +444 -0
- pulumi_azure_native/devcenter/v20241001preview/project_policy.py +259 -0
- pulumi_azure_native/devcenter/v20241001preview/schedule.py +439 -0
- pulumi_azure_native/elastic/__init__.py +3 -0
- pulumi_azure_native/elastic/get_billing_info.py +2 -2
- pulumi_azure_native/elastic/get_monitor.py +2 -2
- pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
- pulumi_azure_native/elastic/get_open_ai.py +2 -2
- pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
- pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
- pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
- pulumi_azure_native/elastic/get_tag_rule.py +2 -2
- pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
- pulumi_azure_native/elastic/list_deployment_info.py +2 -2
- pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
- pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
- pulumi_azure_native/elastic/list_vm_host.py +2 -2
- pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
- pulumi_azure_native/elastic/monitor.py +3 -3
- pulumi_azure_native/elastic/monitored_subscription.py +3 -3
- pulumi_azure_native/elastic/open_ai.py +3 -3
- pulumi_azure_native/elastic/tag_rule.py +3 -3
- pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/monitor.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/open_ai.py +1 -1
- pulumi_azure_native/elastic/v20240615preview/tag_rule.py +1 -1
- pulumi_azure_native/elastic/v20241001preview/__init__.py +29 -0
- pulumi_azure_native/elastic/v20241001preview/_enums.py +57 -0
- pulumi_azure_native/elastic/v20241001preview/_inputs.py +1117 -0
- pulumi_azure_native/elastic/v20241001preview/get_billing_info.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/get_monitor.py +188 -0
- pulumi_azure_native/elastic/v20241001preview/get_monitored_subscription.py +128 -0
- pulumi_azure_native/elastic/v20241001preview/get_open_ai.py +128 -0
- pulumi_azure_native/elastic/v20241001preview/get_open_ai_status.py +89 -0
- pulumi_azure_native/elastic/v20241001preview/get_organization_api_key.py +76 -0
- pulumi_azure_native/elastic/v20241001preview/get_organization_elastic_to_azure_subscription_mapping.py +70 -0
- pulumi_azure_native/elastic/v20241001preview/get_tag_rule.py +141 -0
- pulumi_azure_native/elastic/v20241001preview/list_all_traffic_filter.py +84 -0
- pulumi_azure_native/elastic/v20241001preview/list_connected_partner_resource.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/list_deployment_info.py +162 -0
- pulumi_azure_native/elastic/v20241001preview/list_monitored_resource.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/list_upgradable_version_details.py +96 -0
- pulumi_azure_native/elastic/v20241001preview/list_vm_host.py +97 -0
- pulumi_azure_native/elastic/v20241001preview/listlist_associated_traffic_filter.py +84 -0
- pulumi_azure_native/elastic/v20241001preview/monitor.py +316 -0
- pulumi_azure_native/elastic/v20241001preview/monitored_subscription.py +211 -0
- pulumi_azure_native/elastic/v20241001preview/open_ai.py +210 -0
- pulumi_azure_native/elastic/v20241001preview/outputs.py +1757 -0
- pulumi_azure_native/elastic/v20241001preview/tag_rule.py +221 -0
- pulumi_azure_native/hybridconnectivity/outputs.py +44 -2
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +44 -2
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/_inputs.py +3 -15
- pulumi_azure_native/security/outputs.py +2 -10
- pulumi_azure_native/security/v20240101/_inputs.py +3 -15
- pulumi_azure_native/security/v20240101/outputs.py +2 -10
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/RECORD +525 -394
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetOrganizationApiKeyResult',
|
|
20
|
+
'AwaitableGetOrganizationApiKeyResult',
|
|
21
|
+
'get_organization_api_key',
|
|
22
|
+
'get_organization_api_key_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetOrganizationApiKeyResult:
|
|
27
|
+
"""
|
|
28
|
+
The User Api Key created for the Organization associated with the User Email Id that was passed in the request
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, properties=None):
|
|
31
|
+
if properties and not isinstance(properties, dict):
|
|
32
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "properties", properties)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def properties(self) -> 'outputs.UserApiKeyResponsePropertiesResponse':
|
|
38
|
+
return pulumi.get(self, "properties")
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
class AwaitableGetOrganizationApiKeyResult(GetOrganizationApiKeyResult):
|
|
42
|
+
# pylint: disable=using-constant-test
|
|
43
|
+
def __await__(self):
|
|
44
|
+
if False:
|
|
45
|
+
yield self
|
|
46
|
+
return GetOrganizationApiKeyResult(
|
|
47
|
+
properties=self.properties)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def get_organization_api_key(email_id: Optional[str] = None,
|
|
51
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationApiKeyResult:
|
|
52
|
+
"""
|
|
53
|
+
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
:param str email_id: The User email Id
|
|
57
|
+
"""
|
|
58
|
+
__args__ = dict()
|
|
59
|
+
__args__['emailId'] = email_id
|
|
60
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
61
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:getOrganizationApiKey', __args__, opts=opts, typ=GetOrganizationApiKeyResult).value
|
|
62
|
+
|
|
63
|
+
return AwaitableGetOrganizationApiKeyResult(
|
|
64
|
+
properties=pulumi.get(__ret__, 'properties'))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
@_utilities.lift_output_func(get_organization_api_key)
|
|
68
|
+
def get_organization_api_key_output(email_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
69
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationApiKeyResult]:
|
|
70
|
+
"""
|
|
71
|
+
Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
:param str email_id: The User email Id
|
|
75
|
+
"""
|
|
76
|
+
...
|
|
@@ -0,0 +1,70 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetOrganizationElasticToAzureSubscriptionMappingResult',
|
|
20
|
+
'AwaitableGetOrganizationElasticToAzureSubscriptionMappingResult',
|
|
21
|
+
'get_organization_elastic_to_azure_subscription_mapping',
|
|
22
|
+
'get_organization_elastic_to_azure_subscription_mapping_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetOrganizationElasticToAzureSubscriptionMappingResult:
|
|
27
|
+
"""
|
|
28
|
+
The Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, properties=None):
|
|
31
|
+
if properties and not isinstance(properties, dict):
|
|
32
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
33
|
+
pulumi.set(__self__, "properties", properties)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def properties(self) -> 'outputs.ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse':
|
|
38
|
+
"""
|
|
39
|
+
The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "properties")
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class AwaitableGetOrganizationElasticToAzureSubscriptionMappingResult(GetOrganizationElasticToAzureSubscriptionMappingResult):
|
|
45
|
+
# pylint: disable=using-constant-test
|
|
46
|
+
def __await__(self):
|
|
47
|
+
if False:
|
|
48
|
+
yield self
|
|
49
|
+
return GetOrganizationElasticToAzureSubscriptionMappingResult(
|
|
50
|
+
properties=self.properties)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def get_organization_elastic_to_azure_subscription_mapping(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationElasticToAzureSubscriptionMappingResult:
|
|
54
|
+
"""
|
|
55
|
+
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
|
|
56
|
+
"""
|
|
57
|
+
__args__ = dict()
|
|
58
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
59
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:getOrganizationElasticToAzureSubscriptionMapping', __args__, opts=opts, typ=GetOrganizationElasticToAzureSubscriptionMappingResult).value
|
|
60
|
+
|
|
61
|
+
return AwaitableGetOrganizationElasticToAzureSubscriptionMappingResult(
|
|
62
|
+
properties=pulumi.get(__ret__, 'properties'))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@_utilities.lift_output_func(get_organization_elastic_to_azure_subscription_mapping)
|
|
66
|
+
def get_organization_elastic_to_azure_subscription_mapping_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationElasticToAzureSubscriptionMappingResult]:
|
|
67
|
+
"""
|
|
68
|
+
Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
|
|
69
|
+
"""
|
|
70
|
+
...
|
|
@@ -0,0 +1,141 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetTagRuleResult',
|
|
20
|
+
'AwaitableGetTagRuleResult',
|
|
21
|
+
'get_tag_rule',
|
|
22
|
+
'get_tag_rule_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetTagRuleResult:
|
|
27
|
+
"""
|
|
28
|
+
Capture logs and metrics of Azure resources based on ARM tags.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if name and not isinstance(name, str):
|
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
36
|
+
pulumi.set(__self__, "name", name)
|
|
37
|
+
if properties and not isinstance(properties, dict):
|
|
38
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "properties", properties)
|
|
40
|
+
if system_data and not isinstance(system_data, dict):
|
|
41
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
43
|
+
if type and not isinstance(type, str):
|
|
44
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
45
|
+
pulumi.set(__self__, "type", type)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter
|
|
49
|
+
def id(self) -> str:
|
|
50
|
+
"""
|
|
51
|
+
The id of the rule set.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "id")
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter
|
|
57
|
+
def name(self) -> str:
|
|
58
|
+
"""
|
|
59
|
+
Name of the rule set.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "name")
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def properties(self) -> 'outputs.MonitoringTagRulesPropertiesResponse':
|
|
66
|
+
"""
|
|
67
|
+
Properties of the monitoring tag rules.
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "properties")
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="systemData")
|
|
73
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
74
|
+
"""
|
|
75
|
+
The system metadata relating to this resource
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "system_data")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def type(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
The type of the rule set.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "type")
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
class AwaitableGetTagRuleResult(GetTagRuleResult):
|
|
89
|
+
# pylint: disable=using-constant-test
|
|
90
|
+
def __await__(self):
|
|
91
|
+
if False:
|
|
92
|
+
yield self
|
|
93
|
+
return GetTagRuleResult(
|
|
94
|
+
id=self.id,
|
|
95
|
+
name=self.name,
|
|
96
|
+
properties=self.properties,
|
|
97
|
+
system_data=self.system_data,
|
|
98
|
+
type=self.type)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
def get_tag_rule(monitor_name: Optional[str] = None,
|
|
102
|
+
resource_group_name: Optional[str] = None,
|
|
103
|
+
rule_set_name: Optional[str] = None,
|
|
104
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTagRuleResult:
|
|
105
|
+
"""
|
|
106
|
+
Capture logs and metrics of Azure resources based on ARM tags.
|
|
107
|
+
|
|
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
|
+
:param str rule_set_name: Tag Rule Set resource name
|
|
112
|
+
"""
|
|
113
|
+
__args__ = dict()
|
|
114
|
+
__args__['monitorName'] = monitor_name
|
|
115
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
116
|
+
__args__['ruleSetName'] = rule_set_name
|
|
117
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
118
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:getTagRule', __args__, opts=opts, typ=GetTagRuleResult).value
|
|
119
|
+
|
|
120
|
+
return AwaitableGetTagRuleResult(
|
|
121
|
+
id=pulumi.get(__ret__, 'id'),
|
|
122
|
+
name=pulumi.get(__ret__, 'name'),
|
|
123
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
124
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
125
|
+
type=pulumi.get(__ret__, 'type'))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
@_utilities.lift_output_func(get_tag_rule)
|
|
129
|
+
def get_tag_rule_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
rule_set_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagRuleResult]:
|
|
133
|
+
"""
|
|
134
|
+
Capture logs and metrics of Azure resources based on ARM tags.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
:param str monitor_name: Monitor resource name
|
|
138
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
139
|
+
:param str rule_set_name: Tag Rule Set resource name
|
|
140
|
+
"""
|
|
141
|
+
...
|
|
@@ -0,0 +1,84 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ListAllTrafficFilterResult',
|
|
20
|
+
'AwaitableListAllTrafficFilterResult',
|
|
21
|
+
'list_all_traffic_filter',
|
|
22
|
+
'list_all_traffic_filter_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class ListAllTrafficFilterResult:
|
|
27
|
+
"""
|
|
28
|
+
List of elastic traffic filters in the account
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, rulesets=None):
|
|
31
|
+
if rulesets and not isinstance(rulesets, list):
|
|
32
|
+
raise TypeError("Expected argument 'rulesets' to be a list")
|
|
33
|
+
pulumi.set(__self__, "rulesets", rulesets)
|
|
34
|
+
|
|
35
|
+
@property
|
|
36
|
+
@pulumi.getter
|
|
37
|
+
def rulesets(self) -> Optional[Sequence['outputs.ElasticTrafficFilterResponse']]:
|
|
38
|
+
"""
|
|
39
|
+
List of elastic traffic filters in the account
|
|
40
|
+
"""
|
|
41
|
+
return pulumi.get(self, "rulesets")
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class AwaitableListAllTrafficFilterResult(ListAllTrafficFilterResult):
|
|
45
|
+
# pylint: disable=using-constant-test
|
|
46
|
+
def __await__(self):
|
|
47
|
+
if False:
|
|
48
|
+
yield self
|
|
49
|
+
return ListAllTrafficFilterResult(
|
|
50
|
+
rulesets=self.rulesets)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def list_all_traffic_filter(monitor_name: Optional[str] = None,
|
|
54
|
+
resource_group_name: Optional[str] = None,
|
|
55
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAllTrafficFilterResult:
|
|
56
|
+
"""
|
|
57
|
+
List of elastic traffic filters in the account
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
:param str monitor_name: Monitor resource name
|
|
61
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
62
|
+
"""
|
|
63
|
+
__args__ = dict()
|
|
64
|
+
__args__['monitorName'] = monitor_name
|
|
65
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
66
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
67
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:listAllTrafficFilter', __args__, opts=opts, typ=ListAllTrafficFilterResult).value
|
|
68
|
+
|
|
69
|
+
return AwaitableListAllTrafficFilterResult(
|
|
70
|
+
rulesets=pulumi.get(__ret__, 'rulesets'))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
@_utilities.lift_output_func(list_all_traffic_filter)
|
|
74
|
+
def list_all_traffic_filter_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
76
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListAllTrafficFilterResult]:
|
|
77
|
+
"""
|
|
78
|
+
List of elastic traffic filters in the account
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
:param str monitor_name: Monitor resource name
|
|
82
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
83
|
+
"""
|
|
84
|
+
...
|
|
@@ -0,0 +1,97 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ListConnectedPartnerResourceResult',
|
|
20
|
+
'AwaitableListConnectedPartnerResourceResult',
|
|
21
|
+
'list_connected_partner_resource',
|
|
22
|
+
'list_connected_partner_resource_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class ListConnectedPartnerResourceResult:
|
|
27
|
+
"""
|
|
28
|
+
List of all active elastic deployments.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, next_link=None, value=None):
|
|
31
|
+
if next_link and not isinstance(next_link, str):
|
|
32
|
+
raise TypeError("Expected argument 'next_link' to be a str")
|
|
33
|
+
pulumi.set(__self__, "next_link", next_link)
|
|
34
|
+
if value and not isinstance(value, list):
|
|
35
|
+
raise TypeError("Expected argument 'value' to be a list")
|
|
36
|
+
pulumi.set(__self__, "value", value)
|
|
37
|
+
|
|
38
|
+
@property
|
|
39
|
+
@pulumi.getter(name="nextLink")
|
|
40
|
+
def next_link(self) -> Optional[str]:
|
|
41
|
+
"""
|
|
42
|
+
Link to the next set of results, if any.
|
|
43
|
+
"""
|
|
44
|
+
return pulumi.get(self, "next_link")
|
|
45
|
+
|
|
46
|
+
@property
|
|
47
|
+
@pulumi.getter
|
|
48
|
+
def value(self) -> Optional[Sequence['outputs.ConnectedPartnerResourcesListFormatResponse']]:
|
|
49
|
+
"""
|
|
50
|
+
Results of a list operation.
|
|
51
|
+
"""
|
|
52
|
+
return pulumi.get(self, "value")
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
class AwaitableListConnectedPartnerResourceResult(ListConnectedPartnerResourceResult):
|
|
56
|
+
# pylint: disable=using-constant-test
|
|
57
|
+
def __await__(self):
|
|
58
|
+
if False:
|
|
59
|
+
yield self
|
|
60
|
+
return ListConnectedPartnerResourceResult(
|
|
61
|
+
next_link=self.next_link,
|
|
62
|
+
value=self.value)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def list_connected_partner_resource(monitor_name: Optional[str] = None,
|
|
66
|
+
resource_group_name: Optional[str] = None,
|
|
67
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListConnectedPartnerResourceResult:
|
|
68
|
+
"""
|
|
69
|
+
List of all active elastic deployments.
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
:param str monitor_name: Monitor resource name
|
|
73
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
74
|
+
"""
|
|
75
|
+
__args__ = dict()
|
|
76
|
+
__args__['monitorName'] = monitor_name
|
|
77
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
78
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
79
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:listConnectedPartnerResource', __args__, opts=opts, typ=ListConnectedPartnerResourceResult).value
|
|
80
|
+
|
|
81
|
+
return AwaitableListConnectedPartnerResourceResult(
|
|
82
|
+
next_link=pulumi.get(__ret__, 'next_link'),
|
|
83
|
+
value=pulumi.get(__ret__, 'value'))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
@_utilities.lift_output_func(list_connected_partner_resource)
|
|
87
|
+
def list_connected_partner_resource_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
88
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
89
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListConnectedPartnerResourceResult]:
|
|
90
|
+
"""
|
|
91
|
+
List of all active elastic deployments.
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
:param str monitor_name: Monitor resource name
|
|
95
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
96
|
+
"""
|
|
97
|
+
...
|
|
@@ -0,0 +1,162 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'ListDeploymentInfoResult',
|
|
20
|
+
'AwaitableListDeploymentInfoResult',
|
|
21
|
+
'list_deployment_info',
|
|
22
|
+
'list_deployment_info_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class ListDeploymentInfoResult:
|
|
27
|
+
"""
|
|
28
|
+
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, deployment_url=None, disk_capacity=None, elasticsearch_end_point=None, marketplace_saas_info=None, memory_capacity=None, status=None, version=None):
|
|
31
|
+
if deployment_url and not isinstance(deployment_url, str):
|
|
32
|
+
raise TypeError("Expected argument 'deployment_url' to be a str")
|
|
33
|
+
pulumi.set(__self__, "deployment_url", deployment_url)
|
|
34
|
+
if disk_capacity and not isinstance(disk_capacity, str):
|
|
35
|
+
raise TypeError("Expected argument 'disk_capacity' to be a str")
|
|
36
|
+
pulumi.set(__self__, "disk_capacity", disk_capacity)
|
|
37
|
+
if elasticsearch_end_point and not isinstance(elasticsearch_end_point, str):
|
|
38
|
+
raise TypeError("Expected argument 'elasticsearch_end_point' to be a str")
|
|
39
|
+
pulumi.set(__self__, "elasticsearch_end_point", elasticsearch_end_point)
|
|
40
|
+
if marketplace_saas_info and not isinstance(marketplace_saas_info, dict):
|
|
41
|
+
raise TypeError("Expected argument 'marketplace_saas_info' to be a dict")
|
|
42
|
+
pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
|
|
43
|
+
if memory_capacity and not isinstance(memory_capacity, str):
|
|
44
|
+
raise TypeError("Expected argument 'memory_capacity' to be a str")
|
|
45
|
+
pulumi.set(__self__, "memory_capacity", memory_capacity)
|
|
46
|
+
if status and not isinstance(status, str):
|
|
47
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
48
|
+
pulumi.set(__self__, "status", status)
|
|
49
|
+
if version and not isinstance(version, str):
|
|
50
|
+
raise TypeError("Expected argument 'version' to be a str")
|
|
51
|
+
pulumi.set(__self__, "version", version)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="deploymentUrl")
|
|
55
|
+
def deployment_url(self) -> str:
|
|
56
|
+
"""
|
|
57
|
+
Deployment URL of the elasticsearch in Elastic cloud deployment.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "deployment_url")
|
|
60
|
+
|
|
61
|
+
@property
|
|
62
|
+
@pulumi.getter(name="diskCapacity")
|
|
63
|
+
def disk_capacity(self) -> str:
|
|
64
|
+
"""
|
|
65
|
+
Disk capacity of the elasticsearch in Elastic cloud deployment.
|
|
66
|
+
"""
|
|
67
|
+
return pulumi.get(self, "disk_capacity")
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter(name="elasticsearchEndPoint")
|
|
71
|
+
def elasticsearch_end_point(self) -> str:
|
|
72
|
+
"""
|
|
73
|
+
Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "elasticsearch_end_point")
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="marketplaceSaasInfo")
|
|
79
|
+
def marketplace_saas_info(self) -> 'outputs.MarketplaceSaaSInfoResponse':
|
|
80
|
+
"""
|
|
81
|
+
Marketplace SaaS Info of the resource.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "marketplace_saas_info")
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
@pulumi.getter(name="memoryCapacity")
|
|
87
|
+
def memory_capacity(self) -> str:
|
|
88
|
+
"""
|
|
89
|
+
RAM capacity of the elasticsearch in Elastic cloud deployment.
|
|
90
|
+
"""
|
|
91
|
+
return pulumi.get(self, "memory_capacity")
|
|
92
|
+
|
|
93
|
+
@property
|
|
94
|
+
@pulumi.getter
|
|
95
|
+
def status(self) -> str:
|
|
96
|
+
"""
|
|
97
|
+
The Elastic deployment status.
|
|
98
|
+
"""
|
|
99
|
+
return pulumi.get(self, "status")
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def version(self) -> str:
|
|
104
|
+
"""
|
|
105
|
+
Version of the elasticsearch in Elastic cloud deployment.
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "version")
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class AwaitableListDeploymentInfoResult(ListDeploymentInfoResult):
|
|
111
|
+
# pylint: disable=using-constant-test
|
|
112
|
+
def __await__(self):
|
|
113
|
+
if False:
|
|
114
|
+
yield self
|
|
115
|
+
return ListDeploymentInfoResult(
|
|
116
|
+
deployment_url=self.deployment_url,
|
|
117
|
+
disk_capacity=self.disk_capacity,
|
|
118
|
+
elasticsearch_end_point=self.elasticsearch_end_point,
|
|
119
|
+
marketplace_saas_info=self.marketplace_saas_info,
|
|
120
|
+
memory_capacity=self.memory_capacity,
|
|
121
|
+
status=self.status,
|
|
122
|
+
version=self.version)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
def list_deployment_info(monitor_name: Optional[str] = None,
|
|
126
|
+
resource_group_name: Optional[str] = None,
|
|
127
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDeploymentInfoResult:
|
|
128
|
+
"""
|
|
129
|
+
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
:param str monitor_name: Monitor resource name
|
|
133
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
134
|
+
"""
|
|
135
|
+
__args__ = dict()
|
|
136
|
+
__args__['monitorName'] = monitor_name
|
|
137
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
138
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
139
|
+
__ret__ = pulumi.runtime.invoke('azure-native:elastic/v20241001preview:listDeploymentInfo', __args__, opts=opts, typ=ListDeploymentInfoResult).value
|
|
140
|
+
|
|
141
|
+
return AwaitableListDeploymentInfoResult(
|
|
142
|
+
deployment_url=pulumi.get(__ret__, 'deployment_url'),
|
|
143
|
+
disk_capacity=pulumi.get(__ret__, 'disk_capacity'),
|
|
144
|
+
elasticsearch_end_point=pulumi.get(__ret__, 'elasticsearch_end_point'),
|
|
145
|
+
marketplace_saas_info=pulumi.get(__ret__, 'marketplace_saas_info'),
|
|
146
|
+
memory_capacity=pulumi.get(__ret__, 'memory_capacity'),
|
|
147
|
+
status=pulumi.get(__ret__, 'status'),
|
|
148
|
+
version=pulumi.get(__ret__, 'version'))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
@_utilities.lift_output_func(list_deployment_info)
|
|
152
|
+
def list_deployment_info_output(monitor_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListDeploymentInfoResult]:
|
|
155
|
+
"""
|
|
156
|
+
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
:param str monitor_name: Monitor resource name
|
|
160
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
161
|
+
"""
|
|
162
|
+
...
|