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 |
Documentation
data GlueDataCatalogConfiguration Source #
The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.
See: newGlueDataCatalogConfiguration
smart constructor.
GlueDataCatalogConfiguration' | |
|
Instances
Eq GlueDataCatalogConfiguration Source # | |
Read GlueDataCatalogConfiguration Source # | |
Show GlueDataCatalogConfiguration Source # | |
Generic GlueDataCatalogConfiguration Source # | |
NFData GlueDataCatalogConfiguration Source # | |
Hashable GlueDataCatalogConfiguration Source # | |
ToJSON GlueDataCatalogConfiguration Source # | |
type Rep GlueDataCatalogConfiguration Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.GlueDataCatalogConfiguration type Rep GlueDataCatalogConfiguration = D1 ('MetaData "GlueDataCatalogConfiguration" "Amazonka.KinesisAnalyticsV2.Types.GlueDataCatalogConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "GlueDataCatalogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newGlueDataCatalogConfiguration Source #
Create a value of GlueDataCatalogConfiguration
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:databaseARN:GlueDataCatalogConfiguration'
, glueDataCatalogConfiguration_databaseARN
- The Amazon Resource Name (ARN) of the database.
glueDataCatalogConfiguration_databaseARN :: Lens' GlueDataCatalogConfiguration Text Source #
The Amazon Resource Name (ARN) of the database.