AWS::Bedrock::FlowVersionDefinition of AWS::Bedrock::FlowVersion Resource Type
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FlowArn | string | RequiredCreate-only |
Description | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | Time Stamp. |
CustomerEncryptionKeyArn | string | A KMS key ARN |
Definition | FlowDefinition | - |
ExecutionRoleArn | string | ARN of a IAM role |
FlowId | string | Identifier for a Flow |
Name | string | Name for the flow |
Status | string | - |
Version | string | Numerical Version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::FlowVersion
Resources:
MyResource:
Type: AWS::Bedrock::FlowVersion
Properties:
FlowArn: "arn:aws:service:region:account:resource"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateFlowVersionbedrock:GetFlowVersionkms:GenerateDataKeykms:Decryptbedrock:CreateGuardrailbedrock:CreateGuardrailVersionbedrock:GetGuardrailbedrock:GetFlowVersionkms:Decryptbedrock:GetGuardrailbedrock:DeleteFlowVersionbedrock:GetFlowVersionbedrock:DeleteGuardrailbedrock:GetGuardrailbedrock:ListFlowVersionsbedrock:ListGuardrailsnoservice:NoActionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterFlowArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionFlowArn