Class: Aws::ECS::Types::ExpressGatewayServiceAwsLogsConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Specifies the Amazon CloudWatch Logs configuration for the Express service container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_groupString

The name of the CloudWatch Logs log group to send container logs to.

Returns:

  • (String)


6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-ecs/types.rb', line 6243

class ExpressGatewayServiceAwsLogsConfiguration < Struct.new(
  :log_group,
  :log_stream_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_prefixString

The prefix for the CloudWatch Logs log stream names. The default for an Express service is ecs.

Returns:

  • (String)


6243
6244
6245
6246
6247
6248
# File 'lib/aws-sdk-ecs/types.rb', line 6243

class ExpressGatewayServiceAwsLogsConfiguration < Struct.new(
  :log_group,
  :log_stream_prefix)
  SENSITIVE = []
  include Aws::Structure
end