Elasticsearch Logs Args
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
fun ElasticsearchLogsArgs(filteringTags: Output<List<ElasticsearchLogsFilteringTagArgs>>? = null, sendActivityLogs: Output<Boolean>? = null, sendAzureadLogs: Output<Boolean>? = null, sendSubscriptionLogs: Output<Boolean>? = null)