interface OntapUnixFileSystemUserProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FSx.CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfsx#CfnS3AccessPointAttachmentPropsMixin_OntapUnixFileSystemUserProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty |
Python | aws_cdk.cfn_property_mixins.aws_fsx.CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fsx » CfnS3AccessPointAttachmentPropsMixin » OntapUnixFileSystemUserProperty |
The FSx for ONTAP UNIX file system user that is used for authorizing all file access requests that are made using the S3 access point.
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/cfn-property-mixins';
const ontapUnixFileSystemUserProperty: fsx.CfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the UNIX user. |
name?
Type:
string
(optional)
The name of the UNIX user.
The name can be up to 256 characters long.

.NET
Go
Java
Python
TypeScript