View a markdown version of this page

AWS::BedrockAgentCore::Runtime EfsAccessPointConfiguration - AWS CloudFormation

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 EfsAccessPointConfiguration

The EfsAccessPointConfiguration 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: String MountPath: String

Properties

AccessPointArn

Property description not available.

Required: Yes

Type: String

Pattern: ^arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:access-point/fsap-[0-9a-f]{8,40}$

Maximum: 128

Update requires: No interruption

MountPath

Property description not available.

Required: Yes

Type: String

Pattern: ^/mnt/[a-zA-Z0-9._-]+/?$

Minimum: 6

Maximum: 200

Update requires: No interruption