GetNotificationChannelPlainArgs

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

A collection of arguments for invoking getNotificationChannel.

Constructors

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

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

Unique identifier for the notification channel.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetNotificationChannelPlainArgs