interface OntapUnixFileSystemUserProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_OntapUnixFileSystemUserProperty |
Java | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty |
Python | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty |
TypeScript | aws-cdk-lib » aws_fsx » CfnS3AccessPointAttachment » OntapUnixFileSystemUserProperty |
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 ontapUnixFileSystemUserProperty: fsx.CfnS3AccessPointAttachment.OntapUnixFileSystemUserProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the UNIX user. |
name
Type:
string
The name of the UNIX user.

.NET
Go
Java
Python
TypeScript