Skip to content

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).

// init — account-level binding takes no resource
const getManagedNotificationConfiguration =
yield* AWS.Notifications.GetManagedNotificationConfiguration();
// runtime
const config = yield* getManagedNotificationConfiguration({
arn: managedConfigArn,
});