ElasticsearchLogsArgs

data class ElasticsearchLogsArgs(val filteringTags: Output<List<ElasticsearchLogsFilteringTagArgs>>? = null, val sendActivityLogs: Output<Boolean>? = null, val sendAzureadLogs: Output<Boolean>? = null, val sendSubscriptionLogs: Output<Boolean>? = null) : ConvertibleToJava<ElasticsearchLogsArgs>

Constructors

Link copied to clipboard
constructor(filteringTags: Output<List<ElasticsearchLogsFilteringTagArgs>>? = null, sendActivityLogs: Output<Boolean>? = null, sendAzureadLogs: Output<Boolean>? = null, sendSubscriptionLogs: Output<Boolean>? = null)

Properties

Link copied to clipboard

A list of filtering_tag blocks as defined above.

Link copied to clipboard
val sendActivityLogs: Output<Boolean>? = null

Specifies if the Azure Activity Logs should be sent to the Elasticsearch cluster. Defaults to false.

Link copied to clipboard
val sendAzureadLogs: Output<Boolean>? = null

Specifies if the AzureAD Logs should be sent to the Elasticsearch cluster. Defaults to false.

Link copied to clipboard
val sendSubscriptionLogs: Output<Boolean>? = null

Specifies if the Azure Subscription Logs should be sent to the Elasticsearch cluster. Defaults to false.

Functions

Link copied to clipboard
open override fun toJava(): ElasticsearchLogsArgs