Description
Addition of support for the SESv2 PutAccountDetails API call that enables submission of requests to move an account out of the SES sandbox.
Requested Resource(s) and/or Data Source(s)
Guessing:
- aws_sesv2_account_details
Potential Terraform Configuration
resource "aws_sesv2_account_details" "example" {
additional_contact_emails = [ "someone@example.com" ]
mail_type = "TRANSACTIONAL"
production_access_enabled = true
use_case_description = "Transactional email to registered and signed in users for the XXX app"
website_url = "https://example.com"
}
References
This request was suggested at #26796 (comment) following the question in the prior comment.
The AWS API docs are at: https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountDetails.html
Would you like to implement a fix?
No
Description
Addition of support for the SESv2 PutAccountDetails API call that enables submission of requests to move an account out of the SES sandbox.
Requested Resource(s) and/or Data Source(s)
Guessing:
Potential Terraform Configuration
References
This request was suggested at #26796 (comment) following the question in the prior comment.
The AWS API docs are at: https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountDetails.html
Would you like to implement a fix?
No