AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::Memory

BedrockAgentCore Memory

Resource Type definition for AWS::BedrockAgentCore::Memory

Properties

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

Filter:
PropertyTypeFlags
EventExpiryDuration
integer
Required
Name
string
RequiredCreate-only
Description
string
EncryptionKeyArn
string
Create-only
MemoryExecutionRoleArn
string
MemoryStrategies
array
Tags
TagsMap

Return Values

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

AttributeTypeDescription
CreatedAtstring-
FailureReasonstring-
MemoryArnstring-
MemoryIdstring-
Statusstring-
UpdatedAtstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::Memory

Resources:
  MyResource:
    Type: AWS::BedrockAgentCore::Memory
    Properties:
      Name: "my-name"
      EventExpiryDuration: 1
      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-agentcore:CreateMemorybedrock-agentcore:GetMemoryiam:PassRolekms:DescribeKeykms:CreateGrantkms:Decryptkms:GenerateDataKeyWithoutPlaintextkms:ReEncryptTo

read

bedrock-agentcore:GetMemorybedrock-agentcore:ListTagsForResourcekms:Decryptkms:DescribeKeykms:GenerateDataKey

update

bedrock-agentcore:UpdateMemorybedrock-agentcore:GetMemoryiam:PassRolebedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcekms:DescribeKeykms:Decrypt

delete

bedrock-agentcore:DeleteMemorybedrock-agentcore:GetMemorykms:Decryptkms:DescribeKeykms:GenerateDataKey

list

bedrock-agentcore:ListMemories

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

ServiceBedrockAgentCore
Properties13
Required2
TaggingSupported
Primary IDMemoryArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameEncryptionKeyArn

External Links