Provides details about a specific Amazon Connect Contact Flow Module.
By name
data "aws_connect_contact_flow_module" "example" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
name = "example"
}
By contact_flow_module_id
data "aws_connect_contact_flow_module" "example" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
contact_flow_module_id = "cccccccc-bbbb-cccc-dddd-111111111111"
}
This argument supports the following arguments:
contact_flow_module_id
- (Optional) Returns information on a specific Contact Flow Module by contact flow module idinstance_id
- (Required) Reference to the hosting Amazon Connect Instancename
- (Optional) Returns information on a specific Contact Flow Module by nameThis data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Contact Flow Module.content
- Logic of the Contact Flow Module.description
- Description of the Contact Flow Module.tags
- Map of tags to assign to the Contact Flow Module.state
- Type of Contact Flow Module Module. Values are either ACTIVE
or ARCHIVED
.status
- Status of the Contact Flow Module Module. Values are either PUBLISHED
or SAVED
.