NotificationChannelState class

Input properties used for looking up and filtering NotificationChannel resources.

Constructors

NotificationChannelState({Input<NotificationChannelFilters?>? filters, Input<String?>? region, Input<NotificationChannelSns?>? sns})
Creates a new NotificationChannelState. filters Filter configurations for the Amazon SNS notification topic. See the filters argument reference below. 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 argument reference below.
const
NotificationChannelState.fromMap(Map<String, dynamic> map)
factory

Properties

filters → Input<NotificationChannelFilters?>?
Filter configurations for the Amazon SNS notification topic. See the filters argument reference below.
final
hashCode int
The hash code for this object.
no setterinherited
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<NotificationChannelSns?>?
SNS noficiation channel configurations. See the sns argument 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