stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.LogStream

Description

The AWS::Logs::LogStream resource creates an Amazon CloudWatch Logs log stream in a log group. A log stream represents the sequence of events coming from an application instance or resource that you are monitoring. For more information, see Monitoring Log Files in the Amazon CloudWatch Developer Guide.

Synopsis

Documentation

data LogStream Source #

Full data type definition for LogStream. See logStream for a more convenient constructor.

Instances

Show LogStream Source # 
Generic LogStream Source # 

Associated Types

type Rep LogStream :: * -> * #

ToJSON LogStream Source # 
FromJSON LogStream Source # 
type Rep LogStream Source # 
type Rep LogStream = D1 (MetaData "LogStream" "Stratosphere.Resources.LogStream" "stratosphere-0.2.2-Fnop5S0NvsvBmp7LUeJWuv" False) (C1 (MetaCons "LogStream" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_logStreamLogGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Val Text))) (S1 (MetaSel (Just Symbol "_logStreamLogStreamName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Val Text))))))

logStream Source #

Constructor for LogStream containing required fields as arguments.

lsLogGroupName :: Lens' LogStream (Val Text) Source #

The name of the log group where the log stream is created.

lsLogStreamName :: Lens' LogStream (Maybe (Val Text)) Source #

The name of the log stream to create. The name must be unique within the log group.