--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_connect_contact_flow_module Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Connect::ContactFlowModule --- # awscc_connect_contact_flow_module (Data Source) Data Source schema for AWS::Connect::ContactFlowModule ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `contact_flow_module_arn` (String) The identifier of the contact flow module (ARN). - `content` (String) The content of the contact flow module in JSON format. - `description` (String) The description of the contact flow module. - `instance_arn` (String) The identifier of the Amazon Connect instance (ARN). - `name` (String) The name of the contact flow module. - `state` (String) The state of the contact flow module. - `status` (String) The status of the contact flow module. - `tags` (Attributes Set) One or more tags. (see [below for nested schema](#nestedatt--tags)) ### Nested Schema for `tags` Read-Only: - `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is maximum of 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.