AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::Flow

Bedrock Flow

Definition of AWS::Bedrock::Flow Resource Type

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringArn representation of the Flow
CreatedAtstringTime Stamp.
IdstringIdentifier for a Flow
Statusstring-
UpdatedAtstringTime Stamp.
Validationsarray-
VersionstringDraft Version.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreateFlowbedrock:GetFlowbedrock:PrepareFlowiam:PassRoles3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:ListTagsForResource

read

bedrock:GetFlowbedrock:ListTagsForResourcekms:Decryptbedrock:GetGuardrail

update

bedrock:UpdateFlowbedrock:GetFlowbedrock:PrepareFlowiam:PassRoles3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:UntagResource

delete

bedrock:DeleteFlowbedrock:GetFlowbedrock:DeleteGuardrailbedrock:GetGuardrail

list

bedrock:ListFlowsbedrock:ListGuardrails

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties17
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links