

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::Runtime FilesystemConfiguration
<a name="aws-properties-bedrockagentcore-runtime-filesystemconfiguration"></a>

<a name="aws-properties-bedrockagentcore-runtime-filesystemconfiguration-description"></a>The `FilesystemConfiguration` property type specifies Property description not available. for an [AWS::BedrockAgentCore::Runtime](aws-resource-bedrockagentcore-runtime.md).

## Syntax
<a name="aws-properties-bedrockagentcore-runtime-filesystemconfiguration-syntax"></a>

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

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

```
{
  "[EfsAccessPoint](#cfn-bedrockagentcore-runtime-filesystemconfiguration-efsaccesspoint)" : {{EfsAccessPointConfiguration}},
  "[S3FilesAccessPoint](#cfn-bedrockagentcore-runtime-filesystemconfiguration-s3filesaccesspoint)" : {{S3FilesAccessPointConfiguration}},
  "[SessionStorage](#cfn-bedrockagentcore-runtime-filesystemconfiguration-sessionstorage)" : {{SessionStorageConfiguration}}
}
```

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

```
  [EfsAccessPoint](#cfn-bedrockagentcore-runtime-filesystemconfiguration-efsaccesspoint): {{
    EfsAccessPointConfiguration}}
  [S3FilesAccessPoint](#cfn-bedrockagentcore-runtime-filesystemconfiguration-s3filesaccesspoint): {{
    S3FilesAccessPointConfiguration}}
  [SessionStorage](#cfn-bedrockagentcore-runtime-filesystemconfiguration-sessionstorage): {{
    SessionStorageConfiguration}}
```

## Properties
<a name="aws-properties-bedrockagentcore-runtime-filesystemconfiguration-properties"></a>

`EfsAccessPoint`  <a name="cfn-bedrockagentcore-runtime-filesystemconfiguration-efsaccesspoint"></a>
Property description not available.  
*Required*: No  
*Type*: [EfsAccessPointConfiguration](aws-properties-bedrockagentcore-runtime-efsaccesspointconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`S3FilesAccessPoint`  <a name="cfn-bedrockagentcore-runtime-filesystemconfiguration-s3filesaccesspoint"></a>
Property description not available.  
*Required*: No  
*Type*: [S3FilesAccessPointConfiguration](aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SessionStorage`  <a name="cfn-bedrockagentcore-runtime-filesystemconfiguration-sessionstorage"></a>
Property description not available.  
*Required*: No  
*Type*: [SessionStorageConfiguration](aws-properties-bedrockagentcore-runtime-sessionstorageconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)