logConfiguration

@JvmName(name = "pfjttupjovwbfoym")
suspend fun logConfiguration(value: Output<ContainerFleetLogConfigurationArgs>)
@JvmName(name = "hhjpubhhortqnjvd")
suspend fun logConfiguration(value: ContainerFleetLogConfigurationArgs?)

Parameters

value

The method that is used to collect container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs.

  • CLOUDWATCH -- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.

  • S3 -- Store logs in an Amazon S3 bucket that you define.

  • NONE -- Don't collect container logs.


@JvmName(name = "oepejppyxhermary")
suspend fun logConfiguration(argument: suspend ContainerFleetLogConfigurationArgsBuilder.() -> Unit)

Parameters

argument

The method that is used to collect container logs for the fleet. Amazon GameLift Servers saves all standard output for each container in logs, including game session logs.

  • CLOUDWATCH -- Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.

  • S3 -- Store logs in an Amazon S3 bucket that you define.

  • NONE -- Don't collect container logs.