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 |
Synopsis
Documentation
data JoinKeyProperties Source #
Properties associated with the columns participating in a join.
See: newJoinKeyProperties
smart constructor.
Instances
newJoinKeyProperties :: JoinKeyProperties Source #
Create a value of JoinKeyProperties
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:uniqueKey:JoinKeyProperties'
, joinKeyProperties_uniqueKey
- A value that indicates that a row in a table is uniquely identified by
the columns in a join key. This is used by Amazon QuickSight to optimize
query performance.
joinKeyProperties_uniqueKey :: Lens' JoinKeyProperties (Maybe Bool) Source #
A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.