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 InputFormatConfiguration Source #
Specifies the deserializer you want to use to convert the format of the
input data. This parameter is required if Enabled
is set to true.
See: newInputFormatConfiguration
smart constructor.
InputFormatConfiguration' | |
|
Instances
newInputFormatConfiguration :: InputFormatConfiguration Source #
Create a value of InputFormatConfiguration
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:deserializer:InputFormatConfiguration'
, inputFormatConfiguration_deserializer
- Specifies which deserializer to use. You can choose either the Apache
Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the
server rejects the request.
inputFormatConfiguration_deserializer :: Lens' InputFormatConfiguration (Maybe Deserializer) Source #
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.