GetLogsResult

data class GetLogsResult(val details: Boolean? = null, val discardHeaders: Boolean? = null, val follow: Boolean? = null, val id: String, val logsListStringEnabled: Boolean? = null, val logsListStrings: List<String>, val name: String, val showStderr: Boolean? = null, val showStdout: Boolean? = null, val since: String? = null, val tail: String? = null, val timestamps: Boolean? = null, val until: String? = null)

A collection of values returned by getLogs.

Constructors

Link copied to clipboard
constructor(details: Boolean? = null, discardHeaders: Boolean? = null, follow: Boolean? = null, id: String, logsListStringEnabled: Boolean? = null, logsListStrings: List<String>, name: String, showStderr: Boolean? = null, showStdout: Boolean? = null, since: String? = null, tail: String? = null, timestamps: Boolean? = null, until: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val details: Boolean? = null
Link copied to clipboard
val discardHeaders: Boolean? = null

Discard headers that docker appends to each log entry

Link copied to clipboard
val follow: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

If true populate computed value logs_list_string

Link copied to clipboard

List of container logs, each element is a line.

Link copied to clipboard

The name of the Docker Container

Link copied to clipboard
val showStderr: Boolean? = null
Link copied to clipboard
val showStdout: Boolean? = null
Link copied to clipboard
val since: String? = null
Link copied to clipboard
val tail: String? = null
Link copied to clipboard
val timestamps: Boolean? = null
Link copied to clipboard
val until: String? = null