| 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.Glue.Types.DynamoDBCatalogSource
Description
Synopsis
- data DynamoDBCatalogSource = DynamoDBCatalogSource' {}
- newDynamoDBCatalogSource :: Text -> Text -> Text -> DynamoDBCatalogSource
- dynamoDBCatalogSource_name :: Lens' DynamoDBCatalogSource Text
- dynamoDBCatalogSource_database :: Lens' DynamoDBCatalogSource Text
- dynamoDBCatalogSource_table :: Lens' DynamoDBCatalogSource Text
Documentation
data DynamoDBCatalogSource Source #
Specifies a DynamoDB data source in the Glue Data Catalog.
See: newDynamoDBCatalogSource smart constructor.
Constructors
| DynamoDBCatalogSource' | |
Instances
newDynamoDBCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DynamoDBCatalogSource |
Create a value of DynamoDBCatalogSource 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:name:DynamoDBCatalogSource', dynamoDBCatalogSource_name - The name of the data source.
$sel:database:DynamoDBCatalogSource', dynamoDBCatalogSource_database - The name of the database to read from.
$sel:table:DynamoDBCatalogSource', dynamoDBCatalogSource_table - The name of the table in the database to read from.
dynamoDBCatalogSource_name :: Lens' DynamoDBCatalogSource Text Source #
The name of the data source.
dynamoDBCatalogSource_database :: Lens' DynamoDBCatalogSource Text Source #
The name of the database to read from.
dynamoDBCatalogSource_table :: Lens' DynamoDBCatalogSource Text Source #
The name of the table in the database to read from.