LogDeliveryConfigurationPropertiesS3ConfigurationPropertiesArgs

data class LogDeliveryConfigurationPropertiesS3ConfigurationPropertiesArgs(val bucketName: Output<String>, val enabled: Output<Boolean>) : ConvertibleToJava<LogDeliveryConfigurationPropertiesS3ConfigurationPropertiesArgs>

S3 configuration for sending logs to customer account from the InfluxDB instance.

Constructors

constructor(bucketName: Output<String>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
val bucketName: Output<String>

The bucket name for logs to be sent from the InfluxDB instance

Link copied to clipboard
val enabled: Output<Boolean>

Specifies whether logging to customer specified bucket is enabled.

Functions

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