Get the current configuration for anomaly notifications for a profiling group.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, GetNotificationConfigurationCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, GetNotificationConfigurationCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new GetNotificationConfigurationCommand(input); const response = await client.send(command);
GetNotificationConfigurationCommandInput for command's input shape.
input
GetNotificationConfigurationCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
Get the current configuration for anomaly notifications for a profiling group.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, GetNotificationConfigurationCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, GetNotificationConfigurationCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new GetNotificationConfigurationCommand(input); const response = await client.send(command);
GetNotificationConfigurationCommandInput for command's
input
shape.GetNotificationConfigurationCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.