Logs Policy Args
data class LogsPolicyArgs(val destination: Output<LogsPolicyDestination>? = null, val logsPath: Output<String>? = null) : ConvertibleToJava<LogsPolicyArgs>
LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.