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

Description

 
Synopsis

Documentation

data KinesisFirehoseOutputDescription Source #

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

See: newKinesisFirehoseOutputDescription smart constructor.

Constructors

KinesisFirehoseOutputDescription' 

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 delivery stream.

Instances

Instances details
Eq KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

Read KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

Show KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

Generic KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

Associated Types

type Rep KinesisFirehoseOutputDescription :: Type -> Type #

NFData KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

Hashable KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

FromJSON KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

type Rep KinesisFirehoseOutputDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisFirehoseOutputDescription

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

newKinesisFirehoseOutputDescription Source #

Create a value of KinesisFirehoseOutputDescription 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:KinesisFirehoseOutputDescription', kinesisFirehoseOutputDescription_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:KinesisFirehoseOutputDescription', kinesisFirehoseOutputDescription_resourceARN - The Amazon Resource Name (ARN) of the delivery stream.

kinesisFirehoseOutputDescription_roleARN :: Lens' KinesisFirehoseOutputDescription (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.

kinesisFirehoseOutputDescription_resourceARN :: Lens' KinesisFirehoseOutputDescription Text Source #

The Amazon Resource Name (ARN) of the delivery stream.