interface OntapWindowsFileSystemUserProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins.CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsfsx/mixins#CfnS3AccessPointAttachmentPropsMixin_OntapWindowsFileSystemUserProperty |
Java | software.amazon.awscdk.mixins.preview.services.fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty |
Python | aws_cdk.mixins_preview.aws_fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty |
TypeScript | @aws-cdk/mixins-preview » aws_fsx » mixins » CfnS3AccessPointAttachmentPropsMixin » OntapWindowsFileSystemUserProperty |
The FSx for ONTAP Windows 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 { mixins as fsx_mixins } from '@aws-cdk/mixins-preview/aws-fsx';
const ontapWindowsFileSystemUserProperty: fsx_mixins.CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the Windows user. |
name?
Type:
string
(optional)
The name of the Windows user.
The name can be up to 256 characters long and supports Active Directory users.

.NET
Go
Java
Python
TypeScript