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.
filtersFilter configurations for the Amazon SNS notification topic. See thefiltersargument reference below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.snsSNS noficiation channel configurations. See thesnsargument reference below.const -
NotificationChannelState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
filters
→ Input<
NotificationChannelFilters?> ? -
Filter configurations for the Amazon SNS notification topic. See the
filtersargument 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
snsargument 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