NotificationChannelState constructor
const
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.
Implementation
const NotificationChannelState({
this.filters,
this.region,
this.sns,
});