Destination

Represents a cross-account destination that receives subscription log events.

Types

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

Properties

Link copied to clipboard

An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.

Link copied to clipboard
val arn: String?

The ARN of this destination.

Link copied to clipboard

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

The name of the destination.

Link copied to clipboard

A role for impersonation, used when delivering log events to the target.

Link copied to clipboard

The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).

Functions

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