AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::AutomatedReasoningPolicyVersion

Bedrock AutomatedReasoningPolicyVersion

Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
PolicyArn
string
RequiredCreate-only
LastUpdatedDefinitionHash
string
Create-onlyWrite-only
Tags
array
Create-only

Return Values

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

AttributeTypeDescription
CreatedAtstring-
DefinitionHashstring-
Descriptionstring-
Namestring-
PolicyIdstring-
UpdatedAtstring-
Versionstring-

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::AutomatedReasoningPolicyVersion

Resources:
  MyResource:
    Type: AWS::Bedrock::AutomatedReasoningPolicyVersion
    Properties:
      PolicyArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

bedrock:CreateAutomatedReasoningPolicyVersionbedrock:GetAutomatedReasoningPolicybedrock:ExportAutomatedReasoningPolicyVersionbedrock:TagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

read

bedrock:GetAutomatedReasoningPolicybedrock:ExportAutomatedReasoningPolicyVersionbedrock:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

delete

bedrock:DeleteAutomatedReasoningPolicybedrock:GetAutomatedReasoningPolicy

list

bedrock:ListAutomatedReasoningPolicies

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
Properties10
Required1
TaggingSupported
Primary IDPolicyArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PolicyArnLastUpdatedDefinitionHashTags

External Links