---
type: resource-type
title: LogStream
description: aws resource type AWS::Logs::LogStream
name: LogStream
lexicon: aws
resource_type: AWS::Logs::LogStream
---
`AWS::Logs::LogStream`, a resource type of the aws lexicon.

## Properties

- `LogGroupName` (`string`, required): The name of the log group where the log stream is created.
- `LogStreamName` (`string`, optional): The name of the log stream. The name must be unique wihtin the log group.
