amazonka-kinesis-analytics-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.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Description

 
Synopsis

Documentation

data KinesisStreamsInputUpdate Source #

When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.

See: newKinesisStreamsInputUpdate smart constructor.

Constructors

KinesisStreamsInputUpdate' 

Fields

  • resourceARNUpdate :: Maybe Text

    Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

  • roleARNUpdate :: Maybe Text

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

Instances

Instances details
ToJSON KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Generic KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Associated Types

type Rep KinesisStreamsInputUpdate :: Type -> Type #

Read KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Show KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

NFData KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Eq KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

Hashable KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

type Rep KinesisStreamsInputUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.KinesisStreamsInputUpdate

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

newKinesisStreamsInputUpdate :: KinesisStreamsInputUpdate Source #

Create a value of KinesisStreamsInputUpdate 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:KinesisStreamsInputUpdate', kinesisStreamsInputUpdate_resourceARNUpdate - Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

$sel:roleARNUpdate:KinesisStreamsInputUpdate', kinesisStreamsInputUpdate_roleARNUpdate - ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.

kinesisStreamsInputUpdate_resourceARNUpdate :: Lens' KinesisStreamsInputUpdate (Maybe Text) Source #

Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.

kinesisStreamsInputUpdate_roleARNUpdate :: Lens' KinesisStreamsInputUpdate (Maybe Text) Source #

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