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,1757 @@
|
|
|
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
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'ConnectedPartnerResourcePropertiesResponse',
|
|
21
|
+
'ConnectedPartnerResourcesListFormatResponse',
|
|
22
|
+
'ElasticCloudDeploymentResponse',
|
|
23
|
+
'ElasticCloudUserResponse',
|
|
24
|
+
'ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse',
|
|
25
|
+
'ElasticPropertiesResponse',
|
|
26
|
+
'ElasticTrafficFilterResponse',
|
|
27
|
+
'ElasticTrafficFilterRuleResponse',
|
|
28
|
+
'FilteringTagResponse',
|
|
29
|
+
'IdentityPropertiesResponse',
|
|
30
|
+
'LogRulesResponse',
|
|
31
|
+
'MarketplaceSaaSInfoResponse',
|
|
32
|
+
'MarketplaceSaaSInfoResponseMarketplaceSubscription',
|
|
33
|
+
'MonitorPropertiesResponse',
|
|
34
|
+
'MonitoredResourceResponse',
|
|
35
|
+
'MonitoredSubscriptionResponse',
|
|
36
|
+
'MonitoringTagRulesPropertiesResponse',
|
|
37
|
+
'OpenAIIntegrationPropertiesResponse',
|
|
38
|
+
'OpenAIIntegrationStatusResponsePropertiesResponse',
|
|
39
|
+
'PartnerBillingEntityResponse',
|
|
40
|
+
'PlanDetailsResponse',
|
|
41
|
+
'ResourceSkuResponse',
|
|
42
|
+
'SubscriptionListResponse',
|
|
43
|
+
'SystemDataResponse',
|
|
44
|
+
'UserApiKeyResponsePropertiesResponse',
|
|
45
|
+
'VMResourcesResponse',
|
|
46
|
+
]
|
|
47
|
+
|
|
48
|
+
@pulumi.output_type
|
|
49
|
+
class ConnectedPartnerResourcePropertiesResponse(dict):
|
|
50
|
+
"""
|
|
51
|
+
Connected Partner Resource Properties
|
|
52
|
+
"""
|
|
53
|
+
def __init__(__self__, *,
|
|
54
|
+
azure_resource_id: Optional[str] = None,
|
|
55
|
+
location: Optional[str] = None,
|
|
56
|
+
partner_deployment_name: Optional[str] = None,
|
|
57
|
+
partner_deployment_uri: Optional[str] = None):
|
|
58
|
+
"""
|
|
59
|
+
Connected Partner Resource Properties
|
|
60
|
+
:param str azure_resource_id: The azure resource Id of the deployment.
|
|
61
|
+
:param str location: The location of the deployment.
|
|
62
|
+
:param str partner_deployment_name: Elastic deployment name
|
|
63
|
+
:param str partner_deployment_uri: Deployment URL of the elasticsearch in Elastic cloud deployment.
|
|
64
|
+
"""
|
|
65
|
+
if azure_resource_id is not None:
|
|
66
|
+
pulumi.set(__self__, "azure_resource_id", azure_resource_id)
|
|
67
|
+
if location is not None:
|
|
68
|
+
pulumi.set(__self__, "location", location)
|
|
69
|
+
if partner_deployment_name is not None:
|
|
70
|
+
pulumi.set(__self__, "partner_deployment_name", partner_deployment_name)
|
|
71
|
+
if partner_deployment_uri is not None:
|
|
72
|
+
pulumi.set(__self__, "partner_deployment_uri", partner_deployment_uri)
|
|
73
|
+
|
|
74
|
+
@property
|
|
75
|
+
@pulumi.getter(name="azureResourceId")
|
|
76
|
+
def azure_resource_id(self) -> Optional[str]:
|
|
77
|
+
"""
|
|
78
|
+
The azure resource Id of the deployment.
|
|
79
|
+
"""
|
|
80
|
+
return pulumi.get(self, "azure_resource_id")
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def location(self) -> Optional[str]:
|
|
85
|
+
"""
|
|
86
|
+
The location of the deployment.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "location")
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter(name="partnerDeploymentName")
|
|
92
|
+
def partner_deployment_name(self) -> Optional[str]:
|
|
93
|
+
"""
|
|
94
|
+
Elastic deployment name
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "partner_deployment_name")
|
|
97
|
+
|
|
98
|
+
@property
|
|
99
|
+
@pulumi.getter(name="partnerDeploymentUri")
|
|
100
|
+
def partner_deployment_uri(self) -> Optional[str]:
|
|
101
|
+
"""
|
|
102
|
+
Deployment URL of the elasticsearch in Elastic cloud deployment.
|
|
103
|
+
"""
|
|
104
|
+
return pulumi.get(self, "partner_deployment_uri")
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
@pulumi.output_type
|
|
108
|
+
class ConnectedPartnerResourcesListFormatResponse(dict):
|
|
109
|
+
"""
|
|
110
|
+
Connected Partner Resources List Format
|
|
111
|
+
"""
|
|
112
|
+
def __init__(__self__, *,
|
|
113
|
+
properties: Optional['outputs.ConnectedPartnerResourcePropertiesResponse'] = None):
|
|
114
|
+
"""
|
|
115
|
+
Connected Partner Resources List Format
|
|
116
|
+
:param 'ConnectedPartnerResourcePropertiesResponse' properties: Connected Partner Resource Properties
|
|
117
|
+
"""
|
|
118
|
+
if properties is not None:
|
|
119
|
+
pulumi.set(__self__, "properties", properties)
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def properties(self) -> Optional['outputs.ConnectedPartnerResourcePropertiesResponse']:
|
|
124
|
+
"""
|
|
125
|
+
Connected Partner Resource Properties
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "properties")
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
@pulumi.output_type
|
|
131
|
+
class ElasticCloudDeploymentResponse(dict):
|
|
132
|
+
"""
|
|
133
|
+
Details of the user's elastic deployment associated with the monitor resource.
|
|
134
|
+
"""
|
|
135
|
+
@staticmethod
|
|
136
|
+
def __key_warning(key: str):
|
|
137
|
+
suggest = None
|
|
138
|
+
if key == "azureSubscriptionId":
|
|
139
|
+
suggest = "azure_subscription_id"
|
|
140
|
+
elif key == "deploymentId":
|
|
141
|
+
suggest = "deployment_id"
|
|
142
|
+
elif key == "elasticsearchRegion":
|
|
143
|
+
suggest = "elasticsearch_region"
|
|
144
|
+
elif key == "elasticsearchServiceUrl":
|
|
145
|
+
suggest = "elasticsearch_service_url"
|
|
146
|
+
elif key == "kibanaServiceUrl":
|
|
147
|
+
suggest = "kibana_service_url"
|
|
148
|
+
elif key == "kibanaSsoUrl":
|
|
149
|
+
suggest = "kibana_sso_url"
|
|
150
|
+
|
|
151
|
+
if suggest:
|
|
152
|
+
pulumi.log.warn(f"Key '{key}' not found in ElasticCloudDeploymentResponse. Access the value via the '{suggest}' property getter instead.")
|
|
153
|
+
|
|
154
|
+
def __getitem__(self, key: str) -> Any:
|
|
155
|
+
ElasticCloudDeploymentResponse.__key_warning(key)
|
|
156
|
+
return super().__getitem__(key)
|
|
157
|
+
|
|
158
|
+
def get(self, key: str, default = None) -> Any:
|
|
159
|
+
ElasticCloudDeploymentResponse.__key_warning(key)
|
|
160
|
+
return super().get(key, default)
|
|
161
|
+
|
|
162
|
+
def __init__(__self__, *,
|
|
163
|
+
azure_subscription_id: str,
|
|
164
|
+
deployment_id: str,
|
|
165
|
+
elasticsearch_region: str,
|
|
166
|
+
elasticsearch_service_url: str,
|
|
167
|
+
kibana_service_url: str,
|
|
168
|
+
kibana_sso_url: str,
|
|
169
|
+
name: str):
|
|
170
|
+
"""
|
|
171
|
+
Details of the user's elastic deployment associated with the monitor resource.
|
|
172
|
+
:param str azure_subscription_id: Associated Azure subscription Id for the elastic deployment.
|
|
173
|
+
:param str deployment_id: Elastic deployment Id
|
|
174
|
+
:param str elasticsearch_region: Region where Deployment at Elastic side took place.
|
|
175
|
+
:param str elasticsearch_service_url: Elasticsearch ingestion endpoint of the Elastic deployment.
|
|
176
|
+
:param str kibana_service_url: Kibana endpoint of the Elastic deployment.
|
|
177
|
+
:param str kibana_sso_url: Kibana dashboard sso URL of the Elastic deployment.
|
|
178
|
+
:param str name: Elastic deployment name
|
|
179
|
+
"""
|
|
180
|
+
pulumi.set(__self__, "azure_subscription_id", azure_subscription_id)
|
|
181
|
+
pulumi.set(__self__, "deployment_id", deployment_id)
|
|
182
|
+
pulumi.set(__self__, "elasticsearch_region", elasticsearch_region)
|
|
183
|
+
pulumi.set(__self__, "elasticsearch_service_url", elasticsearch_service_url)
|
|
184
|
+
pulumi.set(__self__, "kibana_service_url", kibana_service_url)
|
|
185
|
+
pulumi.set(__self__, "kibana_sso_url", kibana_sso_url)
|
|
186
|
+
pulumi.set(__self__, "name", name)
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="azureSubscriptionId")
|
|
190
|
+
def azure_subscription_id(self) -> str:
|
|
191
|
+
"""
|
|
192
|
+
Associated Azure subscription Id for the elastic deployment.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "azure_subscription_id")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter(name="deploymentId")
|
|
198
|
+
def deployment_id(self) -> str:
|
|
199
|
+
"""
|
|
200
|
+
Elastic deployment Id
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "deployment_id")
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter(name="elasticsearchRegion")
|
|
206
|
+
def elasticsearch_region(self) -> str:
|
|
207
|
+
"""
|
|
208
|
+
Region where Deployment at Elastic side took place.
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "elasticsearch_region")
|
|
211
|
+
|
|
212
|
+
@property
|
|
213
|
+
@pulumi.getter(name="elasticsearchServiceUrl")
|
|
214
|
+
def elasticsearch_service_url(self) -> str:
|
|
215
|
+
"""
|
|
216
|
+
Elasticsearch ingestion endpoint of the Elastic deployment.
|
|
217
|
+
"""
|
|
218
|
+
return pulumi.get(self, "elasticsearch_service_url")
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter(name="kibanaServiceUrl")
|
|
222
|
+
def kibana_service_url(self) -> str:
|
|
223
|
+
"""
|
|
224
|
+
Kibana endpoint of the Elastic deployment.
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "kibana_service_url")
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="kibanaSsoUrl")
|
|
230
|
+
def kibana_sso_url(self) -> str:
|
|
231
|
+
"""
|
|
232
|
+
Kibana dashboard sso URL of the Elastic deployment.
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "kibana_sso_url")
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter
|
|
238
|
+
def name(self) -> str:
|
|
239
|
+
"""
|
|
240
|
+
Elastic deployment name
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "name")
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
@pulumi.output_type
|
|
246
|
+
class ElasticCloudUserResponse(dict):
|
|
247
|
+
"""
|
|
248
|
+
Details of the user's elastic account.
|
|
249
|
+
"""
|
|
250
|
+
@staticmethod
|
|
251
|
+
def __key_warning(key: str):
|
|
252
|
+
suggest = None
|
|
253
|
+
if key == "elasticCloudSsoDefaultUrl":
|
|
254
|
+
suggest = "elastic_cloud_sso_default_url"
|
|
255
|
+
elif key == "emailAddress":
|
|
256
|
+
suggest = "email_address"
|
|
257
|
+
|
|
258
|
+
if suggest:
|
|
259
|
+
pulumi.log.warn(f"Key '{key}' not found in ElasticCloudUserResponse. Access the value via the '{suggest}' property getter instead.")
|
|
260
|
+
|
|
261
|
+
def __getitem__(self, key: str) -> Any:
|
|
262
|
+
ElasticCloudUserResponse.__key_warning(key)
|
|
263
|
+
return super().__getitem__(key)
|
|
264
|
+
|
|
265
|
+
def get(self, key: str, default = None) -> Any:
|
|
266
|
+
ElasticCloudUserResponse.__key_warning(key)
|
|
267
|
+
return super().get(key, default)
|
|
268
|
+
|
|
269
|
+
def __init__(__self__, *,
|
|
270
|
+
elastic_cloud_sso_default_url: str,
|
|
271
|
+
email_address: str,
|
|
272
|
+
id: str):
|
|
273
|
+
"""
|
|
274
|
+
Details of the user's elastic account.
|
|
275
|
+
:param str elastic_cloud_sso_default_url: Elastic cloud default dashboard sso URL of the Elastic user account.
|
|
276
|
+
:param str email_address: Email of the Elastic User Account.
|
|
277
|
+
:param str id: User Id of the elastic account of the User.
|
|
278
|
+
"""
|
|
279
|
+
pulumi.set(__self__, "elastic_cloud_sso_default_url", elastic_cloud_sso_default_url)
|
|
280
|
+
pulumi.set(__self__, "email_address", email_address)
|
|
281
|
+
pulumi.set(__self__, "id", id)
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="elasticCloudSsoDefaultUrl")
|
|
285
|
+
def elastic_cloud_sso_default_url(self) -> str:
|
|
286
|
+
"""
|
|
287
|
+
Elastic cloud default dashboard sso URL of the Elastic user account.
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "elastic_cloud_sso_default_url")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter(name="emailAddress")
|
|
293
|
+
def email_address(self) -> str:
|
|
294
|
+
"""
|
|
295
|
+
Email of the Elastic User Account.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "email_address")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter
|
|
301
|
+
def id(self) -> str:
|
|
302
|
+
"""
|
|
303
|
+
User Id of the elastic account of the User.
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "id")
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
@pulumi.output_type
|
|
309
|
+
class ElasticOrganizationToAzureSubscriptionMappingResponsePropertiesResponse(dict):
|
|
310
|
+
"""
|
|
311
|
+
The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
|
|
312
|
+
"""
|
|
313
|
+
def __init__(__self__, *,
|
|
314
|
+
marketplace_saas_info: 'outputs.MarketplaceSaaSInfoResponse',
|
|
315
|
+
billed_azure_subscription_id: Optional[str] = None,
|
|
316
|
+
elastic_organization_id: Optional[str] = None,
|
|
317
|
+
elastic_organization_name: Optional[str] = None):
|
|
318
|
+
"""
|
|
319
|
+
The properties of Azure Subscription ID to which the Organization of the logged in user belongs and gets billed into.
|
|
320
|
+
:param 'MarketplaceSaaSInfoResponse' marketplace_saas_info: Marketplace SaaS Info of the resource.
|
|
321
|
+
:param str billed_azure_subscription_id: The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.
|
|
322
|
+
:param str elastic_organization_id: The Elastic Organization Id.
|
|
323
|
+
:param str elastic_organization_name: The Elastic Organization Name.
|
|
324
|
+
"""
|
|
325
|
+
pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
|
|
326
|
+
if billed_azure_subscription_id is not None:
|
|
327
|
+
pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
|
|
328
|
+
if elastic_organization_id is not None:
|
|
329
|
+
pulumi.set(__self__, "elastic_organization_id", elastic_organization_id)
|
|
330
|
+
if elastic_organization_name is not None:
|
|
331
|
+
pulumi.set(__self__, "elastic_organization_name", elastic_organization_name)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="marketplaceSaasInfo")
|
|
335
|
+
def marketplace_saas_info(self) -> 'outputs.MarketplaceSaaSInfoResponse':
|
|
336
|
+
"""
|
|
337
|
+
Marketplace SaaS Info of the resource.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "marketplace_saas_info")
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter(name="billedAzureSubscriptionId")
|
|
343
|
+
def billed_azure_subscription_id(self) -> Optional[str]:
|
|
344
|
+
"""
|
|
345
|
+
The Azure Subscription ID to which the Organization belongs and gets billed into. This is empty for a new user OR a user without an Elastic Organization.
|
|
346
|
+
"""
|
|
347
|
+
return pulumi.get(self, "billed_azure_subscription_id")
|
|
348
|
+
|
|
349
|
+
@property
|
|
350
|
+
@pulumi.getter(name="elasticOrganizationId")
|
|
351
|
+
def elastic_organization_id(self) -> Optional[str]:
|
|
352
|
+
"""
|
|
353
|
+
The Elastic Organization Id.
|
|
354
|
+
"""
|
|
355
|
+
return pulumi.get(self, "elastic_organization_id")
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="elasticOrganizationName")
|
|
359
|
+
def elastic_organization_name(self) -> Optional[str]:
|
|
360
|
+
"""
|
|
361
|
+
The Elastic Organization Name.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "elastic_organization_name")
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
@pulumi.output_type
|
|
367
|
+
class ElasticPropertiesResponse(dict):
|
|
368
|
+
"""
|
|
369
|
+
Elastic Resource Properties.
|
|
370
|
+
"""
|
|
371
|
+
@staticmethod
|
|
372
|
+
def __key_warning(key: str):
|
|
373
|
+
suggest = None
|
|
374
|
+
if key == "elasticCloudDeployment":
|
|
375
|
+
suggest = "elastic_cloud_deployment"
|
|
376
|
+
elif key == "elasticCloudUser":
|
|
377
|
+
suggest = "elastic_cloud_user"
|
|
378
|
+
|
|
379
|
+
if suggest:
|
|
380
|
+
pulumi.log.warn(f"Key '{key}' not found in ElasticPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
381
|
+
|
|
382
|
+
def __getitem__(self, key: str) -> Any:
|
|
383
|
+
ElasticPropertiesResponse.__key_warning(key)
|
|
384
|
+
return super().__getitem__(key)
|
|
385
|
+
|
|
386
|
+
def get(self, key: str, default = None) -> Any:
|
|
387
|
+
ElasticPropertiesResponse.__key_warning(key)
|
|
388
|
+
return super().get(key, default)
|
|
389
|
+
|
|
390
|
+
def __init__(__self__, *,
|
|
391
|
+
elastic_cloud_deployment: Optional['outputs.ElasticCloudDeploymentResponse'] = None,
|
|
392
|
+
elastic_cloud_user: Optional['outputs.ElasticCloudUserResponse'] = None):
|
|
393
|
+
"""
|
|
394
|
+
Elastic Resource Properties.
|
|
395
|
+
:param 'ElasticCloudDeploymentResponse' elastic_cloud_deployment: Details of the elastic cloud deployment.
|
|
396
|
+
:param 'ElasticCloudUserResponse' elastic_cloud_user: Details of the user's elastic account.
|
|
397
|
+
"""
|
|
398
|
+
if elastic_cloud_deployment is not None:
|
|
399
|
+
pulumi.set(__self__, "elastic_cloud_deployment", elastic_cloud_deployment)
|
|
400
|
+
if elastic_cloud_user is not None:
|
|
401
|
+
pulumi.set(__self__, "elastic_cloud_user", elastic_cloud_user)
|
|
402
|
+
|
|
403
|
+
@property
|
|
404
|
+
@pulumi.getter(name="elasticCloudDeployment")
|
|
405
|
+
def elastic_cloud_deployment(self) -> Optional['outputs.ElasticCloudDeploymentResponse']:
|
|
406
|
+
"""
|
|
407
|
+
Details of the elastic cloud deployment.
|
|
408
|
+
"""
|
|
409
|
+
return pulumi.get(self, "elastic_cloud_deployment")
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter(name="elasticCloudUser")
|
|
413
|
+
def elastic_cloud_user(self) -> Optional['outputs.ElasticCloudUserResponse']:
|
|
414
|
+
"""
|
|
415
|
+
Details of the user's elastic account.
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "elastic_cloud_user")
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
@pulumi.output_type
|
|
421
|
+
class ElasticTrafficFilterResponse(dict):
|
|
422
|
+
"""
|
|
423
|
+
Elastic traffic filter object
|
|
424
|
+
"""
|
|
425
|
+
def __init__(__self__, *,
|
|
426
|
+
description: Optional[str] = None,
|
|
427
|
+
id: Optional[str] = None,
|
|
428
|
+
include_by_default: Optional[bool] = None,
|
|
429
|
+
name: Optional[str] = None,
|
|
430
|
+
region: Optional[str] = None,
|
|
431
|
+
rules: Optional[Sequence['outputs.ElasticTrafficFilterRuleResponse']] = None,
|
|
432
|
+
type: Optional[str] = None):
|
|
433
|
+
"""
|
|
434
|
+
Elastic traffic filter object
|
|
435
|
+
:param str description: Description of the elastic filter
|
|
436
|
+
:param str id: Id of the elastic filter
|
|
437
|
+
:param bool include_by_default: IncludeByDefault for the elastic filter
|
|
438
|
+
:param str name: Name of the elastic filter
|
|
439
|
+
:param str region: Region of the elastic filter
|
|
440
|
+
:param Sequence['ElasticTrafficFilterRuleResponse'] rules: Rules in the elastic filter
|
|
441
|
+
:param str type: Type of the elastic filter
|
|
442
|
+
"""
|
|
443
|
+
if description is not None:
|
|
444
|
+
pulumi.set(__self__, "description", description)
|
|
445
|
+
if id is not None:
|
|
446
|
+
pulumi.set(__self__, "id", id)
|
|
447
|
+
if include_by_default is not None:
|
|
448
|
+
pulumi.set(__self__, "include_by_default", include_by_default)
|
|
449
|
+
if name is not None:
|
|
450
|
+
pulumi.set(__self__, "name", name)
|
|
451
|
+
if region is not None:
|
|
452
|
+
pulumi.set(__self__, "region", region)
|
|
453
|
+
if rules is not None:
|
|
454
|
+
pulumi.set(__self__, "rules", rules)
|
|
455
|
+
if type is not None:
|
|
456
|
+
pulumi.set(__self__, "type", type)
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter
|
|
460
|
+
def description(self) -> Optional[str]:
|
|
461
|
+
"""
|
|
462
|
+
Description of the elastic filter
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "description")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter
|
|
468
|
+
def id(self) -> Optional[str]:
|
|
469
|
+
"""
|
|
470
|
+
Id of the elastic filter
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "id")
|
|
473
|
+
|
|
474
|
+
@property
|
|
475
|
+
@pulumi.getter(name="includeByDefault")
|
|
476
|
+
def include_by_default(self) -> Optional[bool]:
|
|
477
|
+
"""
|
|
478
|
+
IncludeByDefault for the elastic filter
|
|
479
|
+
"""
|
|
480
|
+
return pulumi.get(self, "include_by_default")
|
|
481
|
+
|
|
482
|
+
@property
|
|
483
|
+
@pulumi.getter
|
|
484
|
+
def name(self) -> Optional[str]:
|
|
485
|
+
"""
|
|
486
|
+
Name of the elastic filter
|
|
487
|
+
"""
|
|
488
|
+
return pulumi.get(self, "name")
|
|
489
|
+
|
|
490
|
+
@property
|
|
491
|
+
@pulumi.getter
|
|
492
|
+
def region(self) -> Optional[str]:
|
|
493
|
+
"""
|
|
494
|
+
Region of the elastic filter
|
|
495
|
+
"""
|
|
496
|
+
return pulumi.get(self, "region")
|
|
497
|
+
|
|
498
|
+
@property
|
|
499
|
+
@pulumi.getter
|
|
500
|
+
def rules(self) -> Optional[Sequence['outputs.ElasticTrafficFilterRuleResponse']]:
|
|
501
|
+
"""
|
|
502
|
+
Rules in the elastic filter
|
|
503
|
+
"""
|
|
504
|
+
return pulumi.get(self, "rules")
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter
|
|
508
|
+
def type(self) -> Optional[str]:
|
|
509
|
+
"""
|
|
510
|
+
Type of the elastic filter
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "type")
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
@pulumi.output_type
|
|
516
|
+
class ElasticTrafficFilterRuleResponse(dict):
|
|
517
|
+
"""
|
|
518
|
+
Elastic traffic filter rule object
|
|
519
|
+
"""
|
|
520
|
+
def __init__(__self__, *,
|
|
521
|
+
azure_endpoint_guid: Optional[str] = None,
|
|
522
|
+
azure_endpoint_name: Optional[str] = None,
|
|
523
|
+
description: Optional[str] = None,
|
|
524
|
+
id: Optional[str] = None,
|
|
525
|
+
source: Optional[str] = None):
|
|
526
|
+
"""
|
|
527
|
+
Elastic traffic filter rule object
|
|
528
|
+
:param str azure_endpoint_guid: Guid of Private Endpoint in the elastic filter rule
|
|
529
|
+
:param str azure_endpoint_name: Name of the Private Endpoint in the elastic filter rule
|
|
530
|
+
:param str description: Description of the elastic filter rule
|
|
531
|
+
:param str id: Id of the elastic filter rule
|
|
532
|
+
:param str source: IP of the elastic filter rule
|
|
533
|
+
"""
|
|
534
|
+
if azure_endpoint_guid is not None:
|
|
535
|
+
pulumi.set(__self__, "azure_endpoint_guid", azure_endpoint_guid)
|
|
536
|
+
if azure_endpoint_name is not None:
|
|
537
|
+
pulumi.set(__self__, "azure_endpoint_name", azure_endpoint_name)
|
|
538
|
+
if description is not None:
|
|
539
|
+
pulumi.set(__self__, "description", description)
|
|
540
|
+
if id is not None:
|
|
541
|
+
pulumi.set(__self__, "id", id)
|
|
542
|
+
if source is not None:
|
|
543
|
+
pulumi.set(__self__, "source", source)
|
|
544
|
+
|
|
545
|
+
@property
|
|
546
|
+
@pulumi.getter(name="azureEndpointGuid")
|
|
547
|
+
def azure_endpoint_guid(self) -> Optional[str]:
|
|
548
|
+
"""
|
|
549
|
+
Guid of Private Endpoint in the elastic filter rule
|
|
550
|
+
"""
|
|
551
|
+
return pulumi.get(self, "azure_endpoint_guid")
|
|
552
|
+
|
|
553
|
+
@property
|
|
554
|
+
@pulumi.getter(name="azureEndpointName")
|
|
555
|
+
def azure_endpoint_name(self) -> Optional[str]:
|
|
556
|
+
"""
|
|
557
|
+
Name of the Private Endpoint in the elastic filter rule
|
|
558
|
+
"""
|
|
559
|
+
return pulumi.get(self, "azure_endpoint_name")
|
|
560
|
+
|
|
561
|
+
@property
|
|
562
|
+
@pulumi.getter
|
|
563
|
+
def description(self) -> Optional[str]:
|
|
564
|
+
"""
|
|
565
|
+
Description of the elastic filter rule
|
|
566
|
+
"""
|
|
567
|
+
return pulumi.get(self, "description")
|
|
568
|
+
|
|
569
|
+
@property
|
|
570
|
+
@pulumi.getter
|
|
571
|
+
def id(self) -> Optional[str]:
|
|
572
|
+
"""
|
|
573
|
+
Id of the elastic filter rule
|
|
574
|
+
"""
|
|
575
|
+
return pulumi.get(self, "id")
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
@pulumi.getter
|
|
579
|
+
def source(self) -> Optional[str]:
|
|
580
|
+
"""
|
|
581
|
+
IP of the elastic filter rule
|
|
582
|
+
"""
|
|
583
|
+
return pulumi.get(self, "source")
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
@pulumi.output_type
|
|
587
|
+
class FilteringTagResponse(dict):
|
|
588
|
+
"""
|
|
589
|
+
The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
|
|
590
|
+
"""
|
|
591
|
+
def __init__(__self__, *,
|
|
592
|
+
action: Optional[str] = None,
|
|
593
|
+
name: Optional[str] = None,
|
|
594
|
+
value: Optional[str] = None):
|
|
595
|
+
"""
|
|
596
|
+
The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
|
|
597
|
+
:param str action: Valid actions for a filtering tag.
|
|
598
|
+
:param str name: The name (also known as the key) of the tag.
|
|
599
|
+
:param str value: The value of the tag.
|
|
600
|
+
"""
|
|
601
|
+
if action is not None:
|
|
602
|
+
pulumi.set(__self__, "action", action)
|
|
603
|
+
if name is not None:
|
|
604
|
+
pulumi.set(__self__, "name", name)
|
|
605
|
+
if value is not None:
|
|
606
|
+
pulumi.set(__self__, "value", value)
|
|
607
|
+
|
|
608
|
+
@property
|
|
609
|
+
@pulumi.getter
|
|
610
|
+
def action(self) -> Optional[str]:
|
|
611
|
+
"""
|
|
612
|
+
Valid actions for a filtering tag.
|
|
613
|
+
"""
|
|
614
|
+
return pulumi.get(self, "action")
|
|
615
|
+
|
|
616
|
+
@property
|
|
617
|
+
@pulumi.getter
|
|
618
|
+
def name(self) -> Optional[str]:
|
|
619
|
+
"""
|
|
620
|
+
The name (also known as the key) of the tag.
|
|
621
|
+
"""
|
|
622
|
+
return pulumi.get(self, "name")
|
|
623
|
+
|
|
624
|
+
@property
|
|
625
|
+
@pulumi.getter
|
|
626
|
+
def value(self) -> Optional[str]:
|
|
627
|
+
"""
|
|
628
|
+
The value of the tag.
|
|
629
|
+
"""
|
|
630
|
+
return pulumi.get(self, "value")
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
@pulumi.output_type
|
|
634
|
+
class IdentityPropertiesResponse(dict):
|
|
635
|
+
"""
|
|
636
|
+
Identity properties.
|
|
637
|
+
"""
|
|
638
|
+
@staticmethod
|
|
639
|
+
def __key_warning(key: str):
|
|
640
|
+
suggest = None
|
|
641
|
+
if key == "principalId":
|
|
642
|
+
suggest = "principal_id"
|
|
643
|
+
elif key == "tenantId":
|
|
644
|
+
suggest = "tenant_id"
|
|
645
|
+
|
|
646
|
+
if suggest:
|
|
647
|
+
pulumi.log.warn(f"Key '{key}' not found in IdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
648
|
+
|
|
649
|
+
def __getitem__(self, key: str) -> Any:
|
|
650
|
+
IdentityPropertiesResponse.__key_warning(key)
|
|
651
|
+
return super().__getitem__(key)
|
|
652
|
+
|
|
653
|
+
def get(self, key: str, default = None) -> Any:
|
|
654
|
+
IdentityPropertiesResponse.__key_warning(key)
|
|
655
|
+
return super().get(key, default)
|
|
656
|
+
|
|
657
|
+
def __init__(__self__, *,
|
|
658
|
+
principal_id: str,
|
|
659
|
+
tenant_id: str,
|
|
660
|
+
type: Optional[str] = None):
|
|
661
|
+
"""
|
|
662
|
+
Identity properties.
|
|
663
|
+
:param str principal_id: The identity ID.
|
|
664
|
+
:param str tenant_id: The tenant ID of resource.
|
|
665
|
+
:param str type: Managed identity type.
|
|
666
|
+
"""
|
|
667
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
668
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
669
|
+
if type is not None:
|
|
670
|
+
pulumi.set(__self__, "type", type)
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="principalId")
|
|
674
|
+
def principal_id(self) -> str:
|
|
675
|
+
"""
|
|
676
|
+
The identity ID.
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "principal_id")
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter(name="tenantId")
|
|
682
|
+
def tenant_id(self) -> str:
|
|
683
|
+
"""
|
|
684
|
+
The tenant ID of resource.
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "tenant_id")
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
@pulumi.getter
|
|
690
|
+
def type(self) -> Optional[str]:
|
|
691
|
+
"""
|
|
692
|
+
Managed identity type.
|
|
693
|
+
"""
|
|
694
|
+
return pulumi.get(self, "type")
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
@pulumi.output_type
|
|
698
|
+
class LogRulesResponse(dict):
|
|
699
|
+
"""
|
|
700
|
+
Set of rules for sending logs for the Monitor resource.
|
|
701
|
+
"""
|
|
702
|
+
@staticmethod
|
|
703
|
+
def __key_warning(key: str):
|
|
704
|
+
suggest = None
|
|
705
|
+
if key == "filteringTags":
|
|
706
|
+
suggest = "filtering_tags"
|
|
707
|
+
elif key == "sendAadLogs":
|
|
708
|
+
suggest = "send_aad_logs"
|
|
709
|
+
elif key == "sendActivityLogs":
|
|
710
|
+
suggest = "send_activity_logs"
|
|
711
|
+
elif key == "sendSubscriptionLogs":
|
|
712
|
+
suggest = "send_subscription_logs"
|
|
713
|
+
|
|
714
|
+
if suggest:
|
|
715
|
+
pulumi.log.warn(f"Key '{key}' not found in LogRulesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
716
|
+
|
|
717
|
+
def __getitem__(self, key: str) -> Any:
|
|
718
|
+
LogRulesResponse.__key_warning(key)
|
|
719
|
+
return super().__getitem__(key)
|
|
720
|
+
|
|
721
|
+
def get(self, key: str, default = None) -> Any:
|
|
722
|
+
LogRulesResponse.__key_warning(key)
|
|
723
|
+
return super().get(key, default)
|
|
724
|
+
|
|
725
|
+
def __init__(__self__, *,
|
|
726
|
+
filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None,
|
|
727
|
+
send_aad_logs: Optional[bool] = None,
|
|
728
|
+
send_activity_logs: Optional[bool] = None,
|
|
729
|
+
send_subscription_logs: Optional[bool] = None):
|
|
730
|
+
"""
|
|
731
|
+
Set of rules for sending logs for the Monitor resource.
|
|
732
|
+
:param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
733
|
+
:param bool send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
734
|
+
:param bool send_activity_logs: Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.
|
|
735
|
+
:param bool send_subscription_logs: Flag specifying if subscription logs should be sent for the Monitor resource.
|
|
736
|
+
"""
|
|
737
|
+
if filtering_tags is not None:
|
|
738
|
+
pulumi.set(__self__, "filtering_tags", filtering_tags)
|
|
739
|
+
if send_aad_logs is not None:
|
|
740
|
+
pulumi.set(__self__, "send_aad_logs", send_aad_logs)
|
|
741
|
+
if send_activity_logs is not None:
|
|
742
|
+
pulumi.set(__self__, "send_activity_logs", send_activity_logs)
|
|
743
|
+
if send_subscription_logs is not None:
|
|
744
|
+
pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
|
|
745
|
+
|
|
746
|
+
@property
|
|
747
|
+
@pulumi.getter(name="filteringTags")
|
|
748
|
+
def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
|
|
749
|
+
"""
|
|
750
|
+
List of filtering tags to be used for capturing logs. This only takes effect if SendActivityLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
|
|
751
|
+
"""
|
|
752
|
+
return pulumi.get(self, "filtering_tags")
|
|
753
|
+
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter(name="sendAadLogs")
|
|
756
|
+
def send_aad_logs(self) -> Optional[bool]:
|
|
757
|
+
"""
|
|
758
|
+
Flag specifying if AAD logs should be sent for the Monitor resource.
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "send_aad_logs")
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
@pulumi.getter(name="sendActivityLogs")
|
|
764
|
+
def send_activity_logs(self) -> Optional[bool]:
|
|
765
|
+
"""
|
|
766
|
+
Flag specifying if activity logs from Azure resources should be sent for the Monitor resource.
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "send_activity_logs")
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
@pulumi.getter(name="sendSubscriptionLogs")
|
|
772
|
+
def send_subscription_logs(self) -> Optional[bool]:
|
|
773
|
+
"""
|
|
774
|
+
Flag specifying if subscription logs should be sent for the Monitor resource.
|
|
775
|
+
"""
|
|
776
|
+
return pulumi.get(self, "send_subscription_logs")
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
@pulumi.output_type
|
|
780
|
+
class MarketplaceSaaSInfoResponse(dict):
|
|
781
|
+
"""
|
|
782
|
+
Marketplace SAAS Info of the resource.
|
|
783
|
+
"""
|
|
784
|
+
def __init__(__self__, *,
|
|
785
|
+
billed_azure_subscription_id: Optional[str] = None,
|
|
786
|
+
marketplace_name: Optional[str] = None,
|
|
787
|
+
marketplace_resource_id: Optional[str] = None,
|
|
788
|
+
marketplace_status: Optional[str] = None,
|
|
789
|
+
marketplace_subscription: Optional['outputs.MarketplaceSaaSInfoResponseMarketplaceSubscription'] = None,
|
|
790
|
+
subscribed: Optional[bool] = None):
|
|
791
|
+
"""
|
|
792
|
+
Marketplace SAAS Info of the resource.
|
|
793
|
+
:param str billed_azure_subscription_id: The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
|
|
794
|
+
:param str marketplace_name: Marketplace Subscription Details: SAAS Name
|
|
795
|
+
:param str marketplace_resource_id: Marketplace Subscription Details: Resource URI
|
|
796
|
+
:param str marketplace_status: Marketplace Subscription Details: SaaS Subscription Status
|
|
797
|
+
:param 'MarketplaceSaaSInfoResponseMarketplaceSubscription' marketplace_subscription: Marketplace Subscription
|
|
798
|
+
:param bool subscribed: Flag specifying if the Marketplace status is subscribed or not.
|
|
799
|
+
"""
|
|
800
|
+
if billed_azure_subscription_id is not None:
|
|
801
|
+
pulumi.set(__self__, "billed_azure_subscription_id", billed_azure_subscription_id)
|
|
802
|
+
if marketplace_name is not None:
|
|
803
|
+
pulumi.set(__self__, "marketplace_name", marketplace_name)
|
|
804
|
+
if marketplace_resource_id is not None:
|
|
805
|
+
pulumi.set(__self__, "marketplace_resource_id", marketplace_resource_id)
|
|
806
|
+
if marketplace_status is not None:
|
|
807
|
+
pulumi.set(__self__, "marketplace_status", marketplace_status)
|
|
808
|
+
if marketplace_subscription is not None:
|
|
809
|
+
pulumi.set(__self__, "marketplace_subscription", marketplace_subscription)
|
|
810
|
+
if subscribed is not None:
|
|
811
|
+
pulumi.set(__self__, "subscribed", subscribed)
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter(name="billedAzureSubscriptionId")
|
|
815
|
+
def billed_azure_subscription_id(self) -> Optional[str]:
|
|
816
|
+
"""
|
|
817
|
+
The Azure Subscription ID to which the Marketplace Subscription belongs and gets billed into.
|
|
818
|
+
"""
|
|
819
|
+
return pulumi.get(self, "billed_azure_subscription_id")
|
|
820
|
+
|
|
821
|
+
@property
|
|
822
|
+
@pulumi.getter(name="marketplaceName")
|
|
823
|
+
def marketplace_name(self) -> Optional[str]:
|
|
824
|
+
"""
|
|
825
|
+
Marketplace Subscription Details: SAAS Name
|
|
826
|
+
"""
|
|
827
|
+
return pulumi.get(self, "marketplace_name")
|
|
828
|
+
|
|
829
|
+
@property
|
|
830
|
+
@pulumi.getter(name="marketplaceResourceId")
|
|
831
|
+
def marketplace_resource_id(self) -> Optional[str]:
|
|
832
|
+
"""
|
|
833
|
+
Marketplace Subscription Details: Resource URI
|
|
834
|
+
"""
|
|
835
|
+
return pulumi.get(self, "marketplace_resource_id")
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="marketplaceStatus")
|
|
839
|
+
def marketplace_status(self) -> Optional[str]:
|
|
840
|
+
"""
|
|
841
|
+
Marketplace Subscription Details: SaaS Subscription Status
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "marketplace_status")
|
|
844
|
+
|
|
845
|
+
@property
|
|
846
|
+
@pulumi.getter(name="marketplaceSubscription")
|
|
847
|
+
def marketplace_subscription(self) -> Optional['outputs.MarketplaceSaaSInfoResponseMarketplaceSubscription']:
|
|
848
|
+
"""
|
|
849
|
+
Marketplace Subscription
|
|
850
|
+
"""
|
|
851
|
+
return pulumi.get(self, "marketplace_subscription")
|
|
852
|
+
|
|
853
|
+
@property
|
|
854
|
+
@pulumi.getter
|
|
855
|
+
def subscribed(self) -> Optional[bool]:
|
|
856
|
+
"""
|
|
857
|
+
Flag specifying if the Marketplace status is subscribed or not.
|
|
858
|
+
"""
|
|
859
|
+
return pulumi.get(self, "subscribed")
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
@pulumi.output_type
|
|
863
|
+
class MarketplaceSaaSInfoResponseMarketplaceSubscription(dict):
|
|
864
|
+
"""
|
|
865
|
+
Marketplace Subscription
|
|
866
|
+
"""
|
|
867
|
+
def __init__(__self__, *,
|
|
868
|
+
id: Optional[str] = None,
|
|
869
|
+
offer_id: Optional[str] = None,
|
|
870
|
+
publisher_id: Optional[str] = None):
|
|
871
|
+
"""
|
|
872
|
+
Marketplace Subscription
|
|
873
|
+
:param str id: Marketplace Subscription Id. This is a GUID-formatted string.
|
|
874
|
+
:param str offer_id: Offer Id of the Marketplace offer,
|
|
875
|
+
:param str publisher_id: Publisher Id of the Marketplace offer.
|
|
876
|
+
"""
|
|
877
|
+
if id is not None:
|
|
878
|
+
pulumi.set(__self__, "id", id)
|
|
879
|
+
if offer_id is not None:
|
|
880
|
+
pulumi.set(__self__, "offer_id", offer_id)
|
|
881
|
+
if publisher_id is not None:
|
|
882
|
+
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
883
|
+
|
|
884
|
+
@property
|
|
885
|
+
@pulumi.getter
|
|
886
|
+
def id(self) -> Optional[str]:
|
|
887
|
+
"""
|
|
888
|
+
Marketplace Subscription Id. This is a GUID-formatted string.
|
|
889
|
+
"""
|
|
890
|
+
return pulumi.get(self, "id")
|
|
891
|
+
|
|
892
|
+
@property
|
|
893
|
+
@pulumi.getter(name="offerId")
|
|
894
|
+
def offer_id(self) -> Optional[str]:
|
|
895
|
+
"""
|
|
896
|
+
Offer Id of the Marketplace offer,
|
|
897
|
+
"""
|
|
898
|
+
return pulumi.get(self, "offer_id")
|
|
899
|
+
|
|
900
|
+
@property
|
|
901
|
+
@pulumi.getter(name="publisherId")
|
|
902
|
+
def publisher_id(self) -> Optional[str]:
|
|
903
|
+
"""
|
|
904
|
+
Publisher Id of the Marketplace offer.
|
|
905
|
+
"""
|
|
906
|
+
return pulumi.get(self, "publisher_id")
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
@pulumi.output_type
|
|
910
|
+
class MonitorPropertiesResponse(dict):
|
|
911
|
+
"""
|
|
912
|
+
Properties specific to the monitor resource.
|
|
913
|
+
"""
|
|
914
|
+
@staticmethod
|
|
915
|
+
def __key_warning(key: str):
|
|
916
|
+
suggest = None
|
|
917
|
+
if key == "liftrResourceCategory":
|
|
918
|
+
suggest = "liftr_resource_category"
|
|
919
|
+
elif key == "liftrResourcePreference":
|
|
920
|
+
suggest = "liftr_resource_preference"
|
|
921
|
+
elif key == "provisioningState":
|
|
922
|
+
suggest = "provisioning_state"
|
|
923
|
+
elif key == "elasticProperties":
|
|
924
|
+
suggest = "elastic_properties"
|
|
925
|
+
elif key == "generateApiKey":
|
|
926
|
+
suggest = "generate_api_key"
|
|
927
|
+
elif key == "monitoringStatus":
|
|
928
|
+
suggest = "monitoring_status"
|
|
929
|
+
elif key == "planDetails":
|
|
930
|
+
suggest = "plan_details"
|
|
931
|
+
elif key == "saaSAzureSubscriptionStatus":
|
|
932
|
+
suggest = "saa_s_azure_subscription_status"
|
|
933
|
+
elif key == "sourceCampaignId":
|
|
934
|
+
suggest = "source_campaign_id"
|
|
935
|
+
elif key == "sourceCampaignName":
|
|
936
|
+
suggest = "source_campaign_name"
|
|
937
|
+
elif key == "subscriptionState":
|
|
938
|
+
suggest = "subscription_state"
|
|
939
|
+
|
|
940
|
+
if suggest:
|
|
941
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
942
|
+
|
|
943
|
+
def __getitem__(self, key: str) -> Any:
|
|
944
|
+
MonitorPropertiesResponse.__key_warning(key)
|
|
945
|
+
return super().__getitem__(key)
|
|
946
|
+
|
|
947
|
+
def get(self, key: str, default = None) -> Any:
|
|
948
|
+
MonitorPropertiesResponse.__key_warning(key)
|
|
949
|
+
return super().get(key, default)
|
|
950
|
+
|
|
951
|
+
def __init__(__self__, *,
|
|
952
|
+
liftr_resource_category: str,
|
|
953
|
+
liftr_resource_preference: int,
|
|
954
|
+
provisioning_state: str,
|
|
955
|
+
elastic_properties: Optional['outputs.ElasticPropertiesResponse'] = None,
|
|
956
|
+
generate_api_key: Optional[bool] = None,
|
|
957
|
+
monitoring_status: Optional[str] = None,
|
|
958
|
+
plan_details: Optional['outputs.PlanDetailsResponse'] = None,
|
|
959
|
+
saa_s_azure_subscription_status: Optional[str] = None,
|
|
960
|
+
source_campaign_id: Optional[str] = None,
|
|
961
|
+
source_campaign_name: Optional[str] = None,
|
|
962
|
+
subscription_state: Optional[str] = None,
|
|
963
|
+
version: Optional[str] = None):
|
|
964
|
+
"""
|
|
965
|
+
Properties specific to the monitor resource.
|
|
966
|
+
:param int liftr_resource_preference: The priority of the resource.
|
|
967
|
+
:param str provisioning_state: Provisioning state of the monitor resource.
|
|
968
|
+
:param 'ElasticPropertiesResponse' elastic_properties: Elastic cloud properties.
|
|
969
|
+
:param bool generate_api_key: Flag to determine if User API Key has to be generated and shared.
|
|
970
|
+
:param str monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
|
|
971
|
+
:param 'PlanDetailsResponse' plan_details: Plan details of the monitor resource.
|
|
972
|
+
:param str saa_s_azure_subscription_status: Status of Azure Subscription where Marketplace SaaS is located.
|
|
973
|
+
:param str source_campaign_id: A unique identifier associated with the campaign.
|
|
974
|
+
:param str source_campaign_name: Name of the marketing campaign.
|
|
975
|
+
:param str subscription_state: State of the Azure Subscription containing the monitor resource
|
|
976
|
+
:param str version: Version of elastic of the monitor resource
|
|
977
|
+
"""
|
|
978
|
+
pulumi.set(__self__, "liftr_resource_category", liftr_resource_category)
|
|
979
|
+
pulumi.set(__self__, "liftr_resource_preference", liftr_resource_preference)
|
|
980
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
981
|
+
if elastic_properties is not None:
|
|
982
|
+
pulumi.set(__self__, "elastic_properties", elastic_properties)
|
|
983
|
+
if generate_api_key is not None:
|
|
984
|
+
pulumi.set(__self__, "generate_api_key", generate_api_key)
|
|
985
|
+
if monitoring_status is not None:
|
|
986
|
+
pulumi.set(__self__, "monitoring_status", monitoring_status)
|
|
987
|
+
if plan_details is not None:
|
|
988
|
+
pulumi.set(__self__, "plan_details", plan_details)
|
|
989
|
+
if saa_s_azure_subscription_status is not None:
|
|
990
|
+
pulumi.set(__self__, "saa_s_azure_subscription_status", saa_s_azure_subscription_status)
|
|
991
|
+
if source_campaign_id is not None:
|
|
992
|
+
pulumi.set(__self__, "source_campaign_id", source_campaign_id)
|
|
993
|
+
if source_campaign_name is not None:
|
|
994
|
+
pulumi.set(__self__, "source_campaign_name", source_campaign_name)
|
|
995
|
+
if subscription_state is not None:
|
|
996
|
+
pulumi.set(__self__, "subscription_state", subscription_state)
|
|
997
|
+
if version is not None:
|
|
998
|
+
pulumi.set(__self__, "version", version)
|
|
999
|
+
|
|
1000
|
+
@property
|
|
1001
|
+
@pulumi.getter(name="liftrResourceCategory")
|
|
1002
|
+
def liftr_resource_category(self) -> str:
|
|
1003
|
+
return pulumi.get(self, "liftr_resource_category")
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter(name="liftrResourcePreference")
|
|
1007
|
+
def liftr_resource_preference(self) -> int:
|
|
1008
|
+
"""
|
|
1009
|
+
The priority of the resource.
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "liftr_resource_preference")
|
|
1012
|
+
|
|
1013
|
+
@property
|
|
1014
|
+
@pulumi.getter(name="provisioningState")
|
|
1015
|
+
def provisioning_state(self) -> str:
|
|
1016
|
+
"""
|
|
1017
|
+
Provisioning state of the monitor resource.
|
|
1018
|
+
"""
|
|
1019
|
+
return pulumi.get(self, "provisioning_state")
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
@pulumi.getter(name="elasticProperties")
|
|
1023
|
+
def elastic_properties(self) -> Optional['outputs.ElasticPropertiesResponse']:
|
|
1024
|
+
"""
|
|
1025
|
+
Elastic cloud properties.
|
|
1026
|
+
"""
|
|
1027
|
+
return pulumi.get(self, "elastic_properties")
|
|
1028
|
+
|
|
1029
|
+
@property
|
|
1030
|
+
@pulumi.getter(name="generateApiKey")
|
|
1031
|
+
def generate_api_key(self) -> Optional[bool]:
|
|
1032
|
+
"""
|
|
1033
|
+
Flag to determine if User API Key has to be generated and shared.
|
|
1034
|
+
"""
|
|
1035
|
+
return pulumi.get(self, "generate_api_key")
|
|
1036
|
+
|
|
1037
|
+
@property
|
|
1038
|
+
@pulumi.getter(name="monitoringStatus")
|
|
1039
|
+
def monitoring_status(self) -> Optional[str]:
|
|
1040
|
+
"""
|
|
1041
|
+
Flag specifying if the resource monitoring is enabled or disabled.
|
|
1042
|
+
"""
|
|
1043
|
+
return pulumi.get(self, "monitoring_status")
|
|
1044
|
+
|
|
1045
|
+
@property
|
|
1046
|
+
@pulumi.getter(name="planDetails")
|
|
1047
|
+
def plan_details(self) -> Optional['outputs.PlanDetailsResponse']:
|
|
1048
|
+
"""
|
|
1049
|
+
Plan details of the monitor resource.
|
|
1050
|
+
"""
|
|
1051
|
+
return pulumi.get(self, "plan_details")
|
|
1052
|
+
|
|
1053
|
+
@property
|
|
1054
|
+
@pulumi.getter(name="saaSAzureSubscriptionStatus")
|
|
1055
|
+
def saa_s_azure_subscription_status(self) -> Optional[str]:
|
|
1056
|
+
"""
|
|
1057
|
+
Status of Azure Subscription where Marketplace SaaS is located.
|
|
1058
|
+
"""
|
|
1059
|
+
return pulumi.get(self, "saa_s_azure_subscription_status")
|
|
1060
|
+
|
|
1061
|
+
@property
|
|
1062
|
+
@pulumi.getter(name="sourceCampaignId")
|
|
1063
|
+
def source_campaign_id(self) -> Optional[str]:
|
|
1064
|
+
"""
|
|
1065
|
+
A unique identifier associated with the campaign.
|
|
1066
|
+
"""
|
|
1067
|
+
return pulumi.get(self, "source_campaign_id")
|
|
1068
|
+
|
|
1069
|
+
@property
|
|
1070
|
+
@pulumi.getter(name="sourceCampaignName")
|
|
1071
|
+
def source_campaign_name(self) -> Optional[str]:
|
|
1072
|
+
"""
|
|
1073
|
+
Name of the marketing campaign.
|
|
1074
|
+
"""
|
|
1075
|
+
return pulumi.get(self, "source_campaign_name")
|
|
1076
|
+
|
|
1077
|
+
@property
|
|
1078
|
+
@pulumi.getter(name="subscriptionState")
|
|
1079
|
+
def subscription_state(self) -> Optional[str]:
|
|
1080
|
+
"""
|
|
1081
|
+
State of the Azure Subscription containing the monitor resource
|
|
1082
|
+
"""
|
|
1083
|
+
return pulumi.get(self, "subscription_state")
|
|
1084
|
+
|
|
1085
|
+
@property
|
|
1086
|
+
@pulumi.getter
|
|
1087
|
+
def version(self) -> Optional[str]:
|
|
1088
|
+
"""
|
|
1089
|
+
Version of elastic of the monitor resource
|
|
1090
|
+
"""
|
|
1091
|
+
return pulumi.get(self, "version")
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
@pulumi.output_type
|
|
1095
|
+
class MonitoredResourceResponse(dict):
|
|
1096
|
+
"""
|
|
1097
|
+
The properties of a resource currently being monitored by the Elastic monitor resource.
|
|
1098
|
+
"""
|
|
1099
|
+
def __init__(__self__, *,
|
|
1100
|
+
id: Optional[str] = None,
|
|
1101
|
+
reason_for_logs_status: Optional[str] = None,
|
|
1102
|
+
sending_logs: Optional[str] = None):
|
|
1103
|
+
"""
|
|
1104
|
+
The properties of a resource currently being monitored by the Elastic monitor resource.
|
|
1105
|
+
:param str id: The ARM id of the resource.
|
|
1106
|
+
:param str reason_for_logs_status: Reason for why the resource is sending logs (or why it is not sending).
|
|
1107
|
+
:param str sending_logs: Flag indicating the status of the resource for sending logs operation to Elastic.
|
|
1108
|
+
"""
|
|
1109
|
+
if id is not None:
|
|
1110
|
+
pulumi.set(__self__, "id", id)
|
|
1111
|
+
if reason_for_logs_status is not None:
|
|
1112
|
+
pulumi.set(__self__, "reason_for_logs_status", reason_for_logs_status)
|
|
1113
|
+
if sending_logs is not None:
|
|
1114
|
+
pulumi.set(__self__, "sending_logs", sending_logs)
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter
|
|
1118
|
+
def id(self) -> Optional[str]:
|
|
1119
|
+
"""
|
|
1120
|
+
The ARM id of the resource.
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "id")
|
|
1123
|
+
|
|
1124
|
+
@property
|
|
1125
|
+
@pulumi.getter(name="reasonForLogsStatus")
|
|
1126
|
+
def reason_for_logs_status(self) -> Optional[str]:
|
|
1127
|
+
"""
|
|
1128
|
+
Reason for why the resource is sending logs (or why it is not sending).
|
|
1129
|
+
"""
|
|
1130
|
+
return pulumi.get(self, "reason_for_logs_status")
|
|
1131
|
+
|
|
1132
|
+
@property
|
|
1133
|
+
@pulumi.getter(name="sendingLogs")
|
|
1134
|
+
def sending_logs(self) -> Optional[str]:
|
|
1135
|
+
"""
|
|
1136
|
+
Flag indicating the status of the resource for sending logs operation to Elastic.
|
|
1137
|
+
"""
|
|
1138
|
+
return pulumi.get(self, "sending_logs")
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
@pulumi.output_type
|
|
1142
|
+
class MonitoredSubscriptionResponse(dict):
|
|
1143
|
+
"""
|
|
1144
|
+
The list of subscriptions and it's monitoring status by current Elastic monitor.
|
|
1145
|
+
"""
|
|
1146
|
+
@staticmethod
|
|
1147
|
+
def __key_warning(key: str):
|
|
1148
|
+
suggest = None
|
|
1149
|
+
if key == "subscriptionId":
|
|
1150
|
+
suggest = "subscription_id"
|
|
1151
|
+
elif key == "tagRules":
|
|
1152
|
+
suggest = "tag_rules"
|
|
1153
|
+
|
|
1154
|
+
if suggest:
|
|
1155
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoredSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1156
|
+
|
|
1157
|
+
def __getitem__(self, key: str) -> Any:
|
|
1158
|
+
MonitoredSubscriptionResponse.__key_warning(key)
|
|
1159
|
+
return super().__getitem__(key)
|
|
1160
|
+
|
|
1161
|
+
def get(self, key: str, default = None) -> Any:
|
|
1162
|
+
MonitoredSubscriptionResponse.__key_warning(key)
|
|
1163
|
+
return super().get(key, default)
|
|
1164
|
+
|
|
1165
|
+
def __init__(__self__, *,
|
|
1166
|
+
error: Optional[str] = None,
|
|
1167
|
+
status: Optional[str] = None,
|
|
1168
|
+
subscription_id: Optional[str] = None,
|
|
1169
|
+
tag_rules: Optional['outputs.MonitoringTagRulesPropertiesResponse'] = None):
|
|
1170
|
+
"""
|
|
1171
|
+
The list of subscriptions and it's monitoring status by current Elastic monitor.
|
|
1172
|
+
:param str error: The reason of not monitoring the subscription.
|
|
1173
|
+
:param str status: The state of monitoring.
|
|
1174
|
+
:param str subscription_id: The subscriptionId to be monitored.
|
|
1175
|
+
:param 'MonitoringTagRulesPropertiesResponse' tag_rules: Definition of the properties for a TagRules resource.
|
|
1176
|
+
"""
|
|
1177
|
+
if error is not None:
|
|
1178
|
+
pulumi.set(__self__, "error", error)
|
|
1179
|
+
if status is not None:
|
|
1180
|
+
pulumi.set(__self__, "status", status)
|
|
1181
|
+
if subscription_id is not None:
|
|
1182
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
1183
|
+
if tag_rules is not None:
|
|
1184
|
+
pulumi.set(__self__, "tag_rules", tag_rules)
|
|
1185
|
+
|
|
1186
|
+
@property
|
|
1187
|
+
@pulumi.getter
|
|
1188
|
+
def error(self) -> Optional[str]:
|
|
1189
|
+
"""
|
|
1190
|
+
The reason of not monitoring the subscription.
|
|
1191
|
+
"""
|
|
1192
|
+
return pulumi.get(self, "error")
|
|
1193
|
+
|
|
1194
|
+
@property
|
|
1195
|
+
@pulumi.getter
|
|
1196
|
+
def status(self) -> Optional[str]:
|
|
1197
|
+
"""
|
|
1198
|
+
The state of monitoring.
|
|
1199
|
+
"""
|
|
1200
|
+
return pulumi.get(self, "status")
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter(name="subscriptionId")
|
|
1204
|
+
def subscription_id(self) -> Optional[str]:
|
|
1205
|
+
"""
|
|
1206
|
+
The subscriptionId to be monitored.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "subscription_id")
|
|
1209
|
+
|
|
1210
|
+
@property
|
|
1211
|
+
@pulumi.getter(name="tagRules")
|
|
1212
|
+
def tag_rules(self) -> Optional['outputs.MonitoringTagRulesPropertiesResponse']:
|
|
1213
|
+
"""
|
|
1214
|
+
Definition of the properties for a TagRules resource.
|
|
1215
|
+
"""
|
|
1216
|
+
return pulumi.get(self, "tag_rules")
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
@pulumi.output_type
|
|
1220
|
+
class MonitoringTagRulesPropertiesResponse(dict):
|
|
1221
|
+
"""
|
|
1222
|
+
Definition of the properties for a TagRules resource.
|
|
1223
|
+
"""
|
|
1224
|
+
@staticmethod
|
|
1225
|
+
def __key_warning(key: str):
|
|
1226
|
+
suggest = None
|
|
1227
|
+
if key == "provisioningState":
|
|
1228
|
+
suggest = "provisioning_state"
|
|
1229
|
+
elif key == "logRules":
|
|
1230
|
+
suggest = "log_rules"
|
|
1231
|
+
|
|
1232
|
+
if suggest:
|
|
1233
|
+
pulumi.log.warn(f"Key '{key}' not found in MonitoringTagRulesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1234
|
+
|
|
1235
|
+
def __getitem__(self, key: str) -> Any:
|
|
1236
|
+
MonitoringTagRulesPropertiesResponse.__key_warning(key)
|
|
1237
|
+
return super().__getitem__(key)
|
|
1238
|
+
|
|
1239
|
+
def get(self, key: str, default = None) -> Any:
|
|
1240
|
+
MonitoringTagRulesPropertiesResponse.__key_warning(key)
|
|
1241
|
+
return super().get(key, default)
|
|
1242
|
+
|
|
1243
|
+
def __init__(__self__, *,
|
|
1244
|
+
provisioning_state: str,
|
|
1245
|
+
log_rules: Optional['outputs.LogRulesResponse'] = None):
|
|
1246
|
+
"""
|
|
1247
|
+
Definition of the properties for a TagRules resource.
|
|
1248
|
+
:param str provisioning_state: Provisioning state of the monitoring tag rules.
|
|
1249
|
+
:param 'LogRulesResponse' log_rules: Rules for sending logs.
|
|
1250
|
+
"""
|
|
1251
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1252
|
+
if log_rules is not None:
|
|
1253
|
+
pulumi.set(__self__, "log_rules", log_rules)
|
|
1254
|
+
|
|
1255
|
+
@property
|
|
1256
|
+
@pulumi.getter(name="provisioningState")
|
|
1257
|
+
def provisioning_state(self) -> str:
|
|
1258
|
+
"""
|
|
1259
|
+
Provisioning state of the monitoring tag rules.
|
|
1260
|
+
"""
|
|
1261
|
+
return pulumi.get(self, "provisioning_state")
|
|
1262
|
+
|
|
1263
|
+
@property
|
|
1264
|
+
@pulumi.getter(name="logRules")
|
|
1265
|
+
def log_rules(self) -> Optional['outputs.LogRulesResponse']:
|
|
1266
|
+
"""
|
|
1267
|
+
Rules for sending logs.
|
|
1268
|
+
"""
|
|
1269
|
+
return pulumi.get(self, "log_rules")
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
@pulumi.output_type
|
|
1273
|
+
class OpenAIIntegrationPropertiesResponse(dict):
|
|
1274
|
+
"""
|
|
1275
|
+
Open AI Integration details.
|
|
1276
|
+
"""
|
|
1277
|
+
@staticmethod
|
|
1278
|
+
def __key_warning(key: str):
|
|
1279
|
+
suggest = None
|
|
1280
|
+
if key == "lastRefreshAt":
|
|
1281
|
+
suggest = "last_refresh_at"
|
|
1282
|
+
elif key == "openAIConnectorId":
|
|
1283
|
+
suggest = "open_ai_connector_id"
|
|
1284
|
+
elif key == "openAIResourceEndpoint":
|
|
1285
|
+
suggest = "open_ai_resource_endpoint"
|
|
1286
|
+
elif key == "openAIResourceId":
|
|
1287
|
+
suggest = "open_ai_resource_id"
|
|
1288
|
+
|
|
1289
|
+
if suggest:
|
|
1290
|
+
pulumi.log.warn(f"Key '{key}' not found in OpenAIIntegrationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1291
|
+
|
|
1292
|
+
def __getitem__(self, key: str) -> Any:
|
|
1293
|
+
OpenAIIntegrationPropertiesResponse.__key_warning(key)
|
|
1294
|
+
return super().__getitem__(key)
|
|
1295
|
+
|
|
1296
|
+
def get(self, key: str, default = None) -> Any:
|
|
1297
|
+
OpenAIIntegrationPropertiesResponse.__key_warning(key)
|
|
1298
|
+
return super().get(key, default)
|
|
1299
|
+
|
|
1300
|
+
def __init__(__self__, *,
|
|
1301
|
+
last_refresh_at: str,
|
|
1302
|
+
key: Optional[str] = None,
|
|
1303
|
+
open_ai_connector_id: Optional[str] = None,
|
|
1304
|
+
open_ai_resource_endpoint: Optional[str] = None,
|
|
1305
|
+
open_ai_resource_id: Optional[str] = None):
|
|
1306
|
+
"""
|
|
1307
|
+
Open AI Integration details.
|
|
1308
|
+
:param str last_refresh_at: Last Update Timestamp for key updation
|
|
1309
|
+
:param str key: Value of API key for Open AI resource
|
|
1310
|
+
:param str open_ai_connector_id: The connector id of Open AI resource
|
|
1311
|
+
:param str open_ai_resource_endpoint: The API endpoint for Open AI resource
|
|
1312
|
+
:param str open_ai_resource_id: The resource name of Open AI resource
|
|
1313
|
+
"""
|
|
1314
|
+
pulumi.set(__self__, "last_refresh_at", last_refresh_at)
|
|
1315
|
+
if key is not None:
|
|
1316
|
+
pulumi.set(__self__, "key", key)
|
|
1317
|
+
if open_ai_connector_id is not None:
|
|
1318
|
+
pulumi.set(__self__, "open_ai_connector_id", open_ai_connector_id)
|
|
1319
|
+
if open_ai_resource_endpoint is not None:
|
|
1320
|
+
pulumi.set(__self__, "open_ai_resource_endpoint", open_ai_resource_endpoint)
|
|
1321
|
+
if open_ai_resource_id is not None:
|
|
1322
|
+
pulumi.set(__self__, "open_ai_resource_id", open_ai_resource_id)
|
|
1323
|
+
|
|
1324
|
+
@property
|
|
1325
|
+
@pulumi.getter(name="lastRefreshAt")
|
|
1326
|
+
def last_refresh_at(self) -> str:
|
|
1327
|
+
"""
|
|
1328
|
+
Last Update Timestamp for key updation
|
|
1329
|
+
"""
|
|
1330
|
+
return pulumi.get(self, "last_refresh_at")
|
|
1331
|
+
|
|
1332
|
+
@property
|
|
1333
|
+
@pulumi.getter
|
|
1334
|
+
def key(self) -> Optional[str]:
|
|
1335
|
+
"""
|
|
1336
|
+
Value of API key for Open AI resource
|
|
1337
|
+
"""
|
|
1338
|
+
return pulumi.get(self, "key")
|
|
1339
|
+
|
|
1340
|
+
@property
|
|
1341
|
+
@pulumi.getter(name="openAIConnectorId")
|
|
1342
|
+
def open_ai_connector_id(self) -> Optional[str]:
|
|
1343
|
+
"""
|
|
1344
|
+
The connector id of Open AI resource
|
|
1345
|
+
"""
|
|
1346
|
+
return pulumi.get(self, "open_ai_connector_id")
|
|
1347
|
+
|
|
1348
|
+
@property
|
|
1349
|
+
@pulumi.getter(name="openAIResourceEndpoint")
|
|
1350
|
+
def open_ai_resource_endpoint(self) -> Optional[str]:
|
|
1351
|
+
"""
|
|
1352
|
+
The API endpoint for Open AI resource
|
|
1353
|
+
"""
|
|
1354
|
+
return pulumi.get(self, "open_ai_resource_endpoint")
|
|
1355
|
+
|
|
1356
|
+
@property
|
|
1357
|
+
@pulumi.getter(name="openAIResourceId")
|
|
1358
|
+
def open_ai_resource_id(self) -> Optional[str]:
|
|
1359
|
+
"""
|
|
1360
|
+
The resource name of Open AI resource
|
|
1361
|
+
"""
|
|
1362
|
+
return pulumi.get(self, "open_ai_resource_id")
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
@pulumi.output_type
|
|
1366
|
+
class OpenAIIntegrationStatusResponsePropertiesResponse(dict):
|
|
1367
|
+
"""
|
|
1368
|
+
Status of the OpenAI Integration
|
|
1369
|
+
"""
|
|
1370
|
+
def __init__(__self__, *,
|
|
1371
|
+
status: Optional[str] = None):
|
|
1372
|
+
"""
|
|
1373
|
+
Status of the OpenAI Integration
|
|
1374
|
+
:param str status: Status of the OpenAI Integration
|
|
1375
|
+
"""
|
|
1376
|
+
if status is not None:
|
|
1377
|
+
pulumi.set(__self__, "status", status)
|
|
1378
|
+
|
|
1379
|
+
@property
|
|
1380
|
+
@pulumi.getter
|
|
1381
|
+
def status(self) -> Optional[str]:
|
|
1382
|
+
"""
|
|
1383
|
+
Status of the OpenAI Integration
|
|
1384
|
+
"""
|
|
1385
|
+
return pulumi.get(self, "status")
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
@pulumi.output_type
|
|
1389
|
+
class PartnerBillingEntityResponse(dict):
|
|
1390
|
+
"""
|
|
1391
|
+
Partner Billing details associated with the resource.
|
|
1392
|
+
"""
|
|
1393
|
+
def __init__(__self__, *,
|
|
1394
|
+
id: Optional[str] = None,
|
|
1395
|
+
name: Optional[str] = None,
|
|
1396
|
+
partner_entity_uri: Optional[str] = None):
|
|
1397
|
+
"""
|
|
1398
|
+
Partner Billing details associated with the resource.
|
|
1399
|
+
:param str id: The Elastic Organization Id.
|
|
1400
|
+
:param str name: The Elastic Organization Name.
|
|
1401
|
+
:param str partner_entity_uri: Link to the elastic organization page
|
|
1402
|
+
"""
|
|
1403
|
+
if id is not None:
|
|
1404
|
+
pulumi.set(__self__, "id", id)
|
|
1405
|
+
if name is not None:
|
|
1406
|
+
pulumi.set(__self__, "name", name)
|
|
1407
|
+
if partner_entity_uri is not None:
|
|
1408
|
+
pulumi.set(__self__, "partner_entity_uri", partner_entity_uri)
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter
|
|
1412
|
+
def id(self) -> Optional[str]:
|
|
1413
|
+
"""
|
|
1414
|
+
The Elastic Organization Id.
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "id")
|
|
1417
|
+
|
|
1418
|
+
@property
|
|
1419
|
+
@pulumi.getter
|
|
1420
|
+
def name(self) -> Optional[str]:
|
|
1421
|
+
"""
|
|
1422
|
+
The Elastic Organization Name.
|
|
1423
|
+
"""
|
|
1424
|
+
return pulumi.get(self, "name")
|
|
1425
|
+
|
|
1426
|
+
@property
|
|
1427
|
+
@pulumi.getter(name="partnerEntityUri")
|
|
1428
|
+
def partner_entity_uri(self) -> Optional[str]:
|
|
1429
|
+
"""
|
|
1430
|
+
Link to the elastic organization page
|
|
1431
|
+
"""
|
|
1432
|
+
return pulumi.get(self, "partner_entity_uri")
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
@pulumi.output_type
|
|
1436
|
+
class PlanDetailsResponse(dict):
|
|
1437
|
+
"""
|
|
1438
|
+
Plan details of the monitor resource.
|
|
1439
|
+
"""
|
|
1440
|
+
@staticmethod
|
|
1441
|
+
def __key_warning(key: str):
|
|
1442
|
+
suggest = None
|
|
1443
|
+
if key == "offerID":
|
|
1444
|
+
suggest = "offer_id"
|
|
1445
|
+
elif key == "planID":
|
|
1446
|
+
suggest = "plan_id"
|
|
1447
|
+
elif key == "planName":
|
|
1448
|
+
suggest = "plan_name"
|
|
1449
|
+
elif key == "publisherID":
|
|
1450
|
+
suggest = "publisher_id"
|
|
1451
|
+
elif key == "termID":
|
|
1452
|
+
suggest = "term_id"
|
|
1453
|
+
|
|
1454
|
+
if suggest:
|
|
1455
|
+
pulumi.log.warn(f"Key '{key}' not found in PlanDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1456
|
+
|
|
1457
|
+
def __getitem__(self, key: str) -> Any:
|
|
1458
|
+
PlanDetailsResponse.__key_warning(key)
|
|
1459
|
+
return super().__getitem__(key)
|
|
1460
|
+
|
|
1461
|
+
def get(self, key: str, default = None) -> Any:
|
|
1462
|
+
PlanDetailsResponse.__key_warning(key)
|
|
1463
|
+
return super().get(key, default)
|
|
1464
|
+
|
|
1465
|
+
def __init__(__self__, *,
|
|
1466
|
+
offer_id: Optional[str] = None,
|
|
1467
|
+
plan_id: Optional[str] = None,
|
|
1468
|
+
plan_name: Optional[str] = None,
|
|
1469
|
+
publisher_id: Optional[str] = None,
|
|
1470
|
+
term_id: Optional[str] = None):
|
|
1471
|
+
"""
|
|
1472
|
+
Plan details of the monitor resource.
|
|
1473
|
+
:param str offer_id: Offer ID of the plan
|
|
1474
|
+
:param str plan_id: Plan ID
|
|
1475
|
+
:param str plan_name: Plan Name
|
|
1476
|
+
:param str publisher_id: Publisher ID of the plan
|
|
1477
|
+
:param str term_id: Term ID of the plan
|
|
1478
|
+
"""
|
|
1479
|
+
if offer_id is not None:
|
|
1480
|
+
pulumi.set(__self__, "offer_id", offer_id)
|
|
1481
|
+
if plan_id is not None:
|
|
1482
|
+
pulumi.set(__self__, "plan_id", plan_id)
|
|
1483
|
+
if plan_name is not None:
|
|
1484
|
+
pulumi.set(__self__, "plan_name", plan_name)
|
|
1485
|
+
if publisher_id is not None:
|
|
1486
|
+
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
1487
|
+
if term_id is not None:
|
|
1488
|
+
pulumi.set(__self__, "term_id", term_id)
|
|
1489
|
+
|
|
1490
|
+
@property
|
|
1491
|
+
@pulumi.getter(name="offerID")
|
|
1492
|
+
def offer_id(self) -> Optional[str]:
|
|
1493
|
+
"""
|
|
1494
|
+
Offer ID of the plan
|
|
1495
|
+
"""
|
|
1496
|
+
return pulumi.get(self, "offer_id")
|
|
1497
|
+
|
|
1498
|
+
@property
|
|
1499
|
+
@pulumi.getter(name="planID")
|
|
1500
|
+
def plan_id(self) -> Optional[str]:
|
|
1501
|
+
"""
|
|
1502
|
+
Plan ID
|
|
1503
|
+
"""
|
|
1504
|
+
return pulumi.get(self, "plan_id")
|
|
1505
|
+
|
|
1506
|
+
@property
|
|
1507
|
+
@pulumi.getter(name="planName")
|
|
1508
|
+
def plan_name(self) -> Optional[str]:
|
|
1509
|
+
"""
|
|
1510
|
+
Plan Name
|
|
1511
|
+
"""
|
|
1512
|
+
return pulumi.get(self, "plan_name")
|
|
1513
|
+
|
|
1514
|
+
@property
|
|
1515
|
+
@pulumi.getter(name="publisherID")
|
|
1516
|
+
def publisher_id(self) -> Optional[str]:
|
|
1517
|
+
"""
|
|
1518
|
+
Publisher ID of the plan
|
|
1519
|
+
"""
|
|
1520
|
+
return pulumi.get(self, "publisher_id")
|
|
1521
|
+
|
|
1522
|
+
@property
|
|
1523
|
+
@pulumi.getter(name="termID")
|
|
1524
|
+
def term_id(self) -> Optional[str]:
|
|
1525
|
+
"""
|
|
1526
|
+
Term ID of the plan
|
|
1527
|
+
"""
|
|
1528
|
+
return pulumi.get(self, "term_id")
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
@pulumi.output_type
|
|
1532
|
+
class ResourceSkuResponse(dict):
|
|
1533
|
+
"""
|
|
1534
|
+
Microsoft.Elastic SKU.
|
|
1535
|
+
"""
|
|
1536
|
+
def __init__(__self__, *,
|
|
1537
|
+
name: str):
|
|
1538
|
+
"""
|
|
1539
|
+
Microsoft.Elastic SKU.
|
|
1540
|
+
:param str name: Name of the SKU.
|
|
1541
|
+
"""
|
|
1542
|
+
pulumi.set(__self__, "name", name)
|
|
1543
|
+
|
|
1544
|
+
@property
|
|
1545
|
+
@pulumi.getter
|
|
1546
|
+
def name(self) -> str:
|
|
1547
|
+
"""
|
|
1548
|
+
Name of the SKU.
|
|
1549
|
+
"""
|
|
1550
|
+
return pulumi.get(self, "name")
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
@pulumi.output_type
|
|
1554
|
+
class SubscriptionListResponse(dict):
|
|
1555
|
+
"""
|
|
1556
|
+
The request to update subscriptions needed to be monitored by the Elastic monitor resource.
|
|
1557
|
+
"""
|
|
1558
|
+
@staticmethod
|
|
1559
|
+
def __key_warning(key: str):
|
|
1560
|
+
suggest = None
|
|
1561
|
+
if key == "provisioningState":
|
|
1562
|
+
suggest = "provisioning_state"
|
|
1563
|
+
elif key == "monitoredSubscriptionList":
|
|
1564
|
+
suggest = "monitored_subscription_list"
|
|
1565
|
+
|
|
1566
|
+
if suggest:
|
|
1567
|
+
pulumi.log.warn(f"Key '{key}' not found in SubscriptionListResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1568
|
+
|
|
1569
|
+
def __getitem__(self, key: str) -> Any:
|
|
1570
|
+
SubscriptionListResponse.__key_warning(key)
|
|
1571
|
+
return super().__getitem__(key)
|
|
1572
|
+
|
|
1573
|
+
def get(self, key: str, default = None) -> Any:
|
|
1574
|
+
SubscriptionListResponse.__key_warning(key)
|
|
1575
|
+
return super().get(key, default)
|
|
1576
|
+
|
|
1577
|
+
def __init__(__self__, *,
|
|
1578
|
+
provisioning_state: str,
|
|
1579
|
+
monitored_subscription_list: Optional[Sequence['outputs.MonitoredSubscriptionResponse']] = None):
|
|
1580
|
+
"""
|
|
1581
|
+
The request to update subscriptions needed to be monitored by the Elastic monitor resource.
|
|
1582
|
+
:param str provisioning_state: Provisioning State of the resource
|
|
1583
|
+
:param Sequence['MonitoredSubscriptionResponse'] monitored_subscription_list: List of subscriptions and the state of the monitoring.
|
|
1584
|
+
"""
|
|
1585
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1586
|
+
if monitored_subscription_list is not None:
|
|
1587
|
+
pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
@pulumi.getter(name="provisioningState")
|
|
1591
|
+
def provisioning_state(self) -> str:
|
|
1592
|
+
"""
|
|
1593
|
+
Provisioning State of the resource
|
|
1594
|
+
"""
|
|
1595
|
+
return pulumi.get(self, "provisioning_state")
|
|
1596
|
+
|
|
1597
|
+
@property
|
|
1598
|
+
@pulumi.getter(name="monitoredSubscriptionList")
|
|
1599
|
+
def monitored_subscription_list(self) -> Optional[Sequence['outputs.MonitoredSubscriptionResponse']]:
|
|
1600
|
+
"""
|
|
1601
|
+
List of subscriptions and the state of the monitoring.
|
|
1602
|
+
"""
|
|
1603
|
+
return pulumi.get(self, "monitored_subscription_list")
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
@pulumi.output_type
|
|
1607
|
+
class SystemDataResponse(dict):
|
|
1608
|
+
"""
|
|
1609
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1610
|
+
"""
|
|
1611
|
+
@staticmethod
|
|
1612
|
+
def __key_warning(key: str):
|
|
1613
|
+
suggest = None
|
|
1614
|
+
if key == "createdAt":
|
|
1615
|
+
suggest = "created_at"
|
|
1616
|
+
elif key == "createdBy":
|
|
1617
|
+
suggest = "created_by"
|
|
1618
|
+
elif key == "createdByType":
|
|
1619
|
+
suggest = "created_by_type"
|
|
1620
|
+
elif key == "lastModifiedAt":
|
|
1621
|
+
suggest = "last_modified_at"
|
|
1622
|
+
elif key == "lastModifiedBy":
|
|
1623
|
+
suggest = "last_modified_by"
|
|
1624
|
+
elif key == "lastModifiedByType":
|
|
1625
|
+
suggest = "last_modified_by_type"
|
|
1626
|
+
|
|
1627
|
+
if suggest:
|
|
1628
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1629
|
+
|
|
1630
|
+
def __getitem__(self, key: str) -> Any:
|
|
1631
|
+
SystemDataResponse.__key_warning(key)
|
|
1632
|
+
return super().__getitem__(key)
|
|
1633
|
+
|
|
1634
|
+
def get(self, key: str, default = None) -> Any:
|
|
1635
|
+
SystemDataResponse.__key_warning(key)
|
|
1636
|
+
return super().get(key, default)
|
|
1637
|
+
|
|
1638
|
+
def __init__(__self__, *,
|
|
1639
|
+
created_at: Optional[str] = None,
|
|
1640
|
+
created_by: Optional[str] = None,
|
|
1641
|
+
created_by_type: Optional[str] = None,
|
|
1642
|
+
last_modified_at: Optional[str] = None,
|
|
1643
|
+
last_modified_by: Optional[str] = None,
|
|
1644
|
+
last_modified_by_type: Optional[str] = None):
|
|
1645
|
+
"""
|
|
1646
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1647
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1648
|
+
:param str created_by: The identity that created the resource.
|
|
1649
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1650
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1651
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1652
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1653
|
+
"""
|
|
1654
|
+
if created_at is not None:
|
|
1655
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1656
|
+
if created_by is not None:
|
|
1657
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1658
|
+
if created_by_type is not None:
|
|
1659
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1660
|
+
if last_modified_at is not None:
|
|
1661
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1662
|
+
if last_modified_by is not None:
|
|
1663
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1664
|
+
if last_modified_by_type is not None:
|
|
1665
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1666
|
+
|
|
1667
|
+
@property
|
|
1668
|
+
@pulumi.getter(name="createdAt")
|
|
1669
|
+
def created_at(self) -> Optional[str]:
|
|
1670
|
+
"""
|
|
1671
|
+
The timestamp of resource creation (UTC).
|
|
1672
|
+
"""
|
|
1673
|
+
return pulumi.get(self, "created_at")
|
|
1674
|
+
|
|
1675
|
+
@property
|
|
1676
|
+
@pulumi.getter(name="createdBy")
|
|
1677
|
+
def created_by(self) -> Optional[str]:
|
|
1678
|
+
"""
|
|
1679
|
+
The identity that created the resource.
|
|
1680
|
+
"""
|
|
1681
|
+
return pulumi.get(self, "created_by")
|
|
1682
|
+
|
|
1683
|
+
@property
|
|
1684
|
+
@pulumi.getter(name="createdByType")
|
|
1685
|
+
def created_by_type(self) -> Optional[str]:
|
|
1686
|
+
"""
|
|
1687
|
+
The type of identity that created the resource.
|
|
1688
|
+
"""
|
|
1689
|
+
return pulumi.get(self, "created_by_type")
|
|
1690
|
+
|
|
1691
|
+
@property
|
|
1692
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1693
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1694
|
+
"""
|
|
1695
|
+
The timestamp of resource last modification (UTC)
|
|
1696
|
+
"""
|
|
1697
|
+
return pulumi.get(self, "last_modified_at")
|
|
1698
|
+
|
|
1699
|
+
@property
|
|
1700
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1701
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1702
|
+
"""
|
|
1703
|
+
The identity that last modified the resource.
|
|
1704
|
+
"""
|
|
1705
|
+
return pulumi.get(self, "last_modified_by")
|
|
1706
|
+
|
|
1707
|
+
@property
|
|
1708
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
1709
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
1710
|
+
"""
|
|
1711
|
+
The type of identity that last modified the resource.
|
|
1712
|
+
"""
|
|
1713
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
@pulumi.output_type
|
|
1717
|
+
class UserApiKeyResponsePropertiesResponse(dict):
|
|
1718
|
+
def __init__(__self__, *,
|
|
1719
|
+
api_key: Optional[str] = None):
|
|
1720
|
+
"""
|
|
1721
|
+
:param str api_key: The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.
|
|
1722
|
+
"""
|
|
1723
|
+
if api_key is not None:
|
|
1724
|
+
pulumi.set(__self__, "api_key", api_key)
|
|
1725
|
+
|
|
1726
|
+
@property
|
|
1727
|
+
@pulumi.getter(name="apiKey")
|
|
1728
|
+
def api_key(self) -> Optional[str]:
|
|
1729
|
+
"""
|
|
1730
|
+
The User Api Key Generated based on GenerateApiKey flag. This is applicable for non-Portal clients only.
|
|
1731
|
+
"""
|
|
1732
|
+
return pulumi.get(self, "api_key")
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
@pulumi.output_type
|
|
1736
|
+
class VMResourcesResponse(dict):
|
|
1737
|
+
"""
|
|
1738
|
+
The vm resource properties that is currently being monitored by the Elastic monitor resource.
|
|
1739
|
+
"""
|
|
1740
|
+
def __init__(__self__, *,
|
|
1741
|
+
vm_resource_id: Optional[str] = None):
|
|
1742
|
+
"""
|
|
1743
|
+
The vm resource properties that is currently being monitored by the Elastic monitor resource.
|
|
1744
|
+
:param str vm_resource_id: The ARM id of the VM resource.
|
|
1745
|
+
"""
|
|
1746
|
+
if vm_resource_id is not None:
|
|
1747
|
+
pulumi.set(__self__, "vm_resource_id", vm_resource_id)
|
|
1748
|
+
|
|
1749
|
+
@property
|
|
1750
|
+
@pulumi.getter(name="vmResourceId")
|
|
1751
|
+
def vm_resource_id(self) -> Optional[str]:
|
|
1752
|
+
"""
|
|
1753
|
+
The ARM id of the VM resource.
|
|
1754
|
+
"""
|
|
1755
|
+
return pulumi.get(self, "vm_resource_id")
|
|
1756
|
+
|
|
1757
|
+
|