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.
7581 7582 7583 7584 7585 7586 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7581 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.
7581 7582 7583 7584 7585 7586 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7581 class ExpressGatewayServiceAwsLogsConfiguration < Struct.new( :log_group, :log_stream_prefix) SENSITIVE = [] include Aws::Structure end |