Interface CfnAccessPointPropsMixin.IRootDirectoryProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.S3Files
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAccessPointPropsMixin.IRootDirectoryProperty
Syntax (vb)
Public Interface CfnAccessPointPropsMixin.IRootDirectoryProperty
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.S3Files;
var rootDirectoryProperty = new RootDirectoryProperty {
CreationPermissions = new CreationPermissionsProperty {
OwnerGid = "ownerGid",
OwnerUid = "ownerUid",
Permissions = "permissions"
},
Path = "path"
};
Synopsis
Properties
| CreationPermissions | |
| Path | Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system. |
Properties
CreationPermissions
object? CreationPermissions { get; }
Property Value
Remarks
Path
Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
string? Path { get; }
Property Value
Remarks
A path can have up to four subdirectories. If the specified path does not exist, you are required to provide the CreationPermissions.