Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.GlueDataCatalogConfigurationUpdate
Description
Documentation
data GlueDataCatalogConfigurationUpdate Source #
Updates to the configuration of the Glue Data Catalog that you use for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
See: newGlueDataCatalogConfigurationUpdate
smart constructor.
Constructors
GlueDataCatalogConfigurationUpdate' | |
Fields
|
Instances
newGlueDataCatalogConfigurationUpdate Source #
Arguments
:: Text | |
-> GlueDataCatalogConfigurationUpdate |
Create a value of GlueDataCatalogConfigurationUpdate
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:databaseARNUpdate:GlueDataCatalogConfigurationUpdate'
, glueDataCatalogConfigurationUpdate_databaseARNUpdate
- The updated Amazon Resource Name (ARN) of the database.
glueDataCatalogConfigurationUpdate_databaseARNUpdate :: Lens' GlueDataCatalogConfigurationUpdate Text Source #
The updated Amazon Resource Name (ARN) of the database.