notification Targets
suspend fun notificationTargets(value: Output<List<ResponsePlanIncidentTemplateNotificationTargetArgs>>)
Parameters
value
The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The notification_target
configuration block supports the following argument:
suspend fun notificationTargets(vararg values: Output<ResponsePlanIncidentTemplateNotificationTargetArgs>)
suspend fun notificationTargets(values: List<Output<ResponsePlanIncidentTemplateNotificationTargetArgs>>)
Parameters
values
The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The notification_target
configuration block supports the following argument:
suspend fun notificationTargets(argument: List<suspend ResponsePlanIncidentTemplateNotificationTargetArgsBuilder.() -> Unit>)
suspend fun notificationTargets(vararg argument: suspend ResponsePlanIncidentTemplateNotificationTargetArgsBuilder.() -> Unit)
suspend fun notificationTargets(argument: suspend ResponsePlanIncidentTemplateNotificationTargetArgsBuilder.() -> Unit)
Parameters
argument
The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The notification_target
configuration block supports the following argument: