GetNotificationChannelArgs constructor
const
GetNotificationChannelArgs({
- Input<
List< ? filters,GetNotificationChannelFilter> ?> - required Input<
String> id, - Input<
String?> ? region, - Input<
List< ? sns,GetNotificationChannelSn> ?>
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.
Implementation
const GetNotificationChannelArgs({
this.filters,
required this.id,
this.region,
this.sns,
});