Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Channel Uri Structure

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 Properties: 0
AmazonApplication PerformanceProfilingDevOpsMachine Learning

ChannelUri is a JSON Structure definition published by Amazon CodeGuru Profiler. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-channel-uri-structure.json",
  "name": "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"
}