applicationLogPaths

@JvmName(name = "ndoltpkkbpjldgjd")
suspend fun applicationLogPaths(value: Output<List<String>>)
@JvmName(name = "tuiajlxuguwlamfp")
suspend fun applicationLogPaths(value: List<String>?)

Parameters

value

Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .


@JvmName(name = "rsrcecvhxgksxumv")
suspend fun applicationLogPaths(vararg values: Output<String>)


@JvmName(name = "qqbfgmaqkxenahwk")
suspend fun applicationLogPaths(values: List<Output<String>>)
@JvmName(name = "wkffjryvahyequkh")
suspend fun applicationLogPaths(vararg values: String)

Parameters

values

Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .