interface OpenZFSPosixFileSystemUserProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.OpenZFSPosixFileSystemUserProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_OpenZFSPosixFileSystemUserProperty |
![]() | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.OpenZFSPosixFileSystemUserProperty |
![]() | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.OpenZFSPosixFileSystemUserProperty |
![]() | aws-cdk-lib » aws_fsx » CfnS3AccessPointAttachment » OpenZFSPosixFileSystemUserProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const openZFSPosixFileSystemUserProperty: fsx.CfnS3AccessPointAttachment.OpenZFSPosixFileSystemUserProperty = {
gid: 123,
uid: 123,
// the properties below are optional
secondaryGids: [{
gid: 123,
}],
};
Properties
Name | Type | Description |
---|---|---|
gid | number | |
uid | number | |
secondary | IResolvable | IResolvable | File [] |
gid
Type:
number
uid
Type:
number
secondaryGids?
Type:
IResolvable
|
IResolvable
|
File
[]
(optional)