ContactFlowModule
Contains information about a flow module.
Contents
- Arn
-
The Amazon Resource Name (ARN).
Type: String
Required: No
- Content
-
The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256000.
Required: No
- Description
-
The description of the flow module.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Pattern:
.*\S.*
Required: No
- Id
-
The identifier of the flow module.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: No
- Name
-
The name of the flow module.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
.*\S.*
Required: No
- State
-
The type of flow module.
Type: String
Valid Values:
ACTIVE | ARCHIVED
Required: No
- Status
-
The status of the flow module.
Type: String
Valid Values:
PUBLISHED | SAVED
Required: No
- Tags
-
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[\p{L}\p{Z}\p{N}_.:/=+\-@]*$
Value Length Constraints: Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: