Get information about an existing configuration set, including the dedicated IP pool
that it's associated with, whether or not it's enabled for sending email, and
more.
In Amazon Pinpoint, configuration sets are groups of rules that you can
apply to the emails you send. You apply a configuration set to an email by including a
reference to the configuration set in the headers of the email. When you apply a
configuration set to an email, all of the rules in that configuration set are applied to
the email.
example
Use a bare-bones client and the command you need to make an API call.
Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.
In Amazon Pinpoint, configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, GetConfigurationSetCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, GetConfigurationSetCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new GetConfigurationSetCommand(input); const response = await client.send(command);
GetConfigurationSetCommandInput for command's
input
shape.GetConfigurationSetCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.