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.
AWS::BedrockAgentCore::Runtime S3FilesAccessPointConfiguration
The S3FilesAccessPointConfiguration property type specifies Property description not available. for an AWS::BedrockAgentCore::Runtime.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AccessPointArn" :String, "MountPath" :String}
YAML
AccessPointArn:StringMountPath:String
Properties
AccessPointArnProperty 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:
256Update requires: No interruption
MountPathProperty description not available.
Required: Yes
Type: String
Pattern:
^/mnt/[a-zA-Z0-9._-]+/?$Minimum:
6Maximum:
200Update requires: No interruption