Delivery

class Delivery

This structure contains information about one delivery in your account.

A delivery is a connection between a logical delivery source and a logical delivery destination.

For more information, see CreateDelivery.

You can't update an existing delivery. You can only create and delete deliveries.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that uniquely identifies this delivery.

Link copied to clipboard

The ARN of the delivery destination that is associated with this delivery.

Link copied to clipboard

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.

Link copied to clipboard

The name of the delivery source that is associated with this delivery.

Link copied to clipboard
val id: String?

The unique ID that identifies this delivery in your account.

Link copied to clipboard

The tags that have been assigned to this delivery.

Functions

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