Provides details about a specific Amazon Connect Contact Flow.
By name
data "aws_connect_contact_flow" "test" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
name = "Test"
}
By contact_flow_id
data "aws_connect_contact_flow" "test" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
contact_flow_id = "cccccccc-bbbb-cccc-dddd-111111111111"
}
This argument supports the following arguments:
contact_flow_id
- (Optional) Returns information on a specific Contact Flow by contact flow idinstance_id
- (Required) Reference to the hosting Amazon Connect Instancename
- (Optional) Returns information on a specific Contact Flow by nameThis data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Contact Flow.content
- Logic of the Contact Flow.description
- Description of the Contact Flow.tags
- Tags to assign to the Contact Flow.type
- Type of Contact Flow.