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.LambdaOutputUpdate

Description

 
Synopsis

Documentation

data LambdaOutputUpdate Source #

When updating an output configuration using the UpdateApplication operation, provides information about an AWS Lambda function configured as the destination.

See: newLambdaOutputUpdate smart constructor.

Constructors

LambdaOutputUpdate' 

Fields

  • roleARNUpdate :: Maybe Text

    ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.

  • resourceARNUpdate :: Maybe Text

    Amazon Resource Name (ARN) of the destination 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: AWS Lambda

Instances

Instances details
Eq LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

Read LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

Show LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

Generic LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

Associated Types

type Rep LambdaOutputUpdate :: Type -> Type #

NFData LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

Methods

rnf :: LambdaOutputUpdate -> () #

Hashable LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

ToJSON LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

type Rep LambdaOutputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.LambdaOutputUpdate

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

newLambdaOutputUpdate :: LambdaOutputUpdate 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:roleARNUpdate:LambdaOutputUpdate', lambdaOutputUpdate_roleARNUpdate - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.

$sel:resourceARNUpdate:LambdaOutputUpdate', lambdaOutputUpdate_resourceARNUpdate - Amazon Resource Name (ARN) of the destination 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: AWS Lambda

lambdaOutputUpdate_roleARNUpdate :: Lens' LambdaOutputUpdate (Maybe Text) Source #

ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.

lambdaOutputUpdate_resourceARNUpdate :: Lens' LambdaOutputUpdate (Maybe Text) Source #

Amazon Resource Name (ARN) of the destination 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: AWS Lambda