Show / Hide Table of Contents

Class CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty

Configuration for S3 Files access point filesystem.

Inheritance
object
CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty
Implements
CfnRuntimePropsMixin.IS3FilesAccessPointConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration.html#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-accesspointarn

MountPath

Mount path for filesystem configuration.

public string? MountPath { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-s3filesaccesspointconfiguration.html#cfn-bedrockagentcore-runtime-s3filesaccesspointconfiguration-mountpath

Implements

CfnRuntimePropsMixin.IS3FilesAccessPointConfigurationProperty
Back to top Generated by DocFX