amazonka-pipes-2.0: Amazon EventBridge Pipes SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Description

 
Synopsis

Documentation

data PipeTargetCloudWatchLogsParameters Source #

The parameters for using an CloudWatch Logs log stream as a target.

See: newPipeTargetCloudWatchLogsParameters smart constructor.

Constructors

PipeTargetCloudWatchLogsParameters' 

Fields

Instances

Instances details
FromJSON PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

ToJSON PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Generic PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Associated Types

type Rep PipeTargetCloudWatchLogsParameters :: Type -> Type #

Read PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Show PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

NFData PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Eq PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

Hashable PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

type Rep PipeTargetCloudWatchLogsParameters Source # 
Instance details

Defined in Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters

type Rep PipeTargetCloudWatchLogsParameters = D1 ('MetaData "PipeTargetCloudWatchLogsParameters" "Amazonka.Pipes.Types.PipeTargetCloudWatchLogsParameters" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "PipeTargetCloudWatchLogsParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPipeTargetCloudWatchLogsParameters :: PipeTargetCloudWatchLogsParameters Source #

Create a value of PipeTargetCloudWatchLogsParameters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logStreamName:PipeTargetCloudWatchLogsParameters', pipeTargetCloudWatchLogsParameters_logStreamName - The name of the log stream.

$sel:timestamp:PipeTargetCloudWatchLogsParameters', pipeTargetCloudWatchLogsParameters_timestamp - The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

pipeTargetCloudWatchLogsParameters_timestamp :: Lens' PipeTargetCloudWatchLogsParameters (Maybe Text) Source #

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.