GetManagedNotificationConfiguration
Source:
src/AWS/Notifications/GetManagedNotificationConfiguration.ts
Runtime binding for notifications:GetManagedNotificationConfiguration.
Fetch one AWS-managed notification configuration (the AWS Health
Security/Operations/Issue/Billing categories) by its ARN. Provide the
implementation with
Effect.provide(AWS.Notifications.GetManagedNotificationConfigurationHttp).
Reading AWS-Managed Notifications
Section titled “Reading AWS-Managed Notifications”// init — account-level binding takes no resourceconst getManagedNotificationConfiguration = yield* AWS.Notifications.GetManagedNotificationConfiguration();
// runtimeconst config = yield* getManagedNotificationConfiguration({ arn: managedConfigArn,});