LogConfiguration

A method for collecting container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs. You can select from the following methods:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of log collection to use for a fleet.

Link copied to clipboard

If log destination is CLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.

Link copied to clipboard

If log destination is S3, logs are sent to the specified Amazon S3 bucket name.

Functions

Link copied to clipboard
inline fun copy(block: LogConfiguration.Builder.() -> Unit = {}): LogConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String