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::Flow S3Location
The S3 location of the flow definition.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
- Bucket
- 
                    The S3 bucket containing the flow definition. Required: Yes Type: String Pattern: ^[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$Minimum: 3Maximum: 63Update requires: No interruption 
- Key
- 
                    The object key for the S3 location containing the definition. Required: Yes Type: String Minimum: 1Maximum: 1024Update requires: No interruption 
- Version
- 
                    The Amazon S3 location from which to retrieve data for an S3 retrieve node or to which to store data for an S3 storage node. Required: No Type: String Minimum: 1Maximum: 1024Update requires: No interruption