

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::BedrockAgentCore::Memory EpisodicReflectionConfigurationInput
<a name="aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput"></a>

An episodic reflection configuration input.

## Syntax
<a name="aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput-syntax.json"></a>

```
{
  "[Namespaces](#cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespaces)" : [ String, ... ],
  "[NamespaceTemplates](#cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespacetemplates)" : [ String, ... ]
}
```

### YAML
<a name="aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput-syntax.yaml"></a>

```
  [Namespaces](#cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespaces): 
    - String
  [NamespaceTemplates](#cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespacetemplates): 
    - String
```

## Properties
<a name="aws-properties-bedrockagentcore-memory-episodicreflectionconfigurationinput-properties"></a>

`Namespaces`  <a name="cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespaces"></a>
The namespaces over which to create reflections. Can be less nested than episode namespaces.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`NamespaceTemplates`  <a name="cfn-bedrockagentcore-memory-episodicreflectionconfigurationinput-namespacetemplates"></a>
The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.  
*Required*: No  
*Type*: Array of String  
*Minimum*: `1`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)