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 |
Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
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 | The file system identity used to authorize file access requests made using the S3 access point. |
volume | string | The ID of the FSx for OpenZFS volume that the S3 access point is attached to. |
fileSystemIdentity
Type:
IResolvable
|
Open
The file system identity used to authorize file access requests made using the S3 access point.
volumeId
Type:
string
The ID of the FSx for OpenZFS volume that the S3 access point is attached to.