Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LabelingJobSnsDataSource

import type { LabelingJobSnsDataSource } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

An Amazon SNS data source used for streaming labeling jobs.

interface LabelingJobSnsDataSource {
SnsTopicArn: string;
}

§Properties

§
SnsTopicArn: string
[src]

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.