Skip to main content

configuration_set_event_destination

Gets an individual configuration_set_event_destination resource

Overview

Nameconfiguration_set_event_destination
TypeResource
Descriptionconfiguration_set_event_destination
Idawscc.ses.configuration_set_event_destination

Fields

NameDatatypeDescription
idstring
configuration_set_namestringThe name of the configuration set that contains the event destination.
event_destinationobjectThe event destination object.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
configuration_set_name,
event_destination
FROM awscc.ses.configuration_set_event_destination
WHERE data__Identifier = '<Id>';

Permissions

To operate on the configuration_set_event_destination resource, the following permissions are required:

Update

ses:UpdateConfigurationSetEventDestination,
ses:GetConfigurationSetEventDestinations

Delete

ses:DeleteConfigurationSetEventDestination

Read

ses:GetConfigurationSetEventDestinations,
ses:DescribeConfigurationSet