LogSubscription

Represents a log subscription, which tracks real-time data from a chosen log group to a specified destination.

Types

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

Properties

Link copied to clipboard

Identifier (ID) of the directory that you want to associate with the log subscription.

Link copied to clipboard

The name of the log group.

Link copied to clipboard

The date and time that the log subscription was created.

Functions

Link copied to clipboard
inline fun copy(block: LogSubscription.Builder.() -> Unit = {}): LogSubscription
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