GetNotificationChannelResult constructor

const GetNotificationChannelResult({
  1. List<GetNotificationChannelFilter>? filters,
  2. String? id,
  3. String? region,
  4. List<GetNotificationChannelSn>? sns,
})

Creates a new GetNotificationChannelResult. filters Filter configurations for the Amazon SNS notification topic. See the filters attribute reference below. id Optional. region Optional. sns SNS noficiation channel configurations. See the sns attribute reference below.

Implementation

const GetNotificationChannelResult({
  this.filters,
  this.id,
  this.region,
  this.sns,
});