Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
ses_describe_configuration_set(ConfigurationSetName,
ConfigurationSetAttributeNames)
[required] The name of the configuration set to describe.
A list of configuration set attributes to return.
svc$describe_configuration_set( ConfigurationSetName = "string", ConfigurationSetAttributeNames = list( "eventDestinations"|"trackingOptions"|"deliveryOptions"|"reputationOptions" ) )
You can execute this operation no more than once per second.