GetNotificationChannelResult

data class GetNotificationChannelResult(val filters: List<GetNotificationChannelFilter>? = null, val id: String, val sns: List<GetNotificationChannelSn>? = null)

A collection of values returned by getNotificationChannel.

Constructors

Link copied to clipboard
constructor(filters: List<GetNotificationChannelFilter>? = null, id: String, sns: List<GetNotificationChannelSn>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter configurations for the Amazon SNS notification topic. See the filters attribute reference below.

Link copied to clipboard
val id: String
Link copied to clipboard

SNS noficiation channel configurations. See the sns attribute reference below.