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:
JSON
{ "Type" :String, "UnixUser" :OntapUnixFileSystemUser, "WindowsUser" :OntapWindowsFileSystemUser}
YAML
Type:StringUnixUser:OntapUnixFileSystemUserWindowsUser:OntapWindowsFileSystemUser
Properties
Type-
Specifies the FSx for ONTAP user identity type. Valid values are
UNIXandWINDOWS.Required: Yes
Type: String
Allowed values:
UNIX | WINDOWSUpdate 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