AWS::FSx::S3AccessPointAttachment OntapFileSystemIdentity - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::FSx::S3AccessPointAttachment OntapFileSystemIdentity

Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point. The identity can be either a UNIX user or a Windows user.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

Type

Specifies the FSx for ONTAP user identity type. Valid values are UNIX and WINDOWS.

Required: Yes

Type: String

Allowed values: UNIX | WINDOWS

Update requires: Replacement

UnixUser

Specifies the UNIX user identity for file system operations.

Required: No

Type: OntapUnixFileSystemUser

Update requires: Replacement

WindowsUser

Specifies the Windows user identity for file system operations.

Required: No

Type: OntapWindowsFileSystemUser

Update requires: Replacement