AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::AutomatedReasoningPolicy

Bedrock AutomatedReasoningPolicy

Definition of AWS::Bedrock::AutomatedReasoningPolicy Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
ForceDelete
boolean
Create-onlyWrite-only
KmsKeyId
string
Create-onlyWrite-only
PolicyDefinition
PolicyDefinition
Tags
array

Return Values

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

AttributeTypeDescription
CreatedAtstring-
DefinitionHashstring-
KmsKeyArnstring-
PolicyArnstring-
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::AutomatedReasoningPolicy

Resources:
  MyResource:
    Type: AWS::Bedrock::AutomatedReasoningPolicy
    Properties:
      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:CreateAutomatedReasoningPolicybedrock:GetAutomatedReasoningPolicybedrock:ExportAutomatedReasoningPolicyVersionbedrock:TagResourcebedrock:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decrypt

read

bedrock:GetAutomatedReasoningPolicybedrock:ExportAutomatedReasoningPolicyVersionbedrock:ListTagsForResourcekms:Decryptkms:DescribeKeykms:GenerateDataKey

update

bedrock:UpdateAutomatedReasoningPolicybedrock:GetAutomatedReasoningPolicybedrock:ExportAutomatedReasoningPolicyVersionbedrock:ListTagsForResourcebedrock:TagResourcebedrock:UntagResourcekms:DescribeKeykms:GenerateDataKey

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

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

KmsKeyIdForceDelete

External Links