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 SourceFieldProperties Source #
The properties that can be applied to a field when the connector is being used as a source.
See: newSourceFieldProperties
smart constructor.
SourceFieldProperties' | |
|
Instances
newSourceFieldProperties :: SourceFieldProperties Source #
Create a value of SourceFieldProperties
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:isRetrievable:SourceFieldProperties'
, sourceFieldProperties_isRetrievable
- Indicates whether the field can be returned in a search result.
$sel:isQueryable:SourceFieldProperties'
, sourceFieldProperties_isQueryable
- Indicates if the field can be queried.
sourceFieldProperties_isRetrievable :: Lens' SourceFieldProperties (Maybe Bool) Source #
Indicates whether the field can be returned in a search result.
sourceFieldProperties_isQueryable :: Lens' SourceFieldProperties (Maybe Bool) Source #
Indicates if the field can be queried.