Resource schema for AWS::SES::ConfigurationSet.
delivery_options
(Attributes) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set. (see below for nested schema)name
(String) The name of the configuration set.reputation_options
(Attributes) An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set. (see below for nested schema)sending_options
(Attributes) An object that defines whether or not Amazon SES can send email that you send using the configuration set. (see below for nested schema)suppression_options
(Attributes) An object that contains information about the suppression list preferences for your account. (see below for nested schema)tracking_options
(Attributes) An object that defines the open and click tracking options for emails that you send using the configuration set. (see below for nested schema)vdm_options
(Attributes) An object that contains Virtual Deliverability Manager (VDM) settings for this configuration set. (see below for nested schema)id
(String) Uniquely identifies the resource.delivery_options
Optional:
sending_pool_name
(String) The name of the dedicated IP pool to associate with the configuration set.tls_policy
(String) Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require , messages are only delivered if a TLS connection can be established. If the value is Optional , messages can be delivered in plain text if a TLS connection can't be established.reputation_options
Optional:
reputation_metrics_enabled
(Boolean) If true , tracking of reputation metrics is enabled for the configuration set. If false , tracking of reputation metrics is disabled for the configuration set.sending_options
Optional:
sending_enabled
(Boolean)suppression_options
Optional:
suppressed_reasons
(List of String) A list that contains the reasons that email addresses are automatically added to the suppression list for your account.tracking_options
Optional:
custom_redirect_domain
(String) The domain to use for tracking open and click events.vdm_options
Optional:
dashboard_options
(Attributes) Preferences regarding the Dashboard feature. (see below for nested schema)guardian_options
(Attributes) Preferences regarding the Guardian feature. (see below for nested schema)vdm_options.dashboard_options
Required:
engagement_metrics
(String) Whether emails sent with this configuration set have engagement tracking enabled.vdm_options.guardian_options
Required:
optimized_shared_delivery
(String) Whether emails sent with this configuration set have optimized delivery algorithm enabled.Import is supported using the following syntax:
$ terraform import awscc_ses_configuration_set.example <resource ID>