Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data S3ReferenceDataSourceDescription = S3ReferenceDataSourceDescription' {}
- newS3ReferenceDataSourceDescription :: Text -> Text -> S3ReferenceDataSourceDescription
- s3ReferenceDataSourceDescription_referenceRoleARN :: Lens' S3ReferenceDataSourceDescription (Maybe Text)
- s3ReferenceDataSourceDescription_bucketARN :: Lens' S3ReferenceDataSourceDescription Text
- s3ReferenceDataSourceDescription_fileKey :: Lens' S3ReferenceDataSourceDescription Text
Documentation
data S3ReferenceDataSourceDescription Source #
For a SQL-based Kinesis Data Analytics application, provides the bucket name and object key name that stores the reference data.
See: newS3ReferenceDataSourceDescription
smart constructor.
S3ReferenceDataSourceDescription' | |
|
Instances
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:referenceRoleARN:S3ReferenceDataSourceDescription'
, s3ReferenceDataSourceDescription_referenceRoleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to read
the Amazon S3 object on your behalf to populate the in-application
reference table.
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:bucketARN:S3ReferenceDataSourceDescription'
, s3ReferenceDataSourceDescription_bucketARN
- The Amazon Resource Name (ARN) of the S3 bucket.
$sel:fileKey:S3ReferenceDataSourceDescription'
, s3ReferenceDataSourceDescription_fileKey
- Amazon S3 object key name.
s3ReferenceDataSourceDescription_referenceRoleARN :: Lens' S3ReferenceDataSourceDescription (Maybe Text) Source #
The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
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.
s3ReferenceDataSourceDescription_bucketARN :: Lens' S3ReferenceDataSourceDescription Text Source #
The Amazon Resource Name (ARN) of the S3 bucket.
s3ReferenceDataSourceDescription_fileKey :: Lens' S3ReferenceDataSourceDescription Text Source #
Amazon S3 object key name.