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
- data LogicalTableSource = LogicalTableSource' {}
- newLogicalTableSource :: LogicalTableSource
- logicalTableSource_dataSetArn :: Lens' LogicalTableSource (Maybe Text)
- logicalTableSource_joinInstruction :: Lens' LogicalTableSource (Maybe JoinInstruction)
- logicalTableSource_physicalTableId :: Lens' LogicalTableSource (Maybe Text)
Documentation
data LogicalTableSource Source #
Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
See: newLogicalTableSource
smart constructor.
LogicalTableSource' | |
|
Instances
newLogicalTableSource :: LogicalTableSource Source #
Create a value of LogicalTableSource
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:dataSetArn:LogicalTableSource'
, logicalTableSource_dataSetArn
- The Amazon Resource Number (ARN) of the parent dataset.
$sel:joinInstruction:LogicalTableSource'
, logicalTableSource_joinInstruction
- Specifies the result of a join of two logical tables.
$sel:physicalTableId:LogicalTableSource'
, logicalTableSource_physicalTableId
- Physical table ID.
logicalTableSource_dataSetArn :: Lens' LogicalTableSource (Maybe Text) Source #
The Amazon Resource Number (ARN) of the parent dataset.
logicalTableSource_joinInstruction :: Lens' LogicalTableSource (Maybe JoinInstruction) Source #
Specifies the result of a join of two logical tables.
logicalTableSource_physicalTableId :: Lens' LogicalTableSource (Maybe Text) Source #
Physical table ID.