libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Description

 
Synopsis

Documentation

data InputLambdaProcessorUpdate Source #

Represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.

See: newInputLambdaProcessorUpdate smart constructor.

Constructors

InputLambdaProcessorUpdate' 

Fields

  • roleARNUpdate :: Maybe Text

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

  • resourceARNUpdate :: Maybe Text

    The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.

    To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda

Instances

Instances details
Eq InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Read InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Show InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Generic InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Associated Types

type Rep InputLambdaProcessorUpdate :: Type -> Type #

NFData InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

Hashable InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

ToJSON InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

type Rep InputLambdaProcessorUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate

type Rep InputLambdaProcessorUpdate = D1 ('MetaData "InputLambdaProcessorUpdate" "Amazonka.KinesisAnalytics.Types.InputLambdaProcessorUpdate" "libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics" 'False) (C1 ('MetaCons "InputLambdaProcessorUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleARNUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARNUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInputLambdaProcessorUpdate :: InputLambdaProcessorUpdate Source #

Create a value of InputLambdaProcessorUpdate 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:roleARNUpdate:InputLambdaProcessorUpdate', inputLambdaProcessorUpdate_roleARNUpdate - The ARN of the new IAM role that is used to access the AWS Lambda function.

$sel:resourceARNUpdate:InputLambdaProcessorUpdate', inputLambdaProcessorUpdate_resourceARNUpdate - The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.

To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda

inputLambdaProcessorUpdate_roleARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text) Source #

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

inputLambdaProcessorUpdate_resourceARNUpdate :: Lens' InputLambdaProcessorUpdate (Maybe Text) Source #

The Amazon Resource Name (ARN) of the new AWS Lambda function that is used to preprocess the records in the stream.

To specify an earlier version of the Lambda function than the latest, include the Lambda function version in the Lambda function ARN. For more information about Lambda ARNs, see Example ARNs: AWS Lambda