Class: Aws::ECS::Types::ExpressGatewayServiceAwsLogsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ExpressGatewayServiceAwsLogsConfiguration
- 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
-
#log_group ⇒ String
The name of the CloudWatch Logs log group to send container logs to.
-
#log_stream_prefix ⇒ String
The prefix for the CloudWatch Logs log stream names.
Instance Attribute Details
#log_group ⇒ String
The name of the CloudWatch Logs log group to send container logs to.
7612 7613 7614 7615 7616 7617 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7612 class ExpressGatewayServiceAwsLogsConfiguration < Struct.new( :log_group, :log_stream_prefix) SENSITIVE = [] include Aws::Structure end |
#log_stream_prefix ⇒ String
The prefix for the CloudWatch Logs log stream names. The default for
an Express service is ecs.
7612 7613 7614 7615 7616 7617 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7612 class ExpressGatewayServiceAwsLogsConfiguration < Struct.new( :log_group, :log_stream_prefix) SENSITIVE = [] include Aws::Structure end |