Class 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.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty : CfnS3AccessPointAttachmentPropsMixin.IOntapWindowsFileSystemUserProperty
Syntax (vb)
Public Class CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty Implements CfnS3AccessPointAttachmentPropsMixin.IOntapWindowsFileSystemUserProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var ontapWindowsFileSystemUserProperty = new OntapWindowsFileSystemUserProperty {
Name = "name"
};
Synopsis
Constructors
| 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. |
Properties
| Name | The name of the Windows user. |
Constructors
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.
public OntapWindowsFileSystemUserProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var ontapWindowsFileSystemUserProperty = new OntapWindowsFileSystemUserProperty {
Name = "name"
};
Properties
Name
The name of the Windows user.
public string? Name { get; set; }
Property Value
Remarks
The name can be up to 256 characters long and supports Active Directory users.