AWS::FSx::S3AccessPointAttachment OntapFileSystemIdentity - AWS CloudFormation

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