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.
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_prefix ⇒ String
The prefix for the CloudWatch Logs log stream names. The default for
an Express service is ecs.
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 |