Resource Type: AWS > Logs > Log Stream
The Log Stream resource type is a sequence of log events that share the same source. It can be used to monitor, store, and access log files from Amazon EC2 instances, AWS CloudTrail, and other sources.
Resource Context
Log Stream is a part of the Logs service.
Each Log Stream lives under a Log Group.
Controls
The primary controls for AWS > Logs > Log Stream are:
Quick Actions
- Delete from AWS
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
- Skip alarm for Approved control
- Skip alarm for Approved control [90 days]
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-logs#/resource/types/logStream
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/aws-logs#/resource/types/logStream"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-logs#/resource/types/logStream';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-logs#/resource/types/logStream"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-logs#/resource/types/logStream' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query