Skip to main content

configuration_sets

Retrieves a list of configuration_sets in a region

Overview

Nameconfiguration_sets
TypeResource
Descriptionconfiguration_sets
Idawscc.ses.configuration_sets

Fields

NameDatatypeDescription
namestringThe name of the configuration set.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.ses.configuration_sets
WHERE region = 'us-east-1'

Permissions

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

Create

ses:CreateConfigurationSet

List

ses:ListConfigurationSets