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

Description

 
Synopsis

Documentation

data LambdaOutputDescription Source #

For a SQL-based Kinesis Data Analytics application's output, describes the Amazon Lambda function that is configured as its destination.

See: newLambdaOutputDescription smart constructor.

Constructors

LambdaOutputDescription' 

Fields

  • roleARN :: Maybe Text

    The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.

    Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.

  • resourceARN :: Text

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

Instances

Instances details
Eq LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Read LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Show LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Generic LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Associated Types

type Rep LambdaOutputDescription :: Type -> Type #

NFData LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Methods

rnf :: LambdaOutputDescription -> () #

Hashable LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

FromJSON LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

type Rep LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

type Rep LambdaOutputDescription = D1 ('MetaData "LambdaOutputDescription" "Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "LambdaOutputDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaOutputDescription Source #

Create a value of LambdaOutputDescription 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:roleARN:LambdaOutputDescription', lambdaOutputDescription_roleARN - The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.

Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.

$sel:resourceARN:LambdaOutputDescription', lambdaOutputDescription_resourceARN - The Amazon Resource Name (ARN) of the destination Lambda function.

lambdaOutputDescription_roleARN :: Lens' LambdaOutputDescription (Maybe Text) Source #

The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.

Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.

lambdaOutputDescription_resourceARN :: Lens' LambdaOutputDescription Text Source #

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