getNotificationChannelOutput function
Output<GetNotificationChannelResult>
getNotificationChannelOutput(
- GetNotificationChannelArgs args, {
- 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);
}