GetNotificationChannelArgs class
Arguments for getNotificationChannel. Arguments for getNotificationChannel.
Constructors
-
GetNotificationChannelArgs({Input<
List< ? filters, required Input<GetNotificationChannelFilter> ?>String> id, Input<String?> ? region, Input<List< ? sns})GetNotificationChannelSn> ?> -
Creates a new GetNotificationChannelArgs.
filtersFilter configurations for the Amazon SNS notification topic. See thefiltersattribute reference below.idUnique identifier for the notification channel.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.snsSNS noficiation channel configurations. See thesnsattribute 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
filtersattribute 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
snsattribute 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