Skip to main content

log_streams_list_only

Lists log_streams in a region or regions, for all properties use log_streams

Overview

Namelog_streams_list_only
TypeResource
DescriptionResource Type definition for AWS::Logs::LogStream
Idaws.logs.log_streams_list_only

Fields

NameDatatypeDescription
log_stream_namestringThe name of the log stream. The name must be unique wihtin the log group.
log_group_namestringThe name of the log group where the log stream is created.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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