| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.LabelingJobSnsDataSource
Description
Documentation
data LabelingJobSnsDataSource Source #
An Amazon SNS data source used for streaming labeling jobs.
See: newLabelingJobSnsDataSource smart constructor.
Constructors
| LabelingJobSnsDataSource' | |
Fields 
  | |
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.