ChannelUri

Channel URI uniquely identifies a Notification Channel. TopicArn is the uri for an SNS channel, emailId is uri for an email channel etc. Currently we only support SNS channels and thus required to be an ARN

AmazonApplication PerformanceProfilingDevOpsMachine Learning
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-profiler-channel-uri-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-channel-uri-schema.json",
  "title": "ChannelUri",
  "description": "Channel URI uniquely identifies a Notification Channel. TopicArn is the uri for an SNS channel, emailId is uri for an email channel etc. Currently we only support SNS channels and thus required to be an ARN",
  "type": "string"
}