getNotificationChannelOutput function

Output<GetNotificationChannelResult> getNotificationChannelOutput(
  1. GetNotificationChannelArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetNotificationChannelResult> getNotificationChannelOutput(
  GetNotificationChannelArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:devopsguru/getNotificationChannel:getNotificationChannel',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetNotificationChannelResult.fromMap);
}