使用AWS re:Post即您表示您同意 AWS re:Post 使用条款

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 回答
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
专家
已回答 2 年前
0

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

已回答 2 年前
  • 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

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则