LustreFileSystemLogConfigurationArgs

data class LustreFileSystemLogConfigurationArgs(val destination: Output<String>? = null, val level: Output<String>? = null) : ConvertibleToJava<LustreFileSystemLogConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val destination: Output<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: Output<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.

Functions

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