En utilisant AWS re:Post, vous acceptez les AWS re:Post Conditions d’utilisation

AWS Connect: create queues and routing profiles

0

It doesn't look like we have the ability to create queues, routing profiles for AWS connect via CFT and CDK. Is that true? Is it possible to call createQueue, createRoutingProfile APIs from CDK to achieve this? Is it necessary to use a custom resource or can the API be called from CDK?

Thanks!

4 réponses
2

Hi there!

As we do not have API's available for deleting queues or routing profiles, they are not supported in CFT or CDK. You could use a custom resource to manage queues as you described, with your own logic for deletion (a rename is a good pattern).

Our API's to create queues and routing profiles could be called from the stack directly, but this means the state of the resource will not be managed by CloudFormation. A Custom Resource is the suggested approach as you identified above. Happy building!

profile pictureAWS
EXPERT
répondu il y a 2 ans
0

Is support for delete API on the roadmap? Any timeline for it?

répondu il y a 2 ans
  • Hi there, you can reach out to your AWS Account team for discussions about items on the roadmap.

0

Hello,

Currently creating queues and routing profile using Cloudformation or calling the API in CDK is not supported in Amazon Connect. As mentioned by you the only way to do so is using a custom resource.

Also, the AWS Connect team currently has an active feature request for enabling the capability of deleting a queue/routing profile. However, there is no ETA on when this will be available. That being said, I can assure you that our team takes customer feedback very seriously and work meticulously to provide a good customer experience. Further, you could keep an eye on our what's new blog for information regarding new feature releases [1][2][3].

[1] AWS Blog - https://aws.amazon.com/blogs/aws/
[2] What's New with AWS : https://aws.amazon.com/about-aws/whats-new/customer-engagement/?whats-new-content.sort-by=item.additionalFields.postDateTime&whats-new-content.sort-order=desc&awsf.whats-new-products=general-products%23amazon-connect
[3] Connect Announcements : https://forums.aws.amazon.com/forum.jspa?forumID=249

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions