AWS::Bedrock::DataAutomationProject ModalityRoutingConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 ModalityRoutingConfiguration

This element allows you to set up where JPEG, PNG, MOV, and MP4 files get routed to for processing. JPEG routing applies to both "JPEG" and "JPG" file extensions.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "jpeg" : String, "mov" : String, "mp4" : String, "png" : String }

YAML

jpeg: String mov: String mp4: String png: String

Properties

jpeg

Sets whether JPEG files are routed to document or image processing.

Required: No

Type: String

Allowed values: DOCUMENT | IMAGE | VIDEO | AUDIO

Update requires: No interruption

mov

Sets whether MOV files are routed to audio or video processing.

Required: No

Type: String

Allowed values: DOCUMENT | IMAGE | VIDEO | AUDIO

Update requires: No interruption

mp4

Sets whether MP4 files are routed to audio or video processing.

Required: No

Type: String

Allowed values: DOCUMENT | IMAGE | VIDEO | AUDIO

Update requires: No interruption

png

Sets whether PNG files are routed to document or image processing.

Required: No

Type: String

Allowed values: DOCUMENT | IMAGE | VIDEO | AUDIO

Update requires: No interruption