paws.customer.engagement (version 0.1.0)

ses_describe_configuration_set: Returns the details of the specified configuration set

Description

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

Usage

ses_describe_configuration_set(ConfigurationSetName,
  ConfigurationSetAttributeNames)

Arguments

ConfigurationSetName

[required] The name of the configuration set to describe.

ConfigurationSetAttributeNames

A list of configuration set attributes to return.

Request syntax

svc$describe_configuration_set(
  ConfigurationSetName = "string",
  ConfigurationSetAttributeNames = list(
    "eventDestinations"|"trackingOptions"|"reputationOptions"
  )
)

Details

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