Interface CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRuntimePropsMixin
@Stability(Stable)
public static interface CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for S3 Files access point filesystem.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
S3FilesAccessPointConfigurationProperty s3FilesAccessPointConfigurationProperty = S3FilesAccessPointConfigurationProperty.builder()
.accessPointArn("accessPointArn")
.mountPath("mountPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessPointArn
ARN of the S3 Files access point.- See Also:
-
getMountPath
Mount path for filesystem configuration.- See Also:
-
builder
@Stability(Stable) static CfnRuntimePropsMixin.S3FilesAccessPointConfigurationProperty.Builder builder()
-