Class CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty
Configuration for S3 Files access point filesystem.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty : CfnRuntimePropsMixin.IS3FilesAccessPointConfigurationProperty
Syntax (vb)
Public Class CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty Implements CfnRuntimePropsMixin.IS3FilesAccessPointConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var s3FilesAccessPointConfigurationProperty = new S3FilesAccessPointConfigurationProperty {
AccessPointArn = "accessPointArn",
MountPath = "mountPath"
};
Synopsis
Constructors
| S3FilesAccessPointConfigurationProperty() | Configuration for S3 Files access point filesystem. |
Properties
| AccessPointArn | ARN of the S3 Files access point. |
| MountPath | Mount path for filesystem configuration. |
Constructors
S3FilesAccessPointConfigurationProperty()
Configuration for S3 Files access point filesystem.
public S3FilesAccessPointConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var s3FilesAccessPointConfigurationProperty = new S3FilesAccessPointConfigurationProperty {
AccessPointArn = "accessPointArn",
MountPath = "mountPath"
};
Properties
AccessPointArn
ARN of the S3 Files access point.
public string? AccessPointArn { get; set; }
Property Value
Remarks
MountPath
Mount path for filesystem configuration.
public string? MountPath { get; set; }