AWS::Bedrock::FlowDefinition of AWS::Bedrock::Flow Resource Type
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ExecutionRoleArn | string | Required |
Name | string | Required |
CustomerEncryptionKeyArn | string | |
Definition | FlowDefinition | |
DefinitionS3Location | S3Location | Write-only |
DefinitionString | string | Write-only |
DefinitionSubstitutions | DefinitionSubstitutions | Write-only |
Description | string | |
Tags | TagsMap | |
TestAliasTags | TagsMap |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Arn representation of the Flow |
CreatedAt | string | Time Stamp. |
Id | string | Identifier for a Flow |
Status | string | - |
UpdatedAt | string | Time Stamp. |
Validations | array | - |
Version | string | Draft Version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::Flow
Resources:
MyResource:
Type: AWS::Bedrock::Flow
Properties:
ExecutionRoleArn: "arn:aws:service:region:account:resource"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateFlowbedrock:GetFlowbedrock:PrepareFlowiam:PassRoles3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:ListTagsForResourcebedrock:GetFlowbedrock:ListTagsForResourcekms:Decryptbedrock:GetGuardrailbedrock:UpdateFlowbedrock:GetFlowbedrock:PrepareFlowiam:PassRoles3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:UntagResourcebedrock:DeleteFlowbedrock:GetFlowbedrock:DeleteGuardrailbedrock:GetGuardrailbedrock:ListFlowsbedrock:ListGuardrailsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn