This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Bedrock::DataAutomationProject SplitterConfiguration
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 Amazon 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