amazonka-kinesis-analytics-2.0: Amazon Kinesis Analytics 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.KinesisAnalytics.Types.InputLambdaProcessorDescription

Description

 
Synopsis

Documentation

data InputLambdaProcessorDescription Source #

An object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda expression.

See: newInputLambdaProcessorDescription smart constructor.

Constructors

InputLambdaProcessorDescription' 

Fields

Instances

Instances details
FromJSON InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

Generic InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

Associated Types

type Rep InputLambdaProcessorDescription :: Type -> Type #

Read InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

Show InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

NFData InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

Eq InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

Hashable InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

type Rep InputLambdaProcessorDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription

type Rep InputLambdaProcessorDescription = D1 ('MetaData "InputLambdaProcessorDescription" "Amazonka.KinesisAnalytics.Types.InputLambdaProcessorDescription" "amazonka-kinesis-analytics-2.0-7I8X2DEyFUlG6TCxCRLiwg" 'False) (C1 ('MetaCons "InputLambdaProcessorDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInputLambdaProcessorDescription :: InputLambdaProcessorDescription Source #

Create a value of InputLambdaProcessorDescription 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:resourceARN:InputLambdaProcessorDescription', inputLambdaProcessorDescription_resourceARN - The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

$sel:roleARN:InputLambdaProcessorDescription', inputLambdaProcessorDescription_roleARN - The ARN of the IAM role that is used to access the AWS Lambda function.

inputLambdaProcessorDescription_resourceARN :: Lens' InputLambdaProcessorDescription (Maybe Text) Source #

The ARN of the AWS Lambda function that is used to preprocess the records in the stream.

inputLambdaProcessorDescription_roleARN :: Lens' InputLambdaProcessorDescription (Maybe Text) Source #

The ARN of the IAM role that is used to access the AWS Lambda function.