Module Values.NotificationChannelSource

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the completion status of a video analysis operation. For more information, see Calling Amazon Rekognition Video operations. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic. For more information, see Giving access to multiple Amazon SNS topics.

Sourcetype nonrec t = {
  1. sNSTopicArn : SNSTopicArn.t;
    (*

    The Amazon SNS topic to which Amazon Rekognition posts the completion status.

    *)
  2. roleArn : RoleArn.t;
    (*

    The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.

    *)
}
Sourceval context_ : string
Sourceval make : sNSTopicArn:SNSTopicArn.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SNSTopicArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t