interface EfsAccessPointConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnHarnessPropsMixin.EfsAccessPointConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnHarnessPropsMixin_EfsAccessPointConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.EfsAccessPointConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnHarnessPropsMixin.EfsAccessPointConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnHarnessPropsMixin » 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/cfn-property-mixins';
const efsAccessPointConfigurationProperty: bedrockagentcore.CfnHarnessPropsMixin.EfsAccessPointConfigurationProperty = {
accessPointArn: 'accessPointArn',
mountPath: 'mountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | |
| mount | string |
accessPointArn?
Type:
string
(optional)
mountPath?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript