

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 S3FilesAccessPointConfiguration
<a name="aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration"></a>

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

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

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

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

```
{
  "[AccessPointArn](#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-accesspointarn)" : {{String}},
  "[MountPath](#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-mountpath)" : {{String}}
}
```

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

```
  [AccessPointArn](#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-accesspointarn): {{String}}
  [MountPath](#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-mountpath): {{String}}
```

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

`AccessPointArn`  <a name="cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-accesspointarn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:aws[-a-z]*:s3files:[0-9a-z-:]+:file-system/fs-[0-9a-f]{17,40}/access-point/fsap-[0-9a-f]{17,40}$`  
*Maximum*: `256`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MountPath`  <a name="cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-mountpath"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^/mnt/[a-zA-Z0-9._-]+/?$`  
*Minimum*: `6`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)