OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.AmazonSnsOutgoingIntegration

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.AmazonSnsOutgoingIntegration{
  _readOnly: [String.t()],
  alertFilter: AlertFilter,
  "callback-type": String.t(),
  enabled: boolean(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  id: String.t(),
  isGlobal: boolean(),
  name: String.t(),
  ownerTeam: TeamMeta,
  region: String.t(),
  topicArn: String.t(),
  type: String.t()
}