log_streams_list_only
Lists log_streams
in a region or regions, for all properties use log_streams
Overview
Name | log_streams_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Logs::LogStream |
Id | aws.logs.log_streams_list_only |
Fields
Name | Datatype | Description |
---|---|---|
log_stream_name | string | The name of the log stream. The name must be unique wihtin the log group. |
log_group_name | string | The name of the log group where the log stream is created. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all log_streams
in a region.
SELECT
region,
log_group_name,
log_stream_name
FROM aws.logs.log_streams_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the log_streams_list_only
resource, see log_streams