github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/website/source/docs/providers/aws/r/ses_configuration_set.markdown (about) 1 --- 2 layout: "aws" 3 page_title: "AWS: ses_configuration_set" 4 sidebar_current: "docs-aws-resource-ses-configuration_set" 5 description: |- 6 Provides an SES configuration set 7 --- 8 9 # aws\_ses\_configuration_set 10 11 Provides an SES configuration set resource 12 13 ## Example Usage 14 15 ```hcl 16 resource "aws_ses_configuration_set" "test" { 17 name = "some-configuration-set-test" 18 } 19 ``` 20 21 ## Argument Reference 22 23 The following arguments are supported: 24 25 * `name` - (Required) The name of the configuration set