App Spec Service Log Destination Open Search
data class AppSpecServiceLogDestinationOpenSearch(val basicAuth: AppSpecServiceLogDestinationOpenSearchBasicAuth, val clusterName: String? = null, val endpoint: String? = null, val indexName: String? = null)
Constructors
Link copied to clipboard
constructor(basicAuth: AppSpecServiceLogDestinationOpenSearchBasicAuth, clusterName: String? = null, endpoint: String? = null, indexName: String? = null)