hello! i have some AWS SES DomainIdentities config...
# aws
f
hello! i have some AWS SES DomainIdentities configured using the SESv1 API resources (https://www.pulumi.com/registry/packages/aws/api-docs/ses/domainidentity/). now i'd like to be able to set the default ConfigurationSet, which seems to require using the SESv2 API (e.g. https://www.pulumi.com/registry/packages/aws/api-docs/sesv2/emailidentity/). is there a way for me to migrate my pulumi code without having to reconfigure the identities? is it possible to import the existing DomainIdentity into a new SESv2 EmailIdentity resource and then manage it from there? thanks!
i did find this one random github comment where someone said not to mix DKIM verification settings between v1 and v2 APIs, though I don't plan to mess with that...