Show / Hide Table of Contents

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.

Inheritance
object
CfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty
Implements
CfnS3AccessPointAttachmentPropsMixin.IOntapWindowsFileSystemUserProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapwindowsfilesystemuser.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapwindowsfilesystemuser.html

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

string

Remarks

The name can be up to 256 characters long and supports Active Directory users.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapwindowsfilesystemuser.html#cfn-fsx-s3accesspointattachment-ontapwindowsfilesystemuser-name

Implements

CfnS3AccessPointAttachmentPropsMixin.IOntapWindowsFileSystemUserProperty
Back to top Generated by DocFX