LogLocation

The log location for a task, specifying where task execution logs are stored.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CloudWatch Logs location for the task logs.

Link copied to clipboard

The type of log storage. Currently, only CLOUDWATCH is supported.

Functions

Link copied to clipboard
inline fun copy(block: LogLocation.Builder.() -> Unit = {}): LogLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String