configuration_set
Gets an individual configuration_set
resource
Overview
Name | configuration_set |
Type | Resource |
Description | configuration_set |
Id | awscc.ses.configuration_set |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the configuration set. |
tracking_options | object | |
delivery_options | object | |
reputation_options | object | |
sending_options | object | |
suppression_options | object | |
vdm_options | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
tracking_options,
delivery_options,
reputation_options,
sending_options,
suppression_options,
vdm_options
FROM awscc.ses.configuration_set
WHERE data__Identifier = '<Name>';
Permissions
To operate on the configuration_set
resource, the following permissions are required:
Read
ses:GetConfigurationSet,
ses:DescribeConfigurationSet
Update
ses:PutConfigurationSetTrackingOptions,
ses:PutConfigurationSetDeliveryOptions,
ses:PutConfigurationSetReputationOptions,
ses:PutConfigurationSetSendingOptions,
ses:PutConfigurationSetSuppressionOptions,
ses:PutConfigurationSetVdmOptions
Delete
ses:DeleteConfigurationSet