AWS::FSx::S3AccessPointAttachment OntapFileSystemIdentity - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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