libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2
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.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Description

 
Synopsis

Documentation

data LambdaOutputUpdate Source #

When you update an SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about an Amazon Lambda function that is configured as the destination.

See: newLambdaOutputUpdate smart constructor.

Constructors

LambdaOutputUpdate' 

Fields

  • resourceARNUpdate :: Text

    The Amazon Resource Name (ARN) of the destination Amazon Lambda function.

    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: Amazon Lambda

Instances

Instances details
Eq LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Read LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Show LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Generic LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Associated Types

type Rep LambdaOutputUpdate :: Type -> Type #

NFData LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

Methods

rnf :: LambdaOutputUpdate -> () #

Hashable LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

ToJSON LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

type Rep LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate

type Rep LambdaOutputUpdate = D1 ('MetaData "LambdaOutputUpdate" "Amazonka.KinesisAnalyticsV2.Types.LambdaOutputUpdate" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "LambdaOutputUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARNUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaOutputUpdate Source #

Create a value of LambdaOutputUpdate 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:resourceARNUpdate:LambdaOutputUpdate', lambdaOutputUpdate_resourceARNUpdate - The Amazon Resource Name (ARN) of the destination Amazon Lambda function.

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: Amazon Lambda

lambdaOutputUpdate_resourceARNUpdate :: Lens' LambdaOutputUpdate Text Source #

The Amazon Resource Name (ARN) of the destination Amazon Lambda function.

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: Amazon Lambda