Amazon Pinpoint has been available for a while, even if only in in us-east-1.
Is it possible to add support for it into Terraform?
I tried to extract a list of the resources that TF should support, taken from the aws-sdk-go api reference.
Basic resources:
aws_pinpoint_app :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/5956aws_pinpoint_campaignaws_pinpoint_segmentaws_pinpoint_event_stream :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6069Channels:
aws_pinpoint_adm_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6038aws_pinpoint_apns_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/5956aws_pinpoint_apns_sandbox_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6233aws_pinpoint_apns_voip_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6234aws_pinpoint_apns_voip_sandbox_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6235aws_pinpoint_baidu_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6111aws_pinpoint_email_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6110aws_pinpoint_gcm_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6089aws_pinpoint_sms_channel :white_check_mark: https://github.com/terraform-providers/terraform-provider-aws/pull/6088The first resource, aws_pinpoint_app has been merged and will release with version 1.39.0 of the AWS provider, likely middle of next week. 👍
The following resources have been released in version 1.40.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
aws_pinpoint_adm_channelaws_pinpoint_baidu_channelaws_pinpoint_email_channelaws_pinpoint_event_streamaws_pinpoint_gcm_channelaws_pinpoint_sms_channelSpecial shout out to @marcoreni who has been helping get these implemented!
What about the integration between cognito and pinpoint? Is that possible?

Hi @tonyxiao thanks for bringing up this ask. Can you please open up a new issue with your request for the cognito and pinpoint integration to help us track the request and effort appropriately.
In the meantime, I am going to close this issue to avoid future requests getting lost in the thread.
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
Most helpful comment
The following resources have been released in version 1.40.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
aws_pinpoint_adm_channelaws_pinpoint_baidu_channelaws_pinpoint_email_channelaws_pinpoint_event_streamaws_pinpoint_gcm_channelaws_pinpoint_sms_channelSpecial shout out to @marcoreni who has been helping get these implemented!