Document splitter settings. If a document is too large to be processed in one pass, the document splitter splits it into smaller documents.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"State" : String
}
YAML
State: String
Properties
State
-
Whether document splitter is enabled for a project.
Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption