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
- ExternalInvocationConfiguration
-
The external invocation configuration for the flow module
Type: ExternalInvocationConfiguration object
Required: No
- FlowModuleContentSha256
-
Hash of the module content for integrity verification.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9]{64}$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
- Settings
-
The configuration settings for the flow module.
Type: String
Required: No
- State
-
The type of flow module.
Type: String
Valid Values:
ACTIVE | ARCHIVEDRequired: No
- Status
-
The status of the flow module.
Type: String
Valid Values:
PUBLISHED | SAVEDRequired: 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
- Version
-
The version of the flow module.
Type: Long
Valid Range: Minimum value of 1.
Required: No
- VersionDescription
-
Description of the version.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Pattern:
.*\S.*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: