LustreFileSystemLogConfiguration

data class LustreFileSystemLogConfiguration(val destination: String? = null, val level: String? = null)

Constructors

Link copied to clipboard
constructor(destination: String? = null, level: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destination: String? = null

The Amazon Resource Name (ARN) that specifies the destination of the logs. The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group.

Link copied to clipboard
val level: String? = null

Sets which data repository events are logged by Amazon FSx. Valid values are WARN_ONLY, FAILURE_ONLY, ERROR_ONLY, WARN_ERROR and DISABLED. Default value is DISABLED.