libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics
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.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Description

 
Synopsis

Documentation

data S3ReferenceDataSourceDescription Source #

Provides the bucket name and object key name that stores the reference data.

See: newS3ReferenceDataSourceDescription smart constructor.

Constructors

S3ReferenceDataSourceDescription' 

Fields

  • bucketARN :: Text

    Amazon Resource Name (ARN) of the S3 bucket.

  • fileKey :: Text

    Amazon S3 object key name.

  • referenceRoleARN :: Text

    ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

Instances

Instances details
Eq S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Read S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Show S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Generic S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Associated Types

type Rep S3ReferenceDataSourceDescription :: Type -> Type #

NFData S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

Hashable S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

FromJSON S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

type Rep S3ReferenceDataSourceDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription

type Rep S3ReferenceDataSourceDescription = D1 ('MetaData "S3ReferenceDataSourceDescription" "Amazonka.KinesisAnalytics.Types.S3ReferenceDataSourceDescription" "libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics" 'False) (C1 ('MetaCons "S3ReferenceDataSourceDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "fileKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "referenceRoleARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3ReferenceDataSourceDescription Source #

Create a value of S3ReferenceDataSourceDescription 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:bucketARN:S3ReferenceDataSourceDescription', s3ReferenceDataSourceDescription_bucketARN - Amazon Resource Name (ARN) of the S3 bucket.

$sel:fileKey:S3ReferenceDataSourceDescription', s3ReferenceDataSourceDescription_fileKey - Amazon S3 object key name.

$sel:referenceRoleARN:S3ReferenceDataSourceDescription', s3ReferenceDataSourceDescription_referenceRoleARN - ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

s3ReferenceDataSourceDescription_referenceRoleARN :: Lens' S3ReferenceDataSourceDescription Text Source #

ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.