DescribeConfigurationSet - Amazon Simple Email Service

DescribeConfigurationSet

Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

ConfigurationSetAttributeNames.member.N

A list of configuration set attributes to return.

Type: Array of strings

Valid Values: eventDestinations | trackingOptions | deliveryOptions | reputationOptions

Required: No

ConfigurationSetName

The name of the configuration set to describe.

Type: String

Required: Yes

Response Elements

The following elements are returned by the service.

ConfigurationSet

The configuration set object associated with the specified configuration set.

Type: ConfigurationSet object

DeliveryOptions

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

Type: DeliveryOptions object

EventDestinations.member.N

A list of event destinations associated with the configuration set.

Type: Array of EventDestination objects

ReputationOptions

An object that represents the reputation settings for the configuration set.

Type: ReputationOptions object

TrackingOptions

The name of the custom open and click tracking domain associated with the configuration set.

Type: TrackingOptions object

Errors

For information about the errors that are common to all actions, see Common Errors.

ConfigurationSetDoesNotExist

Indicates that the configuration set does not exist.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: