amazonka-kinesisanalyticsv2-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.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
FromJSON 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 #

Read LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Show LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

NFData LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Methods

rnf :: LambdaOutputDescription -> () #

Eq LambdaOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.LambdaOutputDescription

Hashable 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" "amazonka-kinesisanalyticsv2-2.0-EuRTRS4ROZrHrkll3mMtCB" '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.