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

Description

 
Synopsis

Documentation

data KinesisStreamsOutputDescription Source #

For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis data stream that is configured as its destination.

See: newKinesisStreamsOutputDescription smart constructor.

Constructors

KinesisStreamsOutputDescription' 

Fields

  • roleARN :: Maybe Text

    The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.

    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 Kinesis data stream.

Instances

Instances details
FromJSON KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

Generic KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

Associated Types

type Rep KinesisStreamsOutputDescription :: Type -> Type #

Read KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

Show KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

NFData KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

Eq KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

Hashable KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

type Rep KinesisStreamsOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputDescription

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

newKinesisStreamsOutputDescription Source #

Create a value of KinesisStreamsOutputDescription 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:KinesisStreamsOutputDescription', kinesisStreamsOutputDescription_roleARN - The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.

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:KinesisStreamsOutputDescription', kinesisStreamsOutputDescription_resourceARN - The Amazon Resource Name (ARN) of the Kinesis data stream.

kinesisStreamsOutputDescription_roleARN :: Lens' KinesisStreamsOutputDescription (Maybe Text) Source #

The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.

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.

kinesisStreamsOutputDescription_resourceARN :: Lens' KinesisStreamsOutputDescription Text Source #

The Amazon Resource Name (ARN) of the Kinesis data stream.