GetNotificationChannelArgs class

Arguments for getNotificationChannel. Arguments for getNotificationChannel.

Constructors

GetNotificationChannelArgs({Input<List<GetNotificationChannelFilter>?>? filters, required Input<String> id, Input<String?>? region, Input<List<GetNotificationChannelSn>?>? sns})
Creates a new GetNotificationChannelArgs. filters Filter configurations for the Amazon SNS notification topic. See the filters attribute reference below. id Unique identifier for the notification channel. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. sns SNS noficiation channel configurations. See the sns attribute reference below.
const
GetNotificationChannelArgs.fromMap(Map<String, dynamic> map)
factory

Properties

filters → Input<List<GetNotificationChannelFilter>?>?
Filter configurations for the Amazon SNS notification topic. See the filters attribute reference below.
final
hashCode int
The hash code for this object.
no setterinherited
id → Input<String>
Unique identifier for the notification channel.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sns → Input<List<GetNotificationChannelSn>?>?
SNS noficiation channel configurations. See the sns attribute reference below.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited