Amazon Connect and CloudFormation
问题 I found an interesting github link for automating the way to import the AWS connect flow from CloudFormation: https://github.com/iann0036/amazon-connect-cfn/blob/master/example_stack.yaml It is working as expected. but this way is very complicated to frame the complete segment of connect flow in the cloudformation.yaml itself. myConnectContactFlow: Type: "AWS::Connect::ContactFlow" Properties: ConnectInstance: !GetAtt myConnectInstance.Domain Name: "myFlow" Description: "An example flow"