Class: Aws::EMRContainers::Types::ContainerLogRotationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb

Overview

The settings for container log rotation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_files_to_keepInteger

The number of files to keep in container after rotation.

Returns:

  • (Integer)


199
200
201
202
203
204
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 199

class ContainerLogRotationConfiguration < Struct.new(
  :rotation_size,
  :max_files_to_keep)
  SENSITIVE = []
  include Aws::Structure
end

#rotation_sizeString

The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.

Returns:

  • (String)


199
200
201
202
203
204
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 199

class ContainerLogRotationConfiguration < Struct.new(
  :rotation_size,
  :max_files_to_keep)
  SENSITIVE = []
  include Aws::Structure
end