configuration_sets
Retrieves a list of configuration_sets
in a region
Overview
Name | configuration_sets |
Type | Resource |
Description | configuration_sets |
Id | awscc.ses.configuration_sets |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the configuration set. |
region | string | AWS 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