LogDeliveryS3DeliveryConfigurationArgs

data class LogDeliveryS3DeliveryConfigurationArgs(val enableHiveCompatiblePath: Output<Boolean>, val suffixPath: Output<String>) : ConvertibleToJava<LogDeliveryS3DeliveryConfigurationArgs>

Constructors

Link copied to clipboard
constructor(enableHiveCompatiblePath: Output<Boolean>, suffixPath: Output<String>)

Properties

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 suffixPath: Output<String>

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.

Functions

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