interface EfsAccessPointConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.EfsAccessPointConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_EfsAccessPointConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.EfsAccessPointConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.EfsAccessPointConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » EfsAccessPointConfigurationProperty |
Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const efsAccessPointConfigurationProperty: bedrockagentcore.CfnHarness.EfsAccessPointConfigurationProperty = {
accessPointArn: 'accessPointArn',
mountPath: 'mountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | |
| mount | string |
accessPointArn
Type:
string
mountPath
Type:
string

.NET
Go
Java
Python
TypeScript