DeliveryArgs

data class DeliveryArgs(val deliveryDestinationArn: Output<String>? = null, val deliverySourceName: Output<String>? = null, val fieldDelimiter: Output<String>? = null, val recordFields: Output<List<String>>? = null, val s3EnableHiveCompatiblePath: Output<Boolean>? = null, val s3SuffixPath: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DeliveryArgs>

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.

Constructors

Link copied to clipboard
constructor(deliveryDestinationArn: Output<String>? = null, deliverySourceName: Output<String>? = null, fieldDelimiter: Output<String>? = null, recordFields: Output<List<String>>? = null, s3EnableHiveCompatiblePath: Output<Boolean>? = null, s3SuffixPath: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val deliveryDestinationArn: Output<String>? = null

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

Link copied to clipboard
val deliverySourceName: Output<String>? = null

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

Link copied to clipboard
val fieldDelimiter: Output<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: Output<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
val s3EnableHiveCompatiblePath: Output<Boolean>? = null

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: Output<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: Output<List<TagArgs>>? = null

The tags that have been assigned to this delivery.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryArgs