LabelingJobInputConfigDataSourceSnsDataSource constructor
const
LabelingJobInputConfigDataSourceSnsDataSource({
- required Input<
String> snsTopicArn,
Creates a new LabelingJobInputConfigDataSourceSnsDataSource.
snsTopicArn SNS input topic ARN.
Implementation
const LabelingJobInputConfigDataSourceSnsDataSource({
required this.snsTopicArn,
});