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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


6099
6100
6101
6102
6103
6104
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6099

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)


6099
6100
6101
6102
6103
6104
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6099

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