configuration_set_event_destination
Gets an individual configuration_set_event_destination
resource
Overview
Name | configuration_set_event_destination |
Type | Resource |
Description | configuration_set_event_destination |
Id | awscc.ses.configuration_set_event_destination |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
configuration_set_name | string | The name of the configuration set that contains the event destination. |
event_destination | object | The event destination object. |
region | string | AWS 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