How to find dependent contact flows in AWS Connect that is utilizing a specific feature ?

0

Is there an easy way to find the list of contact flows using a particular Module or list of contact flows using a particular 'Hours of operation' with any search option?

Cloud9
질문됨 2년 전342회 조회
1개 답변
0

So nothing out of the box, but you might be able to do it via the API (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connect.html). One option is to look at the describe_contact_flow endpoint. You'll get the content from each flow and then you can find references via ARN to see which script is using what module or what hours of operations. I've done something similar, but not related to flows. In my use case I find what queue is using which quick connects.

david

profile picture
dmacias
답변함 2년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • Thank you for the reply. Does this mean we have to manually search for 500 ARNs when we have output from a 500 call flows after running that API ? May I know how we can request AWS to develop a feature to find dependencies of a component in Connect ?

  • Hi Cloud9, while this is still not out of the box functionality, it can be easier to comprehend contact flow dependencies using Infrastructure as Code technologies. Since the ARN's referenced in contact flows would be tokens that refer to constructs in whatever solution you are using (Terraform, CDK, etc), you can use native functionality or third-party plugins of that tool to generate a dependency graph. A good start solving for this would be the ContactFlow CloudFormation resource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflow.html

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠