GetDeliveryResult

data class GetDeliveryResult(val arn: String? = null, val deliveryDestinationType: String? = null, val deliveryId: String? = null, val fieldDelimiter: String? = null, val recordFields: List<String>? = null, val s3EnableHiveCompatiblePath: Boolean? = null, val s3SuffixPath: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deliveryDestinationType: String? = null, deliveryId: String? = null, fieldDelimiter: String? = null, recordFields: List<String>? = null, s3EnableHiveCompatiblePath: Boolean? = null, s3SuffixPath: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that uniquely identifies 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
val deliveryId: String? = null

The unique ID that identifies this delivery in your account.

Link copied to clipboard
val fieldDelimiter: String? = null

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

Link copied to clipboard
val recordFields: List<String>? = null

The list of record fields to be delivered to the destination, in order. If the delivery's log source has mandatory fields, they must be included in this list.

Link copied to clipboard

This parameter causes the S3 objects that contain delivered logs to use a prefix structure that allows for integration with Apache Hive.

Link copied to clipboard
val s3SuffixPath: String? = null

This string allows re-configuring the S3 object prefix to contain either static or variable sections. The valid variables to use in the suffix path will vary by each log source. See ConfigurationTemplate$allowedSuffixPathFields for more info on what values are supported in the suffix path for each log source.

Link copied to clipboard
val tags: List<Tag>? = null

The tags that have been assigned to this delivery.