interface S3AccessPointOpenZFSConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_S3AccessPointOpenZFSConfigurationProperty |
![]() | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty |
![]() | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty |
![]() | aws-cdk-lib » aws_fsx » CfnS3AccessPointAttachment » S3AccessPointOpenZFSConfigurationProperty |
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 s3AccessPointOpenZFSConfigurationProperty: fsx.CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty = {
fileSystemIdentity: {
posixUser: {
gid: 123,
uid: 123,
// the properties below are optional
secondaryGids: [{
gid: 123,
}],
},
type: 'type',
},
volumeId: 'volumeId',
};
Properties
Name | Type | Description |
---|---|---|
file | IResolvable | Open | |
volume | string |
fileSystemIdentity
Type:
IResolvable
|
Open
volumeId
Type:
string