interface S3FilesAccessPointConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.S3FilesAccessPointConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_S3FilesAccessPointConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.S3FilesAccessPointConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.S3FilesAccessPointConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » S3FilesAccessPointConfigurationProperty |
Configuration for an Amazon S3 Files 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 s3FilesAccessPointConfigurationProperty: bedrockagentcore.CfnHarness.S3FilesAccessPointConfigurationProperty = {
accessPointArn: 'accessPointArn',
mountPath: 'mountPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| access | string | |
| mount | string |
accessPointArn
Type:
string
mountPath
Type:
string

.NET
Go
Java
Python
TypeScript