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.

To update an existing delivery configuration, use UpdateDeliveryConfiguration.

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, Firehose, or X-Ray.

Link copied to clipboard

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

Link copied to clipboard

The field delimiter that is used between record fields when the final output format of a delivery is in Plain, W3C, or Raw format.

Link copied to clipboard
val id: String?

The unique ID that identifies this delivery in your account.

Link copied to clipboard

The record fields used in this delivery.

Link copied to clipboard

This structure contains delivery configurations that apply only when the delivery destination resource is an S3 bucket.

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