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 LabelingJobSnsDataSource Source #
An Amazon SNS data source used for streaming labeling jobs.
See: newLabelingJobSnsDataSource
smart constructor.
LabelingJobSnsDataSource' | |
|
Instances
newLabelingJobSnsDataSource Source #
Create a value of LabelingJobSnsDataSource
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:snsTopicArn:LabelingJobSnsDataSource'
, labelingJobSnsDataSource_snsTopicArn
- The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN
of the input topic you will use to send new data objects to a streaming
labeling job.
labelingJobSnsDataSource_snsTopicArn :: Lens' LabelingJobSnsDataSource Text Source #
The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.